/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 | 120 List<Cell<R, C, V>> cells, in forCells() 150 static <R, C, V> RegularImmutableTable<R, C, V> forCells(Iterable<Cell<R, C, V>> cells) { in forCells() 155 Iterable<Cell<R, C, V>> cells, in forCellsInternal()
|
D | ImmutableTable.java | 136 Iterable<? extends Cell<? extends R, ? extends C, ? extends V>> cells) { in copyOf() 191 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 | 120 List<Cell<R, C, V>> cells, in forCells() 150 static <R, C, V> RegularImmutableTable<R, C, V> forCells(Iterable<Cell<R, C, V>> cells) { in forCells() 155 Iterable<Cell<R, C, V>> cells, in forCellsInternal()
|
D | ImmutableTable.java | 139 Iterable<? extends Cell<? extends R, ? extends C, ? extends V>> cells) { in copyOf() 194 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
|
/external/perfetto/ui/src/widgets/ |
D | custom_table.ts | 87 const cells = []; constant 102 cells: { property
|
D | virtual_table.ts | 136 cells: m.Children[]; property
|
/external/mockito/src/test/java/org/mockitousage/bugs/varargs/ |
D | VarargsAndAnyPicksUpExtraInvocationsTest.java | 17 void newRow(String trAttributes, String... cells); in newRow()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderViewportIndexTests.cpp | 117 const int numViewports, const std::vector<UVec4> cells) in makeGraphicsPipeline() 360 std::vector<UVec4> cells; in generateGrid() local 401 const Vec4 &clearColor, const std::vector<UVec4> &cells, in generateReferenceImage() 656 …t &context, const UVec2 &renderSize, const TestParams &testParams, const std::vector<UVec4> &cells, in Renderer() 955 const std::vector<UVec4> cells = generateGrid(testParams.numViewports, renderSize); in testVertexFragmentShader() local 1022 const std::vector<UVec4> cells = generateGrid(testParams.numViewports, renderSize); in testTessellationShader() local
|
/external/rust/android-crates-io/crates/once_cell/examples/ |
D | test_synchronization.rs | 31 let cells = CELLS.get().unwrap(); in thread_main() localVariable
|
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/types/ |
D | row_dataframe.h | 37 std::vector<perfetto_sql::Value> cells; member
|
/external/trusty/arm-trusted-firmware/plat/st/common/ |
D | stm32mp_gic.c | 19 uint32_t cells; member
|
/external/googleapis/google/actions/sdk/v2/conversation/prompt/content/ |
D | table.proto | 88 repeated TableCell cells = 1; field
|
/external/googleapis/google/actions/sdk/v2/interactionmodel/prompt/content/ |
D | static_table_prompt.proto | 89 repeated TableCell cells = 1; field
|
/external/trusty/lk/lib/device_tree/ |
D | libfdt_helpers.c | 50 int cells, in fdt_helper_read_cells32()
|
/external/rust/android-crates-io/crates/once_cell/tests/it/ |
D | sync_once_cell.rs | 122 let cells: Vec<_> = std::iter::repeat_with(|| (Barrier::new(n_threads), OnceCell::new())) in get_or_init_stress() localVariable 127 let cells = &cells; in get_or_init_stress() localVariable
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_addrhashmap.h | 54 Cell cells[1]; // variable len member 62 Cell cells[kBucketSize]; member
|
/external/skia/tests/ |
D | PDFTaggedTableTest.cpp | 89 auto& cells = row->fChildVector; in DEF_TEST() local
|
/external/coreboot/payloads/libpayload/curses/form/ |
D | fld_def.c | 321 int cells = Buffer_Length(New_Field); in new_field() local
|
/external/threetenbp/src/test/java/org/threeten/bp/ |
D | UsabilityChrono.java | 198 private static void printMonthRow(String[] cells, String delim, PrintStream out) { in printMonthRow()
|
/external/iproute2/tc/ |
D | tc_core.c | 82 int linksize, cells; in tc_align_to_atm() local
|
/external/arm-trusted-firmware/common/ |
D | fdt_wrappers.c | 27 unsigned int cells, uint32_t *value) in fdt_read_uint32_array() 196 unsigned int cells, void *value) in fdtw_write_inplace_cells()
|
/external/pigweed/pw_web/log-viewer/src/components/log-list/ |
D | log-list.ts | 200 const cells = Array.from(row.children).filter( constant
|