/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 93 struct Row { struct 101 static bool orderByAddress(const Row& LHS, const Row& RHS) { in orderByAddress() argument 107 uint64_t Address; 111 uint32_t Line; 115 uint16_t Column; 118 uint16_t File; 121 uint8_t Isa; 124 uint32_t Discriminator; 150 // and is described by line table rows [FirstRowIndex, LastRowIndex). argument 239 struct Row Row; member
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFDebugLine.h | 85 struct Row { struct 94 uint64_t Address; 98 uint32_t Line; 102 uint16_t Column; 105 uint16_t File; 130 void appendRow(const DWARFDebugLine::Row &state) { Rows.push_back(state); } in appendRow() argument
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_region.h | 49 struct Row { struct 56 RowSpanSet spans; argument 62 typedef std::map<int, Row*> Rows; argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 132 struct Row { struct 142 static bool orderByAddress(const Row &LHS, const Row &RHS) { in orderByAddress() argument 148 uint64_t Address; 152 uint32_t Line; 156 uint16_t Column; 159 uint16_t File; 162 uint32_t Discriminator; 165 uint8_t Isa; 168 uint8_t IsStmt : 1, 193 /// and is described by line table rows [FirstRowIndex, LastRowIndex). argument [all …]
|
/external/skqp/src/gpu/ |
D | GrRectanizer_pow2.h | 45 struct Row { struct 49 int fRowHeight; argument 56 Row fRows[kMaxExponent]; // 0-th entry will be unused argument
|
/external/skia/src/gpu/ |
D | GrRectanizer_pow2.h | 45 struct Row { struct 49 int fRowHeight; argument 56 Row fRows[kMaxExponent]; // 0-th entry will be unused argument
|
/external/tensorflow/tensorflow/contrib/bigtable/kernels/test_kernels/ |
D | bigtable_test_client.h | 110 struct Row { struct 115 std::map<string, Row> rows; argument
|
/external/perfetto/src/trace_processor/ |
D | trace_storage.h | 591 struct Row { struct 596 bool operator==(const Row& other) const { argument 621 struct Row { struct 626 bool operator==(const Row& other) const { argument 653 struct Row { struct 661 bool operator==(const Row& other) const { argument 696 struct Row { struct 704 void Insert(const Row& row) { in Insert() argument
|
D | row_iterators.cc | 75 uint32_t RangeRowIterator::Row() { in Row() function in perfetto::trace_processor::RangeRowIterator 99 uint32_t VectorRowIterator::Row() { in Row() function in perfetto::trace_processor::VectorRowIterator
|
/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) const { in check()
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | aligned_array.h | 50 T* Row(size_t row) { in Row() function 55 const T* Row(size_t row) const { in Row() function
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
D | Row.java | 18 public class Row { class 25 public Row(String id) { in Row() method in Row
|
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | edit_distance.h | 64 unsigned *Row = SmallBuffer; variable
|
/external/llvm/include/llvm/ADT/ |
D | edit_distance.h | 64 unsigned *Row = SmallBuffer; variable
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | edit_distance.h | 64 unsigned *Row = SmallBuffer; variable
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Eigen_Colamd.h | 331 Colamd_Row<IndexType> *Row ; /* pointer into A of Row [0..n_row] array */ in colamd() local 482 static IndexType init_rows_cols /* returns true if OK, or false otherwise */ in init_rows_cols() 698 static void init_scoring in init_scoring() 935 static IndexType find_ordering /* return the number of garbage collections */ in find_ordering() 1698 static IndexType garbage_collection /* returns the new value of pfree */ in garbage_collection() 1819 static inline IndexType clear_mark /* return the new value for tag_mark */ in clear_mark()
|
/external/autotest/venv/skylab_suite/ |
D | tko_test_views.py | 22 Row = collections.namedtuple( variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/ |
D | xray-account.cpp | 267 auto &Row = std::get<2>(Results.back()); in exportStats() local 400 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsText() 410 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsCSV()
|
/external/grpc-grpc/tools/failures/ |
D | detect_new_failures.py | 131 Row = namedtuple('Row', ['poll_strategy', 'job_name', 'build_id', 'timestamp']) variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 78 for (auto &Row : DepMatrix) { in printDepMatrix() local 197 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive() 210 static bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row, in containsNoDependence() 220 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange() 263 for (unsigned Row = 0; Row < NumRows; ++Row) { in isLegalToInterChangeLoops() local 1131 for (auto &Row : DepMatrix) { in isProfitableForVectorization() local
|
/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/webrtc/system_wrappers/source/ |
D | data_log.cc | 32 class Row { class 106 Row::Row() in Row() function in webrtc::Row
|
/external/perfetto/ui/src/common/ |
D | protos.ts | 45 export interface Row { [key: string]: number|string; } interface
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnitIndex.cpp | 134 auto &Row = Rows[i]; in dump() local
|