Home
last modified time | relevance | path

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

1234567

/external/skia/tools/unicode_comparison/go/generate_table/
Dmain.go134 type Row struct { struct
135 Id string
136 Num string
137 ParentId string
138 Names []string
139 Text string
140 IsFile bool
141 Delta CalculatedDelta
142 Children []Row
167 …ow Row) FormattedChunks(ranges []Range, name string, chunkType string, includeRange bool) []Chunk {
[all …]
/external/cronet/stable/third_party/quic_trace/src/tools/render/
Dtable.h42 struct Row { struct
55 std::vector<Row> rows_; argument
/external/cronet/tot/third_party/quic_trace/src/tools/render/
Dtable.h42 struct Row { struct
55 std::vector<Row> rows_; argument
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h93 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/
DDWARFDebugLine.h145 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/
Ddesktop_region.h50 struct Row { struct
59 RowSpanSet spans; argument
65 typedef std::map<int, Row*> Rows; argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h132 struct Row { struct
142 static bool orderByAddress(const Row &LHS, const Row &RHS) { in orderByAddress() argument
152 object::SectionedAddress Address;
156 uint32_t Line;
160 uint16_t Column;
163 uint16_t File;
166 uint32_t Discriminator;
169 uint8_t Isa;
172 uint8_t IsStmt : 1,
197 /// and is described by line table rows [FirstRowIndex, LastRowIndex). argument
[all …]
/external/skia/src/gpu/
DRectanizerPow2.h52 struct Row { struct
56 int fRowHeight; argument
63 Row fRows[kMaxExponent]; // 0-th entry will be unused argument
/external/perfetto/src/trace_processor/importers/instruments/
Drow.h63 struct alignas(8) Row { struct
64 int64_t timestamp_;
65 uint32_t core_id;
66 ThreadId thread = kNullId;
67 BacktraceId backtrace = kNullId;
/external/rust/android-crates-io/crates/criterion-plot/src/
Ddata.rs38 I::Item: Row, in new()
71 pub trait Row { trait
85 impl<A, B> Row for (A, B) impl
104 impl<A, B, C> Row for (A, B, C) impl
125 impl<A, B, C, D> Row for (A, B, C, D) impl
148 impl<A, B, C, D, E> Row for (A, B, C, D, E) impl
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DTileShapeInfo.h34 : Row(Row), Col(Col) { in Row() argument
88 MachineOperand *Row; variable
/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
Dstructural_tree_partition.cc43 struct Row { struct
44 uint32_t id;
45 uint32_t parent_id;
46 uint32_t group;
/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) const { in check()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86LowerAMXType.cpp119 Value *Row = nullptr, *Col = nullptr; in getShape() local
237 Value *Row = nullptr, *Col = nullptr; in combineLoadBitcast() local
267 Value *Row = II->getOperand(0); in combineBitcastStore() local
323 Value *Row = nullptr, *Col = nullptr; in transformBitcast() local
341 Value *Row = II->getOperand(0); in transformBitcast() local
468 Value *Row = II->getOperand(0); in createTileStore() local
494 Value *Row = II->getOperand(0); in replaceWithTileLoad() local
786 Value *Row = nullptr, *Col = nullptr; in optimizeAMXCastFromPhi() local
932 Value *Row = II->getOperand(0); in combineCastStore() local
952 Value *Row = nullptr, *Col = nullptr; in combineLoadCast() local
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DRow.java16 public class Row { class
24 public Row(String id) { in Row() method in Row
/external/rust/android-crates-io/crates/csv/src/
Dwriter.rs1392 struct Row { in serialize_with_headers() struct
1393 foo: i32, in serialize_with_headers()
1394 bar: f64, in serialize_with_headers()
1395 baz: bool, in serialize_with_headers()
1406 struct Row { in serialize_no_headers() struct
1407 foo: i32, in serialize_no_headers()
1408 bar: f64, in serialize_no_headers()
1409 baz: bool, in serialize_no_headers()
Ddeserializer.rs1071 struct Row { in enum_label_simple_tagged() struct
1072 label: Label, in enum_label_simple_tagged()
1073 x: f64, in enum_label_simple_tagged()
1091 struct Row { in enum_untagged() struct
1092 x: Boolish, in enum_untagged()
1093 y: Boolish, in enum_untagged()
1094 z: Boolish, in enum_untagged()
1208 struct Row { in flatten() struct
1210 input: Input, in flatten()
1212 properties: Properties, in flatten()
[all …]
/external/rust/android-crates-io/crates/rusqlite/src/
Drow.rs246 pub struct Row<'stmt> { struct
250 impl<'stmt> Row<'stmt> { implementation
349 impl<'stmt> AsRef<Statement<'stmt>> for Row<'stmt> { implementation
358 impl<'stmt> std::fmt::Debug for Row<'stmt> { implementation
/external/webrtc/modules/audio_coding/codecs/opus/test/
Dlapped_transform.h50 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/
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/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp70 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/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp70 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/perfetto/src/trace_processor/tables/
Dmacros_internal.h46 struct Row { struct
60 static IdAndRow Insert(const Row&) { PERFETTO_FATAL("Should not be called"); } in Insert()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dedit_distance.h64 unsigned *Row = SmallBuffer; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dedit_distance.h63 unsigned *Row = SmallBuffer; variable

1234567