Home
last modified time | relevance | path

Searched defs:cells (Results 1 – 25 of 40) 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/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.c18 int off, cells; in cds_pci_fixup() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderViewportIndexTests.cpp202 const std::vector<UVec4> cells) in makeGraphicsPipeline()
436 std::vector<UVec4> cells; in generateGrid() local
490 const std::vector<UVec4>& cells, in generateReferenceImage()
684 const std::vector<UVec4>& cells, in Renderer()
813 const std::vector<UVec4> cells = generateGrid(numViewports, renderSize); in testVertexShader() local
870 const std::vector<UVec4> cells = generateGrid(numViewports, renderSize); in testTessellationShader() local
/external/u-boot/tools/dtoc/
Dfdt_util.py31 def fdt_cells_to_cpu(val, cells): argument
/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/python/cpython3/Lib/
Ddis.py302 cells=None, linestarts=None, line_offset=0): argument
371 constants=None, cells=None, linestarts=None, argument
/external/u-boot/drivers/pinctrl/
Dpinctrl-at91-pio4.c113 u32 cells[MAX_PINMUX_ENTRIES]; in atmel_pinctrl_set_state() local
Dpinctrl-sti.c218 u32 cells[MAX_STI_PINCONF_ENTRIES]; in sti_pinctrl_set_state() local
/external/u-boot/drivers/phy/
Dsti_usb_phy.c108 u32 cells[PHYPARAM_NB]; in sti_usb_phy_probe() local
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Drnn_common.py110 def apply_dropout(cells, dropout_keep_probabilities, random_seed=None): argument
/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/perfetto/ui/src/frontend/
Dviewer_page.ts65 const cells = []; constant
/external/guava/guava/src/com/google/common/cache/
DStriped64.java130 transient volatile Cell[] cells; field in Striped64
/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/v8/src/heap/
Dmarking.h129 V8_INLINE MarkBit::CellType* cells() { in cells() function
/external/guava/guava/src/com/google/common/collect/
DImmutableTable.java158 private final List<Cell<R, C, V>> cells = Lists.newArrayList(); field in ImmutableTable.Builder
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dstress2.c189 } cells[NSCENAR * SCALABILITY_FACTOR]; variable
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress2.c198 } cells[NSCENAR * SCALABILITY_FACTOR]; variable
Dstress.c198 } cells[NSCENAR * SCALABILITY_FACTOR]; variable
/external/u-boot/drivers/clk/
Dclk-uclass.c25 struct phandle_1_arg *cells, struct clk *clk) in clk_get_by_index_platdata()

12