Home
last modified time | relevance | path

Searched defs:Element (Results 101 – 125 of 1397) sorted by relevance

12345678910>>...56

/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DCollectionBenchmarkSampleData.java106 static class Element implements Comparable<Element> { class in CollectionBenchmarkSampleData
109 Element(int hash) { in Element() method in CollectionBenchmarkSampleData.Element
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DCollectionBenchmarkSampleData.java106 static class Element implements Comparable<Element> { class in CollectionBenchmarkSampleData
109 Element(int hash) { in Element() method in CollectionBenchmarkSampleData.Element
/aosp_15_r20/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DElement.java33 public class Element extends Node { class
41 public Element() { in Element() method in Element
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/
H A DElement.java60 public class Element extends BaseObj { class
1066 Element(long id, RenderScript rs, Element[] e, String[] n, int[] as) { in Element() method in Element
1083 Element(long id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) { in Element() method in Element
1102 Element(long id, RenderScript rs) { in Element() method in Element
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DXPathParts.java674 private final class Element { class in XPathParts
678 public Element(String element) { in Element() method in XPathParts.Element
682 public Element(Element other, String element) { in Element() method in XPathParts.Element
686 public Element(String element, Map<String, String> attributes) { in Element() method in XPathParts.Element
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h78 static bool classof(const LVElement *Element) { in classof()
101 void setReference(LVElement *Element) override { in setReference()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Core/
DLVSymbol.h78 static bool classof(const LVElement *Element) { in classof()
101 void setReference(LVElement *Element) override { in setReference()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/
DLVSymbol.h78 static bool classof(const LVElement *Element) { in classof()
101 void setReference(LVElement *Element) override { in setReference()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Readers/
DLVDWARFReader.h73 LVElement *Element; member
76 LVElementEntry(LVElement *Element = nullptr) : Element(Element) {} in Element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/LogicalView/Readers/
DLVELFReader.h73 LVElement *Element; member
76 LVElementEntry(LVElement *Element = nullptr) : Element(Element) {} in Element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/LogicalView/Core/
DLVSymbol.h78 static bool classof(const LVElement *Element) { in classof()
101 void setReference(LVElement *Element) override { in setReference()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Readers/
DLVELFReader.h73 LVElement *Element; member
76 LVElementEntry(LVElement *Element = nullptr) : Element(Element) {} in Element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Readers/
DLVELFReader.h73 LVElement *Element; member
76 LVElementEntry(LVElement *Element = nullptr) : Element(Element) {} in Element() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Core/
DLVSymbol.h78 static bool classof(const LVElement *Element) { in classof()
101 void setReference(LVElement *Element) override { in setReference()
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
H A DElement.kt66 internal class Element(val key: ElementKey) { in <lambda>() class
556 fun Element.State.clearLastPlacementValues() { in recursivelyClearPlacementValues() method
800 private fun Element.State.selfUpdateValuesBeforeInterruption() { in Element() method
817 private fun Element.State.updateValuesBeforeInterruption(lastState: Element.State) { in updateValuesBeforeInterruption() method
826 private fun Element.State.clearInterruptionDeltas() { in Element() method
833 private fun Element.State.clearValuesBeforeInterruption() { in clearValuesBeforeInterruption() method
/aosp_15_r20/external/fonttools/Lib/fontTools/designspaceLib/
H A D__init__.py1637 self, axisElement: ET.Element, label: AxisLabelDescriptor
1665 self, parentElement: ET.Element, label: LocationLabelDescriptor
1878 self, parentElement: ET.Element, vf: VariableFontDescriptor
1916 def _addLib(self, parentElement: ET.Element, data: Any, indent_level: int) -> None:
2141 def readAxisLabel(self, element: ET.Element):
2276 def readAxisSubset(self, element: ET.Element):
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dntddchgr.h195 CHANGER_ELEMENT Element; member
239 CHANGER_ELEMENT Element; member
249 CHANGER_ELEMENT Element; member
261 CHANGER_ELEMENT Element; member
Dwsdxmldom.h39 struct _WSDXML_ELEMENT *Element; member
69 WSDXML_ELEMENT *Element; member
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
H A DTestGenericTypes.java82 class Element { class in TestGenericTypes.GenericBogusWrapper
85 public Element(T v) { value = v; } in Element() method in TestGenericTypes.GenericBogusWrapper.Element
/aosp_15_r20/frameworks/libs/systemui/monet/tests/com/android/systemui/monet/
DColorSchemeTest.kt358 private fun Element.createColorEntry(name: String, value: Int, comment: String? = null) { in createColorEntry() method
362 private fun Element.createColorEntry(name: String, value: String, comment: String? = null) { in createColorEntry() method
366 private fun Element.createEntry( in createEntry() method
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/
H A Dkernel_traits.h21 using Element = elem_type; member
54 using Element = typename Base::Element; member
170 using Element = typename Base::Element; member
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/utils/
H A Dmemory_dag.cpp31 Element::Element(const Value* value_, unsigned index_) in Element() function in torch::jit::Element
33 Element::Element(unsigned index_) : index(index_), values({}) {} in Element() function in torch::jit::Element
/aosp_15_r20/libcore/luni/src/main/java/libcore/content/type/
H A DMimeMap.java310 static class Element { class in MimeMap.Builder
320 private Element(String spec, boolean isMimeSpec) { in Element() method in MimeMap.Builder.Element
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/duration/
H A DLanguageTestFmwk.java774 class Element { class
782 Element(String name) { in Element() method in Element
789 Element(String name, int mode) { in Element() method in Element
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
H A DLanguageTestFmwk.java775 class Element { class
783 Element(String name) { in Element() method in Element
790 Element(String name, int mode) { in Element() method in Element

12345678910>>...56