HomeSort by relevance Sort by last modified time
    Searched full:cell (Results 426 - 450 of 1142) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/cocoa/
styled_text_field_cell.mm 136 // TODO(shess): This code is manually drawing the cell's border area,
137 // but otherwise the cell assumes -setBordered:YES for purposes of
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
sorttable.js 131 forEach(theadrow.childNodes, function(cell) {
132 if (cell.nodeType == 1) { // an element
133 cell.className = cell.className.replace('sorttable_sorted_reverse','');
134 cell.className = cell.className.replace('sorttable_sorted','');
219 // gets the text we want to use for sorting for a cell.
222 // for example, you can override the cell text with a customkey attribute.
  /external/clang/tools/scan-build/
sorttable.js 123 forEach(theadrow.childNodes, function(cell) {
124 if (cell.nodeType == 1) { // an element
125 cell.className = cell.className.replace('sorttable_sorted_reverse','');
126 cell.className = cell.className.replace('sorttable_sorted','');
200 // gets the text we want to use for sorting for a cell.
203 // for example, you can override the cell text with a customkey attribute.
  /external/guava/guava-tests/test/com/google/common/collect/
RegularImmutableTableTest.java 23 import com.google.common.collect.Table.Cell;
29 private static final ImmutableSet<Cell<Character, Integer, String>> CELLS =
  /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.
65 * center 4 are the ones that are visible. As the camera moves, it checks what camera cell it is in
74 * As the camera moves, it tests what cameraCell it is in. Each camera cell covers four quad tiles
297 // if the camera has moved into a new cell, load new terrain into the visible 4 center quads
373 * Called when the camera has moved into a new cell. We need to
381 * if the camera has moved into a new cell, we load in new quads
382 * @param camCell the cell the camera is in
479 return null; // terrain not loaded for that cell yet!
  /external/llvm/lib/Target/CellSPU/
SPU.td 1 //===-- SPU.td - Describe the STI Cell SPU Target Machine --*- tablegen -*-===//
10 // This is the top level entry point for the STI Cell SPU target machine.
SPUCallingConv.td 10 // This describes the calling conventions for the STI Cell SPU architecture.
18 // Return-value convention for Cell SPU: return value to be passed in reg 3-74
SPUISelLowering.h 1 //===-- SPUISelLowering.h - Cell SPU DAG Lowering Interface -----*- C++ -*-===//
10 // This file defines the interfaces that Cell SPU uses to lower LLVM code into
SPURegisterInfo.h 1 //===-- SPURegisterInfo.h - Cell SPU Register Information Impl --*- C++ -*-===//
10 // This file contains the Cell SPU implementation of the TargetRegisterInfo
  /external/mesa3d/docs/
contents.html 81 <li><a href="cell.html" target="MainFrame">Cell Driver</A>
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAccessNetworkInfo.java 122 * @param utranCellID -- String UTRAN Cell ID value
139 * @return String UTRAN Cell ID value
  /external/oprofile/daemon/
opd_spu.c 3 * Processing the sample buffer for Cell BE SPU profile
41 * Cell-SPU-specific, so we do not need to return until the
  /external/oprofile/events/
Makefile.am 34 ppc64/cell-be/events ppc64/cell-be/unit_masks \
  /external/oprofile/libop/
op_cpu_type.c 70 { "ppc64 Cell Broadband Engine", "ppc64/cell-be", CPU_PPC64_CELL, 8 },
  /external/oprofile/libpp/
populate_for_spu.cpp 4 * a Cell BE SPU profile
32 * On Cell Broadband Engine, an application executing on an SPE may
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 55 char XCharSize; /* Character cell width */
56 char YCharSize; /* Character cell height */
  /external/webkit/Source/JavaScriptCore/heap/
Handle.h 83 static JSValue toJSValue(T* cell) { return reinterpret_cast<JSCell*>(cell); }
MarkedBlock.h 184 // Since we mark the first atom of every cell when allocating and/or
186 // live cell. Checking the mark bit guards against reviving an object
  /external/webkit/Source/WebCore/accessibility/
AccessibilityARIAGrid.cpp 157 // Iterate backwards through the rows in case the desired cell has a rowspan and exists
168 // cell to determine which is the right one.
AccessibilityTableCell.cpp 143 // Try to find if the first cell in this row is a <th>. If it is,
157 // If this cell is in the first column, there is no need to continue.
  /external/webkit/Source/WebCore/inspector/front-end/
ProfileView.js 534 var cell = event.target.enclosingNodeOrSelfWithNodeName("td"); variable
535 if (!cell || (!cell.hasStyleClass("total-column") && !cell.hasStyleClass("self-column") && !cell.hasStyleClass("average-column")))
538 if (cell.hasStyleClass("total-column"))
540 else if (cell.hasStyleClass("self-column"))
542 else if (cell.hasStyleClass("average-column"))
  /external/webkit/Source/WebCore/manual-tests/
cursor.html 32 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: cell">cell</div>
  /frameworks/base/tools/preload/
sorttable.js 123 forEach(theadrow.childNodes, function(cell) {
124 if (cell.nodeType == 1) { // an element
125 cell.className = cell.className.replace('sorttable_sorted_reverse','');
126 cell.className = cell.className.replace('sorttable_sorted','');
200 // gets the text we want to use for sorting for a cell.
203 // for example, you can override the cell text with a customkey attribute.
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 30 void checkdup(Node *list, Cell *item);
43 Cell *cp;
185 { infunc--; curfname=0; defn((Cell *)$2, $4, $8); $$ = 0; }
447 void setfname(Cell *p)
458 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
463 return ((Cell *)(p->narg[0]))->sval;
477 void checkdup(Node *vl, Cell *cp) /* check if name already in list */
481 if (strcmp(s, ((Cell *)(vl->narg[0]))->nval) == 0) {
  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 81 // If the end point aligns on a cell boundary then count it as
82 // ending in the previous cell so that we don't cross the border

Completed in 325 milliseconds

<<11121314151617181920>>