/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/packages/SystemUI/compose/scene/src/com/android/compose/grid/ |
D | Grids.kt | 106 val cells = measurables.size in Grid() constant 111 rows = ceil(cells.toFloat() / primarySpaces).toInt() in Grid() 113 columns = ceil(cells.toFloat() / primarySpaces).toInt() in Grid() 185 if (cellIndex < cells) { in Grid()
|
/frameworks/base/proto/src/ |
D | altitude.proto | 43 // A single tile associating values in the unit interval [0, 1] to map cells. 45 // The S2 token associated with the common parent of all map cells in this
|
/frameworks/libs/systemui/weathereffects/graphics/assets/shaders/ |
D | glass_rain.agsl | 34 * @param rainIntensity how many of the cells will contain drops. Value from 0 (no rain) to 1 56 // Aspect ratio impacts visible cells. 80 // Make some cells to not have drops. 154 // Aspect ratio impacts visible cells.
|
D | rain_shower.agsl | 30 * @param rainIntensity how many of the cells will contain drops. Value from 0 (no rain) to 1 46 // Aspect ratio impacts visible cells.
|
D | rain_shower_layer.agsl | 44 // Aspect ratio impacts visible cells.
|
D | snow.agsl | 68 // Aspect ratio impacts visible cells.
|
/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 | 1010 ArrayList<NeighboringCell> cells) { in getNeighboringCidsResponse() argument 1011 responseCellList(responseInfo, cells); in getNeighboringCidsResponse() 2406 ArrayList<NeighboringCell> cells) { in responseCellList() argument 2420 for (int i = 0; i < cells.size(); i++) { in responseCellList() 2421 rssi = cells.get(i).rssi; in responseCellList() 2422 location = cells.get(i).cid; in responseCellList()
|
D | RIL.java | 5919 ArrayList<NeighboringCellInfo> cells = (ArrayList<NeighboringCellInfo>) ret; in retToString() local 5921 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).
|