Home
last modified time | relevance | path

Searched defs:cells (Results 1 – 25 of 48) sorted by relevance

12

/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheetSelectionManager.java20 public void onCellsSelected(List<CellInfo> cells); in onCellsSelected()
21 public void onCellsDeselected(List<CellInfo> cells); in onCellsDeselected()
59 List<CellInfo> cells = getSelectedCells(); in clearSelection() local
80 private void notifyDeselected(List<CellInfo> cells) { in notifyDeselected()
DSpreadsheet.java272 private CellInfo getCellInfo(CellInfo[][] cells, int row, int column) { in getCellInfo()
308 private void fillHeaderCells(CellInfo[][] cells, Header fields, List<Header> headerValues, in fillHeaderCells()
529 CellInfo[][] cells; in handleEvent() local
/external/guava/guava/src/com/google/common/collect/
DRegularImmutableTable.java99 List<Cell<R, C, V>> cells, in forCells()
132 static <R, C, V> RegularImmutableTable<R, C, V> forCells(Iterable<Cell<R, C, V>> cells) { in forCells()
137 Iterable<Cell<R, C, V>> cells, in forCellsInternal()
DImmutableTable.java214 Iterable<? extends Cell<? extends R, ? extends C, ? extends V>> cells) { in copyOf()
269 private final List<Cell<R, C, V>> cells = Lists.newArrayList(); field in ImmutableTable.Builder
/external/guava/android/guava/src/com/google/common/collect/
DRegularImmutableTable.java99 List<Cell<R, C, V>> cells, in forCells()
132 static <R, C, V> RegularImmutableTable<R, C, V> forCells(Iterable<Cell<R, C, V>> cells) { in forCells()
137 Iterable<Cell<R, C, V>> cells, in forCellsInternal()
DImmutableTable.java81 Iterable<? extends Cell<? extends R, ? extends C, ? extends V>> cells) { in copyOf()
136 private final List<Cell<R, C, V>> cells = Lists.newArrayList(); field in ImmutableTable.Builder
/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2CellIdTest.java127 S2CellId parent, ArrayList<S2CellId> cells, Map<S2CellId, S2CellId> parentMap) { in expandCell()
158 ArrayList<S2CellId> cells = new ArrayList<S2CellId>(); in testContainment() local
160 expandCell(S2CellId.fromFacePosLevel(face, 0, 0), cells, parentMap); in testContainment() local
DS2RegionCovererTest.java111 S2CellUnion cells = new S2CellUnion(); in testRandomCaps() local
/external/mockito/src/test/java/org/mockitousage/bugs/varargs/
DVarargsAndAnyObjectPicksUpExtraInvocationsTest.java18 void newRow(String trAttributes, String... cells); in newRow()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderViewportIndexTests.cpp129 const std::vector<UVec4> cells) in makeGraphicsPipeline()
363 std::vector<UVec4> cells; in generateGrid() local
417 const std::vector<UVec4>& cells, in generateReferenceImage()
655 const std::vector<UVec4>& cells, in Renderer()
814 const std::vector<UVec4> cells = generateGrid(numViewports, renderSize); in testVertexFragmentShader() local
875 const std::vector<UVec4> cells = generateGrid(numViewports, renderSize); in testTessellationShader() local
/external/rust/crates/once_cell/examples/
Dtest_synchronization.rs31 let cells = CELLS.get().unwrap(); in thread_main() localVariable
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DTable_Suite.py30 cells = cell variable
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h54 Cell cells[1]; // variable len member
62 Cell cells[kBucketSize]; member
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_addrhashmap.h53 Cell cells[1]; // variable len member
61 Cell cells[kBucketSize]; member
/external/python/cpython3/Lib/
Ddis.py312 cells=None, linestarts=None, line_offset=0): argument
384 constants=None, cells=None, linestarts=None, argument
/external/skia/tests/
DPDFTaggedTableTest.cpp73 auto& cells = row->fChildVector; in DEF_TEST() local
/external/perfetto/ui/src/frontend/
Dquery_table.ts79 const cells = []; constant
/external/arm-trusted-firmware/common/
Dfdt_wrappers.c23 unsigned int cells, uint32_t *value) in fdt_read_uint32_array()
159 unsigned int cells, void *value) in fdtw_write_inplace_cells()
/external/iproute2/tc/
Dtc_core.c82 int linksize, cells; in tc_align_to_atm() local
/external/perfetto/src/trace_processor/python/perfetto/trace_processor/
Dapi.py78 def cells(self): member in TraceProcessor.QueryResultIterator
/external/guava/guava/src/com/google/common/hash/
DStriped64.java137 transient volatile Cell @Nullable [] cells; field in Striped64
/external/guava/android/guava/src/com/google/common/hash/
DStriped64.java137 @NullableDecl transient volatile Cell[] cells; field in Striped64
/external/guava/android/guava/src/com/google/common/cache/
DStriped64.java137 @NullableDecl transient volatile Cell[] cells; field in Striped64
/external/perfetto/protos/perfetto/trace_processor/
Dtrace_processor.proto110 repeated CellType cells = 1 [packed = true]; field
/external/guava/guava/src/com/google/common/cache/
DStriped64.java137 transient volatile Cell @Nullable [] cells; field in Striped64

12