Searched refs:cells (Results 1 – 13 of 13) 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/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | check_dims.rscript | 23 // 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/ |
D | check_dims.rscript | 25 // This test checks to see that we only work on the cells specified for the
|
/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 | 717 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/ |
D | RadioResponse.java | 1079 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()
|
D | RIL.java | 6521 ArrayList<NeighboringCellInfo> cells = (ArrayList<NeighboringCellInfo>) ret; in retToString() local 6523 for (NeighboringCellInfo cell : cells) { in retToString()
|
/frameworks/base/packages/SystemUI/docs/ |
D | falsing.md | 208 record it as a false, (patterns are always 4 "cells" long, so single "cell" inputs are penalized).
|