/libcore/luni/src/main/java/java/util/ |
HashMap.java | 66 * An empty table shared by all zero-capacity maps (typically from default 69 * minimum-sized table. 87 * The hash table. If this hash map contains a mapping for null, it is 88 * not represented this hash table. 90 transient HashMapEntry<K, V>[] table; field in class:HashMap 109 * The table is rehashed when its size exceeds this threshold. 126 table = (HashMapEntry<K, V>[]) EMPTY_TABLE; 146 table = tab; 205 if (table == EMPTY_TABLE) { 206 doubleCapacity(); // Don't do unchecked puts to a shared table [all...] |
Hashtable.java | 51 * An empty table shared by all zero-capacity maps (typically from default 54 * minimum-sized table. 72 * The hash table. 74 private transient HashtableEntry<K, V>[] table; field in class:Hashtable 88 * The table is rehashed when its size exceeds this threshold. 106 table = (HashtableEntry<K, V>[]) EMPTY_TABLE; 125 table = tab; 181 if (table == EMPTY_TABLE) { 182 doubleCapacity(); // Don't do unchecked puts to a shared table. 222 result.makeTable(table.length) [all...] |
/external/chromium_org/native_client_sdk/doc_generated/_static/css/ |
nacl.css | 14 table {width: auto;} 16 body table.showcase td {text-align: center; vertical-align: middle;} 19 body table.showcase-list td {vertical-align: middle;} 20 table.showcase td.empty {border-bottom-style: hidden; border-right-style: hidden;} 21 table.showcase-list td.top-left, table.generic td.top-left {border-top-style: hidden; border-left-style: hidden;} 104 #doxygen-ref table { 255 #doxygen-ref table.memname { 263 #doxygen-ref table.memname td { 317 #doxygen-ref table, [all...] |
/external/chromium_org/native_client_sdk/src/doc/_static/css/ |
nacl.css | 14 table {width: auto;} 16 body table.showcase td {text-align: center; vertical-align: middle;} 19 body table.showcase-list td {vertical-align: middle;} 20 table.showcase td.empty {border-bottom-style: hidden; border-right-style: hidden;} 21 table.showcase-list td.top-left, table.generic td.top-left {border-top-style: hidden; border-left-style: hidden;} 104 #doxygen-ref table { 255 #doxygen-ref table.memname { 263 #doxygen-ref table.memname td { 317 #doxygen-ref table, [all...] |
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshglob.c | 39 /* scale the widths/heights table */ 182 /* insert into sorted table */ 271 /* sanitize top table */ 294 /* sanitize bottom table */ 364 /* reset the blues table when the device transform changes */ 372 PSH_Blue_Table table = 0; local 437 table = &blues->normal_top; 440 table = &blues->normal_bottom; 443 table = &blues->family_top; 446 table = &blues->family_bottom 553 PSH_Blue_Table table; local [all...] |
/external/freetype/src/pshinter/ |
pshglob.c | 39 /* scale the widths/heights table */ 182 /* insert into sorted table */ 271 /* sanitize top table */ 294 /* sanitize bottom table */ 364 /* reset the blues table when the device transform changes */ 372 PSH_Blue_Table table = 0; local 437 table = &blues->normal_top; 440 table = &blues->normal_bottom; 443 table = &blues->family_top; 446 table = &blues->family_bottom 553 PSH_Blue_Table table; local [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/ |
pshglob.c | 39 /* scale the widths/heights table */ 182 /* insert into sorted table */ 271 /* sanitize top table */ 294 /* sanitize bottom table */ 372 /* reset the blues table when the device transform changes */ 380 PSH_Blue_Table table = 0; local 445 table = &blues->normal_top; 448 table = &blues->normal_bottom; 451 table = &blues->family_top; 454 table = &blues->family_bottom 561 PSH_Blue_Table table; local [all...] |
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/ |
BluetoothMapEmailProvider.java | 394 String table = uri.getPathSegments().get(1); local 395 if(table == null) 396 throw new IllegalArgumentException("Table missing in URI"); 409 if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) { 412 if (D) Log.w(TAG, "Unknown table name: " + table); 438 String table = uri.getLastPathSegment(); local 439 if(table == null){ 440 throw new IllegalArgumentException("Table missing in URI"); 453 if(table.equals(BluetoothMapContract.TABLE_MESSAGE)) 579 String table = uri.getLastPathSegment(); local [all...] |
/external/chromium_org/third_party/libxml/src/ |
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 6746 xmlAttributeTablePtr 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 6563 xmlRefTablePtr table; local 6755 xmlAttributeTablePtr table; local [all...] |
/external/chromium_org/third_party/ots/src/ |
gdef.cc | 15 // GDEF - The Glyph Definition Table 22 // The maximum class value in the glyph class definision table. 71 // Parse coverage table 77 // Parse attach point table 139 // Parse coverage table 145 // Parse ligature glyph table 177 // Parse caret values table 216 OTS_WARNING("bad mark glyph set table format: %u", format); 250 // Grab the number of glyphs in the file from the maxp table to check 251 // GlyphIDs in GDEF table [all...] |
/external/qemu/qobject/ |
qdict.c | 114 QLIST_FOREACH(entry, &qdict->table[bucket], next) 146 QLIST_INSERT_HEAD(&qdict->table[bucket], entry, next); 361 QLIST_FOREACH(entry, &qdict->table[i], next) 371 if (!QLIST_EMPTY(&qdict->table[i])) { 372 return QLIST_FIRST(&qdict->table[i]); 416 QLIST_FOREACH(entry, &src->table[i], next) { 468 QDictEntry *entry = QLIST_FIRST(&qdict->table[i]);
|
/libcore/luni/src/main/java/java/sql/ |
DatabaseMetaData.java | 133 * key by some other table. Used for the column {@code UPDATE_RULE}. 223 * States that this table index is a clustered index. 228 * States that this table index is a hashed index. 233 * States this table's index is neither a clustered index, not a hashed 234 * index, and not a table statistics index; i.e. it is something else. 239 * States this column has the table's statistics, and that it is returned in 240 * conjunction with the table's index description. 351 * table 356 * States that the function does not return a table 361 * States that the function returns a table [all...] |
/build/tools/droiddoc/templates-ds/ |
class.cs | 132 <table class="jd-inheritance-table"> 148 </table> 153 <table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;"> 156 </td></tr></table> 160 <table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;"> 163 </td></tr></table> 290 <table id="nestedclasses" class="jd-sumtable"><tr><th colspan="12">Nested Classes</th></tr> 297 <table id="lattrs" class="jd-sumtable"><tr><th colspan="12">XML Attributes</th></tr> 301 <?cs # if there are inherited attrs, write the table ? [all...] |
/build/tools/droiddoc/templates-sac/ |
class.cs | 132 <table class="jd-inheritance-table"> 148 </table> 153 <table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;"> 156 </td></tr></table> 160 <table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;"> 163 </td></tr></table> 290 <table id="nestedclasses" class="jd-sumtable"><tr><th colspan="12">Nested Classes</th></tr> 297 <table id="lattrs" class="jd-sumtable"><tr><th colspan="12">XML Attributes</th></tr> 301 <?cs # if there are inherited attrs, write the table ? [all...] |
/build/tools/droiddoc/templates-sdk/ |
class.cs | 136 <table class="jd-inheritance-table"> 152 </table> 157 <table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;"> 160 </td></tr></table> 164 <table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;"> 167 </td></tr></table> 309 <table id="nestedclasses" class="jd-sumtable"><tr><th colspan="12">Nested Classes</th></tr> 316 <table id="lattrs" class="jd-sumtable"><tr><th colspan="12">XML Attributes</th></tr> 320 <?cs # if there are inherited attrs, write the table ? [all...] |
/build/tools/droiddoc/templates-sdk-dyn/ |
class.cs | 132 <table class="jd-inheritance-table"> 148 </table> 153 <table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;"> 156 </td></tr></table> 160 <table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;"> 163 </td></tr></table> 290 <table id="nestedclasses" class="jd-sumtable"><tr><th colspan="12">Nested Classes</th></tr> 297 <table id="lattrs" class="jd-sumtable"><tr><th colspan="12">XML Attributes</th></tr> 301 <?cs # if there are inherited attrs, write the table ? [all...] |
/external/doclava/res/assets/templates/ |
class.cs | 122 <table class="jd-inheritance-table"> 138 </table> 143 <table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;"> 146 </td></tr></table> 150 <table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;"> 153 </td></tr></table> 280 <table id="nestedclasses" class="jd-sumtable"><tr><th colspan="12">Nested Classes</th></tr> 287 <table id="lattrs" class="jd-sumtable"><tr><th colspan="12">XML Attributes</th></tr> 291 <?cs # if there are inherited attrs, write the table ? [all...] |
/external/iputils/ |
rdisc.c | 1300 struct table { struct 1305 struct table *next; 1308 struct table *table; variable in typeref:struct:table 1310 struct table * 1313 struct table *tp; 1315 tp = table; 1326 struct table *tp; 1329 tp = table; 1343 struct table **tpp, *tp [all...] |
/external/guava/guava/src/com/google/common/cache/ |
LocalCache.java | 95 * The basic strategy is to subdivide the table among Segments, each of which itself is a 96 * concurrently readable hash table. The map supports non-blocking reads and concurrent writes 169 /** The segments, each of which is a specialized hash table. */ 547 * Masks used to compute indices in the following table. 554 * Look-up table for factories. 2088 volatile AtomicReferenceArray<ReferenceEntry<K, V>> table; field in class:LocalCache.Segment 2256 AtomicReferenceArray<ReferenceEntry<K, V>> table = this.table; local 2444 AtomicReferenceArray<ReferenceEntry<K, V>> table = this.table; local 2719 AtomicReferenceArray<ReferenceEntry<K, V>> table = this.table; local 2829 AtomicReferenceArray<ReferenceEntry<K, V>> table = this.table; local 2863 AtomicReferenceArray<ReferenceEntry<K, V>> table = this.table; local 3000 AtomicReferenceArray<ReferenceEntry<K, V>> table = this.table; local 3053 AtomicReferenceArray<ReferenceEntry<K, V>> table = this.table; local 3100 AtomicReferenceArray<ReferenceEntry<K, V>> table = this.table; local 3146 AtomicReferenceArray<ReferenceEntry<K, V>> table = this.table; local 3197 AtomicReferenceArray<ReferenceEntry<K, V>> table = this.table; local 3239 AtomicReferenceArray<ReferenceEntry<K, V>> table = this.table; local 3314 AtomicReferenceArray<ReferenceEntry<K, V>> table = this.table; local 3344 AtomicReferenceArray<ReferenceEntry<K, V>> table = this.table; local 3378 AtomicReferenceArray<ReferenceEntry<K, V>> table = this.table; local 3410 AtomicReferenceArray<ReferenceEntry<K, V>> table = this.table; local [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
file_table.js | 15 * @param {Array.<cr.ui.table.TableColumn>} tableColumns Table columns. 16 * @extends {cr.ui.table.TableColumnModel} 20 cr.ui.table.TableColumnModel.call(this, tableColumns); 35 cr.ui.table.TableColumnModel.prototype; 118 * Sets the width of column with keeping the total width of table. 197 * File list Table View. 205 * Inherits from cr.ui.Table. 207 FileTable.prototype.__proto__ = cr.ui.Table.prototype; 211 * @param {HTMLElement} self Table to decorate [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
SmsProvider.java | 374 String table = TABLE_SMS; local 412 table = "raw"; 416 table = "sr_pending"; 420 table = "attachments"; 424 table = "canonical_addresses"; 434 if (table.equals(TABLE_SMS)) { 519 rowID = db.insert(table, "body", values); 521 // Don't use a trigger for updating the words table because of a bug 524 if (table == TABLE_SMS) { 525 // Update the words table with a corresponding row. The words tabl 640 String table = TABLE_SMS; local [all...] |
/dalvik/libdex/ |
DexFile.cpp | 174 * Add an entry to the class lookup table. We hash the string and probe 189 * Find the first empty slot. We oversized the table, so this is 193 while (pLookup->table[idx].classDescriptorOffset != 0) { 200 pLookup->table[idx].classDescriptorHash = hash; 201 pLookup->table[idx].classDescriptorOffset = stringOff; 202 pLookup->table[idx].classDefOffset = classDefOff; 207 * Create the class lookup hash table. 230 allocSize = offsetof(DexClassLookup, table) 231 + numEntries * sizeof(pLookup->table[0]); 458 offset = pLookup->table[idx].classDescriptorOffset [all...] |
/external/chromium_org/v8/src/ |
hydrogen-load-elimination.cc | 163 // Drop fields not in the other table. 198 // Process a load instruction, updating internal table state. If a previous 225 // Process a store instruction, updating internal table state. If a previous 263 // Kill everything in this table. 416 // Print this table to stdout. 454 // Apply these effects to the given load elimination table. 455 void Apply(HLoadEliminationTable* table) { 459 table->Kill(); 463 table->KillOffset(JSObject::kMapOffset); 466 table->KillOffset(JSObject::kElementsOffset) 496 HLoadEliminationTable* table = local 506 engine.AnalyzeOneBlock(graph()->blocks()->at(i), table); local [all...] |
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/provider/ |
FeedProvider.java | 104 builder.table(FeedContract.Entry.TABLE_NAME) 155 count = builder.table(FeedContract.Entry.TABLE_NAME) 161 count = builder.table(FeedContract.Entry.TABLE_NAME) 187 count = builder.table(FeedContract.Entry.TABLE_NAME) 193 count = builder.table(FeedContract.Entry.TABLE_NAME) 222 /** SQL statement to create "entry" table. */ 224 "CREATE TABLE " + FeedContract.Entry.TABLE_NAME + " (" + 231 /** SQL statement to drop "entry" table. */ 233 "DROP TABLE IF EXISTS " + FeedContract.Entry.TABLE_NAME;
|