Searched defs:Row (Results 1 - 10 of 10) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLTable.java56 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 DGrRectanizer.cpp45 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 DGrRectanizer_fifo.cpp45 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 DDWARFDebugLine.h85 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 DRenderTableSection.h76 typedef Vector<CellStruct> Row; typedef in class:WebCore::RenderTableSection
79 Row* row;
/external/chromium/chrome/browser/resources/keyboard/
H A Dmain.js425 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 Dcvwimage.h88 // 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 Duresdata.c636 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 Dtinyxml.h198 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 Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 324 milliseconds