/external/chromium_org/content/browser/resources/media/ |
webrtc_internals.css | 40 .stats-table-container { 47 .stats-table-container >div:first-child { 54 .stats-table-active-connection { 62 table { 75 table > tr {
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
SymbolTable.h | 11 // Symbol table for parsing. Has these design characteristics: 13 // * Same symbol table can be used to compile many shaders, to preserve 18 // so that symbol table lookups are never ambiguous. This allows 19 // a simpler symbol table structure. 21 // * Pushing and popping of scope, so symbol table will really be a stack 26 // in the symbol table. The parser can substitute constants at parse 30 // are tracked in the intermediate representation, not the symbol table. 318 // The symbol table cannot be used until push() is called, but 320 // that the symbol table has not been preloaded with built-ins. 325 // When the symbol table is initialized with the built-ins, there shoul 424 std::vector<TSymbolTableLevel *> table; member in class:TSymbolTable [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
colmeta.test | 28 CREATE TABLE abc(a, b, c); 29 CREATE TABLE abc2(a PRIMARY KEY COLLATE NOCASE, b VARCHAR(32), c); 30 CREATE TABLE abc3(a NOT NULL, b INTEGER PRIMARY KEY, c); 34 CREATE TABLE abc4(a, b INTEGER PRIMARY KEY AUTOINCREMENT, c); 59 16 {main abc d} {1 {no such table column: abc.d}} 69 9 {{} v1 a} {1 {no such table column: v1.a}} 70 10 {main v1 b} {1 {no such table column: v1.b}} 71 11 {main v1 badname} {1 {no such table column: v1.badname}} 72 12 {main v1 rowid} {1 {no such table column: v1.rowid}}
|
/external/elfutils/0.153/lib/ |
fixedsizehash.h | 1 /* Fixed size hash table with internal linking. 63 TYPE data type of the hash table entries 69 STORE_POINTER if defined the table stores a pointer and not an element 109 } table[0]; 113 /* Constructor for the hashing table. */ 118 /* We choose a size for the hashing table 150% over the number of 128 /* Adjust the size to be used for the hashing table. */ 159 if (htab->table[idx].hval != 0) 164 if (htab->table[idx].hval == hval 165 && COMPARE (data, ENTRYP (htab->table[idx])) == 0 [all...] |
/external/icu/icu4c/source/layout/ |
KernTable.cpp | 40 // Kern table version 0 only 67 * This also supports only version 0 of the kern table header, only 70 * This implementation isn't careful about the kern table flags, and 109 LEReferenceTo<Subtable_0> table(subhead, success, KERN_SUBTABLE_HEADER_SIZE); 111 if(table.isEmpty() || LE_FAILURE(success)) return; 113 nPairs = SWAPW(table->nPairs); 116 searchRange = SWAPW(table->searchRange); 117 entrySelector = SWAPW(table->entrySelector); 118 rangeShift = SWAPW(table->rangeShift); 126 // pairs is an instance member, and table is on the stack [all...] |
/external/valgrind/main/callgrind/ |
bb.c | 44 bbs.table = (BB**) CLG_MALLOC("cl.bb.ibh.1", 47 for (i = 0; i < bbs.size; i++) bbs.table[i] = NULL; 65 /* double size of bb table */ 83 if (bbs.table[i] == NULL) continue; 85 curr = bbs.table[i]; 103 VG_(free)(bbs.table); 111 bbs.table = new_table; 127 /* check fill degree of bb hash table and resize if needed (>80%) */ 153 /* insert into BB hash table */ 155 bb->next = bbs.table[idx] [all...] |
/external/chromium_org/third_party/icu/source/tools/gensprep/ |
filterRFC3454.pl | 7 # This tool filters the RFC-3454 txt file for StringPrep tables and creates a table 26 $warning = "###################\n# WARNING: This table is generated by filterRFC3454.pl tool with\n# options: @ARGV \n###################\n\n"; 157 local ($inFH, $outFH,$comment, $table) = @_; 165 # break if "End Table" is found 179 if($table =~ /A/ ){ 182 }elsif ( $table =~ /B\.1/ ){ 184 }elsif ( $table =~ /B\.[23]/ ){ 187 }elsif ( $table =~ /C/ ) { 220 $comment = "# This table contains code points from Table A.1 from RFC 3454\n" [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, 95 if ( table + 2 + 2 > valid->limit ) 98 p = table + 2; /* skip format */ 101 if ( table + length > valid->limit || length < 262 ) 110 p = table + 6 127 FT_Byte* table = cmap->data; local 138 FT_Byte* table = cmap->data; local 448 FT_Byte* table = cmap->data; local 486 FT_Byte* table = cmap->data; local 696 FT_Byte* table = cmap->cmap.data; local 1501 FT_Byte* table = cmap->data; local 1522 FT_Byte* table = cmap->data; local 1749 FT_Byte* table = cmap->data; local 1782 FT_Byte* table = cmap->data; local 1920 FT_Byte* table = cmap->data; local 1941 FT_Byte* table = cmap->data; local [all...] |
/external/icu/icu4c/source/tools/gensprep/ |
filterRFC3454.pl | 7 # This tool filters the RFC-3454 txt file for StringPrep tables and creates a table 26 $warning = "###################\n# WARNING: This table is generated by filterRFC3454.pl tool with\n# options: @ARGV \n###################\n\n"; 157 local ($inFH, $outFH,$comment, $table) = @_; 165 # break if "End Table" is found 179 if($table =~ /A/ ){ 182 }elsif ( $table =~ /B\.1/ ){ 184 }elsif ( $table =~ /B\.[23]/ ){ 187 }elsif ( $table =~ /C/ ) { 220 $comment = "# This table contains code points from Table A.1 from RFC 3454\n" [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
traverse_table.js | 6 * TODO(stoarca): This class has become obsolete except for the shadow table. 22 * An object that represents an active table cell inside the shadow table. 50 * The row index of the corresponding active table cell 57 * The column index of the corresponding active table cell 64 * The corresponding <TD> or <TH> node in the active table. 71 * The cells that are row headers of the corresponding active table cell 78 * The cells that are column headers of the corresponding active table cell 86 * Initializes the traversal with the provided table node. 89 * @param {Node} tableNode The table to be traversed [all...] |
/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...] |
/art/compiler/dex/quick/arm64/ |
call_arm64.cc | 28 * The sparse table in the literal pool is an array of <key,displacement> 32 * adr r_base, <table> 47 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset; local 49 DumpSparseSwitchTable(table); 51 // Add the table to the list - we'll process it later 54 tab_rec->table = table; 56 uint32_t size = table[1]; 66 // Materialize a pointer to the switch table 99 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset local 160 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset; local [all...] |
/external/chromium_org/third_party/skia/src/effects/ |
SkTableColorFilter.cpp | 43 virtual bool asComponentTable(SkBitmap* table) const SK_OVERRIDE; 113 const uint8_t* table = fStorage; local 119 tableA = table; table += 256; 122 tableR = table; table += 256; 125 tableG = table; table += 256; 128 tableB = table; 203 bool SkTable_ColorFilter::asComponentTable(SkBitmap* table) const [all...] |
/external/skia/src/effects/ |
SkTableColorFilter.cpp | 43 virtual bool asComponentTable(SkBitmap* table) const SK_OVERRIDE; 113 const uint8_t* table = fStorage; local 119 tableA = table; table += 256; 122 tableR = table; table += 256; 125 tableG = table; table += 256; 128 tableB = table; 203 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/icu/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 | 290 String table = TABLE_PDU; local 316 table = TABLE_PART; 320 table = TABLE_ADDR; 324 table = TABLE_RATE; 328 table = TABLE_DRM; 340 if (table.equals(TABLE_PDU)) { 374 if ((rowId = db.insert(table, null, finalValues)) <= 0) { 381 } else if (table.equals(TABLE_ADDR)) { 385 if ((rowId = db.insert(table, null, finalValues)) <= 0) { 391 } else if (table.equals(TABLE_PART)) 548 String table, extraSelection = null; local 707 String table; local [all...] |
/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/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/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();
|
/packages/apps/OMA-DM/engine/dmlib/tool-src/db_wizard_tool/com/mot/dm/dbtool/ |
OMACP.java | 26 throw new Exception("Error: Unsupported table name..."); 33 //First table for tags 41 //Second table for tags 46 result.table = result.table + 1; 56 //First table for values 64 //Second table for values 69 result.table = result.table + 1; 79 //First table for attribute [all...] |