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

1 2 3 4 5 6 7 8 91011>>

  /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/js/
file_table.js 640 var cells = this.querySelectorAll(selector);
641 for (var i = 0; i < cells.length; i++) {
642 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...]
  /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/PerformanceTests/DOM/resources/dom-perf/
events.js 56 this.cell_count = 0; // Track the number of cells created in our dom tree.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.h 103 // These functions are used during layout. Table cells and the MathML
  /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.
  /external/chromium_org/ui/webui/resources/js/cr/ui/
table.js 333 // Create a temporaty list item, put all cells into it and measure its
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
css.php 76 'elevation', 'empty-cells', 'float', 'font-family', 'font-size',
  /external/opencv/cvaux/src/
cvcorrespond.cpp 145 /* Count costs in the all rest cells */
  /external/webrtc/src/system_wrappers/source/
data_log_unittest.cc 46 // the cells and columns specified in "columns".
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardPatternView.java 58 // how many cells the user has to cross before we poke the wakelock
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofData.java 268 * mutable access to the int[] cells that contain the sample
  /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
nexus.rs 33 #define TRAIL_SIZE 40 // Number of cells in a trail

Completed in 1326 milliseconds

1 2 3 4 5 6 7 8 91011>>