/external/libxml2/include/libxml/ |
hash.h | 3 * Description: This module implements the hash table support used in 19 * The hash table. 112 xmlHashFree (xmlHashTablePtr table, 116 * Add a new entry to the hash table. 119 xmlHashAddEntry (xmlHashTablePtr table, 123 xmlHashUpdateEntry(xmlHashTablePtr table, 128 xmlHashAddEntry2(xmlHashTablePtr table, 133 xmlHashUpdateEntry2(xmlHashTablePtr table, 139 xmlHashAddEntry3(xmlHashTablePtr table, 145 xmlHashUpdateEntry3(xmlHashTablePtr table, [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
TreeBasedTableTest.java | 56 TreeBasedTable<String, String, String> table = 58 table.put("a", "b", "c"); 59 table.put("c", "b", "a"); 60 table.put("a", "a", "d"); 62 table.put("b", entry.getKey(), entry.getValue()); 64 return table.row("b"); 78 TreeBasedTable<String, String, String> table = TreeBasedTable.create(); local 79 table.put("a", "b", "c"); 80 table.put("c", "b", "a"); 81 table.put("a", "a", "d") 86 TreeBasedTable<String, String, String> table = TreeBasedTable.create(); local 105 TreeBasedTable<String, String, String> table = TreeBasedTable.create(); local 126 TreeBasedTable<String, Integer, Character> table = local 137 TreeBasedTable<String, Integer, Character> table = TreeBasedTable.create(); local [all...] |
ImmutableTableTest.java | 27 @Override protected Table<String, Integer, Character> create(Object... data) { 44 Table<Character, Integer, String> expectedTable = HashBasedTable.create(); 48 Table<Character, Integer, String> otherTable = HashBasedTable.create(); 97 Table.Cell<Character, Integer, String> mutableCell = 156 private static <R, C, V> void validateTableCopies(Table<R, C, V> original) { 157 Table<R, C, V> copy = ImmutableTable.copyOf(original); 161 Table<R, C, V> built 168 Table<R, C, V> original, Table<R, C, V> copy) { 175 Table<Character, Integer, String> table = TreeBasedTable.create() local 190 Table<Character, Integer, String> table = TreeBasedTable.create(); local 204 Table<Character, Integer, String> table = TreeBasedTable.create(); local 217 Table<Character, Integer, String> table = HashBasedTable.create(); local 247 Table<Character, Integer, String> table = builder.build(); local 269 Table<Character, Integer, String> table = builder.build(); local 291 Table<Character, Integer, String> table = builder.build(); local 308 Table<Character, Integer, String> table = builder.build(); local 326 Table<Character, Integer, String> table = builder.build(); local 343 Table<Character, Integer, String> table = builder.build(); local [all...] |
TableCollectionTest.java | 27 import com.google.common.collect.Table.Cell; 52 * Collection tests for {@link Table} implementations. 117 // Not testing rowKeySet() or columnKeySet() of Table.transformValues() 122 Table<String, Integer, Character> table 125 populateForRowKeySet(table, elements); 126 return table.rowKeySet(); 138 Table<String, Integer, Character> table = HashBasedTable.create(); 139 populateForRowKeySet(table, elements) 676 Table<String, Integer, Character> table = createTable(); local 733 Table<Character, String, Integer> table = makeTable(); local 806 Table<Character, String, Integer> table = HashBasedTable.create(); local 811 Table<Character, String, Integer> table = HashBasedTable.create(); local 826 Table<Character, String, Integer> table = HashBasedTable.create(); local 831 Table<Character, String, Integer> table = HashBasedTable.create(); local 846 RowSortedTable<Character, String, Integer> table = TreeBasedTable.create(); local 851 RowSortedTable<Character, String, Integer> table = TreeBasedTable.create(); local 874 Table<String, Character, Integer> table = makeTable(); local 940 Table<String, Character, Integer> table = HashBasedTable.create(); local 945 Table<String, Character, Integer> table = HashBasedTable.create(); local 960 Table<String, Character, Integer> table = HashBasedTable.create(); local 965 Table<String, Character, Integer> table = HashBasedTable.create(); local 980 RowSortedTable<String, Character, Integer> table = TreeBasedTable.create(); local 985 RowSortedTable<String, Character, Integer> table = TreeBasedTable.create(); local 1058 Table<String, Integer, Character> table = makeTable(); local 1116 TreeBasedTable<String, Integer, Character> table = local 1124 TreeBasedTable<String, Integer, Character> table = makeTable(); local 1144 TreeBasedTable<String, Integer, Character> table = local 1152 TreeBasedTable<String, Integer, Character> table = makeTable(); local 1172 TreeBasedTable<String, Integer, Character> table = local 1181 TreeBasedTable<String, Integer, Character> table = makeTable(); local 1215 Table<String, Integer, String> table = HashBasedTable.create(); local 1235 Table<String, Integer, Character> table = HashBasedTable.create(); local 1255 RowSortedTable<String, Integer, Character> table = TreeBasedTable.create(); local 1274 Table<Integer, String, Character> table = makeTable(); local 1334 Table<Integer, String, String> table = HashBasedTable.create(); local 1354 Table<Integer, String, Character> table = HashBasedTable.create(); local 1374 RowSortedTable<Integer, String, Character> table = TreeBasedTable.create(); local [all...] |
/external/chromium_org/chrome/browser/resources/omnibox/ |
omnibox.css | 5 .autocomplete-results-table { 9 .autocomplete-results-table th { 13 .autocomplete-results-table td { 40 .table-header {
|
/external/chromium_org/ppapi/proxy/ |
flash_font_file_resource.cc | 34 PP_Bool FlashFontFileResource::GetFontTable(uint32_t table, 45 std::string* contents = GetFontTable(table); 49 RENDERER, PpapiHostMsg_FlashFontFile_GetFontTable(table), 54 contents = AddFontTable(table, out_contents); 67 std::string* FlashFontFileResource::GetFontTable(uint32_t table) const { 68 FontTableMap::const_iterator found = font_tables_.find(table); 74 std::string* FlashFontFileResource::AddFontTable(uint32_t table, 77 font_tables_[table] = heap_string;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
TableLayout.h | 35 explicit TableLayout(RenderTable* table) 36 : m_table(table)
|
/external/chromium_org/third_party/icu/source/test/letest/ |
FontTableCache.h | 29 virtual void freeFontTable(const void *table) const; 33 void add(LETag tableTag, const void *table);
|
/external/chromium_org/ui/webui/resources/css/ |
table.css | 9 .table[has-element-focus] > list > [lead] { 14 .table[has-element-focus] > list > [selected] { 19 .table[has-element-focus] > list > [lead][selected], 31 .table:focus { 35 .table { 41 .table-row { 47 .table-row-cell { 52 .table-row-cell > * { 59 .table-header { 65 .table-header-inner [all...] |
/external/icu/icu4c/source/samples/layout/ |
FontTableCache.h | 27 virtual void freeFontTable(const void *table) const; 31 void add(LETag tableTag, const void *table);
|
/external/icu/icu4c/source/test/letest/ |
FontTableCache.h | 29 virtual void freeFontTable(const void *table) const; 33 void add(LETag tableTag, const void *table, size_t length);
|
/external/icu/icu4c/source/test/perf/leperf/ |
FontTableCache.h | 29 virtual void freeFontTable(const void *table) const; 33 void add(LETag tableTag, const void *table, size_t length);
|
/external/libpng/contrib/tools/ |
intgamma.sh | 17 # (0..255) value and a similar table for the exponent calculation. 49 # The logarithm table. 51 /* 8-bit log table: png_8bit_l2[128] 52 * This is a table of -log(value/255)/log(2) for 'value' in the range 128 to 68 # The exponent table. 100 # And the table of adjustment values. 102 /* Adjustment table; provided to explain the numbers in the code below. */
|
/external/srec/srec/clib/ |
log_add.h | 32 ASSERT(logtab->table); 34 return (logtab->table[(int)(ival)]);
|
/art/runtime/ |
vmap_table.h | 32 explicit VmapTable(const uint8_t* table) : table_(table) { 37 const uint8_t* table = table_; local 38 size_t size = DecodeUnsignedLeb128(&table); 40 uint16_t adjusted_entry = DecodeUnsignedLeb128(&table); 42 adjusted_entry = DecodeUnsignedLeb128(&table); 48 const uint8_t* table = table_; local 49 return DecodeUnsignedLeb128(&table); 64 const uint8_t* table = table_; local 66 size_t end = DecodeUnsignedLeb128(&table); 101 const uint8_t* table = table_; local [all...] |
/frameworks/base/libs/androidfw/tests/ |
ResTable_test.cpp | 32 * Include a binary resource table. 43 ResTable table; local 44 ASSERT_EQ(NO_ERROR, table.add(basic_arsc, basic_arsc_len)); 48 ResTable table; local 49 ASSERT_EQ(NO_ERROR, table.add(basic_arsc, basic_arsc_len)); 52 ssize_t block = table.getResource(base::R::string::test1, &val, MAY_NOT_BE_BAG); 57 const ResStringPool* pool = table.getTableStringBlock(block); 63 ResTable table; local 64 ASSERT_EQ(NO_ERROR, table.add(basic_arsc, basic_arsc_len)); 68 uint32_t resID = table.identifierForName(testName.string(), testName.size() 76 ResTable table; local 96 ResTable table; local 116 ResTable table; local 131 ResTable table; local 147 ResTable table; local 175 ResTable table; local 201 ResTable table; local [all...] |
/external/chromium_org/third_party/qcms/src/ |
transform_util.h | 29 #define CLU(table,x,y,z) table[(x*len + y*x_len + z*xy_len)*3] 34 float lut_interp_linear(double value, uint16_t *table, size_t length); 35 float lut_interp_linear_float(float value, float *table, size_t length); 36 uint16_t lut_interp_linear16(uint16_t input_value, uint16_t *table, size_t length);
|
/external/guava/guava/src/com/google/common/collect/ |
RegularImmutableSet.java | 32 @VisibleForTesting final transient Object[] table; field in class:RegularImmutableSet 33 // 'and' with an int to get a valid table index. 38 Object[] elements, int hashCode, Object[] table, int mask) { 40 this.table = table; 50 Object candidate = table[i & mask];
|
/external/valgrind/main/include/ |
pub_tool_hashtable.h | 3 /*--- A hash table implementation. pub_tool_hashtable.h ---*/ 36 /* Generic type for a separately-chained hash table. Via a kind of dodgy 54 /* Make a new table. Allocates the memory with VG_(calloc)(), so can 55 be freed with VG_(free)(). The table starts small but will 60 /* Count the number of nodes in a table. */ 61 extern Int VG_(HT_count_nodes) ( VgHashTable table ); 63 /* Add a node to the table. Duplicate keys are permitted. */ 66 /* Looks up a VgHashNode in the table. Returns NULL if not found. If entries 69 extern void* VG_(HT_lookup) ( VgHashTable table, UWord key ); 71 /* Removes a VgHashNode from the table. Returns NULL if not found. * [all...] |
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoTableDream.java | 22 * Example interactive screen saver: flick photos onto a table. 39 PhotoTable table = (PhotoTable) findViewById(R.id.table); local 40 if (table != null) { 41 table.setDream(this); 51 setContentView(R.layout.table);
|
/system/core/fastbootd/commands/ |
partitions.c | 52 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ 106 #define LBA_ADDR(table, value) ((uint64_t) (table)->sector_size * (value)) 108 int GPT_map_from_content(struct GPT_entry_table *table, const struct GPT_content *content) 112 if (gpt_mmap(&table->header_map, LBA_ADDR(table, content->header.current_lba), 113 table->sector_size, table->fd)) { 118 table->header = (struct GPT_header *) table->header_map.ptr 195 struct GPT_entry_table *table; local 224 struct GPT_entry_table *table; local [all...] |
/external/chromium_org/chrome/browser/resources/ |
about_invalidations.css | 27 #objectsid-table-container .td { 31 #objectsid-table-container .error { 35 #objectsid-table-container .header { 39 #objectsid-table-container .content { 43 #objectsid-table-container .greyed {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/processes/process_monitor/ |
popup.js | 9 var table = "<table>\n" + 22 table = displayProcessInfo(processes[pid], table); 24 table += "</table>\n"; 26 div.innerHTML = table; 35 function displayProcessInfo(process, table) { 46 table += 56 table += "<td>" + (process.privateMemory / 1024) + "K</td>" [all...] |
/external/chromium_org/device/usb/tools/ |
usb_ids.py | 23 table = {} 30 table[vendor["id"]] = vendor 46 return table 48 def GenerateDeviceDefinitions(table): 51 for vendor_id in sorted(table.keys()): 52 vendor = table[vendor_id] 65 def GenerateVendorDefinitions(table): 66 output = "const size_t UsbIds::vendor_size_ = %d;\n" % len(table.keys()) 69 for vendor_id in sorted(table.keys()): 70 vendor = table[vendor_id 88 table = ParseTable(opts.input) variable [all...] |
/external/e2fsprogs/lib/ss/ |
invocation.c | 30 register ss_data **table; local 33 table = _ss_table; 36 if (table == (ss_data **) NULL) { 37 table = (ss_data **) malloc(2 * size); 38 table[0] = table[1] = (ss_data *)NULL; 42 for (sci_idx = 1; table[sci_idx] != (ss_data *)NULL; sci_idx++) 44 table = (ss_data **) realloc((char *)table, 46 if (table == NULL) [all...] |