Home
last modified time | relevance | path

Searched defs:cells (Results 1 – 25 of 50) 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/arm-trusted-firmware/common/
Dfdt_wrappers.c23 unsigned int cells, void *value) in fdtw_read_cells()
72 unsigned int cells, void *value) in fdtw_read_array()
177 unsigned int cells, void *value) in fdtw_write_inplace_cells()
/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.java213 Iterable<? extends Cell<? extends R, ? extends C, ? extends V>> cells) { in copyOf()
267 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()
135 private final List<Cell<R, C, V>> cells = Lists.newArrayList(); field in ImmutableTable.Builder
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderViewportIndexTests.cpp112 const std::vector<UVec4> cells) in makeGraphicsPipeline()
346 std::vector<UVec4> cells; in generateGrid() local
400 const std::vector<UVec4>& cells, in generateReferenceImage()
594 const std::vector<UVec4>& cells, in Renderer()
704 const std::vector<UVec4> cells = generateGrid(numViewports, renderSize); in testVertexShader() local
755 const std::vector<UVec4> cells = generateGrid(numViewports, renderSize); in testTessellationShader() local
/external/mockito/src/test/java/org/mockitousage/bugs/varargs/
DVarargsAndAnyObjectPicksUpExtraInvocationsTest.java18 void newRow(String trAttributes, String... cells); in newRow()
/external/u-boot/board/freescale/common/
Dcds_pci_ft.c19 int off, cells; in cds_pci_fixup() local
/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/u-boot/tools/dtoc/
Dfdt_util.py30 def fdt_cells_to_cpu(val, cells): argument
/external/skia/tests/
DPDFTaggedTableTest.cpp73 auto& cells = row->fChildVector; in DEF_TEST() local
/external/python/cpython3/Lib/
Ddis.py312 cells=None, linestarts=None, line_offset=0): argument
384 constants=None, cells=None, linestarts=None, argument
/external/perfetto/ui/src/frontend/
Dquery_table.ts78 const cells = []; constant
/external/u-boot/drivers/pinctrl/
Dpinctrl-at91-pio4.c113 u32 cells[MAX_PINMUX_ENTRIES]; in atmel_pinctrl_set_state() local
/external/u-boot/drivers/phy/
Dsti_usb_phy.c108 u32 cells[PHYPARAM_NB]; in sti_usb_phy_probe() local
/external/u-boot/drivers/clk/at91/
Dclk-usb.c110 u32 cells[AT91_USB_CLK_SOURCE_MAX]; in at91_usb_clk_ofdata_to_platdata() local
Dclk-generated.c152 u32 cells[GENERATED_SOURCE_MAX]; in generic_clk_ofdata_to_platdata() local
/external/iproute2/tc/
Dtc_core.c82 int linksize, cells; in tc_align_to_atm() local
/external/dtc/
Dchecks.c691 cell_t *cells; in check_pci_bridge() local
742 cell_t *cells; in check_pci_device_bus_num() local
774 cell_t *cells; in check_pci_device_reg() local
851 cell_t *cells = NULL; in check_simple_bus_reg() local
/external/u-boot/drivers/pinctrl/renesas/
Dpfc-r7s72100.c64 u32 cells[32]; in r7s72100_pfc_set_state() local
/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

12