| /external/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFDebugLine.h | 106 struct Row struct 108 typedef std::vector<Row> collection; argument 112 Row(bool default_is_stmt = false); argument 113 Row(const Row& rhs) : in Row() function 142 virtual ~Row() {} in ~Row() argument 149 … // The program-counter value corresponding to a machine instruction generated by the compiler. 150 … numbered beginning at 1. The compiler may emit the value 0 in cases where an instruction cannot b… 151 … line. Columns are numbered beginning at 1. The value 0 is reserved to indicate that a statement b… 175 void AppendRow(const DWARFDebugLine::Row& state); argument
|
| D | DWARFDebugLine.cpp | 1076 DWARFDebugLine::Row::Row(bool default_is_stmt) : in Row() function in DWARFDebugLine::Row
|
| /external/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugLine.h | 85 struct Row { struct 93 static bool orderByAddress(const Row& LHS, const Row& RHS) { in orderByAddress() argument 99 uint64_t Address; 103 uint32_t Line; 107 uint16_t Column; 110 uint16_t File; 113 uint8_t Isa; 116 uint32_t Discriminator; 142 // and is described by line table rows [FirstRowIndex, LastRowIndex). argument 224 struct Row Row; member
|
| /external/skia/src/gpu/ |
| D | GrRectanizer_pow2.h | 43 struct Row { struct 47 int fRowHeight; argument 54 Row fRows[kMaxExponent]; // 0-th entry will be unused argument
|
| /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/eigen/Eigen/src/OrderingMethods/ |
| D | Eigen_Colamd.h | 338 Colamd_Row<Index> *Row ; /* pointer into A of Row [0..n_row] array */ in colamd() local 489 static Index init_rows_cols /* returns true if OK, or false otherwise */ in init_rows_cols() 705 static void init_scoring in init_scoring() 942 static Index find_ordering /* return the number of garbage collections */ in find_ordering() 1705 static Index garbage_collection /* returns the new value of pfree */ in garbage_collection() 1826 static inline Index clear_mark /* return the new value for tag_mark */ in clear_mark()
|
| /external/icu/icu4c/source/common/ |
| D | uresdata.c | 651 typedef struct Row { struct 653 } Row; argument
|
| /external/guava/guava/src/com/google/common/collect/ |
| D | StandardTable.java | 258 class Row extends ImprovedAbstractMap<C, V> { class in StandardTable 261 Row(R rowKey) { in Row() method in StandardTable.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/llvm/lib/Transforms/Scalar/ |
| D | LoopInterchange.cpp | 198 bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive() 211 bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row, in containsNoDependence() 221 bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange() 264 for (unsigned Row = 0; Row < NumRows; ++Row) { in isLegalToInterChangeLoops() local 860 unsigned Row = DepMatrix.size(); in isProfitabileForVectorization() local
|
| /external/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugLine.cpp | 125 DWARFDebugLine::Row::Row(bool default_is_stmt) { in Row() function in DWARFDebugLine::Row 692 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress() local
|
| D | DWARFContext.cpp | 448 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getLineInfoForAddressRange() local
|
| /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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | Row.java | 15 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, class
|
| /external/lldb/include/lldb/Symbol/ |
| D | UnwindPlan.h | 243 Row (const UnwindPlan::Row& rhs) : in Row() function
|
| /external/fonttools/Lib/fontTools/ |
| D | inspect.py | 18 class Row(object): class
|
| /external/lldb/source/Symbol/ |
| D | UnwindPlan.cpp | 190 UnwindPlan::Row::Row() : in Row() function in UnwindPlan::Row
|
| /external/skia/src/core/ |
| D | SkAAClip.cpp | 948 struct Row { struct in SkAAClip::Builder 949 int fY; 950 int fWidth; 951 SkTDArray<uint8_t>* fData;
|
| /external/tinyxml/ |
| D | tinyxml.h | 198 int Row() const { return location.row + 1; } in Row() function
|
| /external/llvm/tools/dsymutil/ |
| D | DwarfLinker.cpp | 807 auto &Row = Rows[Idx]; in emitLineTableForUnit() local 2338 for (auto &Row : LineTable.Rows) { in patchLineTableForUnit() local
|
| /external/sfntly/cpp/src/test/tinyxml/ |
| D | tinyxml.h | 244 int Row() const { return location.row + 1; } in Row() function
|
| /external/llvm/lib/Target/R600/ |
| D | R600InstrInfo.cpp | 284 for (const auto &Row : SrcSelTable) { in getSelIdx() local
|
| /external/llvm/utils/TableGen/ |
| D | AsmMatcherEmitter.cpp | 1962 for (unsigned Row = 0, ERow = ConversionTable.size(); Row != ERow; ++Row) { in emitConvertFuncs() local
|