Home
last modified time | relevance | path

Searched defs:firstElement (Results 1 – 25 of 560) sorted by relevance

12345678910>>...23

/aosp_15_r20/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
H A DSmallSet.java163 private T firstElement; field in SmallSet.IteratorImpl
172 IteratorImpl(final T firstElement, final T secondElement) { in IteratorImpl()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/
H A DDexDataWriter.java221 int firstElement = index+1; in writeRightZeroExtendedInt() local
238 int firstElement = index+1; in writeRightZeroExtendedLong() local
/aosp_15_r20/cts/libs/json/src/com/android/json/stream/
H A DJsonReader.java553 private JsonToken nextInArray(boolean firstElement) throws IOException { in nextInArray()
591 private JsonToken nextInObject(boolean firstElement) throws IOException { in nextInObject()
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DJsonReader.java588 private JsonToken nextInArray(boolean firstElement) throws IOException { in nextInArray()
626 private JsonToken nextInObject(boolean firstElement) throws IOException { in nextInObject()
/aosp_15_r20/external/javassist/src/main/javassist/compiler/ast/
H A DArrayInit.java28 public ArrayInit(ASTree firstElement) { in ArrayInit()
/aosp_15_r20/external/icu/icu4c/source/common/
H A Duvector.h164 inline void* firstElement() const {return elementAt(0);} in firstElement() function
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Duvector.h164 inline void* firstElement() const {return elementAt(0);} in firstElement() function
H A Ducharstriebuilder.cpp246 const UCharsTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() local
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Duvector.h164 inline void* firstElement() const {return elementAt(0);} in firstElement() function
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DLocaleSet.java64 public CLDRLocale firstElement() { in firstElement() method in LocaleSet
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/
H A Duvector.h369 inline void* UVector::firstElement(void) const { in firstElement() function
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/
H A Duvector.h369 inline void* UVector::firstElement(void) const { in firstElement() function
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/
H A Duvector.h369 inline void* UVector::firstElement(void) const { in firstElement() function
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/
H A Duvector.h369 inline void* UVector::firstElement(void) const { in firstElement() function
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
H A DRemovedGroup.java174 Removed firstElement = getFirstElement(); in getIndentation() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/sensorprivacy/
H A DCameraPrivacyLightController.java194 Pair<Long, Integer> firstElement = mAmbientLightValues.peekFirst(); in getLiveAmbientLightTotal() local
/aosp_15_r20/out/soong/.intermediates/cts/libs/json/json/linux_glibc_common/local-javac-header/
Djson.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/cts/libs/json/json/linux_glibc_common/javac/
Djson.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/cts/libs/json/jsonlib/linux_glibc_common/javac-header/
Djsonlib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A Dconv_serialization.h96 auto firstElement = elements[0]; in parse_conv_serialized_state() local
/aosp_15_r20/external/skia/modules/bentleyottmann/tests/
H A DEventQueueTest.cpp13 auto firstElement = eq->fQueue.begin(); in NextEvent() local
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DVector.annotated.java69 @libcore.util.NullFromTypeParam public synchronized E firstElement() { throw new RuntimeException("… in firstElement() method in Vector
/aosp_15_r20/libcore/ojluni/src/test/java/nio/Buffer/
H A DBasicDouble.java1218 double firstElement = 11, secondElement = 12; in testGetPutArrayWithIndex() local
H A DBasicShort.java1218 short firstElement = 11, secondElement = 12; in testGetPutArrayWithIndex() local
H A DBasicInt.java1218 int firstElement = 11, secondElement = 12; in testGetPutArrayWithIndex() local

12345678910>>...23