Home
last modified time | relevance | path

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

1234

/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.java120 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()
DImmutableTable.java136 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/
DRegularImmutableTable.java120 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()
DImmutableTable.java139 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/
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
/external/perfetto/ui/src/widgets/
Dcustom_table.ts87 const cells = []; constant
102 cells: { property
Dvirtual_table.ts136 cells: m.Children[]; property
/external/mockito/src/test/java/org/mockitousage/bugs/varargs/
DVarargsAndAnyPicksUpExtraInvocationsTest.java17 void newRow(String trAttributes, String... cells); in newRow()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderViewportIndexTests.cpp117 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/
Dtest_synchronization.rs31 let cells = CELLS.get().unwrap(); in thread_main() localVariable
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/types/
Drow_dataframe.h37 std::vector<perfetto_sql::Value> cells; member
/external/trusty/arm-trusted-firmware/plat/st/common/
Dstm32mp_gic.c19 uint32_t cells; member
/external/googleapis/google/actions/sdk/v2/conversation/prompt/content/
Dtable.proto88 repeated TableCell cells = 1; field
/external/googleapis/google/actions/sdk/v2/interactionmodel/prompt/content/
Dstatic_table_prompt.proto89 repeated TableCell cells = 1; field
/external/trusty/lk/lib/device_tree/
Dlibfdt_helpers.c50 int cells, in fdt_helper_read_cells32()
/external/rust/android-crates-io/crates/once_cell/tests/it/
Dsync_once_cell.rs122 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/
Dsanitizer_addrhashmap.h54 Cell cells[1]; // variable len member
62 Cell cells[kBucketSize]; member
/external/skia/tests/
DPDFTaggedTableTest.cpp89 auto& cells = row->fChildVector; in DEF_TEST() local
/external/coreboot/payloads/libpayload/curses/form/
Dfld_def.c321 int cells = Buffer_Length(New_Field); in new_field() local
/external/threetenbp/src/test/java/org/threeten/bp/
DUsabilityChrono.java198 private static void printMonthRow(String[] cells, String delim, PrintStream out) { in printMonthRow()
/external/iproute2/tc/
Dtc_core.c82 int linksize, cells; in tc_align_to_atm() local
/external/arm-trusted-firmware/common/
Dfdt_wrappers.c27 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/
Dlog-list.ts200 const cells = Array.from(row.children).filter( constant

1234