/external/guava/guava-tests/test/com/google/common/cache/ |
LocalCacheTest.java | 144 assertEquals(16 / map.segments.length, map.segments[0].table.length()); 249 assertEquals(segmentSize, map.segments[i].table.length()); 476 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 482 int index = hash & (table.length() - 1); 487 table.set(index, entry); 505 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 511 int index = hash & (table.length() - 1); 516 table.set(index, entry) 566 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 708 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 971 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1047 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1091 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1231 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1307 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1347 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1429 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1563 AtomicReferenceArray<ReferenceEntry<K, V>> table = segment.table; local 1582 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1617 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1652 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1686 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 1733 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local 2143 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table; local [all...] |
/frameworks/base/services/java/com/android/server/content/ |
SyncManager.java | 1223 final PrintTable table = new PrintTable(13); local [all...] |
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |
/dalvik/vm/ |
Jni.cpp | 112 removals require grabbing a mutex. If the table serves as an indirection 134 The GC will scan all references in the table. 220 // that we use the correct per-thread indirect reference table. 371 ALOGE("Failed adding to JNI local ref table (has %zd entries)", pRefTable->capacity()); 406 * refs table of the current thread. 487 * we're either leaking global ref table entries or we're going to 493 ALOGE("Failed adding to JNI global ref table (%zd entries)", 532 IndirectRefTable *table = &gDvm.jniWeakGlobalRefTable; local 533 jobject jobj = (jobject) table->add(IRT_FIRST_SEGMENT, obj); 536 ALOGE("Failed adding to JNI weak global ref table (%zd entries)", table->capacity()) 548 IndirectRefTable *table = &gDvm.jniWeakGlobalRefTable; local [all...] |
/external/aac/libSBRdec/src/ |
env_calc.cpp | 228 int nSfb, /*!< Number of bands in the table */ 617 /* Always do fully initialize the temporary energy table. This prevents negative energies and extreme gain factors in 667 UCHAR * table = hFreq->freqBandTable[freq_res]; local 683 int li = table[j]; 684 int ui = table[j+1]; [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemNumber.java | 484 * Table to help in converting decimals to roman numerals. 1625 char[] table = new char[radix]; local 1730 char[] table = null; local [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_util.cc | 212 GtkWidget* table = gtk_table_new(0, 2, FALSE); local 213 gtk_table_set_col_spacing(GTK_TABLE(table), 0, kLabelSpacing); 214 gtk_table_set_row_spacings(GTK_TABLE(table), kControlSpacing); 217 gtk_table_resize(GTK_TABLE(table), row + 1, 2); 224 gtk_table_attach(GTK_TABLE(table), label, 228 gtk_table_attach_defaults(GTK_TABLE(table), control, 234 return table; [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
PropertyTable.java | 11 package org.eclipse.wb.internal.core.model.property.table; 62 * @coverage core.model.property.table [all...] |
/external/icu4c/common/ |
ucnv2022.cpp | 269 /*Below are the 3 arrays depicting a state transition table*/ 304 * per #ifdef, then the following state table and the associated tables that are 313 * to simply duplicate an adjacent table cell, parallel in all tables. 316 * tables for the variants instead of indexing them parallel to the table here. 1096 const uint16_t *table; local 1165 const uint16_t *table; local [all...] |
ucnvmbcs.c | 81 * This requires a utf8Friendly format with an additional mbcsIndex table for fast 89 * All fallbacks have been moved to the extension table, leaving only roundtrips in the 92 * Of the stage 2 table, the part corresponding to maxFastUChar and below is omitted. 95 * stage 1 table which contains the information about how stage 2 was compacted). 97 * The rest of the stage 2 table, the part for code points above maxFastUChar, 116 * - Added an optional extension table structure at the end of the .cnv file. 119 * Files that contain only a conversion table and no base table 121 * These contain the base table name between the MBCS header and the extension 129 * - new bit distribution for state table entrie 718 const uint16_t *table; local 1117 const uint16_t *table, *results; local 1265 const uint16_t *table; local 3266 const uint16_t *table; local 3498 const uint16_t *table; local 3674 const uint16_t *table; local 3936 const uint16_t *table; local 4680 const uint16_t *table; local 4874 const uint16_t *table, *sbcsIndex; local 5180 const uint16_t *table, *mbcsIndex; local [all...] |
/external/icu4c/test/cintltst/ |
creststn.c | 2774 UResourceBundle table; local [all...] |
/external/iptables/libiptc/ |
libiptc.c | 950 DEBUGP_C("%u:%u: end of table:\n", *num, offset); 2706 } table [] = local [all...] |
/external/jpeg/ |
jquant2.c | 208 int * error_limiter; /* table for clamping the applied error */ 1112 int * table; local [all...] |
/external/libxml2/ |
valid.c | 632 /* TODO: use hash table for accesses to elem and attribute definitions */ 1386 xmlElementTablePtr table; local 1931 xmlAttributeTablePtr table; local 2350 xmlNotationTablePtr table; local 2580 xmlIDTablePtr table; local 2737 xmlIDTablePtr table; local 2774 xmlIDTablePtr table; local 2902 xmlRefTablePtr table; local 3056 xmlRefTablePtr table; local 3112 xmlRefTablePtr table; local 3147 xmlElementTablePtr table; local 3177 xmlElementTablePtr table; local 3246 xmlElementTablePtr table; local 3269 xmlAttributeTablePtr table; local 3307 xmlAttributeTablePtr table; local 3328 xmlNotationTablePtr table; local 4156 xmlAttributeTablePtr table; local 6561 xmlRefTablePtr table; local 6753 xmlAttributeTablePtr table; local [all...] |
xmlunicode.c | 32 xmlUnicodeRange *table; member in struct:__anon11101 [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrInfo.cpp | 65 // Do not insert the reverse map (MemOp -> RegOp) into the table. 69 // Do not insert the forward map (RegOp -> MemOp) into the table. 4639 const uint16_t *table = lookup(MI->getOpcode(), dom); local [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Descriptors.java | 674 return table[type.ordinal()]; 679 private static final WireFormat.FieldType[] table = field in class:Descriptors.FieldDescriptor [all...] |
/external/qemu/distrib/jpeg-6b/ |
jquant2.c | 208 int * error_limiter; /* table for clamping the applied error */ 1112 int * table; local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_blit_N.c | 890 map = info->table; 2379 const struct blit_table *table; local [all...] |
/external/quake/quake/src/QW/client/ |
gl_vidnt.c | 711 unsigned *table;
local 721 table = d_8to24table;
732 *table++ = v;
[all...] |
/external/quake/quake/src/WinQuake/ |
gl_vidnt.cpp | 711 unsigned *table;
local 721 table = d_8to24table;
732 *table++ = v;
[all...] |
/external/skia/legacy/src/ports/ |
SkFontHost_FreeType.cpp | 1501 const uint8_t* table = tableR; local [all...] |
SkFontHost_win.cpp | 118 // The 'maxp' table stores the number of glyphs at offset 4, in 2 bytes. 220 // Construct Glyph to Unicode table. 224 // require parsing the TTF cmap table (platform 4, encoding 12) directly instead 260 // font cache, then generate this mapping table from there. It's 689 static void build_power_table(uint8_t table[], float ee) { 694 table[i] = SkToU8(xx); 879 const uint8_t* table = NULL; local 887 table = getInverseGammaTable(); 903 if (table) { 910 addr[x] = (table[r] << 16) | (table[g] << 8) | table[b] [all...] |
/external/skia/src/ports/ |
SkFontHost_mac_coretext.cpp | 847 * The table is computed only if the font is a TrueType font, if the glyph 1160 const uint8_t* table = getInverseGammaTableCoreGraphicSmoothing(); local [all...] |
SkFontHost_win.cpp | 185 // The 'maxp' table stores the number of glyphs at offset 4, in 2 bytes. 359 // Construct Glyph to Unicode table. 363 // require parsing the TTF cmap table (platform 4, encoding 12) directly instead 399 // font cache, then generate this mapping table from there. It's 570 * this costs more RAM and therefore slower blits, we have a table to 933 static void build_power_table(uint8_t table[], float ee) { 938 table[i] = SkToU8(xx); 1157 const uint8_t* table; local [all...] |