/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/ |
D | ExecutionUtils.h | 57 struct Element { struct 58 Element(unsigned Priority, Function *Func, Value *Data) in Element() argument 84 Element operator*() const; argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.h | 65 struct Element { struct 66 Element(unsigned Priority, Function *Func, Value *Data) in Element() argument 92 Element operator*() const; argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/ |
H A D | task_runner.h | 161 struct Element { struct 162 explicit Element(std::vector<Tensor>&& components, int64_t index) in Element() argument 184 std::vector<std::unique_ptr<Element>>& out); argument
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | ClipStack.h | 53 struct Element { struct 77 class ElementIter; argument 79 // The iterator provides items as "const Element&". argument
|
/aosp_15_r20/external/libtextclassifier/native/lang_id/common/fel/ |
H A D | feature-extractor.h | 104 struct Element { struct 105 Element() : type(nullptr), value(-1) {} in Element() argument 106 Element(FeatureType *t, FeatureValue v) : type(t), value(v) {} in Element() function 113 std::vector<Element> features_; argument
|
/aosp_15_r20/external/libwebm/webm_parser/include/webm/ |
H A D | element.h | 52 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
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/seq/ |
D | index.rs | 327 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
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/seq/ |
H A D | index.rs | 327 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVCompare.cpp | 63 LVCompareInfo::iterator getResultsEntry(LVElement *Element) { in getResultsEntry() 80 void updateExpected(LVElement *Element) { in updateExpected() 88 void updateMissingOrAdded(LVElement *Element, LVComparePass Pass) { in updateMissingOrAdded() 240 for (const LVElement *Element : Elements) { in execute() local 362 void LVCompare::printItem(LVElement *Element, LVComparePass Pass) { in printItem()
|
/aosp_15_r20/external/llvm-libc/test/src/__support/ |
H A D | blockstore_test.cpp | 12 struct Element { struct 22 LIBC_NAMESPACE::BlockStore<Element, BLOCK_SIZE, REVERSE> block_store; in populate_and_iterate() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 168 for (const auto Element : Elements) { in completeType() local 235 for (const auto *Element : Elements) { in completeType() local 291 auto Element = Elements[I]; in completeType() local 442 for (const auto Element : Elements) { in visitSubroutineType() local 457 for (const auto *Element : Elements) { in visitStructType() local 471 for (const auto *Element : Elements) in visitStructType() local 484 if (auto *Element = dyn_cast_or_null<DINode>(Elements[I])) in visitArrayType() local 642 for (const auto *Element : Elements) { in visitMapDefType() local 656 for (const auto *Element : Elements) { in visitMapDefType() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | ClipStack_graphite.h | 39 struct Element { struct 59 // The iterator provides items as "const Element&". argument
|
/aosp_15_r20/tools/test/mobly_extensions/tools/results_uploader/src/ |
D | mobly_result_converter.py | 132 mobly_root: ElementTree.Element, 170 element: ElementTree.Element, 180 properties_element: ElementTree.Element, name: str, value: str 199 properties_element: ElementTree.Element,
|
/aosp_15_r20/external/toolchain-utils/llvm_tools/ |
H A D | manifest_utils.py | 43 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):
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/iterators/ |
H A D | predicated_tile_access_iterator_residual_last.h | 108 using Element = Element_; variable 467 using Element = Element_; variable 692 using Element = Element_; variable 914 using Element = Element_; variable 1248 using Element = Element_; variable 1467 using Element = Element_; variable 1688 using Element = Element_; variable 1915 using Element = Element_; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVScope.h | 155 static bool classof(const LVElement *Element) { in classof() 342 void setReference(LVElement *Element) override { in setReference() 458 void addInvalidLocationOrRange(LVLocation *Location, LVElement *Element, in addInvalidLocationOrRange() 575 void addMatched(LVElement *Element) { MatchedElements.push_back(Element); } in addMatched() 663 void setReference(LVElement *Element) override { in setReference() 767 void setReference(LVElement *Element) override { in setReference()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVScope.h | 155 static bool classof(const LVElement *Element) { in classof() 342 void setReference(LVElement *Element) override { in setReference() 458 void addInvalidLocationOrRange(LVLocation *Location, LVElement *Element, in addInvalidLocationOrRange() 575 void addMatched(LVElement *Element) { MatchedElements.push_back(Element); } in addMatched() 663 void setReference(LVElement *Element) override { in setReference() 767 void setReference(LVElement *Element) override { in setReference()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVScope.h | 155 static bool classof(const LVElement *Element) { in classof() 342 void setReference(LVElement *Element) override { in setReference() 458 void addInvalidLocationOrRange(LVLocation *Location, LVElement *Element, in addInvalidLocationOrRange() 575 void addMatched(LVElement *Element) { MatchedElements.push_back(Element); } in addMatched() 663 void setReference(LVElement *Element) override { in setReference() 767 void setReference(LVElement *Element) override { in setReference()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVScope.h | 155 static bool classof(const LVElement *Element) { in classof() 342 void setReference(LVElement *Element) override { in setReference() 455 void addInvalidLocationOrRange(LVLocation *Location, LVElement *Element, in addInvalidLocationOrRange() 574 void addMatched(LVElement *Element) { MatchedElements.push_back(Element); } in addMatched() 662 void setReference(LVElement *Element) override { in setReference() 766 void setReference(LVElement *Element) override { in setReference()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVScope.h | 155 static bool classof(const LVElement *Element) { in classof() 342 void setReference(LVElement *Element) override { in setReference() 458 void addInvalidLocationOrRange(LVLocation *Location, LVElement *Element, in addInvalidLocationOrRange() 575 void addMatched(LVElement *Element) { MatchedElements.push_back(Element); } in addMatched() 663 void setReference(LVElement *Element) override { in setReference() 767 void setReference(LVElement *Element) override { in setReference()
|
/aosp_15_r20/libcore/dalvik/src/main/java/dalvik/system/ |
H A D | DexPathList.java | 653 /*package*/ static class Element { class in DexPathList 674 public Element(DexFile dexFile, File dexZipPath) { in Element() method in DexPathList.Element 684 public Element(DexFile dexFile) { in Element() method in DexPathList.Element 688 public Element(File path) { in Element() method in DexPathList.Element 702 public Element(File dir, boolean isDirectory, File zip, DexFile dexFile) { in Element() method in DexPathList.Element
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 181 for (const auto Element : Elements) { in completeType() local 220 for (const auto Element : Elements) { in completeType() local 295 for (const auto *Element : Elements) { in completeType() local 351 auto Element = Elements[I]; in completeType() local 576 for (const auto Element : Elements) { in visitSubroutineType() local 669 for (const auto *Element : Elements) { in visitStructType() local 687 for (const auto *Element : Elements) { in visitStructType() local 704 if (auto *Element = dyn_cast_or_null<DINode>(Elements[I])) in visitArrayType() local 947 for (const auto *Element : Elements) { in visitMapDefType() local
|
/aosp_15_r20/external/python/cpython3/kokoro/ |
D | prepare_windows_externals.py | 53 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:
|
/aosp_15_r20/external/clang/lib/Tooling/ |
H A 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
|