HomeSort by relevance Sort by last modified time
    Searched full:cells (Results 151 - 175 of 577) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/deqp/doc/testspecs/GLES3/
functional.primitive_bounding_box.txt 69 triangles.* cases render a grid with yellow and green cells. Cells are
  /external/deqp/doc/testspecs/GLES31/
functional.tessellation_geometry_interaction.txt 55 cells, and the result image is verified.
72 grid of green and yellow cells, and the result image is verified.
  /frameworks/base/core/java/android/widget/
TableLayout.java 34 * their rows, columns, or cells. Each row has zero or more cells; each cell can
36 * as the row with the most cells. A table can leave cells empty. Cells can span
60 * <p> Cells must be added to a row in increasing column order, both in code and
478 * the largest cell is applied to all the other cells.</p>
489 // but never shrinks. Unused extra cells in the array are just ignored
  /packages/apps/Messaging/src/com/android/messaging/widget/
BaseWidgetProvider.java 139 * Returns number of cells needed for given size of the widget.
142 * @return Size in number of cells.
  /external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
coverage_html.js 116 var cells = table_rows.find('td:nth-child(' + column + ')');
117 if (!cells.length) {
123 $.each(cells.filter(':visible'), function () {
139 if (cells[0].innerHTML.indexOf('%') > -1) {
142 var match = /\.([0-9]+)/.exec(cells[0].innerHTML);
  /external/opencv/cvaux/src/
cvdpstereo.cpp 107 #define CELL(d,x) cells[(d)+(x)*dispH]
111 _CvDPCell* cells = (_CvDPCell*)cvAlloc(sizeof(_CvDPCell)*imgW*MAX(dispH,(imgH+1)/2)); local
113 int* reliabilities = (int*)cells;
198 _CvDPCell* _cell = cells + x*dispH;
473 cvFree( &cells );
  /external/autotest/client/site_tests/firmware_TouchMTB/
spreadsheet.py 35 # Old Google Spreadsheet that suffered from 400K cells limit.
41 # New style Google Spreadsheet: cells limit is 2 million.
63 CELLS = [
297 for row in range(len(CELLS)):
298 for column in range(len(CELLS[row])):
301 CELLS[row][column])
304 row = self.START_ROW_NUMBER + len(CELLS)
  /frameworks/rs/api/
rs_for_each.spec 38 This type is used to suggest how the invoked kernel should iterate over the cells of the
78 It is currently used to restrict processing to a subset of cells. In future
80 the cells.
83 over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8.
111 the work has completed for all cells of the input allocations. If the kernel
199 all cells in the input, this function only processes cells in the subspace of
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/rbbi/
BuildDictionaryFile.java 215 System.out.println(" Number of cells = " + tempTable.size() * numCols);
220 System.out.println(" Number of cells = " + tempTable.size() * numCols);
226 System.out.println(" Number of cells = " + tempTable.size() * numCols);
486 // up the index flags to show which cells in the row are populated
708 // System.out.println("Number of populated cells = " + populatedCells);
709 // System.out.println("Total number of cells = " + (table.length));
711 // System.out.println("Ratio of populated cells to unique-word characters = " +
713 // System.out.println("Ratio of total cells to unique-word characters = " +
723 // System.out.println("Average number of populated cells in multi-cell rows = " +
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java 151 * Sets the GridData span. The span controls how many cells are filled by the control.
166 * Sets the GridData span. The span controls how many cells are filled by the control.
178 * Sets the GridData span. The span controls how many cells are filled by the control.
  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.h 335 const cell_aa* const* cells = m_outline.scanline_cells(m_cur_y); local
338 const cell_aa* cur_cell = *cells;
344 cur_cell = *++cells;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_heapq.so 
  /build/tools/
check_builds.sh 29 # in which tree, and how big they are. In that chart, cells for files
  /development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DynamicListView.java 49 * hover cell to determine when two cells should be swapped. If two cells should
308 * data set change, a layout is invoked to place the cells in the right place.
511 * scrolling takes place, the listview continuously checks if new cells became visible
  /external/ceres-solver/internal/ceres/
block_structure.h 74 vector<Cell> cells; member in struct:ceres::internal::CompressedList
  /external/jemalloc/src/
ckh.c 4 * hash bucket contains 2^n cells, for n >= 1, and 2 indicates that two hash
24 * | #cells/bucket |
32 * The number of cells per bucket is chosen such that a bucket fits in one cache
99 * Cycle through the cells in the bucket, starting at a random position.
  /external/opencv3/samples/cpp/
train_HOG.cpp 165 // nr of blocks = nr of cells - 1
179 // 4 cells per block ...
208 } // for (all cells)
231 // draw cells
  /packages/apps/CellBroadcastReceiver/tests/testapp/res/values-sv/
strings.xml 19 <string name="app_label" msgid="2704349695846064655">"Cellsändningstest"</string>
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayoutChildren.java 26 * which span multiple cells into a grid-like layout. Also supports dimming
  /packages/apps/Launcher3/res/layout-port/
launcher.xml 39 <!-- The workspace contains 5 screens of cells -->
  /packages/apps/Launcher3/res/layout-sw720dp/
launcher.xml 38 <!-- The workspace contains 5 screens of cells -->
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DragAndDropAccessibilityDelegate.java 77 // The cell ids correspond to cells in reading order.
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DynamicTableModel.java 26 * There is no support (yet) for variable size cells within a table; all
27 * cells within a table share the same dimensions.
  /external/deqp/modules/gles2/functional/
es2fStencilTests.cpp 312 // Compute cells: (x, y, w, h)
313 vector<IVec4> cells; local
318 cells.push_back(IVec4(x*cellWidth, y*cellHeight, cellWidth, cellHeight));
320 DE_ASSERT(ops.size() <= cells.size());
332 executeOps(context, cells[ndx], ops[ndx]);
351 executeOps(context, cells[ndx], ops[ndx]);
  /external/deqp/modules/gles3/functional/
es3fStencilTests.cpp 315 // Compute cells: (x, y, w, h)
316 vector<IVec4> cells; local
321 cells.push_back(IVec4(x*cellWidth, y*cellHeight, cellWidth, cellHeight));
323 DE_ASSERT(ops.size() <= cells.size());
335 executeOps(context, cells[ndx], ops[ndx]);
354 executeOps(context, cells[ndx], ops[ndx]);

Completed in 2553 milliseconds

1 2 3 4 5 67 8 91011>>