HomeSort by relevance Sort by last modified time
    Searched full:cells (Results 176 - 200 of 574) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DynamicTableModel.java 26 * There is no support (yet) for variable size cells within a table; all
27 * cells within a table share the same dimensions.
  /external/deqp/modules/gles2/functional/
es2fStencilTests.cpp 312 // Compute cells: (x, y, w, h)
313 vector<IVec4> cells; local
318 cells.push_back(IVec4(x*cellWidth, y*cellHeight, cellWidth, cellHeight));
320 DE_ASSERT(ops.size() <= cells.size());
332 executeOps(context, cells[ndx], ops[ndx]);
351 executeOps(context, cells[ndx], ops[ndx]);
  /external/deqp/modules/gles3/functional/
es3fStencilTests.cpp 315 // Compute cells: (x, y, w, h)
316 vector<IVec4> cells; local
321 cells.push_back(IVec4(x*cellWidth, y*cellHeight, cellWidth, cellHeight));
323 DE_ASSERT(ops.size() <= cells.size());
335 executeOps(context, cells[ndx], ops[ndx]);
354 executeOps(context, cells[ndx], ops[ndx]);
  /frameworks/base/core/java/android/widget/
ActionMenuView.java 185 // Divide the view into cells.
249 // Divide space for remaining cells if we have items that can expand.
250 // Try distributing whole leftover cells to smaller items first.
280 // We have enough cells, all minimum size items will be incremented.
392 * @param cellsRemaining Number of cells remaining that this view can expand to fill
395 * @return Number of cells this child was measured to occupy
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 190 // Divide the view into cells.
254 // Divide space for remaining cells if we have items that can expand.
255 // Try distributing whole leftover cells to smaller items first.
285 // We have enough cells, all minimum size items will be incremented.
397 * @param cellsRemaining Number of cells remaining that this view can expand to fill
400 * @return Number of cells this child was measured to occupy
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 268 /* HOW WE PRE-SELECT THE CELLS (iterate over only the relevant cells, instead of all of them)
270 We want to compute the distance for keys that are in the cells that are close enough to the
274 We want to select the cells which center falls between the top of the key minus the threshold,
306 | | | | | | | | | | | | | to compute for these cells where
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pyassem.py 422 cells = {}
424 cells[name] = 1
426 if name in cells]
428 del cells[name]
429 self.cellvars = self.cellvars + cells.keys()
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pyassem.py 422 cells = {}
424 cells[name] = 1
426 if name in cells]
428 del cells[name]
429 self.cellvars = self.cellvars + cells.keys()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 422 cells = {}
424 cells[name] = 1
426 if name in cells]
428 del cells[name]
429 self.cellvars = self.cellvars + cells.keys()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 422 cells = {}
424 cells[name] = 1
426 if name in cells]
428 del cells[name]
429 self.cellvars = self.cellvars + cells.keys()
  /frameworks/rs/api/
rs_object_info.spec 28 They are a structured collection of cells that can be used to store bitmaps, textures,
31 This collection of cells may have many dimensions (X, Y, Z, Array0, Array1, Array2, Array3),
39 for the cells of an Allocation and the instantiation of that type. For example:<ul>
  /frameworks/rs/scriptc/
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:
  /prebuilts/sdk/renderscript/include/
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:
  /build/tools/droiddoc/templates-sdk/
class.cs 12 # Prints the table cells for the summary of methods.
44 # Print the table cells for the summary of fields.
65 # Print the table cells for the summary of constants
82 # Print the table cells for the summary of attributes
99 # Print the table cells for the inner classes
126 # Print the table cells for the summary of constants
  /external/autotest/server/cros/network/
wifi_test_context_manager.py 113 @param ap_num int number of AP. Only used in stumpy cells.
123 @param ap_num int number of AP. Only used in stumpy cells.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/
ref.css 133 empty-cells: show; }
167 empty-cells: show;
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
memory_dump_vm_regions_details_pane.html 320 * Create cells for VM region properties which DON'T change over time.
334 * Create cells for VM region (classification node) properties which DO
  /external/guava/guava/src/com/google/common/collect/
Table.java 199 * @return set of table cells consisting of row key / column key / value
281 * Compares the specified object with this cell for equality. Two cells are
  /external/libpcap/
gencode.h 152 #define A_OAM 28 /* OAM cells : F4 only */
153 #define A_OAMF4 29 /* OAM F4 cells: Segment + End-to-end */
  /external/libvterm/include/
vterm.h 244 int (*sb_pushline)(int cols, const VTermScreenCell *cells, void *user);
245 int (*sb_popline)(int cols, VTermScreenCell *cells, void *user);
  /external/opencv3/modules/viz/src/
shapes.cpp 435 cv::viz::WGrid::WGrid(const Vec2i &cells, const Vec2d &cells_spacing, const Color &color)
440 // - however here it means number of cells
441 grid_data->SetDimensions(cells[0]+1, cells[1]+1, 1);
445 grid_data->SetOrigin(cells[0] * cells_spacing[0] * (-0.5), cells[1] * cells_spacing[1] * (-0.5), 0);
464 cv::viz::WGrid::WGrid(const Point3d& center, const Vec3d& normal, const Vec3d& new_yaxis, const Vec2i &cells, const Vec2d &cells_spacing, const Color &color)
470 WGrid grid(cells, cells_spacing, color);
    [all...]
  /external/v8/src/
property-details.h 215 kUndefined, // The PREMONOMORPHIC of property cells.
224 // For dictionaries not holding cells.
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_reduce_backward.java 159 // guaranteed to find the same cells -- but they should
160 // find cells of the same value.
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 503 if (mOccupied.cells[i][j]) {
641 // Generate an id for each view, this assumes we have at most 256x256 cells
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
ftgrays.c 449 PCell cells; member in struct:gray_TWorker_
502 /* Initialize the cells table. */
512 ras.cells = NULL;
595 cell = ras.cells + ras.num_cells++;
640 /* All cells that are on the left of the clipping region go to the */
696 /* Render a scanline as one or more cells. */
734 /* ok, we'll have to render a run of adjacent cells on the same */
929 /* Render a straight line across multiple cells in any direction. */
    [all...]

Completed in 1669 milliseconds

1 2 3 4 5 6 78 91011>>