Home
last modified time | relevance | path

Searched refs:cells (Results 1 – 11 of 11) 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/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.java716 final int cells = ActionMenuView.measureChildForCells(v, in flagActionItems() local
718 cellsRemaining -= cells; in flagActionItems()
719 if (cells == 0) { in flagActionItems()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java830 ArrayList<NeighboringCell> cells) { in getNeighboringCidsResponse() argument
831 responseCellList(responseInfo, cells); in getNeighboringCidsResponse()
2038 ArrayList<NeighboringCell> cells) { in responseCellList() argument
2053 for (int i = 0; i < cells.size(); i++) { in responseCellList()
2054 rssi = cells.get(i).rssi; in responseCellList()
2055 location = cells.get(i).cid; in responseCellList()
DRIL.java5135 ArrayList<NeighboringCellInfo> cells = (ArrayList<NeighboringCellInfo>) ret; in retToString() local
5137 for (NeighboringCellInfo cell : cells) { in retToString()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt115135 Ljava/util/concurrent/atomic/Striped64;->cells:[Ljava/util/concurrent/atomic/Striped64$Cell;