/external/chromium_org/tools/stats_viewer/ |
stats_table.cs | 15 /// The stats table shared memory segment contains this
30 public StatsTableEntry(int id, string name, StatsTable table) {
33 table_ = table;
140 /// Get access to the counters in the table.
147 /// Get access to the processes in the table
163 /// Access to the table header
170 /// Get the offset of the ThreadName table
179 /// Get the offset of the PIDs table
184 // Thread names table
186 // Thread TID table
[all...] |
/external/chromium_org/third_party/skia/src/effects/ |
SkTableColorFilter.cpp | 42 virtual bool asComponentTable(SkBitmap* table) const SK_OVERRIDE; 112 const uint8_t* table = fStorage; local 118 tableA = table; table += 256; 121 tableR = table; table += 256; 124 tableG = table; table += 256; 127 tableB = table; 201 bool SkTable_ColorFilter::asComponentTable(SkBitmap* table) const [all...] |
/external/skia/src/effects/ |
SkTableColorFilter.cpp | 42 virtual bool asComponentTable(SkBitmap* table) const SK_OVERRIDE; 112 const uint8_t* table = fStorage; local 118 tableA = table; table += 256; 121 tableR = table; table += 256; 124 tableG = table; table += 256; 127 tableB = table; 201 bool SkTable_ColorFilter::asComponentTable(SkBitmap* table) const [all...] |
/external/chromium_org/third_party/icu/ |
icu4c.css | 120 p,pre,table,ul,ol,dl { 239 table.newsItem { 276 table.rtable caption { 285 table.rtable tr th { 290 table.rtable tr td { 295 table.rtable tr.broken td { 302 table.rtable tr.rarely td { 345 table.genTable { 352 table.gentable td { 360 table.genTable td.file [all...] |
/external/icu4c/ |
icu4c.css | 120 p,pre,table,ul,ol,dl { 239 table.newsItem { 276 table.rtable caption { 285 table.rtable tr th { 290 table.rtable tr td { 295 table.rtable tr.broken td { 302 table.rtable tr.rarely td { 345 table.genTable { 352 table.gentable td { 360 table.genTable td.file [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsProvider.java | 283 String table = TABLE_PDU; local 309 table = TABLE_PART; 313 table = TABLE_ADDR; 317 table = TABLE_RATE; 321 table = TABLE_DRM; 333 if (table.equals(TABLE_PDU)) { 367 if ((rowId = db.insert(table, null, finalValues)) <= 0) { 374 } else if (table.equals(TABLE_ADDR)) { 378 if ((rowId = db.insert(table, null, finalValues)) <= 0) { 384 } else if (table.equals(TABLE_PART)) 541 String table, extraSelection = null; local 700 String table; local [all...] |
/external/chromium_org/remoting/webapp/ |
connection_history.css | 24 #connection-history-table { 32 #connection-history-table td:last-child { 36 #connection-history-table thead td {
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttcmap.c | 5 /* TrueType character mapping table (cmap) support (body). */ 56 FT_Byte* table ) 58 cmap->data = table; 73 /* TABLE OVERVIEW */ 79 /* length 2 USHORT table length in bytes */ 88 tt_cmap0_validate( FT_Byte* table, 91 FT_Byte* p = table + 2; 95 if ( table + length > valid->limit || length < 262 ) 104 p = table + 6; 121 FT_Byte* table = cmap->data local 132 FT_Byte* table = cmap->data; local 433 FT_Byte* table = cmap->data; local 471 FT_Byte* table = cmap->data; local 681 FT_Byte* table = cmap->cmap.data; local 1479 FT_Byte* table = cmap->data; local 1500 FT_Byte* table = cmap->data; local 1727 FT_Byte* table = cmap->data; local 1760 FT_Byte* table = cmap->data; local 1898 FT_Byte* table = cmap->data; local 1919 FT_Byte* table = cmap->data; local [all...] |
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/ |
font_data_table.cc | 17 #include "sfntly/table/font_data_table.h" 57 throw IOException("Table not ready to build."); 81 FontDataTablePtr table; // NULL default table local 87 throw IOException("Table not ready to build."); 99 table = SubBuildTable(data); 100 NotifyPostTableBuild(table); 105 return table; 168 void FontDataTable::Builder::NotifyPostTableBuild(FontDataTable* table) { 170 UNREFERENCED_PARAMETER(table); [all...] |
/external/freetype/src/sfnt/ |
ttcmap.c | 5 /* TrueType character mapping table (cmap) support (body). */ 56 FT_Byte* table ) 58 cmap->data = table; 73 /* TABLE OVERVIEW */ 79 /* length 2 USHORT table length in bytes */ 88 tt_cmap0_validate( FT_Byte* table, 91 FT_Byte* p = table + 2; 95 if ( table + length > valid->limit || length < 262 ) 104 p = table + 6; 121 FT_Byte* table = cmap->data local 132 FT_Byte* table = cmap->data; local 433 FT_Byte* table = cmap->data; local 471 FT_Byte* table = cmap->data; local 681 FT_Byte* table = cmap->cmap.data; local 1479 FT_Byte* table = cmap->data; local 1500 FT_Byte* table = cmap->data; local 1727 FT_Byte* table = cmap->data; local 1760 FT_Byte* table = cmap->data; local 1898 FT_Byte* table = cmap->data; local 1919 FT_Byte* table = cmap->data; local [all...] |
/external/icu4c/layout/ |
KernTable.cpp | 38 // Kern table version 0 only 63 * This also supports only version 0 of the kern table header, only 66 * This implementation isn't careful about the kern table flags, and 103 const Subtable_0* table = (const Subtable_0*)((char*)subhead + KERN_SUBTABLE_HEADER_SIZE); local 105 nPairs = SWAPW(table->nPairs); 108 searchRange = SWAPW(table->searchRange); 109 entrySelector = SWAPW(table->entrySelector); 110 rangeShift = SWAPW(table->rangeShift); 117 pairs = (const PairInfo*)((char*)table + KERN_SUBTABLE_0_HEADER_SIZE);
|
/external/libexif/libexif/canon/ |
mnote-canon-entry.c | 442 canon_search_table_value (const struct canon_entry_table_t table[], 447 /* Search the table for the first matching subtag and value. */ 448 for (j = 0; table[j].name && ((table[j].subtag < t) || 449 ((table[j].subtag == t) && table[j].value <= vs)); j++) { 450 if ((table[j].subtag == t) && (table[j].value == vs)) { 454 if ((table[j].subtag == t) && (table[j].value == vs) && table[j].name) [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/ |
SQLite.java | 23 * @param table table name 28 public static SQLStringAndBindings buildInsertString(String table, ContentValues values, int conflictAlgorithm) throws SQLException { 35 sb.append(table); 50 * @param table table name 56 public static SQLStringAndBindings buildUpdateString(String table, ContentValues values, String whereClause, String[] whereArgs) { 60 sb.append(table); 82 * @param table table nam [all...] |
/external/sfntly/cpp/src/sfntly/table/ |
font_data_table.cc | 17 #include "sfntly/table/font_data_table.h" 57 throw IOException("Table not ready to build."); 81 FontDataTablePtr table; // NULL default table local 87 throw IOException("Table not ready to build."); 99 table = SubBuildTable(data); 100 NotifyPostTableBuild(table); 105 return table; 168 void FontDataTable::Builder::NotifyPostTableBuild(FontDataTable* table) { 170 UNREFERENCED_PARAMETER(table); [all...] |
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
mySSLSession.java | 26 private Hashtable table; field in class:mySSLSession 37 table = new Hashtable(); 128 Object obj1 = table.put(s, obj); 142 Object obj = table.remove(s); 153 return table.get(s); 159 Enumeration enumeration = table.keys();
|
/art/runtime/ |
intern_table.h | 44 // Interns a potentially new string in the 'strong' table. (See above.) 48 // Interns a potentially new string in the 'strong' table. (See above.) 52 // Interns a potentially new string in the 'strong' table. (See above.) 55 // Interns a potentially new string in the 'weak' table. (See above.) 73 typedef std::multimap<int32_t, mirror::String*> Table; 78 mirror::String* Lookup(Table& table, mirror::String* s, uint32_t hash_code) 80 mirror::String* Insert(Table& table, mirror::String* s, uint32_t hash_code); 81 void Remove(Table& table, const mirror::String* s, uint32_t hash_code) [all...] |
intern_table.cc | 42 os << "Intern table: " << strong_interns_.size() << " strong; " 57 // Note: we deliberately don't visit the weak_interns_ table and the immutable 61 mirror::String* InternTable::Lookup(Table& table, mirror::String* s, 64 for (auto it = table.find(hash_code), end = table.end(); it != end; ++it) { 73 mirror::String* InternTable::Insert(Table& table, mirror::String* s, 76 table.insert(std::make_pair(hash_code, s)); 80 void InternTable::Remove(Table& table, const mirror::String* s [all...] |
/art/runtime/mirror/ |
art_method.cc | 155 MappingTable table(GetMappingTable()); 156 if (table.TotalSize() == 0) { 164 for (It cur = table.PcToDexBegin(), end = table.PcToDexEnd(); cur != end; ++cur) { 171 for (It2 cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) { 187 MappingTable table(GetMappingTable()); 188 if (table.TotalSize() == 0) { 194 for (It cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
GridLayoutTest.java | 170 View[][] table = new View[N + 1][M + 1]; local 188 table[row][0] = v; 199 table[0][col] = v; 213 table[row][col] = v; 216 return table; 227 private void test(GridLayout p, View[][] table) { 237 View v0 = table[0][col]; 241 testAlignment(row, col, alignment, v0, table[row][col], "column"); 248 View v0 = table[row][0]; 252 testAlignment(row, col, alignment, v0, table[row][col], "row") 258 View[][] table = populate(p); local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERUniversalString.java | 15 private static final char[] table = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }; field in class:DERUniversalString 99 buf.append(table[(string[i] >>> 4) & 0xf]); 100 buf.append(table[string[i] & 0xf]);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableRow.h | 46 RenderTable* table() const { return toRenderTable(parent()->parent()); } function in class:WebCore::FINAL 74 if (section()->hasSameDirectionAs(table())) 82 if (section()->hasSameDirectionAs(table()))
|
/external/iproute2/ip/ |
ip_common.h | 48 __u32 table = r->rtm_table; local 50 table = rta_getattr_u32(tb[RTA_TABLE]); 51 return table;
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/ |
HttpZipLocator.java | 196 private int readTableEntry(byte[] table, int offset) throws IOException{ 197 if (get32(table, offset) != CENSIG){ 201 int nameLen = get16(table, offset + CENNAM); 202 int extraLen = get16(table, offset + CENEXT); 203 int commentLen = get16(table, offset + CENCOM); 206 int flags = get16(table, offset + CENFLG); 212 int method = get16(table, offset + CENHOW); 218 String name = getUTF8String(table, offset + CENHDR, nameLen); 228 entry.crc = getu32(table, offset + CENCRC); 229 entry.length = get32(table, offset + CENLEN) [all...] |
/external/srec/shared/src/ |
HashMapImpl.c | 41 if ((rc = PHashTableCreate(hashArgs, MTAG, &impl->table)) != ESR_SUCCESS) 86 CHKLOG(rc, PHashTableContainsKey(impl->table, key, &exists)); 93 if ((rc = PHashTablePutValue(impl->table, clone, value, NULL)) != ESR_SUCCESS) 100 /* Key already present in table, just change the value. */ 101 CHKLOG(rc, PHashTableGetEntry(impl->table, key, &entry)); 116 CHK(rc, PHashTableGetEntry(impl->table, key, &entry)); 148 if ((rc = PHashTableEntryGetFirst(impl->table, &entry1)) != ESR_SUCCESS) 182 CHKLOG(rc, PHashTableContainsKey(impl->table, key, exists)); 194 CHK(rc, PHashTableGetEntry(impl->table, key, &entry)); 207 if ((rc = PHashTableEntryGetFirst(impl->table, entry)) != ESR_SUCCESS [all...] |
/dalvik/vm/ |
Intern.cpp | 54 static StringObject* lookupString(HashTable* table, u4 key, StringObject* value) 56 void* entry = dvmHashTableLookup(table, key, (void*)value, 61 static StringObject* insertString(HashTable* table, u4 key, StringObject* value) 66 void* entry = dvmHashTableLookup(table, key, (void*)value, 80 * Check the literal table for a match. 85 * A match was found in the literal table, the easy case. 90 * There is no match in the literal table, check the 91 * interned string table. 96 * A match was found in the interned table. Move the 97 * matching string to the literal table [all...] |