/external/llvm/lib/DebugInfo/ |
D | DWARFDebugLine.h | 85 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
|
D | DWARFContext.cpp | 197 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getFileLineInfoForCompileUnit() local
|
/external/skia/src/gpu/ |
D | GrRectanizer.cpp | 38 struct Row { struct in GrRectanizerPow2 39 GrIPoint16 fLoc; 40 int fRowHeight; 42 bool canAddWidth(int width, int containerWidth) const { in canAddWidth()
|
D | GrRectanizer_fifo.cpp | 38 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/ |
D | constexpr-nqueens.cpp | 38 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/ |
D | HTMLTable.java | 105 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/ |
D | data_log.cc | 33 class Row { class 107 Row::Row() in Row() function in webrtc::Row
|
/external/icu4c/common/ |
D | uresdata.c | 636 typedef struct Row { struct 638 } Row; typedef
|
/external/guava/guava/src/com/google/common/collect/ |
D | StandardTable.java | 339 class Row extends AbstractMap<C, V> { class in StandardTable 342 Row(R rowKey) { in Row() method in StandardTable.Row
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderTableSection.h | 76 typedef Vector<CellStruct> Row; typedef
|
/external/opencv/cxcore/include/ |
D | cvwimage.h | 209 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/ |
D | main.js | 425 function Row(position, keys) { class
|
/external/skia/src/core/ |
D | SkAAClip.cpp | 862 struct Row { struct in SkAAClip::Builder 863 int fY; 864 int fWidth; 865 SkTDArray<uint8_t>* fData;
|
/external/tinyxml/ |
D | tinyxml.h | 198 int Row() const { return location.row + 1; } in Row() function
|
/external/llvm/utils/TableGen/ |
D | AsmMatcherEmitter.cpp | 1951 for (unsigned Row = 0, ERow = ConversionTable.size(); Row != ERow; ++Row) { in emitConvertToMCInst() local
|