Home
last modified time | relevance | path

Searched refs:tracked (Results 1 – 25 of 253) sorted by relevance

1234567891011

/external/llvm/
D.gitignore45 # External projects that are tracked independently.
51 # Clang, which is tracked independently.
53 # LLDB, which is tracked independently.
55 # lld, which is tracked independently.
57 # llgo, which is tracked independently.
59 # Polly, which is tracked independently.
/external/llvm-project/llvm/
D.gitignore41 # External projects that are tracked independently.
47 # Clang, which is tracked independently.
49 # LLDB, which is tracked independently.
51 # lld, which is tracked independently.
53 # Polly, which is tracked independently.
55 # avrlit, which is tracked independently.
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dthd_posix.cc49 bool tracked; member
89 info->tracked = options.tracked(); in ThreadInternalsPosix()
90 if (options.tracked()) { in ThreadInternalsPosix()
141 if (arg.tracked) { in ThreadInternalsPosix()
153 if (options.tracked()) { in ThreadInternalsPosix()
Dthd.h59 Options& set_tracked(bool tracked) { in set_tracked() argument
60 tracked_ = tracked; in set_tracked()
63 bool tracked() const { return tracked_; } in tracked() function
/external/skqp/src/gpu/gradients/
DGrDualIntervalGradientColorizer.fp11 layout(ctype=SkPMColor4f, tracked) in uniform float4 scale01;
12 layout(ctype=SkPMColor4f, tracked) in uniform float4 bias01;
15 layout(ctype=SkPMColor4f, tracked) in uniform float4 scale23;
16 layout(ctype=SkPMColor4f, tracked) in uniform float4 bias23;
18 layout(tracked) in uniform half threshold;
DGrSingleIntervalGradientColorizer.fp12 layout(ctype=SkPMColor4f, tracked) in uniform half4 start;
13 layout(ctype=SkPMColor4f, tracked) in uniform half4 end;
DGrClampedGradientEffect.fp20 layout(ctype=SkPMColor4f, tracked) in uniform half4 leftBorderColor; // t < 0.0
21 layout(ctype=SkPMColor4f, tracked) in uniform half4 rightBorderColor; // t > 1.0
DGrSweepGradientLayout.fp10 layout(tracked) in uniform half bias;
11 layout(tracked) in uniform half scale;
/external/skia/src/gpu/gradients/
DGrDualIntervalGradientColorizer.fp11 layout(ctype=SkPMColor4f, tracked) in uniform float4 scale01;
12 layout(ctype=SkPMColor4f, tracked) in uniform float4 bias01;
15 layout(ctype=SkPMColor4f, tracked) in uniform float4 scale23;
16 layout(ctype=SkPMColor4f, tracked) in uniform float4 bias23;
18 layout(tracked) in uniform half threshold;
DGrSingleIntervalGradientColorizer.fp12 layout(ctype=SkPMColor4f, tracked) in uniform half4 start;
13 layout(ctype=SkPMColor4f, tracked) in uniform half4 end;
DGrSweepGradientLayout.fp8 layout(tracked) in uniform half bias;
9 layout(tracked) in uniform half scale;
/external/skia/resources/sksl/errors/
DLayoutRepeatedQualifiers.sksl6 tracked,
25 tracked,
DLayoutInFunctions.sksl6 tracked,
28 tracked,
/external/vixl/tools/
Dgit.py41 status, tracked = util.getstatusoutput(command)
44 return tracked
/external/llvm-project/llvm/test/Transforms/SCCP/
Dip-add-range-to-call.ll4 ; Both arguments and return value of @callee can be tracked. The inferred range
38 ; The return value of @callee2 can be tracked, but arguments cannot, because
67 ; The return value can be tracked and it the result range ([500, 601) does not
68 ; depend on the arguments, which cannot be tracked because @callee3 is passed
98 ; The return value of @callee4 can be tracked, but depends on an argument which
99 ; cannot be tracked. No result range can be inferred.
/external/python/cpython3/Doc/c-api/
Dgcsupport.rst52 resized object or ``NULL`` on failure. *op* must not be tracked by the collector yet.
57 Adds the object *op* to the set of container objects tracked by the
59 valid while being tracked. This should be called once all the fields
69 The object cannot be tracked by the garbage collector if this function returns 0.
75 currently tracked by the garbage collector and 0 otherwise.
108 Remove the object *op* from the set of container objects tracked by the
110 this object to add it back to the set of tracked objects. The deallocator
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_metadata.cc76 const TrackedInstruction* tracked = GetTrackedInstruction(hlo->parent()); in Build() local
77 if (tracked == nullptr) { in Build()
102 TF_RET_CHECK(*tracked == *peer_tracked) in Build()
105 AddCompanion(tracked->instruction(), peer_tracked->instruction())); in Build()
106 tracked_instructions_comms_[tracked->instruction()].push_back(hlo); in Build()
115 TF_RET_CHECK(*tracked == *companion_tracked); in Build()
116 TF_RETURN_IF_ERROR(AddCompanion(tracked->instruction(), in Build()
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DJcopBackupImpl.java82 BackupInterface[] objects = tracked(); in restore()
133 BackupInterface[] objects = tracked(); in backup()
/external/python/cpython2/Doc/c-api/
Dgcsupport.rst59 resized object or *NULL* on failure. *op* must not be tracked by the collector yet.
68 Adds the object *op* to the set of container objects tracked by the
70 valid while being tracked. This should be called once all the fields
97 Remove the object *op* from the set of container objects tracked by the
99 this object to add it back to the set of tracked objects. The deallocator
/external/perfetto/protos/perfetto/metrics/android/
Ddisplay_metrics.proto24 // pixels values but where still submitted. It is tracked based on
28 // Stat reports whether there is any duplicate_frames tracked
/external/libgav1/libgav1/cmake/
Dlibgav1_variables.cmake43 # Adds $var_name to the tracked variables list.
72 # Dumps the variables tracked in $libgav1_configuration_variables via CMake's
/external/skia/resources/sksl/fp/
DGrTrackedInUniform.fp1 layout(tracked) in uniform half4 color;
DGrConditionalInUniform.fp2 layout(ctype=SkPMColor4f, tracked, when=test) in uniform half4 color;
/external/rust/crates/env_logger/
DCHANGELOG.md1 Changes to this crate are tracked via [GitHub Releases][releases].
/external/skia/src/gpu/effects/
DGrColorMatrixFragmentProcessor.fp9 layout(ctype=SkM44, tracked) in uniform half4x4 m;
10 layout(ctype=SkV4, tracked) in uniform half4 v;

1234567891011