Searched defs:Row (Results 1 - 10 of 10) sorted by relevance
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
H A D | HTMLTable.java | 56 final Row row = new Row (true); 64 final Row row = new Row (false); 105 private static class Row extends IElement.Factory.ElementImpl class in class:HTMLTable 116 Row (final boolean th) method in class:HTMLTable.Row
|
/external/skia/gpu/src/ |
H A D | GrRectanizer.cpp | 45 struct Row { struct in class:GrRectanizerPow2 54 Row fRows[16]; 68 void initRow(Row* row, int rowHeight) { 93 Row* row = &fRows[HeightToRowIndex(height)]; 106 // that row is now "full", so retarget our Row record for
|
H A D | GrRectanizer_fifo.cpp | 45 struct Row { struct in class:GrRectanizerFIFO 54 Row fRows[16]; 68 void initRow(Row* row, int rowHeight) { 93 Row* row = &fRows[HeightToRowIndex(height)]; 106 // that row is now "full", so retarget our Row record for
|
/external/llvm/lib/DebugInfo/ |
H A D | DWARFDebugLine.h | 85 struct Row { struct in class:llvm::DWARFDebugLine 86 Row(bool default_is_stmt = false) { reset(default_is_stmt); } function in struct:llvm::DWARFDebugLine::Row 130 void appendRow(const DWARFDebugLine::Row &state) { Rows.push_back(state); } 140 std::vector<Row> Rows; 143 struct State : public Row, public LineTable { 155 virtual void reset() { Row::reset(Prologue.DefaultIsStmt); }
|
/external/webkit/Source/WebCore/rendering/ |
H A D | RenderTableSection.h | 76 typedef Vector<CellStruct> Row; typedef in class:WebCore::RenderTableSection 79 Row* row;
|
/external/chromium/chrome/browser/resources/keyboard/ |
H A D | main.js | 425 function Row(position, keys) { class 432 Row.prototype = { 567 * @type {Array.<Row>} 656 allRows.push(new Row(i, KEYS[i]));
|
/external/opencv/cxcore/include/ |
H A D | cvwimage.h | 88 // float* row = im->Row(r); 209 inline const T* Row(int r) const { function in class:cv::WImage 213 inline T* Row(int r) { function in class:cv::WImage
|
/external/icu4c/common/ |
H A D | uresdata.c | 636 typedef struct Row { struct 638 } Row; typedef in typeref:struct: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]; 1096 tempTable.rows=(Row *)uprv_malloc(maxTableLength*sizeof(Row)+maxTableLength*4);
|
/external/tinyxml/ |
H A D | tinyxml.h | 198 int Row() const { return location.row + 1; } function in class:TiXmlBase 199 int Column() const { return location.col + 1; } ///< See Row() 1297 @sa SetTabSize, Row, Column 1324 @sa Row, Column
|
/external/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
Completed in 324 milliseconds