Home
last modified time | relevance | path

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

12345678910

/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/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h55 struct Element { struct
56 Element(unsigned Priority, Function *Func, Value *Data) in Element() argument
82 Element operator*() const; argument
/external/skia/src/core/
DSkClipStack.h70 Element() { in Element() function
77 Element(const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
81 Element(const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
85 Element(const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
89 Element(sk_sp<SkShader> shader) { in Element() function
241 Element(int saveCount) { in Element() function
246 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
250 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
254 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
258 Element(int saveCount, sk_sp<SkShader> shader) { in Element() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h65 struct Element { struct
66 Element(unsigned Priority, Function *Func, Value *Data) in Element() argument
92 Element operator*() const; argument
/external/libwebm/webm_parser/include/webm/
Delement.h52 explicit constexpr Element(const T& value) : value_(value) {} in Element() function
59 explicit constexpr Element(T&& value) : value_(std::move(value)) {} in Element() function
67 constexpr Element(const T& value, bool is_present) in Element() function
76 constexpr Element(T&& value, bool is_present) in Element() function
/external/llvm-project/flang/include/flang/Evaluate/
Dconstant.h96 using Element = ELEMENT; variable
130 using Element = Scalar<T>; variable
155 using Element = Scalar<Result>; variable
205 using Element = StructureConstructorValues; variable
/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/rust/cxx/gen/build/src/
Dvec.rs20 pub fn intern<T>(elements: &[&T]) -> Vec<InternedString> in intern()
27 pub trait Element { trait
/external/swiftshader/src/Pipeline/
DShaderCore.hpp166 struct Element struct
169 struct Element<Float> struct
171 using type = rr::Float;
174 struct Element<Int> struct
176 using type = rr::Int;
179 struct Element<UInt> struct
181 using type = rr::UInt;
/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/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/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-project/clang/lib/Tooling/
DFileMatchTrie.cpp74 StringRef Element(llvm::sys::path::filename( in insert() local
78 StringRef Element(llvm::sys::path::filename( in insert() local
118 StringRef Element(llvm::sys::path::filename(FileName.drop_back( in findEquivalent() local
/external/skia/src/gpu/
DGrClipStack.h33 struct Element { struct
52 // The iterator provides items as "const Element&". argument
/external/libtextclassifier/native/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() function
112 std::vector<Element> features_; argument
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcppcoreguidelines-owning-memory-containers.cpp38 for (auto *Element : OwnerStdVector) { in main() local
42 for (auto *Element : OwnerStdVector) { in main() local
/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/rust/crates/rand/src/seq/
Dindex.rs327 struct Element<N> { in sample_efraimidis_spirakis() struct
328 index: N, in sample_efraimidis_spirakis()
329 key: f64, in sample_efraimidis_spirakis()
331 impl<N> PartialOrd for Element<N> { in sample_efraimidis_spirakis() implementation
336 impl<N> Ord for Element<N> { in sample_efraimidis_spirakis() implementation
343 impl<N> PartialEq for Element<N> { in sample_efraimidis_spirakis() implementation
348 impl<N> Eq for Element<N> {} in sample_efraimidis_spirakis() implementation
/external/guava/android/guava/src/com/google/common/reflect/
DElement.java34 class Element extends AccessibleObject implements Member { class
39 <M extends AccessibleObject & Member> Element(M member) { in Element() method in Element
/external/guava/guava/src/com/google/common/reflect/
DElement.java34 class Element extends AccessibleObject implements Member { class
39 <M extends AccessibleObject & Member> Element(M member) { in Element() method in Element
/external/llvm-project/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp138 uint64_t Element = RawMask[i]; in DecodePSHUFBMask() local
179 uint64_t Element = RawMask[i]; in DecodeVPERMILPMask() local
280 uint64_t Element = RawMask[i]; in DecodeVPPERMMask() local
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dkeyframe-effect-constructor.js111 Element.prototype.animate = function(effectInput, options) { class
177 window.Element.prototype.getAnimations = function() { class in window

12345678910