Searched refs:table3 (Results 1 – 4 of 4) sorted by relevance
/external/guava/guava-tests/test/com/google/common/collect/ |
D | HashBasedTableTest.java | 51 Table<String, Integer, Character> table3 = HashBasedTable.create(0, 20); in testCreateWithValidSizes() local 52 table3.put("foo", 1, 'a'); in testCreateWithValidSizes() 53 assertEquals((Character) 'a', table3.get("foo", 1)); in testCreateWithValidSizes()
|
/external/skia/tests/ |
D | DataRefTest.cpp | 39 SkAutoTUnref<SkDataTable> table3(SkDataTable::NewArrayProc(NULL, 0, 0, in test_emptytable() local 45 test_datatable_is_empty(reporter, table3); in test_emptytable() 49 test_is_equal(reporter, table0, table3); in test_emptytable()
|
/external/clang/test/Analysis/ |
D | malloc-sizeof.c | 44 int (*table3)[10][2] = malloc(sizeof nestedTable); in mallocArraySize() local
|
/external/llvm/test/Transforms/SimplifyCFG/X86/ |
D | switch_to_lookup_table.ll | 16 ; CHECK: @switch.table3 = private unnamed_addr constant [4 x i32] [i32 42, i32 9, i32 88, i32 5] 176 ; CHECK-NEXT: %switch.gep = getelementptr inbounds [4 x i32]* @switch.table3, i32 0, i32 %switch.ta…
|