HomeSort by relevance Sort by last modified time
    Searched defs:cell (Results 76 - 100 of 162) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/mtd/
mtd.h 43 u_int cell; member in struct:erase_info
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 201 final HTMLTable.ICell cell = coverage.newCell (); local
202 cell.setText (buf.toString (), true);
203 if (fail) cell.setClass (CSS_DATA_HIGHLIGHT);
380 final HTMLTable.ICell cell = coverage.newCell (); local
381 cell.setText (buf.toString (), true);
382 if (fail) cell.setClass (CSS_DATA_HIGHLIGHT);
497 final HTMLTable.ICell cell = coverage.newCell (); local
498 cell.setText (buf.toString (), true);
499 if (fail) cell.setClass (CSS_DATA_HIGHLIGHT);
555 // final HTMLTable.ICell cell = subheader.newCell ()
674 final HTMLTable.ICell cell = coverage.newCell (); local
791 final HTMLTable.ICell cell = navRow.newCell (); local
826 final HTMLTable.ICell cell = navRow.newCell (); local
846 final HTMLTable.ICell cell = titleRow.newCell (); local
884 final HTMLTable.ICell cell = header.newCell (); local
921 final HTMLTable.ICell cell = row.newCell (); local
951 final HTMLTable.ICell cell = row.newCell (); local
988 final HTMLTable.ICell cell = row.newCell (); local
1016 final HTMLTable.ICell cell = row.newCell (); local
1045 final HTMLTable.ICell cell = row.newCell (); local
1077 final HTMLTable.ICell cell = row.newCell (); local
1398 final HTMLTable.ICell cell = titleRow.newCell (); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 432 public void update(ViewerCell cell) {
433 Object element = cell.getElement();
434 cell.setImage(mColumn.getImage((IMarker) element));
437 cell.setText(mColumn.getValue((IMarker) element));
438 cell.setStyleRanges(null);
440 cell.setText(styledString.toString());
441 cell.setStyleRanges(styledString.getStyleRanges());
443 super.update(cell);
    [all...]
  /external/chromium/chrome/browser/
browser_about_handler.cc 440 const chromeos::CellularNetwork* cell = local
442 str += WrapWithTH(cell->GetNetworkTechnologyString());
443 str += WrapWithTH(cell->GetConnectivityStateString());
444 str += WrapWithTH(cell->GetActivationStateString());
445 str += WrapWithTH(cell->GetRoamingStateString());
    [all...]
  /external/openssh/
session.c 1723 char cell[64]; local
    [all...]
  /external/v8/src/
full-codegen.h 403 // Cache cell support. This associates AST ids with global property cells
405 void RecordTypeFeedbackCell(unsigned id, Handle<JSGlobalPropertyCell> cell);
607 Handle<JSGlobalPropertyCell> cell; member in struct:v8::internal::FullCodeGenerator::TypeFeedbackCellEntry
  /external/webkit/Source/WebCore/inspector/front-end/
HeapSnapshotView.js 347 var cell = event.target.enclosingNodeOrSelfWithNodeName("td"); variable
348 if (!cell || (!cell.hasStyleClass("count-column") && !cell.hasStyleClass("size-column") && !cell.hasStyleClass("countDelta-column") && !cell.hasStyleClass("sizeDelta-column")))
351 if (cell.hasStyleClass("count-column"))
353 else if (cell.hasStyleClass("size-column"))
355 else if (cell.hasStyleClass("countDelta-column"))
357 else if (cell.hasStyleClass("sizeDelta-column")
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTableSection.cpp 93 // recalc cell info because RenderTable has unguarded pointers
116 // If beforeChild is inside an anonymous cell/row, insert into the cell or into
189 void RenderTableSection::addCell(RenderTableCell* cell, RenderTableRow* row)
191 int rSpan = cell->rowSpan();
192 int cSpan = cell->colSpan();
197 // (see the annotation on table cell layouting in the CSS specs and the testcase below:
207 Length logicalHeight = cell->style()->logicalHeight();
235 // tell the cell where it is
249 ASSERT(cell);
286 RenderTableCell* cell = current.primaryCell(); local
347 RenderTableCell* cell; local
474 RenderTableCell* cell = current.primaryCell(); local
597 RenderTableCell* cell = cs.primaryCell(); local
746 RenderTableCell* cell = cs.primaryCell(); local
971 RenderTableCell* cell = cs.primaryCell(); local
1131 RenderTableCell* cell = current.primaryCell(); local
1220 const CellStruct& cell = cellAt(r, c); local
1244 RenderTableCell* cell = r[pos].primaryCell(); local
1322 RenderTableCell* cell = current.cells[i]; local
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 745 int [] cell = new int[count]; local
746 System.arraycopy(indices, 0, cell, 0, count);
747 mGridNeighbors[(y / mCellHeight) * GRID_WIDTH + (x / mCellWidth)] = cell;
    [all...]

Completed in 1312 milliseconds

1 2 34 5 6 7