Home
last modified time | relevance | path

Searched defs:Element (Results 126 – 150 of 1397) sorted by relevance

12345678910>>...56

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp42 void LVElement::setGenericType(LVElement *Element) { in setGenericType()
109 LVElement *Element = getType(); in typeOffsetAsString() local
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp90 Value *Element = in convertMemCpyToLoop() local
175 Value *Element = LoopBuilder.CreateLoad( in convertMemMoveToLoop() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm/
H A Dmma_accum_lambda_iterator.h106 using Element = accum_t; member
212 using Element = typename T::Element; member
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/collect/
Dtest.rs309 struct Element<'a>(&'a AtomicUsize); struct
336 impl<'a> Drop for Element<'a> { implementation
/aosp_15_r20/external/emma/ant/ant14/com/vladium/emma/report/
H A DReportCfg.java53 public static abstract class Element implements IReportEnums, IReportProperties class in ReportCfg
113 Element (final Task task, final IProperties settings) in Element() method in ReportCfg.Element
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Readers/
DLVCodeViewVisitor.h447 LVElement *Element) { in visitKnownMember()
458 Error visitKnownRecord(CVType &Record, TypeIndex TI, LVElement *Element) { in visitKnownRecord()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Readers/
DLVCodeViewVisitor.h447 LVElement *Element) { in visitKnownMember()
458 Error visitKnownRecord(CVType &Record, TypeIndex TI, LVElement *Element) { in visitKnownRecord()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Readers/
DLVCodeViewVisitor.h447 LVElement *Element) { in visitKnownMember()
458 Error visitKnownRecord(CVType &Record, TypeIndex TI, LVElement *Element) { in visitKnownRecord()
/aosp_15_r20/prebuilts/sdk/
H A Dupdate_prebuilts.py848 def _check_node(node: ET.Element) -> bool:
865 def _needs_disable_initialization(metadata_nodes: Iterable[ET.Element]) -> bool:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/LogicalView/Readers/
DLVCodeViewVisitor.h447 LVElement *Element) { in visitKnownMember()
458 Error visitKnownRecord(CVType &Record, TypeIndex TI, LVElement *Element) { in visitKnownRecord()
/aosp_15_r20/prebuilts/sdk/update_prebuilts/
H A Dupdate_prebuilts.py848 def _check_node(node: ET.Element) -> bool:
865 def _needs_disable_initialization(metadata_nodes: Iterable[ET.Element]) -> bool:
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
H A DPassBuilder.cpp2221 for (const auto &Element : Pipeline) { in parseLoopPassPipeline() local
2233 for (const auto &Element : Pipeline) { in parseFunctionPassPipeline() local
2247 for (const auto &Element : Pipeline) { in parseCGSCCPassPipeline() local
2272 for (const auto &Element : Pipeline) { in parseModulePassPipeline() local
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dminireflect.h66 virtual void Element(size_t /*i*/, ElementaryType /*type*/, in Element() function
393 void Element(size_t i, ElementaryType /*type*/, in Element() function
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dminireflect.h66 virtual void Element(size_t /*i*/, ElementaryType /*type*/, in Element() function
382 void Element(size_t i, ElementaryType /*type*/, in Element() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/cuda/
H A DSparseSemiStructuredPack.h123 using Element = Element_; member
167 using Element = Element_; member
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dminireflect.h66 virtual void Element(size_t /*i*/, ElementaryType /*type*/, in Element() function
393 void Element(size_t i, ElementaryType /*type*/, in Element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/LogicalView/Core/
DLVElement.h220 virtual void setReference(LVElement *Element) {} in setReference()
340 virtual bool removeElement(LVElement *Element) { return false; } in removeElement()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Core/
DLVElement.h220 virtual void setReference(LVElement *Element) {} in setReference()
340 virtual bool removeElement(LVElement *Element) { return false; } in removeElement()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/
DLVElement.h220 virtual void setReference(LVElement *Element) {} in setReference()
340 virtual bool removeElement(LVElement *Element) { return false; } in removeElement()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Core/
DLVElement.h220 virtual void setReference(LVElement *Element) {} in setReference()
340 virtual bool removeElement(LVElement *Element) { return false; } in removeElement()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h217 virtual void setReference(LVElement *Element) {} in setReference()
323 virtual bool removeElement(LVElement *Element) { return false; } in removeElement()
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/edwards25519/field/
Dfe_arm64.go10 func carryPropagate(v *Element)
/aosp_15_r20/external/swiftshader/third_party/subzero/crosstest/
H A Dinsertelement.h23 setElement(VectorType &Value, size_t Index, ElementType Element) { in setElement()
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dbug026.go9 type Element interface { interface
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
H A Delement-animatable.js16 window.Element.prototype.animate = function(effectInput, options) { class in window

12345678910>>...56