Home
last modified time | relevance | path

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

123456

/external/swiftshader/third_party/llvm-7.0/llvm/
D.gitignore48 # External projects that are tracked independently.
54 # Clang, which is tracked independently.
56 # LLDB, which is tracked independently.
58 # lld, which is tracked independently.
60 # llgo, which is tracked independently.
62 # Polly, which is tracked independently.
64 # avrlit, which is tracked independently.
/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/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;
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/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;
DGrSweepGradientLayout.fp10 layout(tracked) in uniform half bias;
11 layout(tracked) in uniform half scale;
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
/external/vixl/tools/
Dgit.py41 status, tracked = util.getstatusoutput(command)
44 return tracked
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_metadata.cc74 const TrackedInstruction* tracked = GetTrackedInstruction(hlo->parent()); in Build() local
75 if (tracked == nullptr) { in Build()
100 TF_RET_CHECK(*tracked == *peer_tracked) in Build()
103 AddCompanion(tracked->instruction(), peer_tracked->instruction())); in Build()
104 tracked_instructions_comms_[tracked->instruction()].push_back(hlo); in Build()
113 TF_RET_CHECK(*tracked == *companion_tracked); in Build()
114 TF_RETURN_IF_ERROR(AddCompanion(tracked->instruction(), in Build()
/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
89 Remove the object *op* from the set of container objects tracked by the
91 this object to add it back to the set of tracked objects. The deallocator
/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/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DJcopBackupImpl.java82 BackupInterface[] objects = tracked(); in restore()
133 BackupInterface[] objects = tracked(); in backup()
DDefaultOsBackupImpl.java44 protected BackupInterface[] tracked() { in tracked() method in DefaultOsBackupImpl
/external/bsdiff/
D.gitignore4 # any tracked files which get ignored after the change.
/external/selinux/
D.gitignore2 # no tracked files are ignored as a result of any changes.
/external/libprotobuf-mutator/
DAUTHORS6 # Email addresses for individuals are tracked elsewhere to avoid spam.
/external/syzkaller/
DAUTHORS6 # Email addresses for individuals are tracked elsewhere to avoid spam.
/external/droiddriver/
Dcontributing.md3 DroidDriver issues are [tracked on GitHub](https://github.com/appium/droiddriver/issues)
/external/python/cpython3/Doc/library/
Dgc.rst68 Returns a list of all objects tracked by the collector, excluding the list
154 Returns ``True`` if the object is currently tracked by the garbage collector,
156 tracked and instances of non-atomic types (containers, user-defined
179 Freeze all the objects tracked by gc - move them to a permanent generation
/external/clang/
D.gitignore31 # Clang extra user tools, which is tracked independently (clang-tools-extra).
/external/llvm/test/CodeGen/X86/
Dpr28173.ll6 ; artifact of the current poor lowering. This is tracked by PR28175.
/external/autotest/
D.gitignore4 # any tracked files which get ignored after the change.

123456