/external/autotest/frontend/client/src/autotest/common/spreadsheet/ |
D | SpreadsheetSelectionManager.java | 20 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()
|
D | Spreadsheet.java | 272 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/ |
D | RegularImmutableTable.java | 99 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()
|
D | ImmutableTable.java | 214 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/ |
D | RegularImmutableTable.java | 99 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()
|
D | ImmutableTable.java | 81 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/ |
D | S2CellIdTest.java | 127 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
|
D | S2RegionCovererTest.java | 111 S2CellUnion cells = new S2CellUnion(); in testRandomCaps() local
|
/external/mockito/src/test/java/org/mockitousage/bugs/varargs/ |
D | VarargsAndAnyObjectPicksUpExtraInvocationsTest.java | 18 void newRow(String trAttributes, String... cells); in newRow()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderViewportIndexTests.cpp | 129 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/ |
D | test_synchronization.rs | 31 let cells = CELLS.get().unwrap(); in thread_main() localVariable
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/ |
D | Table_Suite.py | 30 cells = cell variable
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_addrhashmap.h | 54 Cell cells[1]; // variable len member 62 Cell cells[kBucketSize]; member
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_addrhashmap.h | 53 Cell cells[1]; // variable len member 61 Cell cells[kBucketSize]; member
|
/external/python/cpython3/Lib/ |
D | dis.py | 312 cells=None, linestarts=None, line_offset=0): argument 384 constants=None, cells=None, linestarts=None, argument
|
/external/skia/tests/ |
D | PDFTaggedTableTest.cpp | 73 auto& cells = row->fChildVector; in DEF_TEST() local
|
/external/perfetto/ui/src/frontend/ |
D | query_table.ts | 79 const cells = []; constant
|
/external/arm-trusted-firmware/common/ |
D | fdt_wrappers.c | 23 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/ |
D | tc_core.c | 82 int linksize, cells; in tc_align_to_atm() local
|
/external/perfetto/src/trace_processor/python/perfetto/trace_processor/ |
D | api.py | 78 def cells(self): member in TraceProcessor.QueryResultIterator
|
/external/guava/guava/src/com/google/common/hash/ |
D | Striped64.java | 137 transient volatile Cell @Nullable [] cells; field in Striped64
|
/external/guava/android/guava/src/com/google/common/hash/ |
D | Striped64.java | 137 @NullableDecl transient volatile Cell[] cells; field in Striped64
|
/external/guava/android/guava/src/com/google/common/cache/ |
D | Striped64.java | 137 @NullableDecl transient volatile Cell[] cells; field in Striped64
|
/external/perfetto/protos/perfetto/trace_processor/ |
D | trace_processor.proto | 110 repeated CellType cells = 1 [packed = true]; field
|
/external/guava/guava/src/com/google/common/cache/ |
D | Striped64.java | 137 transient volatile Cell @Nullable [] cells; field in Striped64
|