/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | rbbidata.cpp | 385 int32_t tableLength; in ubrk_swap() local 404 tableLength = ds->readUInt32(rbbiDH->fFTableLen); in ubrk_swap() 406 if (tableLength > 0) { in ubrk_swap() 418 tableLength-topSize); in ubrk_swap() 421 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 428 tableLength = ds->readUInt32(rbbiDH->fRTableLen); in ubrk_swap() 430 if (tableLength > 0) { in ubrk_swap() 442 tableLength-topSize); in ubrk_swap() 445 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | rbbidata.cpp | 385 int32_t tableLength; in ubrk_swap() local 404 tableLength = ds->readUInt32(rbbiDH->fFTableLen); in ubrk_swap() 406 if (tableLength > 0) { in ubrk_swap() 418 tableLength-topSize); in ubrk_swap() 421 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap() 428 tableLength = ds->readUInt32(rbbiDH->fRTableLen); in ubrk_swap() 430 if (tableLength > 0) { in ubrk_swap() 442 tableLength-topSize); in ubrk_swap() 445 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize, in ubrk_swap()
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/ |
H A D | LineNumberAttribute.java | 46 public int tableLength() { in tableLength() method in LineNumberAttribute 78 int n = tableLength(); in toLineNumber() 98 int n = tableLength(); in toStartPc() 130 int n = tableLength(); in toNearPc() 175 int n = tableLength(); in shiftPc()
|
H A D | LocalVariableAttribute.java | 85 ByteArray.write16bit(tableLength() + 1, newInfo, 0); in addEntry() 100 int n = tableLength(); in renameClass() 119 int n = tableLength(); in renameClass() 155 public int tableLength() { in tableLength() method in LocalVariableAttribute 185 int n = tableLength(); in shiftPc()
|
H A D | TypeAnnotationsAttribute.java | 204 int localvarTarget(int pos, int targetType, int tableLength) throws Exception { in localvarTarget() argument 205 for (int i = 0; i < tableLength; i++) { in localvarTarget() 341 int localvarTarget(int pos, int targetType, int tableLength) throws Exception { in localvarTarget() argument 342 writer.localVarTarget(targetType, tableLength); in localvarTarget() 343 return super.localvarTarget(pos, targetType, tableLength); in localvarTarget()
|
H A D | InnerClassesAttribute.java | 55 public int tableLength() { return ByteArray.readU16bit(get(), 0); } in tableLength() method in InnerClassesAttribute 166 int n = tableLength(); in find()
|
H A D | ExceptionsAttribute.java | 166 public int tableLength() { return info.length / 2 - 1; } in tableLength() method in ExceptionsAttribute
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | LocaleISOData.java | 495 int tableLength = isoCountryTable.length(); in computeISO3166_1Alpha3Countries() local 496 String[] isoTable = new String[tableLength / 5]; in computeISO3166_1Alpha3Countries() 497 for (int i = 0, index = 0; index < tableLength; i++, index += 5) { in computeISO3166_1Alpha3Countries()
|
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/layout/ |
H A D | OpenTypeTableWriter.java | 25 private int tableLength; field in OpenTypeTableWriter.OpenTypeTableDumper 30 tableLength = outputIndex; in OpenTypeTableDumper() 35 return tableLength; in length()
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | numberformattesttuple.cpp | 77 int32_t tableLength, in toEnum() argument 88 for (int32_t i = 0; i < tableLength; ++i) { in toEnum() 99 int32_t tableLength, in fromEnum() argument 102 for (int32_t i = 0; i < tableLength; ++i) { in fromEnum()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | numberformattesttuple.cpp | 77 int32_t tableLength, in toEnum() argument 88 for (int32_t i = 0; i < tableLength; ++i) { in toEnum() 99 int32_t tableLength, in fromEnum() argument 102 for (int32_t i = 0; i < tableLength; ++i) { in fromEnum()
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/annotation/ |
H A D | TypeAnnotationsWriter.java | 106 public void localVarTarget(int targetType, int tableLength) in localVarTarget() argument 110 write16bit(tableLength); in localVarTarget()
|
/aosp_15_r20/development/tools/otagui/src/components/ |
H A D | BuildTable.vue | 8 :total="tableLength" 71 tableLength() {
|
H A D | OTAJobTable.vue | 8 :total="tableLength" 86 tableLength() {
|
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
H A D | Directory.java | 187 private static int bucketIndex(Name name, int tableLength) { in bucketIndex() argument 188 return name.hashCode() & (tableLength - 1); in bucketIndex()
|
/aosp_15_r20/external/skia/src/ports/ |
H A D | SkFontHost_FreeType.cpp | 1915 FT_ULong tableLength = 0; in onGetTableData() local 1919 error = FT_Load_Sfnt_Table(face, tag, 0, nullptr, &tableLength); in onGetTableData() 1924 if (offset > tableLength) { in onGetTableData() 1927 FT_ULong size = std::min((FT_ULong)length, tableLength - (FT_ULong)offset); in onGetTableData() 1945 FT_ULong tableLength = 0; in onCopyTableData() local 1949 error = FT_Load_Sfnt_Table(face, tag, 0, nullptr, &tableLength); in onCopyTableData() 1954 sk_sp<SkData> data = SkData::MakeUninitialized(tableLength); in onCopyTableData() 1957 reinterpret_cast<FT_Byte*>(data->writable_data()), &tableLength); in onCopyTableData()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
H A D | CollationDataReader.java | 391 int tableLength = length / 2 - headerLength; in read() local 392 data.fastLatinTable = ICUBinary.getChars(inBytes, tableLength, length & 1); in read()
|
/aosp_15_r20/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/ |
H A D | CollationDataReader.java | 390 int tableLength = length / 2 - headerLength; in read() local 391 data.fastLatinTable = ICUBinary.getChars(inBytes, tableLength, length & 1); in read()
|
/aosp_15_r20/external/grpc-grpc-java/okhttp/third_party/okhttp/test/java/io/grpc/okhttp/internal/framed/ |
H A D | HpackTest.java | 151 int tableLength = writer.dynamicTable.length; in writerEviction() local 152 Header entry = writer.dynamicTable[tableLength - 1]; in writerEviction() 155 entry = writer.dynamicTable[tableLength - 2]; in writerEviction()
|
/aosp_15_r20/external/javassist/src/main/javassist/compiler/ |
H A D | Javac.java | 284 int n = va.tableLength(); in recordLocalVariables() 314 int n = va.tableLength(); in recordParamNames()
|
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
H A D | ClassReader.java | 2769 int tableLength = readUnsignedShort(currentOffset + 1); 2771 while (tableLength-- > 0) { 2891 int tableLength = readUnsignedShort(currentOffset + 1); 2893 context.currentLocalVariableAnnotationRangeStarts = new Label[tableLength]; 2894 context.currentLocalVariableAnnotationRangeEnds = new Label[tableLength]; 2895 context.currentLocalVariableAnnotationRangeIndices = new int[tableLength]; 2896 for (int i = 0; i < tableLength; ++i) {
|
/aosp_15_r20/external/guava/guava/src/com/google/common/base/ |
H A D | CharMatcher.java | 466 private static boolean isSmall(int totalCharacters, int tableLength) { 468 && tableLength > (totalCharacters * 4 * Character.SIZE);
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/ |
H A D | CharMatcher.java | 465 private static boolean isSmall(int totalCharacters, int tableLength) { 467 && tableLength > (totalCharacters * 4 * Character.SIZE);
|
/aosp_15_r20/prebuilts/jdk/jdk21/linux-x86/lib/ |
D | jrt-fs.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/java. ... |
/aosp_15_r20/out/soong/.intermediates/libcore/core-all-system-modules/android_common/system/lib/ |
D | jrt-fs.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/java. ... |