Searched defs:tableLength (Results 1 - 20 of 20) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DExceptionsAttribute.java164 public int tableLength() { return info.length / 2 - 1; } method in class:ExceptionsAttribute
H A DLineNumberAttribute.java45 public int tableLength() { method in class:LineNumberAttribute
77 int n = tableLength();
97 int n = tableLength();
129 int n = tableLength();
173 int n = tableLength();
H A DInnerClassesAttribute.java54 public int tableLength() { return ByteArray.readU16bit(get(), 0); } method in class:InnerClassesAttribute
H A DLocalVariableAttribute.java83 ByteArray.write16bit(tableLength() + 1, newInfo, 0);
97 int n = tableLength();
115 int n = tableLength();
151 public int tableLength() { method in class:LocalVariableAttribute
181 int n = tableLength();
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DOpenTypeTableWriter.java23 private int tableLength; field in class:OpenTypeTableWriter.OpenTypeTableDumper
28 tableLength = outputIndex;
33 return tableLength;
/external/icu/icu4c/source/common/
H A Drbbidata.cpp390 int32_t tableLength; local
409 tableLength = ds->readUInt32(rbbiDH->fFTableLen);
411 if (tableLength > 0) {
414 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
420 tableLength = ds->readUInt32(rbbiDH->fRTableLen);
422 if (tableLength > 0) {
425 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
431 tableLength = ds->readUInt32(rbbiDH->fSFTableLen);
433 if (tableLength > 0) {
436 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength
[all...]
/external/guava/guava/src/com/google/common/base/
H A DCharMatcher.java878 private static boolean isSmall(int totalCharacters, int tableLength) { argument
880 && tableLength > (totalCharacters * 4 * Character.SIZE);
/external/icu/icu4c/source/test/intltest/
H A Dnumberformattesttuple.cpp70 int32_t tableLength,
81 for (int32_t i = 0; i < tableLength; ++i) {
92 int32_t tableLength,
95 for (int32_t i = 0; i < tableLength; ++i) {
68 toEnum( const Numberformattesttuple_EnumConversion *table, int32_t tableLength, const UnicodeString &str, UErrorCode &status) argument
90 fromEnum( const Numberformattesttuple_EnumConversion *table, int32_t tableLength, int32_t val, UnicodeString &appendTo) argument
/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfHuf.cpp1021 int tableLength = tableEnd - tableStart; local
1029 writeUInt (compressed + 8, tableLength);
1053 // int tableLength = readUInt (compressed + 8);
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1571 FT_ULong tableLength = 0; local
1575 error = FT_Load_Sfnt_Table(face, tag, 0, nullptr, &tableLength);
1580 if (offset > tableLength) {
1583 FT_ULong size = SkTMin((FT_ULong)length, tableLength - (FT_ULong)offset);
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 722 milliseconds