HomeSort by relevance Sort by last modified time
    Searched full:cells (Results 76 - 100 of 205) sorted by null

1 2 34 5 6 7 8 9

  /external/v8/src/arm/
fast-codegen-arm.cc 63 __ Check(ne, "DontDelete cells can't contain the hole");
  /external/v8/src/x64/
fast-codegen-x64.cc 62 __ Check(not_equal, "DontDelete cells can't contain the hole");
  /external/webkit/WebCore/css/
CSSPropertyNames.in 62 empty-cells
  /frameworks/base/docs/html/guide/topics/appwidgets/
index.jd 149 cells that have a defined height and width. If the values for an App Widget's minimum width
150 or height don't match the dimensions of the cells,
159 <code>(number of cells * 74) - 2</code><br/>
160 Following this formula, you should use 72 dp for a height of one cell, 294 dp and for a width of four cells.</p>
  /packages/wallpapers/Basic/res/raw/
nexus.rs 29 #define TRAIL_SIZE 40 // Number of cells in a trail
  /external/webkit/WebCore/platform/mac/
ThemeMac.mm 367 static NSButtonCell *cells[2];
368 setupButtonCell(cells[isDefault], part, states, zoomedRect, zoomFactor);
369 return cells[isDefault];
  /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/Phone/src/com/android/phone/
PhoneInterfaceManager.java 581 ArrayList<NeighboringCellInfo> cells = null; local
584 cells = (ArrayList<NeighboringCellInfo>) sendRequest(
590 return (List <NeighboringCellInfo>) cells;
  /external/quake/quake/src/QW/progs/
weapons.qc 522 local float cells;
543 cells = self.ammo_cells;
546 T_RadiusDamage (self, self, 35*cells, world, "");
552 cells = self.ammo_cells;
555 T_RadiusDamage (self, self, 35*cells, world,"");
items.qc 830 // cells
996 self.netname = "cells";
    [all...]
  /external/webkit/WebCore/inspector/front-end/
DataGrid.js 384 var columnWidth = this.headerTableBody.rows[0].cells[i].offsetWidth;
411 left += this.headerTableBody.rows[0].cells[i].offsetWidth;
752 var firstRowCells = this.headerTableBody.rows[0].cells;
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArchUtility.c 288 LOGD("-------- end of chaining cells (0x%04x)\n", offset);
  /external/libvpx/examples/includes/geshi/geshi/
css.php 76 'elevation', 'empty-cells', 'float', 'font-family', 'font-size',
  /external/webkit/WebKitTools/Scripts/
validate-committer-lists 64 # Grab the cells in the first column (which happens to be the bug ids).
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactMatcher.java 131 * Populates the cells of the score matrix and score span matrix
  /external/skia/src/views/
SkListView.cpp 776 this->inval(NULL); // could inval only the remaining visible cells...
791 // only want to show cells that are mostly visible
  /external/webkit/WebCore/rendering/
RenderBlock.h 430 // margins in our container. Table cells and the body are the common examples. We
443 // These variables are used to detect quirky margins that we need to collapse away (in table cells
  /external/wpa_supplicant/
config_ssid.h 628 * mixed_cell - Whether mixed cells are allowed
630 * This option can be used to configure whether so called mixed cells,
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 459 * @param horizSpan The number of cells for the horizontal span.
471 * @param horizSpan The number of cells for the horizontal span.
491 * Pads the parent with empty cells to match the number of columns of the parent grid.
    [all...]
  /bionic/libc/include/net/
if_types.h 81 #define IFT_ATM 0x25 /* ATM cells */
  /development/ndk/platforms/android-3/include/net/
if_types.h 81 #define IFT_ATM 0x25 /* ATM cells */
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 55 <dt><a href="TableLayout2.html">2. Empty Cells</a></dt>
  /external/chromium/third_party/icu/source/common/
propsvec.c 228 /* count the number of row cells to move after the last row, and move them */
  /external/icu4c/common/
propsvec.c 228 /* count the number of row cells to move after the last row, and move them */

Completed in 1007 milliseconds

1 2 34 5 6 7 8 9