Searched refs:cells (Results 1 – 11 of 11) sorted by relevance
/frameworks/rs/script_api/ |
D | rs_allocation_data.spec | 20 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
|
D | 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
|
/frameworks/base/tools/preload/ |
D | 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/rs/script_api/include/ |
D | rs_for_each.rsh | 35 * 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
|
D | rs_object_info.rsh | 30 * 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:
|
D | 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/core/java/android/net/ |
D | network-policy-restrictions.md | 9 The cells define the network status when the app is on background.
|
/frameworks/base/core/java/android/widget/ |
D | ActionMenuPresenter.java | 716 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/ |
D | RadioResponse.java | 830 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()
|
D | RIL.java | 5135 ArrayList<NeighboringCellInfo> cells = (ArrayList<NeighboringCellInfo>) ret; in retToString() local 5137 for (NeighboringCellInfo cell : cells) { in retToString()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 115135 Ljava/util/concurrent/atomic/Striped64;->cells:[Ljava/util/concurrent/atomic/Striped64$Cell;
|