HomeSort by relevance Sort by last modified time
    Searched full:cells (Results 226 - 250 of 516) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/code_coverage/third_party/
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]);
  /external/clang/tools/scan-build/
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]);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainGrid.java 60 * The grid is indexed by cells. Each cell has an integer XZ coordinate originating at 0,0.
291 if (cellsLoaded > 1) { // Check if cells are updated before updating gridoffset.
410 // We activate cells in the direction we are moving. If we didn't move
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuPresenter.java 472 final int cells = ActionMenuView.measureChildForCells(v, local
474 cellsRemaining -= cells;
475 if (cells == 0) {
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
widget_design.jd 115 grid. <strong>When your widget is added, it will be stretched to occupy the minimum number of cells,
124 minimum dimensions, given the desired number of occupied grid cells:</p>
129 <th># of Cells<br><small style="font-weight:normal">(Columns or Rows)</small></th>
  /frameworks/base/tools/preload/
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]);
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 634 // Generate an id for each view, this assumes we have at most 256x256 cells
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 630 // Generate an id for each view, this assumes we have at most 256x256 cells
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
heapq.py 60 over the two cells it tops, and we can trace the winner down the tree
65 that a cell and the two cells it tops contain three different items,
66 but the top cell "wins" over the two topped cells.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
heapq.py 60 over the two cells it tops, and we can trace the winner down the tree
65 that a cell and the two cells it tops contain three different items,
66 but the top cell "wins" over the two topped cells.
  /frameworks/base/core/java/android/widget/
GridLayout.java 55 * viewing area into <em>cells</em>. Throughout the API, grid lines are referenced
65 * Children occupy one or more contiguous cells, as defined
69 * occupied; and how children should be aligned within the resulting group of cells.
70 * Although cells do not normally overlap in a GridLayout, GridLayout does
71 * not prevent children being defined to occupy the same cell or group of cells.
717 // Logic to avert infinite loops by ensuring that the cells can be placed somewhere.
727 // install default indices for cells that don't define them
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 56 * viewing area into <em>cells</em>. Throughout the API, grid lines are referenced
66 * Children occupy one or more contiguous cells, as defined
70 * occupied; and how children should be aligned within the resulting group of cells.
71 * Although cells do not normally overlap in a GridLayout, GridLayout does
72 * not prevent children being defined to occupy the same cell or group of cells.
717 // Logic to avert infinite loops by ensuring that the cells can be placed somewhere.
727 // install default indices for cells that don't define them
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp     [all...]
ArchUtility.cpp 307 ALOGD("-------- end of chaining cells (0x%04x)", offset);
  /dalvik/vm/compiler/codegen/mips/
Assemble.cpp 417 * Install the callsiteinfo pointers into the cells for now. They will
594 * | | Chaining Cells | -> 16/20 bytes, 4 byte aligned
669 /* Get the size of all chaining cells */
675 /* Get total count of chain cells */
    [all...]
ArchUtility.cpp 230 ALOGD("-------- end of chaining cells (0x%04x)", offset);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_table.js 664 var cells = this.querySelectorAll(selector);
665 for (var i = 0; i < cells.length; i++) {
666 var cell = cells[i];
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 82 * This will be the cells of the complete pattern unless we are animating,
83 * in which case we use this to hold the cells we are drawing for the in
676 // Handle all recent motion events so we don't skip any cells even when the device
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 716 ArrayList<NeighboringCellInfo> cells = null; local
719 cells = (ArrayList<NeighboringCellInfo>) sendRequest(
724 return cells;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 210 int minDistance = 10; // Don't center or right/bottom align in tiny cells
605 // Split cells to make a new column
644 // Split cells to make a new row
    [all...]
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp 519 /* The cells are sorted in order - walk through them and reset */
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
util.js 134 * addHeaderCell() can optionally be called to specify header cells for a
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
validate-committer-lists 69 # Grab the cells in the first column (which happens to be the bug ids).
  /external/chromium_org/third_party/sqlite/src/tool/
showwal.c 254 print_decode_line(a, 3, 2, 0, "Number of cells on this page");
  /external/chromium_org/tools/dromaeo_benchmark_runner/
dromaeo_benchmark_runner.py 145 """Update cells in worksheet topmost row with service information.

Completed in 3610 milliseconds

1 2 3 4 5 6 7 8 91011>>