HomeSort by relevance Sort by last modified time
    Searched full:cells (Results 226 - 250 of 574) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /frameworks/base/docs/html/guide/topics/renderscript/reference/
rs_for_each.jd 207 <p> This type is used to suggest how the invoked kernel should iterate over the cells of the
278 It is currently used to restrict processing to a subset of cells. In future
280 the cells.
284 over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8.
407 all cells in the input, this function only processes cells in the subspace of
    [all...]
  /external/autotest/frontend/client/src/autotest/tko/
SpreadsheetView.java 374 private TestSet getTestSet(List<CellInfo> cells) {
376 for (CellInfo cell : cells) {
  /external/libvterm/src/
unicode.c 18 * occupy two such cells. Interoperability between terminal-line
44 * typographically to allocate two character cells to characters such
  /external/opencv3/modules/ts/misc/
summary.py 275 val = tbl.rows[r].cells[len(tbl.rows[r].cells) - i].value
  /frameworks/base/telephony/java/android/telephony/
PhoneStateListener.java 464 * or new cells have been added or removed.
465 * @param cellInfo is the list of currently visible cells.
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_reduce.java 104 result += "(" + fmt.format(inputCells) + " cells";
450 // guaranteed to find the same cells -- but they should
451 // find cells of the same value.
478 // guaranteed to find the same cells -- but they should
479 // find cells of the same value.
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 139 // When we create the resize frame, we first mark all cells as unoccupied. The appropriate
140 // cells (same if not resized, or different) will be marked as occupied when the resize
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 151 // When we create the resize frame, we first mark all cells as unoccupied. The appropriate
152 // cells (same if not resized, or different) will be marked as occupied when the resize
  /packages/apps/Messaging/src/com/android/messaging/ui/
MultiAttachmentLayout.java 75 private static final int GRID_WIDTH = 4; // in # of cells
76 private static final int GRID_HEIGHT = 2; // in # of cells
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.cpp 154 // number of cells along the larger screen dimension
  /external/autotest/frontend/client/src/autotest/public/
afeclient.css 142 empty-cells: show;
  /external/ceres-solver/internal/ceres/
implicit_schur_complement.cc 150 const Cell& cell = block_diagonal_structure->rows[r].cells[0];
  /external/dbus/tools/
dbus-print-message.c 65 /* Each byte takes 3 cells (two hexits, and a space), except the last one. */
  /external/iproute2/man/man8/
tc-netem.8 153 packet is 50 byte then ATM must use two cells: 2 * 48 bytes payload including 2
  /external/shflags/doc/
rst2html.css 21 The right padding separates the table cells. */
  /external/v8/src/heap/
mark-compact.cc 2923 MarkBit::CellType* cells = p->markbits()->cells(); local
    [all...]
  /external/v8/src/ic/
handler-compiler.h 87 // property cells for global objects are still empty) and checks that the map
  /packages/apps/Terminal/src/com/android/terminal/
TerminalView.java 73 /** Run of cells used when drawing */
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
log_view_painter.js 69 // Those 5 skipped cells are: two for "t=", and three for "st=".
93 * Adds a new row to the given TablePrinter, and adds five cells containing
96 * @param {TablePrinter} tablePrinter The table printer to add the cells to.
  /external/chromium-trace/catapult/tracing/tracing/value/ui/
value_set_table.html 223 // TODO(benjhayden): remember selected cells and column
237 // TODO(benjhayden): remember selected cells and column
802 // between the two cells and their references.
  /external/clang/tools/scan-build/share/scan-build/
sorttable.js 78 headrow = table.tHead.rows[0].cells;
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
170 text = sorttable.getInnerText(table.tBodies[0].rows[i].cells[column]);
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
widget_design.jd 115 grid. <strong>When your widget is added, it will be stretched to occupy the minimum number of cells,
124 minimum dimensions, given the desired number of occupied grid cells:</p>
129 <th># of Cells<br><small style="font-weight:normal">(Columns or Rows)</small></th>
  /frameworks/base/tools/preload/
sorttable.js 78 headrow = table.tHead.rows[0].cells;
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
170 text = sorttable.getInnerText(table.tBodies[0].rows[i].cells[column]);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuPresenter.java 513 final int cells = ActionMenuView.measureChildForCells(v, local
515 cellsRemaining -= cells;
516 if (cells == 0) {

Completed in 2047 milliseconds

1 2 3 4 5 6 7 8 91011>>