Searched refs:CELLS (Results 1 – 6 of 6) sorted by relevance
/external/guava/guava-tests/test/com/google/common/collect/ |
D | RegularImmutableTableTest.java | 29 private static final ImmutableSet<Cell<Character, Integer, String>> CELLS = field in RegularImmutableTableTest 42 new SparseImmutableTable<Character, Integer, String>(CELLS.asList(), ROW_SPACE, 46 new DenseImmutableTable<Character, Integer, String>(CELLS.asList(), ROW_SPACE, 58 assertEquals(CELLS, testInstance.cellSet()); in testCellSet() 96 assertTrue(RegularImmutableTable.forCells(CELLS) instanceof in testForCells()
|
/external/autotest/client/cros/cellular/ |
D | labconfig_data.py | 9 CELLS = {} variable 82 CELLS['cam'] = { 127 CELLS['mtv'] = {
|
D | labconfig.py | 76 if name not in labconfig_data.CELLS: 79 name, labconfig_data.CELLS.keys())) 81 return labconfig_data.CELLS[name]
|
D | labconfig_write_stanzas | 52 if cell not in labconfig_data.CELLS: 56 find_names(f.Visit, labconfig_data.CELLS[cell])
|
D | labconfig_test.py | 38 labconfig_data.CELLS['test'] = TEST_CELL
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | spreadsheet.py | 63 CELLS = [ variable 297 for row in range(len(CELLS)): 298 for column in range(len(CELLS[row])): 301 CELLS[row][column]) 304 row = self.START_ROW_NUMBER + len(CELLS)
|