/external/swiftshader/third_party/llvm-7.0/llvm/ |
D | .gitignore | 48 # 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 | .gitignore | 45 # 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/ |
D | GrDualIntervalGradientColorizer.fp | 11 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;
|
D | GrSingleIntervalGradientColorizer.fp | 12 layout(ctype=SkPMColor4f, tracked) in uniform half4 start; 13 layout(ctype=SkPMColor4f, tracked) in uniform half4 end;
|
D | GrClampedGradientEffect.fp | 20 layout(ctype=SkPMColor4f, tracked) in uniform half4 leftBorderColor; // t < 0.0 21 layout(ctype=SkPMColor4f, tracked) in uniform half4 rightBorderColor; // t > 1.0
|
D | GrSweepGradientLayout.fp | 10 layout(tracked) in uniform half bias; 11 layout(tracked) in uniform half scale;
|
/external/skqp/src/gpu/gradients/ |
D | GrDualIntervalGradientColorizer.fp | 11 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;
|
D | GrSingleIntervalGradientColorizer.fp | 12 layout(ctype=SkPMColor4f, tracked) in uniform half4 start; 13 layout(ctype=SkPMColor4f, tracked) in uniform half4 end;
|
D | GrSweepGradientLayout.fp | 10 layout(tracked) in uniform half bias; 11 layout(tracked) in uniform half scale;
|
D | GrClampedGradientEffect.fp | 20 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/ |
D | git.py | 41 status, tracked = util.getstatusoutput(command) 44 return tracked
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_module_group_metadata.cc | 74 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/ |
D | gcsupport.rst | 52 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/ |
D | gcsupport.rst | 59 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/ |
D | JcopBackupImpl.java | 82 BackupInterface[] objects = tracked(); in restore() 133 BackupInterface[] objects = tracked(); in backup()
|
D | DefaultOsBackupImpl.java | 44 protected BackupInterface[] tracked() { in tracked() method in DefaultOsBackupImpl
|
/external/bsdiff/ |
D | .gitignore | 4 # any tracked files which get ignored after the change.
|
/external/selinux/ |
D | .gitignore | 2 # no tracked files are ignored as a result of any changes.
|
/external/libprotobuf-mutator/ |
D | AUTHORS | 6 # Email addresses for individuals are tracked elsewhere to avoid spam.
|
/external/syzkaller/ |
D | AUTHORS | 6 # Email addresses for individuals are tracked elsewhere to avoid spam.
|
/external/droiddriver/ |
D | contributing.md | 3 DroidDriver issues are [tracked on GitHub](https://github.com/appium/droiddriver/issues)
|
/external/python/cpython3/Doc/library/ |
D | gc.rst | 68 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 | .gitignore | 31 # Clang extra user tools, which is tracked independently (clang-tools-extra).
|
/external/llvm/test/CodeGen/X86/ |
D | pr28173.ll | 6 ; artifact of the current poor lowering. This is tracked by PR28175.
|
/external/autotest/ |
D | .gitignore | 4 # any tracked files which get ignored after the change.
|