/frameworks/compile/mclinker/include/mcld/LD/ |
NamePool.h | 33 typedef HashTable<ResolveInfo, hash::StringHash<hash::DJB> > Table; 34 typedef Table::iterator syminfo_iterator; 35 typedef Table::const_iterator const_syminfo_iterator; 87 /// @return the StringRef points to the hash table 123 Table m_Table;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb/ |
test_batch.py | 26 from boto.dynamodb.table import Table 32 'Table': { 45 'Table': { 65 self.table = Table(self.layer2, DESCRIBE_TABLE_1) 66 self.table2 = Table(self.layer2, DESCRIBE_TABLE_2) 69 b = Batch(self.table, ['k1', 'k2'], attributes_to_get=['foo'], 80 b = Batch(self.table, ['k1']) 89 b.add_batch(self.table, ['k1'], ['foo'], consistent_read=True [all...] |
/external/sfntly/cpp/src/test/ |
verify_hmtx.cc | 19 #include "sfntly/table/core/horizontal_metrics_table.h" 49 static bool VerifyHMTX(Table* table) { 50 HorizontalMetricsTablePtr hmtx = down_cast<HorizontalMetricsTable*>(table); 70 bool VerifyHMTX(Table* original, Table* target) {
|
verify_maxp.cc | 20 #include "sfntly/table/core/maximum_profile_table.h" 40 static bool VerifyMAXP(Table* table) { 41 MaximumProfileTablePtr maxp = down_cast<MaximumProfileTable*>(table); 66 bool VerifyMAXP(Table* original, Table* target) {
|
verify_name.cc | 19 #include "sfntly/table/core/name_table.h" 40 static bool VerifyNAME(Table* table) { 43 NameTablePtr name = down_cast<NameTable*>(table); 62 bool VerifyNAME(Table* original, Table* target) {
|
/external/guava/guava-tests/test/com/google/common/collect/ |
TableCollectionTest.java | 25 import com.google.common.collect.Table.Cell; 53 * Collection tests for {@link Table} implementations. 118 // Not testing rowKeySet() or columnKeySet() of Table.transformValues() 123 Table<String, Integer, Character> table 126 populateForRowKeySet(table, elements); 127 return table.rowKeySet(); 139 Table<String, Integer, Character> table = HashBasedTable.create(); 140 populateForRowKeySet(table, elements) 619 Table<String, Integer, Character> table = createTable(); local 676 Table<Character, String, Integer> table = makeTable(); local 749 Table<Character, String, Integer> table = HashBasedTable.create(); local 754 Table<Character, String, Integer> table = HashBasedTable.create(); local 769 Table<Character, String, Integer> table = HashBasedTable.create(); local 774 Table<Character, String, Integer> table = HashBasedTable.create(); local 789 RowSortedTable<Character, String, Integer> table = TreeBasedTable.create(); local 794 RowSortedTable<Character, String, Integer> table = TreeBasedTable.create(); local 817 Table<String, Character, Integer> table = makeTable(); local 883 Table<String, Character, Integer> table = HashBasedTable.create(); local 888 Table<String, Character, Integer> table = HashBasedTable.create(); local 903 Table<String, Character, Integer> table = HashBasedTable.create(); local 908 Table<String, Character, Integer> table = HashBasedTable.create(); local 923 RowSortedTable<String, Character, Integer> table = TreeBasedTable.create(); local 928 RowSortedTable<String, Character, Integer> table = TreeBasedTable.create(); local 1001 Table<String, Integer, Character> table = makeTable(); local 1059 TreeBasedTable<String, Integer, Character> table = local 1067 TreeBasedTable<String, Integer, Character> table = makeTable(); local 1087 TreeBasedTable<String, Integer, Character> table = local 1095 TreeBasedTable<String, Integer, Character> table = makeTable(); local 1115 TreeBasedTable<String, Integer, Character> table = local 1124 TreeBasedTable<String, Integer, Character> table = makeTable(); local 1158 Table<String, Integer, String> table = HashBasedTable.create(); local 1178 Table<String, Integer, Character> table = HashBasedTable.create(); local 1198 RowSortedTable<String, Integer, Character> table = TreeBasedTable.create(); local 1217 Table<Integer, String, Character> table = makeTable(); local 1277 Table<Integer, String, String> table = HashBasedTable.create(); local 1297 Table<Integer, String, Character> table = HashBasedTable.create(); local 1317 RowSortedTable<Integer, String, Character> table = TreeBasedTable.create(); local [all...] |
ImmutableTableTest.java | 31 @Override protected Table<String, Integer, Character> create(Object... data) { 48 Table<Character, Integer, String> expectedTable = HashBasedTable.create(); 52 Table<Character, Integer, String> otherTable = HashBasedTable.create(); 101 Table.Cell<Character, Integer, String> mutableCell = 160 private static <R, C, V> void validateTableCopies(Table<R, C, V> original) { 161 Table<R, C, V> copy = ImmutableTable.copyOf(original); 165 Table<R, C, V> built 172 Table<R, C, V> original, Table<R, C, V> copy) { 179 Table<Character, Integer, String> table = TreeBasedTable.create() local 194 Table<Character, Integer, String> table = TreeBasedTable.create(); local 208 Table<Character, Integer, String> table = TreeBasedTable.create(); local 221 Table<Character, Integer, String> table = HashBasedTable.create(); local 251 Table<Character, Integer, String> table = builder.build(); local 273 Table<Character, Integer, String> table = builder.build(); local 295 Table<Character, Integer, String> table = builder.build(); local 312 Table<Character, Integer, String> table = builder.build(); local 330 Table<Character, Integer, String> table = builder.build(); local 347 Table<Character, Integer, String> table = builder.build(); local [all...] |
AbstractTableReadTest.java | 30 * Test cases for {@link Table} read operations. 36 protected Table<String, Integer, Character> table; field in class:AbstractTableReadTest 39 * Creates a table with the specified data. 41 * @param data the table data, repeating the sequence row key, column key, 47 protected abstract Table<String, Integer, Character> 51 assertEquals(expectedSize, table.size()); 56 table = create(); 60 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 61 assertTrue(table.contains("foo", 1)) [all...] |
TablesTransformValuesTest.java | 40 @Override protected Table<String, Integer, Character> create( 42 Table<String, Integer, String> table = HashBasedTable.create(); local 47 table.put((String) data[i], (Integer) data[i + 1], value); 49 return Tables.transformValues(table, FIRST_CHARACTER); 52 // Null support depends on the underlying table and function. 59 table.put("foo", 1, 'a'); 66 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 67 Table<String, Integer, Character> other = HashBasedTable.create(); 72 table.putAll(other) [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableTableTest.java | 30 @Override protected Table<String, Integer, Character> create(Object... data) { 47 Table<Character, Integer, String> expectedTable = HashBasedTable.create(); 51 Table<Character, Integer, String> otherTable = HashBasedTable.create(); 100 Table.Cell<Character, Integer, String> mutableCell = 159 private static <R, C, V> void validateTableCopies(Table<R, C, V> original) { 160 Table<R, C, V> copy = ImmutableTable.copyOf(original); 164 Table<R, C, V> built 171 Table<R, C, V> original, Table<R, C, V> copy) { 178 Table<Character, Integer, String> table = TreeBasedTable.create() local 193 Table<Character, Integer, String> table = TreeBasedTable.create(); local 207 Table<Character, Integer, String> table = TreeBasedTable.create(); local 220 Table<Character, Integer, String> table = HashBasedTable.create(); local 250 Table<Character, Integer, String> table = builder.build(); local 272 Table<Character, Integer, String> table = builder.build(); local 294 Table<Character, Integer, String> table = builder.build(); local 311 Table<Character, Integer, String> table = builder.build(); local 329 Table<Character, Integer, String> table = builder.build(); local 346 Table<Character, Integer, String> table = builder.build(); local [all...] |
AbstractTableReadTest.java | 28 * Test cases for {@link Table} read operations. 34 protected Table<String, Integer, Character> table; field in class:AbstractTableReadTest 37 * Creates a table with the specified data. 39 * @param data the table data, repeating the sequence row key, column key, 45 protected abstract Table<String, Integer, Character> 49 assertEquals(expectedSize, table.size()); 54 table = create(); 58 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 59 assertTrue(table.contains("foo", 1)) [all...] |
TablesTransformValuesTest.java | 39 @Override protected Table<String, Integer, Character> create( 41 Table<String, Integer, String> table = HashBasedTable.create(); local 46 table.put((String) data[i], (Integer) data[i + 1], value); 48 return Tables.transformValues(table, FIRST_CHARACTER); 51 // Null support depends on the underlying table and function. 56 table.put("foo", 1, 'a'); 63 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c'); 64 Table<String, Integer, Character> other = HashBasedTable.create(); 69 table.putAll(other) [all...] |
/external/llvm/lib/Fuzzer/ |
FuzzerUtil.cpp | 172 static const char Table[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" 179 Res += Table[(x >> 18) & 63]; 180 Res += Table[(x >> 12) & 63]; 181 Res += Table[(x >> 6) & 63]; 182 Res += Table[x & 63]; 186 Res += Table[(x >> 18) & 63]; 187 Res += Table[(x >> 12) & 63]; 191 Res += Table[(x >> 18) & 63]; 192 Res += Table[(x >> 12) & 63]; 193 Res += Table[(x >> 6) & 63] [all...] |
/external/clang/lib/Basic/ |
Builtins.cpp | 69 void Builtin::Context::initializeBuiltins(IdentifierTable &Table, 74 Table.get(BuiltinInfo[i].Name).setBuiltinID(i); 80 Table.get(TSRecords[i].Name).setBuiltinID(i + Builtin::FirstTSBuiltin); 84 Table.get(AuxTSRecords[i].Name) 88 void Builtin::Context::forgetBuiltin(unsigned ID, IdentifierTable &Table) { 89 Table.get(getRecord(ID).Name).setBuiltinID(0);
|
/external/elfutils/tests/ |
run-readelf-aranges.sh | 118 Table at offset 0: 128 Table at offset 32: 139 Table at offset 72:
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
ebsc_table.cc | 17 #include "sfntly/table/bitmap/ebsc_table.h" 35 : Table(header, data) { 77 : Table::Builder(header, data) { 81 : Table::Builder(header, data) {
|
/external/guava/guava/src/com/google/common/collect/ |
RowSortedTable.java | 28 * Interface that extends {@code Table} and whose rows are sorted. 32 * {@link Map} specified by the {@link Table} interface. 39 public interface RowSortedTable<R, C, V> extends Table<R, C, V> { 44 * specified in the {@link Table} interface. 52 * specified in the {@link Table} interface.
|
Tables.java | 27 import com.google.common.collect.Table.Cell; 41 * Provides static methods that involve a {@code Table}. 126 * Creates a transposed view of a given table that flips its row and column 128 * generated table always returns the same value as calling {@code 129 * get(rowKey, columnKey)} on the original table. Updating the original table 130 * changes the contents of the transposed table and vice versa. 132 * <p>The returned table supports update operations as long as the input table 139 public static <R, C, V> Table<C, R, V> transpose(Table<R, C, V> table) [all...] |
/external/llvm/lib/DebugInfo/PDB/ |
PDBContext.cpp | 71 DILineInfoTable Table; 74 return Table; 79 Table.push_back(std::make_pair(LineInfo->getVirtualAddress(), LineEntry)); 81 return Table;
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
CompactConstructorErrorsTest.java | 38 assertEquals("java.lang.ClassNotFoundException: Table", e.getMessage()); 82 "java.lang.NoSuchMethodException: org.yaml.snakeyaml.extensions.compactnotation.Table.<init>(java.lang.String)"); 96 Table table = (Table) load("error4.yaml"); local 97 List<Row> rows = table.getRows(); 110 Table table = (Table) load("error5.yaml"); local 111 List<Row> rows = table.getRows() [all...] |
/frameworks/base/core/java/com/android/internal/app/procstats/ |
DurationsTable.java | 20 * Sparse mapping table to store durations of processes, etc running in different 23 public class DurationsTable extends SparseMappingTable.Table { 29 * Add all of the durations from the other table into this one. 30 * Resultant durations will be the sum of what is currently in the table 44 * Resultant duration will be the sum of what is currently in the table
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
Entry.java | 37 public @interface Table {
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
dwarf2-3.d | 31 The Directory Table is empty. 33 The File Name Table \(offset 0x.*\):
|
/external/llvm/utils/TableGen/ |
FixedLenDecoderEmitter.cpp | 71 DecoderTable Table; 98 // Emit the decoder state machine table. 99 void emitTable(formatted_raw_ostream &o, DecoderTable &Table, 268 // Emit table entries to decode instructions given a segment or segments of 314 // Lookup table for the operand decoding of instructions. 442 // Emits table entries to decode the singleton. 587 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, 600 // Our NumToSkip entries are 16-bits. Make sure our table isn't too 602 assert(Delta < 65536U && "disassembler decoding table too large!"); 603 Table[FixupIdx] = (uint8_t)Delta [all...] |
/external/clang/lib/Serialization/ |
MultiOnDiskHashTable.h | 10 // This file provides a hash table data structure suitable for incremental and 14 // performance, and on reload the merged table will override those from other 35 /// A pointer to an on-disk representation of the hash table. 45 /// \brief A hash table stored on disk. 50 HashTable Table; 56 Table(NumBuckets, NumEntries, Buckets, Payload, Base, InfoObj) {} 64 typedef llvm::PointerUnion<OnDiskTable*, MergedTable*> Table; 68 /// We manually store the opaque value of the Table because TinyPtrVector 71 /// it is the first table. 81 return Table::getFromOpaqueValue(P).template get<OnDiskTable *>() [all...] |