Home
last modified time | relevance | path

Searched defs:Element (Results 1 – 25 of 118) sorted by relevance

12345

/external/v8/src/compiler/
Dload-elimination.h110 struct Element { in NON_EXPORTED_BASE() struct
111 Element() {} in NON_EXPORTED_BASE() function
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/
DExecutionUtils.h45 struct Element { struct
46 Element(unsigned Priority, const Function *Func, const Value *Data) in Element() function
72 Element operator*() const; argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h92 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/
DRangeValueIterator.java59 public class Element class
83 public Element() in Element() method in RangeValueIterator.Element
DValueIterator.java45 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/
DRangeValueIterator.java60 public class Element class
88 public Element() in Element() method in RangeValueIterator.Element
DValueIterator.java46 public static final class Element class
67 public Element() in Element() method in ValueIterator.Element
/external/skqp/src/core/
DSkClipStack.h67 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/
DSkClipStack.h67 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/
DFileMatchTrie.cpp69 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/
DX86ShuffleDecodeConstantPool.cpp77 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/
Dfeature-extractor.h103 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/
DElement.java23 public class Element { class
37 public Element(ElementType type, boolean defaultAttributes) { in Element() method in Element
/external/swiftshader/third_party/subzero/crosstest/
Dinsertelement.h23 setElement(VectorType &Value, size_t Index, ElementType Element) { in setElement()
/external/guava/guava/src/com/google/common/reflect/
DElement.java37 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/
DElement.java36 public interface Element { interface
/external/guice/core/src/com/google/inject/internal/
DElement.java33 @interface Element { annotation
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DAnnotationId.java177 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/
DCollectionBenchmarkSampleData.java112 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/
DElement.java33 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/
DX86ShuffleDecodeConstantPool.cpp138 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/
DConcurrentIntrusiveList.java149 public interface Element<T extends Element<T>> { interface in ConcurrentIntrusiveList
/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_interleave_dataset_op.cc330 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/
DRecycler.h97 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DRecycler.h99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate()

12345