Home
last modified time | relevance | path

Searched defs:Row (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFDebugLine.h85 struct Row { struct
92 static bool orderByAddress(const Row& LHS, const Row& RHS) { in orderByAddress() argument
98 uint64_t Address;
102 uint32_t Line;
106 uint16_t Column;
109 uint16_t File;
112 uint8_t Isa;
138 // and is described by line table rows [FirstRowIndex, LastRowIndex). argument
DDWARFContext.cpp197 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getFileLineInfoForCompileUnit() local
/external/skia/src/gpu/
DGrRectanizer.cpp38 struct Row { struct in GrRectanizerPow2
39 GrIPoint16 fLoc;
40 int fRowHeight;
42 bool canAddWidth(int width, int containerWidth) const { in canAddWidth()
DGrRectanizer_fifo.cpp38 struct Row { struct in GrRectanizerFIFO
39 GrIPoint16 fLoc;
40 int fRowHeight;
42 bool canAddWidth(int width, int containerWidth) const { in canAddWidth()
/external/clang/test/SemaCXX/
Dconstexpr-nqueens.cpp38 int N, int Col, int Row, const Board &B) { in tryBoard()
41 constexpr Board buildBoardScan(int N, int Col, int Row, const Board &B) { in buildBoardScan()
57 constexpr bool Board::check(const char *p, int Row, int Col) { in check()
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHTMLTable.java105 private static class Row extends IElement.Factory.ElementImpl class in HTMLTable
116 Row (final boolean th) in Row() method in HTMLTable.Row
/external/webrtc/src/system_wrappers/source/
Ddata_log.cc33 class Row { class
107 Row::Row() in Row() function in webrtc::Row
/external/icu4c/common/
Duresdata.c636 typedef struct Row { struct
638 } Row; typedef
/external/guava/guava/src/com/google/common/collect/
DStandardTable.java339 class Row extends AbstractMap<C, V> { class in StandardTable
342 Row(R rowKey) { in Row() method in StandardTable.Row
/external/webkit/Source/WebCore/rendering/
DRenderTableSection.h76 typedef Vector<CellStruct> Row; typedef
/external/opencv/cxcore/include/
Dcvwimage.h209 inline const T* Row(int r) const { in Row() function
213 inline T* Row(int r) { in Row() function
/external/chromium/chrome/browser/resources/keyboard/
Dmain.js425 function Row(position, keys) { class
/external/skia/src/core/
DSkAAClip.cpp862 struct Row { struct in SkAAClip::Builder
863 int fY;
864 int fWidth;
865 SkTDArray<uint8_t>* fData;
/external/tinyxml/
Dtinyxml.h198 int Row() const { return location.row + 1; } in Row() function
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1951 for (unsigned Row = 0, ERow = ConversionTable.size(); Row != ERow; ++Row) { in emitConvertToMCInst() local