/external/deqp/modules/gles2/functional/ |
es2fStencilTests.cpp | 180 void executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops); 205 void StencilCase::executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops) 208 float x0 = 2.0f*((float)cell.x() / (float)context.getWidth())-1.0f; 209 float y0 = 2.0f*((float)cell.y() / (float)context.getHeight())-1.0f; 210 float x1 = x0 + 2.0f*((float)cell.z() / (float)context.getWidth()); 211 float y1 = y0 + 2.0f*((float)cell.w() / (float)context.getHeight()); 223 context.scissor(cell.x(), cell.y(), cell.z(), cell.w()) [all...] |
/external/deqp/modules/gles3/functional/ |
es3fStencilTests.cpp | 183 void executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops); 208 void StencilCase::executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops) 211 float x0 = 2.0f*((float)cell.x() / (float)context.getWidth())-1.0f; 212 float y0 = 2.0f*((float)cell.y() / (float)context.getHeight())-1.0f; 213 float x1 = x0 + 2.0f*((float)cell.z() / (float)context.getWidth()); 214 float y1 = y0 + 2.0f*((float)cell.w() / (float)context.getHeight()); 226 context.scissor(cell.x(), cell.y(), cell.z(), cell.w()) [all...] |
/external/llvm/lib/Target/Hexagon/ |
BitTracker.h | 266 RegisterCell extract(const BitMask &M) const; // Returns a new cell. 278 // Generate a "ref" cell for the corresponding register. In the resulting 279 // cell each bit will be described as being the same as the corresponding 280 // bit in register Reg (i.e. the cell is "defined" by register Reg). 282 // Generate a "top" cell of given size. 284 // Generate a cell that is a "ref" to another cell. 338 // A class to evaluate target's instructions and update the cell maps. 353 // generate a ref for a cell corresponding to a register reference. 360 // Check if a cell is an immediate value (i.e. all bits are either 0 or 1) [all...] |
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/ |
InsertionListView.java | 95 * to the first item of the ListView. The new cell is then animated into place from 104 * cell present in the ListView before the data set change takes place. 143 /** Fades in the text of the first cell. */ 198 /** If the cell was visible before the data set change and 199 * after the data set change, then animate the cell between 207 /** If the cell was not visible (or present) before the data set
|
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
ExpandingListView.java | 38 * A custom listview which supports the preview of extra content corresponding to each cell 39 * by clicking on the cell to hide and show the extra content. 95 * results in the complete disappearance of a cell, its lower bound is moved is 97 * the user has not interacted with yet. Furthermore, if the collapsed cell is 269 /* Loop through all the views that were on the screen before the cell was 293 /* Adds animation for expanding the cell that was clicked. */ 329 * expansion process. When the cell expands, some items below or above the expanding 330 * cell may be moved off screen and are thus no longer children of the ListView's 458 /* If the cell was present in the ListView before the collapse and 464 /* If the cell is present in the ListView after the collapse bu [all...] |
CustomArrayAdapter.java | 58 * Populates the item in the listview cell with the appropriate data. This method 62 * in the collapsed state of the cell.
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
FocusLogic.java | 176 View cell = parent.getChildAt(i); local 177 if (!cell.isFocusable()) { 180 int cx = ((CellLayout.LayoutParams) cell.getLayoutParams()).cellX; 181 int cy = ((CellLayout.LayoutParams) cell.getLayoutParams()).cellY; 191 * Creates a sparse matrix that merges the icon and hotseat view group using the cell layout. 231 View cell = iconParent.getChildAt(i); local 232 if (!cell.isFocusable()) { 235 int cx = ((CellLayout.LayoutParams) cell.getLayoutParams()).cellX; 236 int cy = ((CellLayout.LayoutParams) cell.getLayoutParams()).cellY; 289 View cell = iconParent.getChildAt(i) local [all...] |
/external/autotest/frontend/client/src/autotest/common/table/ |
SelectionManager.java | 175 public Widget createWidget(int row, int cell, JSONObject rowObject) { 184 return new TableClickWidget(checkBox, this, row, cell);
|
/external/ceres-solver/internal/ceres/ |
block_random_access_dense_matrix.cc | 61 // Assume that the user does not hold any locks on any cell blocks 79 // Assume that the user does not hold any locks on any cell blocks
|
/external/deqp/doc/testspecs/GLES2/ |
functional.stencil.txt | 39 The viewport is divided into NxN cells, where each cell is assigned a target 45 for each cell. The parametrized operations are then executed and finally stencil
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
CheckBox.java | 29 private Cell imageCell;
86 public Cell getImageCell () {
|
/external/libnl/lib/route/ |
tc.c | 408 * Calculate the binary logarithm for a specific cell size 409 * @arg cell_size Size of cell, must be a power of two. 410 * @return Binary logirhtm of cell size or a negative error code. 436 * @arg cell Size of cell, i.e. size of step between entries in bytes. 443 * txtime = table[pktsize >> log2(cell)]; 447 int cell, int rate) 451 cell_log = rtnl_tc_calc_cell_log(cell);
|
/external/libpcap/ |
atmuni31.h | 38 #define VCI_OAMF4SC 0x03 /* Segment OAM F4 flow cell */ 39 #define VCI_OAMF4EC 0x04 /* End-to-end OAM F4 flow cell */
|
/external/mesa3d/docs/ |
relnotes-7.5.html | 63 <li>Cell - IBM/Sony/Toshiba Cell processor driver
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
CssGrammarTest.java | 107 assertEquals("table-cell", CssGrammar.cssContent("t\\61\tble-cell"));
|
/external/skia/gm/ |
clippedbitmapshaders.cpp | 18 // pattern cell is at the center (excluded) region. 21 // even though the pattern cell is outside the clip.
|
/external/tcpdump/ |
atmuni31.h | 38 #define VCI_OAMF4SC 0x03 /* Segment OAM F4 flow cell */ 39 #define VCI_OAMF4EC 0x04 /* End-to-end OAM F4 flow cell */
|
/external/v8/src/ |
compilation-dependencies.cc | 74 Handle<WeakCell> cell = Code::WeakCellFor(code); local 83 dependent_code->UpdateToFinishedCode(group, *object_wrapper_, *cell);
|
/frameworks/base/rs/java/android/renderscript/ |
ScriptIntrinsic3DLUT.java | 80 * Invoke the kernel and apply the lookup to each cell of ain 91 * Invoke the kernel and apply the lookup to each cell of ain
|
ScriptIntrinsicLUT.java | 118 * Invoke the kernel and apply the lookup to each cell of ain 129 * Invoke the kernel and apply the lookup to each cell of ain
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/ |
OmtpEvents.java | 93 // Cell signal restored, can received VVM SMSs 95 // Cell signal lost, cannot received VVM SMSs
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
code.h | 21 PyObject *co_cellvars; /* tuple of strings (cell variable names) */ 39 /* The CO_NOFREE flag is set if there are no free or cell variables.
|
opcode.h | 136 #define LOAD_DEREF 136 /* Load and dereference from closure cell */ 137 #define STORE_DEREF 137 /* Store into cell */
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
code.h | 21 PyObject *co_cellvars; /* tuple of strings (cell variable names) */ 39 /* The CO_NOFREE flag is set if there are no free or cell variables.
|
opcode.h | 136 #define LOAD_DEREF 136 /* Load and dereference from closure cell */ 137 #define STORE_DEREF 137 /* Store into cell */
|