HomeSort by relevance Sort by last modified time
    Searched defs:Row (Results 1 - 25 of 25) 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/skia/gpu/src/
GrRectanizer.cpp 45 struct Row {
54 Row fRows[16];
68 void initRow(Row* row, int rowHeight) {
69 row->fLoc.set(0, fNextStripY);
70 row->fRowHeight = rowHeight;
84 We use bsearch, but there may be more than one row with the same height,
93 Row* row = &fRows[HeightToRowIndex(height)]; local
94 GrAssert(row->fRowHeight == 0 || row->fRowHeight == height)
    [all...]
GrRectanizer_fifo.cpp 45 struct Row {
54 Row fRows[16];
68 void initRow(Row* row, int rowHeight) {
69 row->fLoc.set(0, fNextStripY);
70 row->fRowHeight = rowHeight;
84 We use bsearch, but there may be more than one row with the same height,
93 Row* row = &fRows[HeightToRowIndex(height)]; local
94 GrAssert(row->fRowHeight == 0 || row->fRowHeight == height)
    [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSuggestionProviderCursor.java 28 private final ArrayList<Row> mRows;
32 mRows = new ArrayList<Row>();
35 public Row addRow(Object... values) {
36 Row row = new Row(values); local
37 mRows.add(row);
38 return row;
90 private class Row {
92 public Row(Object... values)
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.h 85 struct Row {
86 Row(bool default_is_stmt = false) { reset(default_is_stmt); }
87 /// Called after a row is appended to the matrix.
130 void appendRow(const DWARFDebugLine::Row &state) { Rows.push_back(state); }
140 std::vector<Row> Rows;
143 struct State : public Row, public LineTable {
144 // Special row codes.
150 State() : row(StartParsingLineTable) {}
154 virtual void finalize(uint32_t offset) { row = DoneParsingLineTable; }
155 virtual void reset() { Row::reset(Prologue.DefaultIsStmt);
159 unsigned row; member in struct:llvm::DWARFDebugLine::State
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTableSection.h 48 void addCell(RenderTableCell*, RenderTableRow* row);
76 typedef Vector<CellStruct> Row;
79 Row* row; member in struct:WebCore::RenderTableSection::RowStruct
85 CellStruct& cellAt(int row, int col) { return (*m_grid[row].row)[col]; }
86 const CellStruct& cellAt(int row, int col) const { return (*m_grid[row].row)[col];
    [all...]
  /external/chromium/chrome/browser/resources/keyboard/
main.js 81 * Set the position, a.k.a. row, of this key.
421 * @param {number} position The position of the row (0-3).
422 * @param {Array.<BaseKey>} keys The keys in the row.
425 function Row(position, keys) {
432 Row.prototype = {
434 * Get the total aspect ratio of the row.
446 * Create the DOM elements for the row.
447 * @return {Element} The top-level DOM Element for the row.
451 this.element_.className = 'row';
492 * Resizes all keys in the row according to the global size
    [all...]
  /external/opencv/cxcore/include/
cvwimage.h 64 // We use the convention (c,r) to refer to column c and row r with (0,0) being
77 // *im(2, 3) = 15; // Modify the element at column 2, row 3
80 // // Copy the second row into the first. This can be done with no memory
88 // float* row = im->Row(r);
90 // for (int ch = 0; ch < im->Channels(); ++ch, ++row) {
91 // *row = uchar(rand() & 255);
209 inline const T* Row(int r) const {
213 inline T* Row(int r) {
  /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...]
  /packages/apps/Mms/src/com/android/mms/
SuggestionsProvider.java 94 ArrayList<Row> mRows = new ArrayList<Row>();
116 private class Row {
120 public Row(int row, String snippet) {
122 mRowNumber = row;
144 mRows.add(new Row(i, snippet));
209 * a "word" by taking the substring of the full row text in the words table
297 Row row = mRows.get(mCurrentRow) local
    [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";
147 private ArrayList<Row> rows = new ArrayList<Row>();
150 * Container for keys in the keyboard. All keys in a row are at the same Y-coordinate.
151 * Some of the key size defaults can be overridden per row from what the {@link Keyboard}
160 public static class Row {
161 /** Default width of a key in this row. */
163 /** Default height of a key in this row. *
581 Row row = new Row(this); local
616 Row row = rows.get(rowIndex); local
783 int row = 0; local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 51 * &gt;Row row_attributes*&lt;
52 * &gt;!-- Row Content --&lt;
57 * &gt;/Row&lt;
74 * &gt;Row row_attributes*&lt;
76 * &gt;/Row&lt;
117 private static final String TAG_ROW = "Row";
136 private Row mCurrentRow = null;
143 * Container for keys in the keyboard. All keys in a row are at the same Y-coordinate.
144 * Some of the key size defaults can be overridden per row from what the {@link Keyboard}
147 public static class Row {
408 Row row = parseRowAttributes(parser); 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 79 /** vertical height of drawn blocks in each row */
86 /** total vertical space for row */
93 /** start of first row */
130 public static interface Row {
136 Row row; field in class:TimeLineView.Record
139 public Record(Row row, Block block) {
140 this.row = row;
423 Row row = rec.row; local
    [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /external/emma/lib/
emma.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.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 1063 milliseconds