Home
last modified time | relevance | path

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

1234567

/external/pigweed/pw_build_mcuxpresso/py/pw_build_mcuxpresso/
Dcomponents.py47 root: xml.etree.ElementTree.Element, component_id: str
74 def parse_defines(root: xml.etree.ElementTree.Element,
95 def _parse_define(define: xml.etree.ElementTree.Element) -> str:
116 def parse_include_paths(root: xml.etree.ElementTree.Element,
148 def _parse_include_path(include_path: xml.etree.ElementTree.Element,
168 def parse_headers(root: xml.etree.ElementTree.Element,
189 def parse_sources(root: xml.etree.ElementTree.Element,
213 def parse_libs(root: xml.etree.ElementTree.Element,
234 def _parse_sources(root: xml.etree.ElementTree.Element, component_id: str,
269 def parse_dependencies(root: xml.etree.ElementTree.Element,
[all …]
/external/ComputeLibrary/arm_compute/runtime/
DISimpleLifetimeManager.h71 struct Element struct
77 void *id; /**< Element id */ argument
78 IMemory *handle; /**< Element's memory handle */ argument
79 size_t size; /**< Element's size */ argument
94 …std::map<void *, Element> _active_elements; /**< A map that contains th… argument
/external/fonttools/Lib/fontTools/subset/
Dsvg.py38 def group_elements_by_id(tree: etree.Element) -> Dict[str, etree.Element]:
59 def iter_referenced_ids(tree: etree.Element) -> Iterator[str]:
90 elements: Dict[str, etree.Element], element_ids: Set[str]
107 def subset_elements(el: etree.Element, retained_ids: Set[str]) -> bool:
127 svg: etree.Element, glyph_index_map: Dict[int, int]
158 def href_local_target(el: etree.Element) -> Optional[str]:
166 def update_glyph_href_links(svg: etree.Element, id_map: Dict[str, str]) -> None:
/external/tensorflow/tensorflow/core/data/service/
Dtask_runner.h115 struct Element { struct
116 explicit Element(std::vector<Tensor>&& components, int64_t index) in Element() function
138 std::vector<std::unique_ptr<Element>>& out); argument
/external/skia/src/core/
DSkClipStack.h69 Element() { in Element() function
76 Element(const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
80 Element(const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
84 Element(const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
88 Element(sk_sp<SkShader> shader) { in Element() function
92 Element(const SkRect& rect, bool doAA) { in Element() function
244 Element(int saveCount) { in Element() function
249 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
253 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
257 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
[all …]
/external/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h45 struct Element { struct
46 Element(unsigned Priority, const Function *Func, const Value *Data) in Element() argument
72 Element operator*() const; argument
/external/zucchini/
Dimage_utils.h185 struct Element : public BufferRegion { struct
187 constexpr Element(const BufferRegion& region_in, ExecutableType exe_type_in) in Element() function
189 constexpr explicit Element(const BufferRegion& region_in) in Element() function
198 friend bool operator==(const Element& a, const Element& b) { argument
219 Element old_element; argument
/external/zucchini/aosp/include/components/zucchini/
Dimage_utils.h185 struct Element : public BufferRegion { struct
187 constexpr Element(const BufferRegion& region_in, ExecutableType exe_type_in) in Element() argument
189 constexpr explicit Element(const BufferRegion& region_in) in Element() function
198 friend bool operator==(const Element& a, const Element& b) { argument
219 Element old_element; argument
/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() function
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/rust/cxx/gen/build/src/
Dvec.rs20 pub fn intern<T>(elements: &[&T]) -> Vec<InternedString> in intern()
27 pub trait Element { trait
/external/python/cpython3/kokoro/
Dprepare_windows_externals.py50 def write_xml_file(root: minidom.Element, path: Path) -> None:
56 def get_text_element(root: minidom.Element, tag: str) -> str:
64 def set_text_element(root: minidom.Element, tag: str, new_text: str) -> None:
/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/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/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/skia/src/gpu/v1/
DClipStack.h36 struct Element { struct
55 // 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() function
105 Element(FeatureType *t, FeatureValue v) : type(t), value(v) {} in Element() function
112 std::vector<Element> features_; argument
/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/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/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
/external/swiftshader/third_party/subzero/crosstest/
Dinsertelement.h23 setElement(VectorType &Value, size_t Index, ElementType Element) { in setElement()

1234567