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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityTableCell.cpp 148 // Table cells that are th cannot have title ui elements, since by definition
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCol.cpp 101 // FIXME: Find a better way to do this, e.g., need to repaint all the cells that we
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
failures.js 74 return row.cells[configuration.debug ? 2 : 1];
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorPickerSimple.java 168 * Calculates the sizes and positions of the cells in the grid, splitting
  /external/chromium_org/ui/webui/resources/js/cr/ui/table/
table_list.js 45 * Updates width of cells.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ConfigTab.java 82 // Cells management
296 Iterator cells = this.toolTips.keySet().iterator(); local
297 while (cells.hasNext()) {
298 ToolTip toolTip = (ToolTip) this.toolTips.get(cells.next());
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
povray.php 79 'chr', 'checker', 'charset', 'cells', 'caustics', 'bumps', 'bump_size', 'brilliance',
  /frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp 42 * ForEach-able function to be invoked over the appropriate data cells of the
  /frameworks/rs/scriptc/
rs_core.rsh 108 * restrict the call to a subset of cells in the allocation.
  /packages/apps/Launcher2/res/layout-land/
launcher.xml 33 <!-- The workspace contains 5 screens of cells -->
  /packages/apps/Launcher2/res/layout-port/
launcher.xml 51 <!-- The workspace contains 5 screens of cells -->
  /packages/apps/Launcher2/res/layout-sw720dp/
launcher.xml 51 <!-- The workspace contains 5 screens of cells -->
  /packages/apps/Launcher3/res/layout-port/
launcher.xml 32 <!-- The workspace contains 5 screens of cells -->
  /prebuilts/sdk/renderscript/include/
rs_core.rsh 108 * restrict the call to a subset of cells in the allocation.
  /external/freetype/src/smooth/
ftgrays.c 372 PCell cells; member in struct:gray_TWorker_
430 /* Initialize the cells table. */
440 ras.cells = NULL;
523 cell = ras.cells + ras.num_cells++;
568 /* All cells that are on the left of the clipping region go to the */
624 /* Render a scanline as one or more cells. */
662 /* ok, we'll have to render a run of adjacent cells on the same */
    [all...]
  /external/jpeg/
jquant2.c 149 typedef histcell FAR * histptr; /* for pointers to histogram cells */
265 /* The number of nonzero histogram cells within this box */
590 * distances to adjacent cells themselves differ by a constant. This allows a
594 * cell (because the inner loop has to be over cells, not colormap entries).
599 * nearest colors for only the cells within a small subbox of the histogram.
607 * and we need not compute their distances to individual cells in the subbox.
623 /* log2(histogram cells in update box) for each axis; this can be adjusted */
628 #define BOX_C0_ELEMS (1<<BOX_C0_LOG) /* # of hist cells in update box */
781 * find the distance from a colormap entry to successive cells in the box.
824 /* Now loop over all cells in box, updating distance per Thomas method *
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 149 typedef histcell FAR * histptr; /* for pointers to histogram cells */
265 /* The number of nonzero histogram cells within this box */
590 * distances to adjacent cells themselves differ by a constant. This allows a
594 * cell (because the inner loop has to be over cells, not colormap entries).
599 * nearest colors for only the cells within a small subbox of the histogram.
607 * and we need not compute their distances to individual cells in the subbox.
623 /* log2(histogram cells in update box) for each axis; this can be adjusted */
628 #define BOX_C0_ELEMS (1<<BOX_C0_LOG) /* # of hist cells in update box */
781 * find the distance from a colormap entry to successive cells in the box.
824 /* Now loop over all cells in box, updating distance per Thomas method *
    [all...]
  /external/chromium_org/third_party/sqlite/
recover.patch 650 +/* Cursor for iterating interior nodes. Interior page cells contain a
679 + * could happen if there are more cells to iterate in an interior
680 + * page, but those cells refer to invalid pages.
770 + /* TODO(shess): Check for cell overlaps? Cells require 4 bytes plus
772 + * shared helper testing for "Cells starting in this range"?).
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c 186 ** The minimum number of cells allowed for a node is a third of the
192 ** cells are removed from the overfull node and reinserted into the tree.
591 int nCell; /* Current number of cells in pNode */
592 int nMaxCell; /* Maximum number of cells for pNode */
1048 ** One of the cells in node pNode is guaranteed to have a 64-bit
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
corrupt.test 246 # each of the cells inserted by the following INSERT statements consume
248 # can contain up to 63 cells.
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QWin.cc 158 // transfer in cells of 2x2 pixels in words
214 // transfer in cells of 2x2 pixels in words
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 256 * mixed_cell - Whether mixed cells are allowed
258 * This option can be used to configure whether so called mixed cells,
  /hardware/invensense/60xx/mlsdk/mllite/
mlarray_legacy.c 84 * <b>Must be 9 cells long at least</b>.
382 * <b>Must be 9 cells long at least</b>.
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 139 // When we create the resize frame, we first mark all cells as unoccupied. The appropriate
140 // cells (same if not resized, or different) will be marked as occupied when the resize
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 138 // When we create the resize frame, we first mark all cells as unoccupied. The appropriate
139 // cells (same if not resized, or different) will be marked as occupied when the resize

Completed in 1940 milliseconds

1 2 3 4 5 6 78 91011>>