/external/v8/src/compiler/ |
D | load-elimination.h | 110 struct Element { in NON_EXPORTED_BASE() struct 111 Element() {} in NON_EXPORTED_BASE() argument 112 Element(Node* object, Node* index, Node* value, in NON_EXPORTED_BASE() function 119 Node* object = nullptr; in NON_EXPORTED_BASE() 120 Node* index = nullptr; in NON_EXPORTED_BASE() 121 Node* value = nullptr; in NON_EXPORTED_BASE() 122 MachineRepresentation representation = MachineRepresentation::kNone; in NON_EXPORTED_BASE()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ExecutionUtils.h | 45 struct Element { struct 46 Element(unsigned Priority, const Function *Func, const Value *Data) in Element() argument 72 Element operator*() const; argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ExecutionUtils.h | 92 struct Element { struct 93 Element(unsigned Priority, Function *Func, Value *Data) in Element() argument 119 Element operator*() const; argument
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | RangeValueIterator.java | 59 public class Element class 83 public Element() in Element() method in RangeValueIterator.Element
|
D | ValueIterator.java | 45 public static final class Element class 63 public Element() in Element() method in ValueIterator.Element
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | RangeValueIterator.java | 60 public class Element class 88 public Element() in Element() method in RangeValueIterator.Element
|
D | ValueIterator.java | 46 public static final class Element class 67 public Element() in Element() method in ValueIterator.Element
|
/external/skqp/src/core/ |
D | SkClipStack.h | 67 Element() { in Element() function 74 Element(const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function 78 Element(const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function 82 Element(const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function 225 Element(int saveCount) { in Element() function 230 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function 234 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function 238 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
|
/external/skia/src/core/ |
D | SkClipStack.h | 67 Element() { in Element() function 74 Element(const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function 78 Element(const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function 82 Element(const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function 225 Element(int saveCount) { in Element() function 230 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function 234 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function 238 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
|
/external/clang/lib/Tooling/ |
D | FileMatchTrie.cpp | 69 StringRef Element(llvm::sys::path::filename( in insert() local 73 StringRef Element(llvm::sys::path::filename( in insert() local 108 StringRef Element(llvm::sys::path::filename(FileName.drop_back( in findEquivalent() local
|
/external/llvm/lib/Target/X86/ |
D | X86ShuffleDecodeConstantPool.cpp | 77 uint64_t Element = APElt.getLoBits(8).getZExtValue(); in DecodePSHUFBMask() local 148 uint64_t Element = cast<ConstantInt>(COp)->getZExtValue(); in DecodeVPERMILPMask() local 316 APInt Element = cast<ConstantInt>(COp)->getValue(); in DecodeVPERMVMask() local 327 uint64_t Element = cast<ConstantInt>(C)->getZExtValue(); in DecodeVPERMVMask() local 349 APInt Element = cast<ConstantInt>(COp)->getValue(); in DecodeVPERMV3Mask() local
|
/external/libtextclassifier/lang_id/common/fel/ |
D | feature-extractor.h | 103 struct Element { struct 104 Element() : type(nullptr), value(-1) {} in Element() argument 105 Element(FeatureType *t, FeatureValue v) : type(t), value(v) {} in Element() argument 112 std::vector<Element> features_; argument
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | Element.java | 23 public class Element { class 37 public Element(ElementType type, boolean defaultAttributes) { in Element() method in Element
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | insertelement.h | 23 setElement(VectorType &Value, size_t Index, ElementType Element) { in setElement()
|
/external/guava/guava/src/com/google/common/reflect/ |
D | Element.java | 37 class Element extends AccessibleObject implements Member { class 42 <M extends AccessibleObject & Member> Element(M member) { in Element() method in Element
|
/external/guice/core/src/com/google/inject/spi/ |
D | Element.java | 36 public interface Element { interface
|
/external/guice/core/src/com/google/inject/internal/ |
D | Element.java | 33 @interface Element { annotation
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | AnnotationId.java | 177 public static final class Element { class in AnnotationId 189 public Element(String name, Object value) { in Element() method in AnnotationId.Element
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | CollectionBenchmarkSampleData.java | 112 static class Element implements Comparable<Element> { class in CollectionBenchmarkSampleData 114 Element(int hash) { in Element() method in CollectionBenchmarkSampleData.Element
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/ |
D | Element.java | 33 public class Element extends Node { class 41 public Element() { in Element() method in Element
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ShuffleDecodeConstantPool.cpp | 138 uint64_t Element = RawMask[i]; in DecodePSHUFBMask() local 181 uint64_t Element = RawMask[i]; in DecodeVPERMILPMask() local 278 uint64_t Element = RawMask[i]; in DecodeVPPERMMask() local
|
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/internal/ |
D | ConcurrentIntrusiveList.java | 149 public interface Element<T extends Element<T>> { interface in ConcurrentIntrusiveList
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | parallel_interleave_dataset_op.cc | 330 struct Element { struct in tensorflow::data::__anon6594f9940111::ParallelInterleaveDatasetOp::Dataset::ParallelInterleaveIterator 332 int64 id; 334 std::vector<Tensor> inputs; 336 std::unique_ptr<IteratorBase> iterator; 337 mutex mu; 341 bool in_use = false;
|
/external/llvm/include/llvm/Support/ |
D | Recycler.h | 97 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Recycler.h | 99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate()
|