Home
last modified time | relevance | path

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

12345678910

/external/pigweed/pw_build_mcuxpresso/py/pw_build_mcuxpresso/
Dcomponents.py23 element: xml.etree.ElementTree.Element, device_core: str | None
46 root: xml.etree.ElementTree.Element,
80 root: xml.etree.ElementTree.Element,
108 def _parse_define(define: xml.etree.ElementTree.Element) -> str:
130 root: xml.etree.ElementTree.Element,
171 include_path: xml.etree.ElementTree.Element,
193 root: xml.etree.ElementTree.Element,
221 root: xml.etree.ElementTree.Element,
253 root: xml.etree.ElementTree.Element,
278 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.py39 def group_elements_by_id(tree: etree.Element) -> Dict[str, etree.Element]:
60 def iter_referenced_ids(tree: etree.Element) -> Iterator[str]:
91 elements: Dict[str, etree.Element], element_ids: Set[str]
108 def subset_elements(el: etree.Element, retained_ids: Set[str]) -> bool:
128 svg: etree.Element, glyph_index_map: Dict[int, int]
159 def href_local_target(el: etree.Element) -> Optional[str]:
167 def update_glyph_href_links(svg: etree.Element, id_map: Dict[str, str]) -> None:
/external/tensorflow/tensorflow/core/data/service/
Dtask_runner.h161 struct Element { struct
162 explicit Element(std::vector<Tensor>&& components, int64_t index) in Element() function
184 std::vector<std::unique_ptr<Element>>& out); argument
/external/mesa3d/src/intel/genxml/
Dintel_genxml.py23 def get_filename(element: et.Element) -> str:
26 def get_name(element: et.Element) -> str:
29 def get_value(element: et.Element) -> int:
32 def get_start(element: et.Element) -> int:
52 def add_struct_refs(items: typing.OrderedDict[str, bool], node: et.Element) -> None:
65 def __init__(self, xml: et.Element):
77 def add_xml(self, items: typing.OrderedDict[str, et.Element]) -> None:
98 def node_validator(old: et.Element, new: et.Element) -> bool:
122 def process_attribs(elem: et.Element) -> None:
/external/rust/crates/linkme-impl/src/
Delement.rs12 pub struct Element { struct
23 impl Parse for Element { argument
/external/grpc-grpc/src/core/lib/json/
Djson_object_loader.h458 struct Element { struct
461 Element(const char* name, bool optional, B A::*p, in Element() function
470 const LoaderInterface* loader;
472 uint16_t member_offset;
474 bool optional;
476 const char* name;
478 const char* enable_key;
517 explicit FinishedJsonObjectLoader(const Vec<Element, kElemCount>& elements) in FinishedJsonObjectLoader()
535 explicit FinishedJsonObjectLoader(const Vec<Element, kElemCount>& elements) in FinishedJsonObjectLoader()
578 JsonObjectLoader(const Vec<Element, kElemCount - 1>& elements, in JsonObjectLoader()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/json/
Djson_object_loader.h459 struct Element { struct
462 Element(const char* name, bool optional, B A::*p, in Element() argument
471 const LoaderInterface* loader;
473 uint16_t member_offset;
475 bool optional;
477 const char* name;
479 const char* enable_key;
518 explicit FinishedJsonObjectLoader(const Vec<Element, kElemCount>& elements) in FinishedJsonObjectLoader()
536 explicit FinishedJsonObjectLoader(const Vec<Element, kElemCount>& elements) in FinishedJsonObjectLoader()
579 JsonObjectLoader(const Vec<Element, kElemCount - 1>& elements, in JsonObjectLoader()
/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/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
222 Element(int saveCount) { in Element() function
227 Element(int saveCount, const SkRRect& rrect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
231 Element(int saveCount, const SkRect& rect, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
235 Element(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) { in Element() function
[all …]
/external/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() argument
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() function
189 constexpr explicit Element(const BufferRegion& region_in) in Element() argument
198 friend bool operator==(const Element& a, const Element& b) { argument
219 Element old_element; argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h54 struct Element { struct
55 Element(unsigned Priority, Function *Func, Value *Data) in Element() function
81 Element operator*() const; 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/toolchain-utils/llvm_tools/
Dmanifest_utils.py43 xmlroot: ElementTree.Element,
67 def extract_current_llvm_hash_from_xml(xmlroot: ElementTree.Element) -> str:
125 def update_chromeos_manifest_tree(revision: str, xmlroot: ElementTree.Element):
/external/llvm-libc/test/src/__support/
Dblockstore_test.cpp12 struct Element { struct
22 LIBC_NAMESPACE::BlockStore<Element, BLOCK_SIZE, REVERSE> block_store; in populate_and_iterate() argument
/external/rust/crates/linkme/src/
Dprivate.rs6 type Element; typedef
10 type Element = T; typedef
/external/skia/src/gpu/ganesh/
DClipStack.h40 struct Element { struct
64 class ElementIter; argument
66 // The iterator provides items as "const Element&". 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/core/src/main/java/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/python/cpython3/kokoro/
Dprepare_windows_externals.py53 def write_xml_file(root: minidom.Element, path: Path) -> None:
59 def get_text_element(root: minidom.Element, tag: str) -> str:
67 def set_text_element(root: minidom.Element, tag: str, new_text: str) -> None:
/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

12345678910