HomeSort by relevance Sort by last modified time
    Searched refs:table (Results 1176 - 1200 of 2297) sorted by null

<<41424344454647484950>>

  /external/clang/docs/tools/
dump_ast_matchers.py 304 """Returns the sorted html table for the given row map."""
305 table = ''
307 table += matcher_map[key] + '\n'
309 '%(table)s' +
312 'table': table,
  /external/llvm/utils/Misc/
zkill 77 error('unable to get process table')
79 error('unable to get process table: %s' % err)
94 error('unable to get process table, no %r field.' % field[0])
96 table = []
119 table.append(Struct(**record))
121 return table
  /external/oprofile/events/x86-64/family11h/
unit_masks 84 0x01 DCT Page Table Overflow
85 0x02 Number of stale table entry hits (hit on a page closed too soon)
86 0x04 Page table idle cycle limit incremented
87 0x08 Page table idle cycle limit decremented
116 0x04 TLB fill (page table walk)
122 0x04 TLB page table walk
124 0x01 L2 fills (victims from L1 caches, TLB page table walks and data prefetches)
  /external/qemu/distrib/zlib-1.2.8/
crc32.c 84 The first table is simply the CRC of all possible eight bit values. This is
120 and then the byte reversal of those as well as the first table */
167 local void write_table(out, table)
169 const z_crc_t FAR *table;
175 (unsigned long)(table[n]),
  /external/qemu-pc-bios/vgabios/tests/
testbios.c 133 {unsigned char table[64]; local
141 ptable=&table;
149 printf("%02x ",table[i]);
  /external/zlib/src/
crc32.c 84 The first table is simply the CRC of all possible eight bit values. This is
120 and then the byte reversal of those as well as the first table */
167 local void write_table(out, table)
169 const z_crc_t FAR *table;
175 (unsigned long)(table[n]),
  /libcore/luni/src/main/java/java/util/
LinkedHashMap.java 177 * to the hash table (which is properly the province of our superclass).
182 * the resulting hash table corrupt.
193 // Create new entry, link it on to list, and put it into table
196 key, value, hash, table[index], header, oldTail);
197 table[index] = oldTail.nxt = header.prv = newTail;
209 // Create new entry, link it on to list, and put it into table
251 HashMapEntry<K, V>[] tab = table;
  /art/runtime/
profiler.cc 442 // Add to the profile table unless it is filtered out.
469 // Profile Table.
476 table[i] = nullptr;
486 // Add a method to the profile table. If it's the first time the method
491 if (table[index] == nullptr) {
492 table[index] = new Map();
494 Map::iterator i = table[index]->find(method);
495 if (i == table[index]->end()) {
496 (*table[index])[method] = 1;
503 // Add a bounded stack to the profile table. Only the count of the method o
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
MockContentProvider.java 77 db.execSQL("CREATE TABLE TestTable1 ("
81 db.execSQL("CREATE TABLE TestTable2 ("
88 db.execSQL("DROP TABLE IF EXISTS TestTable1");
89 db.execSQL("DROP TABLE IF EXISTS TestTable2");
203 String table; local
216 table = "TestTable1";
220 table = "TestTable2";
228 rowID = db.insert(table, "key", values);
263 // Create a ridiculous cross-product of the test table. This is done
  /external/chromium_org/chrome/browser/resources/options/
cookies_view.css 185 .cookie-details-table {
186 table-layout: fixed;
language_options.css 140 display: table;
155 display: table-cell;
  /external/chromium_org/chrome/browser/sync/
sync_ui_util_unittest.cc 141 GoogleServiceAuthError::State table[] = { local
156 for (size_t i = 0; i < arraysize(table); ++i) {
158 table[i],
162 table[i],
  /external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.js 49 var edit = bookmarkNode.children ? $('<table><tr><td>Name</td><td>' +
51 '</td></tr></table>') : $('<input>');
  /external/chromium_org/chrome/renderer/pepper/
ppb_pdf_impl.cc 52 bool GetFontTable(uint32_t table, void* output, uint32_t* output_length) {
55 fd_, table, 0 /* offset */, static_cast<uint8_t*>(output), &temp_size);
215 uint32_t table,
225 return font->GetFontTable(table, output, output_length);
  /external/chromium_org/net/disk_cache/blockfile/
disk_format_v3.h 13 // The index is actually a collection of four files that store a hash table with
15 // the table, which from some point of view behaves like a 4-way associative
18 // Basically the hash table is a collection of buckets. The first part of the
19 // table has a fixed number of buckets and it is directly addressed by the hash,
20 // while the second part of the table (stored on a second file) has a variable
73 int32 table_len; // Actual size of the table.
163 // table size (IndexHeaderV3.table_len). Tables smaller than 65536 entries
169 // table only the file type is implied; for a small table, the file number
174 // For example, a small table may store something like 0x1234 as the locatio
201 IndexBucket table[kBaseTableLen \/ kCellsPerBucket]; member in struct:disk_cache::Index
    [all...]
  /external/chromium_org/sandbox/win/src/
handle_table.h 17 // HandleTable retrieves the global handle table and provides helper classes
18 // for iterating through the table and retrieving handle info.
95 Iterator(const HandleTable& table, const SYSTEM_HANDLE_INFORMATION* start,
  /external/chromium_org/sync/syncable/
directory_backing_store.h 86 // create a 'deleted_metas' table using same schema.
96 // Drops a table if it exists, harmless if the table did not already exist.
117 // Removes each entry whose metahandle is in |handles| from the table
118 // specified by |from| table. Does synchronous I/O. Returns false on error.
187 // Prepares |save_statement| for saving entries in |table|.
188 void PrepareSaveEntryStatement(EntryTable table,
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScript.h 95 PassRefPtr<TypeBuilder::Runtime::RemoteObject> wrapTable(const ScriptValue& table, const ScriptValue& columns) const;
  /external/chromium_org/third_party/freetype/include/freetype/internal/
psaux.h 55 /* table_init :: Used to initialize a table. */
57 /* table_done :: Finalizes resp. destroy a given table. */
59 /* table_add :: Adds a new object to a table. */
61 /* table_release :: Releases table data, then finalizes it. */
66 (*init)( PS_Table table,
71 (*done)( PS_Table table );
74 (*add)( PS_Table table,
80 (*release)( PS_Table table );
107 /* max_elems :: The maximum number of elements in table. */
109 /* num_elems :: The current number of elements in table. *
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_bld.h 98 void *table; /* Unused. This used to be a UConverterTable - Pointer to conversion data - see mbcs below */ member in struct:UConverterSharedData
119 * The table field above also remains to avoid updating all static
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 145 # This subroutine creates the web page and prints out the results in a table
179 <table border="1" cellspacing="0" cellpadding="4">
205 </table>
234 # This subroutine formats and prints the table.
238 <table border="1" cellspacing="0" cellpadding="4">
275 </table>
  /external/chromium_org/third_party/leveldatabase/src/
Makefile 152 filter_block_test: table/filter_block_test.o $(LIBOBJECTS) $(TESTHARNESS)
153 $(CXX) $(LDFLAGS) table/filter_block_test.o $(LIBOBJECTS) $(TESTHARNESS) -o $@ $(LIBS)
164 table_test: table/table_test.o $(LIBOBJECTS) $(TESTHARNESS)
165 $(CXX) $(LDFLAGS) table/table_test.o $(LIBOBJECTS) $(TESTHARNESS) -o $@ $(LIBS)
  /external/chromium_org/third_party/mach_override/libudis86/
decode.h 150 /* A single operand of an entry in the instruction table.
160 /* A single entry in an instruction table.
173 const uint16_t *table; member in struct:ud_lookup_table_list_entry
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast.h 66 static void operator delete(void *table)
68 ralloc_free(table);
355 static void operator delete(void *table)
357 ralloc_free(table);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
light.h 118 #define GET_SHINE_TAB_ENTRY( table, dp, result ) ((result)=0)

Completed in 3002 milliseconds

<<41424344454647484950>>