HomeSort by relevance Sort by last modified time
    Searched defs:Row (Results 1 - 15 of 15) sorted by null

  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLTable.java 56 final Row row = new Row (true); local
57 add (row);
59 return row;
64 final Row row = new Row (false); local
65 add (row);
67 return row;
    [all...]
  /external/webkit/WebCore/rendering/
RenderTableSection.h 48 void addCell(RenderTableCell*, RenderTableRow* row);
61 typedef Vector<CellStruct> Row;
64 Row* row; member in struct:WebCore::RenderTableSection::RowStruct
70 CellStruct& cellAt(int row, int col) { return (*m_grid[row].row)[col]; }
71 const CellStruct& cellAt(int row, int col) const { return (*m_grid[row].row)[col];
    [all...]
  /external/chromium/third_party/icu/source/common/
uresdata.c 520 * row of a temporary array
526 typedef struct Row {
528 } Row;
533 return (int32_t)uprv_strcmp(keyChars+((const Row *)left)->keyIndex,
534 keyChars+((const Row *)right)->keyIndex);
539 Row *rows;
851 uprv_sortArray(pTempTable->rows, count, sizeof(Row),
965 Row rows[STACK_ROW_CAPACITY];
    [all...]
  /external/icu4c/common/
uresdata.c 630 * row of a temporary array
636 typedef struct Row {
638 } Row;
643 return (int32_t)uprv_strcmp(keyChars+((const Row *)left)->keyIndex,
644 keyChars+((const Row *)right)->keyIndex);
649 Row *rows;
842 uprv_sortArray(pTempTable->rows, count, sizeof(Row),
956 Row rows[STACK_ROW_CAPACITY];
    [all...]
  /external/clearsilver/python/examples/base/
odb.py 38 # # create row
43 # # fetch row (must use primary key)
47 # print "this is bad, we should have found the row"
118 return Row
352 for colname, row in dbcolumns.items():
634 # a unique row.
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 48 * &lt;Row android:keyWidth="32px" &gt;
51 * &lt;/Row&gt;
66 private static final String TAG_ROW = "Row";
148 * Container for keys in the keyboard. All keys in a row are at the same Y-coordinate.
149 * Some of the key size defaults can be overridden per row from what the {@link Keyboard}
158 public static class Row {
159 /** Default width of a key in this row. */
161 /** Default height of a key in this row. */
163 /** Default horizontal gap between keys in this row. */
165 /** Vertical gap following this row. *
553 Row row = new Row(this); local
713 int row = 0; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/
SuggestionsProvider.java 94 ArrayList<Row> mRows = new ArrayList<Row>();
114 private class Row {
115 public Row(int row, String text, int startOffset, int endOffset) {
117 mRowNumber = row;
155 mRows.add(new Row(i, message, startOffset, endOffset));
221 * a "word" by taking the substring of the full row text in the words table
304 Row row = mRows.get(mCurrentRow) local
    [all...]
  /external/tinyxml/
tinyxml.h 104 void Clear() { row = col = -1; }
106 int row; // 0 based. member in struct:TiXmlCursor
181 The row and column are 1-based. (That is the first row and first column is
183 a row and column value.
185 Generally, the row and column value will be set when the TiXmlDocument::Load(),
193 There is a minor performance cost to computing the row and column. Computation
198 int Row() const { return location.row + 1; }
199 int Column() const { return location.col + 1; } ///< See Row()
    [all...]
  /sdk/traceview/src/com/android/traceview/
TimeLineView.java 80 /** vertical height of drawn blocks in each row */
87 /** total vertical space for row */
94 /** start of first row */
122 public static interface Row {
128 Row row; field in class:TimeLineView.Record
131 public Record(Row row, Block block) {
132 this.row = row;
401 Row row = rec.row; local
    [all...]
  /external/emma/lib/
emma.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 252 milliseconds