OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CELLS
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/cros/cellular/
labconfig_data.py
9
CELLS
= {}
82
CELLS
['cam'] = {
127
CELLS
['mtv'] = {
labconfig_write_stanzas
52
if cell not in labconfig_data.
CELLS
:
56
find_names(f.Visit, labconfig_data.
CELLS
[cell])
labconfig.py
70
"""Extracts the named cell from labconfig_data.
CELLS
."""
76
if name not in labconfig_data.
CELLS
:
78
'Could not find cell %s, valid
cells
are %s' % (
79
name, labconfig_data.
CELLS
.keys()))
81
return labconfig_data.
CELLS
[name]
labconfig_test.py
38
labconfig_data.
CELLS
['test'] = TEST_CELL
/external/guava/guava-tests/test/com/google/common/collect/
RegularImmutableTableTest.java
29
private static final ImmutableSet<Cell<Character, Integer, String>>
CELLS
=
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());
96
assertTrue(RegularImmutableTable.forCells(
CELLS
) instanceof
Completed in 61 milliseconds