/external/autotest/frontend/client/src/autotest/tko/ |
SpreadsheetDataProcessor.java | 74 " cells, " + "exceeding maximum " + MAX_CELL_COUNT);
|
SpreadsheetView.java | 374 private TestSet getTestSet(List<CellInfo> cells) { 376 for (CellInfo cell : cells) {
|
/external/autotest/server/cros/network/ |
wifi_cell_test_base.py | 19 """An abstract base class for autotests in WiFi cells.
|
/external/chromium-trace/catapult/tracing/tracing/ui/analysis/ |
memory_dump_overview_pane_test.html | 499 'used_memory_column' /* blue (column cells) */); 508 'used_memory_column' /* blue (column cells) */); 668 undefined /* no color (column cells) */); 746 'tracing_memory_column' /* expected column cells gray color */);
|
memory_dump_sub_view_util_test.html | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ConfigTab.java | 82 // Cells management 296 Iterator cells = this.toolTips.keySet().iterator(); local 297 while (cells.hasNext()) { 298 ToolTip toolTip = (ToolTip) this.toolTips.get(cells.next());
|
/external/jacoco/org.jacoco.doc/docroot/doc/.resources/ |
doc.css | 150 empty-cells:show;
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
report.css | 139 empty-cells:show;
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
cons.h | 19 // A cons list is a linked list consisting of "cells", each of which
|
/external/opencv3/modules/videostab/src/ |
outlier_rejection.cpp | 89 // fill grid cells
|
/external/skia/site/dev/testing/ |
buildbot.md | 72 on the X-axis and commits on the Y-axis. The cells are colored according to
|
/external/v8/src/ |
handles.cc | 32 // Accessing cells, maps and internalized strings is safe.
|
/external/v8/src/heap/ |
objects-visiting-inl.h | 337 // We can ignore weak cells with cleared values because they will always 342 // Weak cells with live values are directly processed here to reduce 343 // the processing time of weak cells during the main GC pause. 348 // If we do not know about liveness of values of weak cells, we have to
|
/packages/apps/Launcher2/res/layout-land/ |
launcher.xml | 33 <!-- The workspace contains 5 screens of cells -->
|
/packages/apps/Launcher2/res/layout-port/ |
launcher.xml | 51 <!-- The workspace contains 5 screens of cells -->
|
/packages/apps/Launcher2/res/layout-sw720dp/ |
launcher.xml | 51 <!-- The workspace contains 5 screens of cells -->
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
WorkspaceAccessibilityHelper.java | 98 // For icons, we can consider cells that have another icon or a folder.
|
/prebuilts/go/darwin-x86/src/image/color/palette/ |
gen.go | 84 fmt.Fprintln(w, "// color cube into fewer cells, and to use the extra space to increase the")
|
/prebuilts/go/linux-x86/src/image/color/palette/ |
gen.go | 84 fmt.Fprintln(w, "// color cube into fewer cells, and to use the extra space to increase the")
|
/external/freetype/src/smooth/ |
ftgrays.c | 439 PCell cells; member in struct:gray_TWorker_ 495 /* Initialize the cells table. */ 505 ras.cells = NULL; 588 cell = ras.cells + ras.num_cells++; 633 /* All cells that are on the left of the clipping region go to the */ 689 /* Render a scanline as one or more cells. */ 727 /* ok, we'll have to render a run of adjacent cells on the same */ [all...] |
/external/libjpeg-turbo/ |
jquant2.c | 130 typedef histcell * histptr; /* for pointers to histogram cells */ 243 /* The number of nonzero histogram cells within this box */ 569 * distances to adjacent cells themselves differ by a constant. This allows a 573 * cell (because the inner loop has to be over cells, not colormap entries). 578 * nearest colors for only the cells within a small subbox of the histogram. 586 * and we need not compute their distances to individual cells in the subbox. 602 /* log2(histogram cells in update box) for each axis; this can be adjusted */ 607 #define BOX_C0_ELEMS (1<<BOX_C0_LOG) /* # of hist cells in update box */ 760 * find the distance from a colormap entry to successive cells in the box. 803 /* Now loop over all cells in box, updating distance per Thomas method * [all...] |
/external/opencv3/3rdparty/libjpeg/ |
jquant2.c | 150 typedef histcell FAR * histptr; /* for pointers to histogram cells */ 266 /* The number of nonzero histogram cells within this box */ 591 * distances to adjacent cells themselves differ by a constant. This allows a 595 * cell (because the inner loop has to be over cells, not colormap entries). 600 * nearest colors for only the cells within a small subbox of the histogram. 608 * and we need not compute their distances to individual cells in the subbox. 624 /* log2(histogram cells in update box) for each axis; this can be adjusted */ 629 #define BOX_C0_ELEMS (1<<BOX_C0_LOG) /* # of hist cells in update box */ 782 * find the distance from a colormap entry to successive cells in the box. 825 /* Now loop over all cells in box, updating distance per Thomas method * [all...] |
/external/pdfium/third_party/freetype/src/smooth/ |
ftgrays.c | 438 PCell cells; member in struct:gray_TWorker_ 491 /* Initialize the cells table. */ 501 ras.cells = NULL; 584 cell = ras.cells + ras.num_cells++; 629 /* All cells that are on the left of the clipping region go to the */ 684 /* Render a scanline as one or more cells. */ 722 /* ok, we'll have to render a run of adjacent cells on the same */ [all...] |
/frameworks/rs/scriptc/ |
rs_allocation_data.rsh | 22 * The functions below can be used to get and set the cells that comprise 25 * - Individual cells are accessed using the rsGetElementAt* and 27 * - Multiple cells can be copied using the rsAllocationCopy* and 33 * or set cells. Think of them as rsGetCellAt and and rsSetCellAt. 40 * rsAllocationCopy1DRange: Copy consecutive cells between allocations 42 * Copies the specified number of cells from one allocation to another. 58 * dstAlloc: Allocation to copy cells into. 61 * count: Number of cells to be copied. 73 * rsAllocationCopy2DRange: Copy a rectangular region of cells between allocations 75 * Copies a rectangular region of cells from one allocation to another [all...] |
/prebuilts/sdk/renderscript/include/ |
rs_allocation_data.rsh | 22 * The functions below can be used to get and set the cells that comprise 25 * - Individual cells are accessed using the rsGetElementAt* and 27 * - Multiple cells can be copied using the rsAllocationCopy* and 33 * or set cells. Think of them as rsGetCellAt and and rsSetCellAt. 40 * rsAllocationCopy1DRange: Copy consecutive cells between allocations 42 * Copies the specified number of cells from one allocation to another. 58 * dstAlloc: Allocation to copy cells into. 61 * count: Number of cells to be copied. 73 * rsAllocationCopy2DRange: Copy a rectangular region of cells between allocations 75 * Copies a rectangular region of cells from one allocation to another [all...] |