/aosp_15_r20/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/ |
H A D | SmallSet.java | 163 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 D | DexDataWriter.java | 221 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 D | JsonReader.java | 553 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 D | JsonReader.java | 588 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 D | ArrayInit.java | 28 public ArrayInit(ASTree firstElement) { in ArrayInit()
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | uvector.h | 164 inline void* firstElement() const {return elementAt(0);} in firstElement() function
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | uvector.h | 164 inline void* firstElement() const {return elementAt(0);} in firstElement() function
|
H A D | ucharstriebuilder.cpp | 246 const UCharsTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() local
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | uvector.h | 164 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 D | LocaleSet.java | 64 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 D | uvector.h | 369 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 D | uvector.h | 369 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 D | uvector.h | 369 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 D | uvector.h | 369 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 D | RemovedGroup.java | 174 Removed firstElement = getFirstElement(); in getIndentation() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/sensorprivacy/ |
H A D | CameraPrivacyLightController.java | 194 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/ |
D | json.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/cts/libs/json/json/linux_glibc_common/javac/ |
D | json.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/cts/libs/json/jsonlib/linux_glibc_common/javac-header/ |
D | jsonlib.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
H A D | conv_serialization.h | 96 auto firstElement = elements[0]; in parse_conv_serialized_state() local
|
/aosp_15_r20/external/skia/modules/bentleyottmann/tests/ |
H A D | EventQueueTest.cpp | 13 auto firstElement = eq->fQueue.begin(); in NextEvent() local
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/ |
H A D | Vector.annotated.java | 69 @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 D | BasicDouble.java | 1218 double firstElement = 11, secondElement = 12; in testGetPutArrayWithIndex() local
|
H A D | BasicShort.java | 1218 short firstElement = 11, secondElement = 12; in testGetPutArrayWithIndex() local
|
H A D | BasicInt.java | 1218 int firstElement = 11, secondElement = 12; in testGetPutArrayWithIndex() local
|