| /external/perfetto/src/trace_processor/tables/ |
| D | macros_internal.h | 34 struct Row { struct 36 Row(std::nullptr_t) {} in Row() function 51 IdAndRow Insert(const Row&) { PERFETTO_FATAL("Should not be called"); } in Insert()
|
| /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-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugLine.h | 145 struct Row { struct 155 static bool orderByAddress(const Row &LHS, const Row &RHS) { in orderByAddress() argument 165 object::SectionedAddress Address; 169 uint32_t Line; 173 uint16_t Column; 176 uint16_t File; 179 uint32_t Discriminator; 182 uint8_t Isa; 185 uint8_t IsStmt : 1, 210 /// and is described by line table rows [FirstRowIndex, LastRowIndex). argument [all …]
|
| /external/webrtc/modules/desktop_capture/ |
| D | desktop_region.h | 50 struct Row { struct 59 RowSpanSet spans; argument 65 typedef std::map<int, Row*> Rows; argument
|
| /external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugLine.h | 140 struct Row { struct 150 static bool orderByAddress(const Row &LHS, const Row &RHS) { in orderByAddress() argument 160 object::SectionedAddress Address; 164 uint32_t Line; 168 uint16_t Column; 171 uint16_t File; 174 uint32_t Discriminator; 177 uint8_t Isa; 180 uint8_t IsStmt : 1, 205 /// and is described by line table rows [FirstRowIndex, LastRowIndex). argument [all …]
|
| /external/skia/src/gpu/ |
| D | GrRectanizerPow2.h | 47 struct Row { struct 51 int fRowHeight; argument 58 Row fRows[kMaxExponent]; // 0-th entry will be unused argument
|
| /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/rust/crates/criterion-plot/src/ |
| D | data.rs | 40 I::Item: Row, in new() 73 pub trait Row { trait 87 impl<A, B> Row for (A, B) impl 106 impl<A, B, C> Row for (A, B, C) impl 127 impl<A, B, C, D> Row for (A, B, C, D) impl 150 impl<A, B, C, D, E> Row for (A, B, C, D, E) impl
|
| /external/llvm-project/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/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/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/rust/crates/csv/src/ |
| D | writer.rs | 1362 struct Row { in serialize_with_headers() struct 1363 foo: i32, in serialize_with_headers() 1364 bar: f64, in serialize_with_headers() 1365 baz: bool, in serialize_with_headers() 1376 struct Row { in serialize_no_headers() struct 1377 foo: i32, in serialize_no_headers() 1378 bar: f64, in serialize_no_headers() 1379 baz: bool, in serialize_no_headers()
|
| D | deserializer.rs | 1074 struct Row { in enum_label_simple_tagged() struct 1075 label: Label, in enum_label_simple_tagged() 1076 x: f64, in enum_label_simple_tagged() 1094 struct Row { in enum_untagged() struct 1095 x: Boolish, in enum_untagged() 1096 y: Boolish, in enum_untagged() 1097 z: Boolish, in enum_untagged() 1211 struct Row { in flatten() struct 1213 input: Input, in flatten() 1215 properties: Properties, in flatten() [all …]
|
| /external/webrtc/modules/audio_coding/codecs/opus/test/ |
| D | lapped_transform.h | 50 T* Row(size_t row) { in Row() function 55 const T* Row(size_t row) const { in Row() function
|
| /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-10.0/llvm/lib/DebugInfo/GSYM/ |
| D | LineTable.cpp | 70 LineEntry Row(BaseAddr, 1, FirstLine); in parse() local 254 llvm::Error Err = parse(Data, BaseAddr, [&](const LineEntry &Row) -> bool { in decode() 269 [Addr, &Result](const LineEntry &Row) -> bool { in lookup()
|
| /external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| D | LineTable.cpp | 70 LineEntry Row(BaseAddr, 1, FirstLine); in parse() local 254 llvm::Error Err = parse(Data, BaseAddr, [&](const LineEntry &Row) -> bool { in decode() 269 [Addr, &Result](const LineEntry &Row) -> bool { in lookup()
|
| /external/llvm-project/llvm/include/llvm/ADT/ |
| D | edit_distance.h | 63 unsigned *Row = SmallBuffer; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | edit_distance.h | 63 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/rust/crates/rusqlite/src/ |
| D | row.rs | 240 pub struct Row<'stmt> { struct 244 impl<'stmt> Row<'stmt> { implementation
|
| D | column.rs | 133 impl<'stmt> Row<'stmt> { impl
|
| /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/perfetto/ui/src/common/ |
| D | protos.ts | 57 export interface Row { [key: string]: number|string; } interface
|