/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | CollectionBenchmarkSampleData.java | 106 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 D | CollectionBenchmarkSampleData.java | 106 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 D | Element.java | 33 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 D | Element.java | 60 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 D | XPathParts.java | 674 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 D | LVSymbol.h | 78 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/ |
D | LVSymbol.h | 78 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/ |
D | LVSymbol.h | 78 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/ |
D | LVDWARFReader.h | 73 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/ |
D | LVELFReader.h | 73 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/ |
D | LVSymbol.h | 78 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/ |
D | LVELFReader.h | 73 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/ |
D | LVELFReader.h | 73 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/ |
D | LVSymbol.h | 78 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 D | Element.kt | 66 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__.py | 1637 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/ |
D | ntddchgr.h | 195 CHANGER_ELEMENT Element; member 239 CHANGER_ELEMENT Element; member 249 CHANGER_ELEMENT Element; member 261 CHANGER_ELEMENT Element; member
|
D | wsdxmldom.h | 39 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 D | TestGenericTypes.java | 82 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/ |
D | ColorSchemeTest.kt | 358 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 D | kernel_traits.h | 21 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 D | memory_dag.cpp | 31 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 D | MimeMap.java | 310 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 D | LanguageTestFmwk.java | 774 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 D | LanguageTestFmwk.java | 775 class Element { class 783 Element(String name) { in Element() method in Element 790 Element(String name, int mode) { in Element() method in Element
|