Home
last modified time | relevance | path

Searched refs:cells (Results 1 – 13 of 13) sorted by relevance

/frameworks/rs/script_api/
Drs_allocation_data.spec20 The functions below can be used to get and set the cells that comprise
23 <li>Individual cells are accessed using the rsGetElementAt* and
25 <li>Multiple cells can be copied using the rsAllocationCopy* and
Drs_for_each.spec38 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
/frameworks/base/tools/preload/
Dsorttable.js78 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/rs/script_api/include/
Drs_for_each.rsh35 * This type is used to suggest how the invoked kernel should iterate over the cells of the
68 * It is currently used to restrict processing to a subset of cells. In future
70 * the cells.
73 * over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8.
112 * the work has completed for all cells of the input allocations. If the kernel
180 * all cells in the input, this function only processes cells in the subspace of
Drs_object_info.rsh30 * They are a structured collection of cells that can be used to store bitmaps, textures,
33 * This collection of cells may have many dimensions (X, Y, Z, Array0, Array1, Array2, Array3),
41 * for the cells of an Allocation and the instantiation of that type. For example:
Drs_allocation_data.rsh22 * 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/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dcheck_dims.rscript23 // This test checks to see that we only work on the cells specified for the
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dcheck_dims.rscript25 // This test checks to see that we only work on the cells specified for the
/frameworks/base/core/java/android/net/
Dnetwork-policy-restrictions.md9 The cells define the network status when the app is on background.
/frameworks/base/core/java/android/widget/
DActionMenuPresenter.java717 final int cells = ActionMenuView.measureChildForCells(v, in flagActionItems() local
719 cellsRemaining -= cells; in flagActionItems()
720 if (cells == 0) { in flagActionItems()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java1079 ArrayList<NeighboringCell> cells) { in getNeighboringCidsResponse() argument
1080 responseCellList(responseInfo, cells); in getNeighboringCidsResponse()
2652 ArrayList<NeighboringCell> cells) { in responseCellList() argument
2667 for (int i = 0; i < cells.size(); i++) { in responseCellList()
2668 rssi = cells.get(i).rssi; in responseCellList()
2669 location = cells.get(i).cid; in responseCellList()
DRIL.java6521 ArrayList<NeighboringCellInfo> cells = (ArrayList<NeighboringCellInfo>) ret; in retToString() local
6523 for (NeighboringCellInfo cell : cells) { in retToString()
/frameworks/base/packages/SystemUI/docs/
Dfalsing.md208 record it as a false, (patterns are always 4 "cells" long, so single "cell" inputs are penalized).