/third_party/boost/boost/msm/front/ |
D | functor_row.hpp | 59 struct Row struct 61 typedef SOURCE Source; 62 typedef EVENT Evt; 63 typedef TARGET Target; 64 typedef ACTION Action; 65 typedef GUARD Guard; 67 typedef row_tag row_type_tag; 69 …ack::HandledEnum action_call(FSM& fsm,EVT const& evt,SourceState& src,TargetState& tgt, AllStates&) in action_call() 76 static bool guard_call(FSM& fsm,EVT const& evt,SourceState& src,TargetState& tgt,AllStates&) in guard_call() 84 struct Row<SOURCE,EVENT,TARGET,none,none> struct [all …]
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/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
|
/third_party/flutter/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
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | edit_distance.h | 63 unsigned *Row = SmallBuffer; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | edit_distance.h | 64 unsigned *Row = SmallBuffer; variable
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/ |
D | perf_data.h | 64 auto Row(dsize_t idx) { in Row() function
|
/third_party/giflib/ |
D | giffix.c | 39 int i, j, NumFiles, ExtCode, Row, Col, Width, Height, ErrorCode, in main() local
|
D | gif2rgb.c | 344 int i, j, Size, Row, Col, Width, Height, ExtCode, Count; in GIF2RGB() local
|
/third_party/typescript/tests/cases/fourslash/etslib/ |
D | flex.d.ts | 35 Row, enumerator
|
/third_party/grpc/tools/failures/ |
D | detect_new_failures.py | 131 Row = namedtuple('Row', ['poll_strategy', 'job_name', 'build_id', 'timestamp']) variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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 1089 for (auto &Row : DepMatrix) { in isProfitableForVectorization() local
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | matrix_decompose.inl | 87 tvec3<T, P> Row[3], Pdum3; local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnitIndex.cpp | 137 auto &Row = Rows[i]; in dump() local
|
D | DWARFDebugLine.cpp | 375 DWARFDebugLine::Row::Row(bool DefaultIsStmt) { reset(DefaultIsStmt); } in Row() function in DWARFDebugLine::Row 924 DWARFDebugLine::Row Row; in findRowInSeq() local 1095 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress() local
|
/third_party/icu/icu4c/source/common/ |
D | uresdata.cpp | 1016 typedef struct Row { struct 1018 } Row; typedef
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uresdata.cpp | 1016 typedef struct Row { struct 1018 } Row; argument
|
/third_party/node/deps/icu-small/source/common/ |
D | uresdata.cpp | 1016 typedef struct Row { struct 1018 } Row; argument
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uresdata.cpp | 988 typedef struct Row { struct 990 } Row; argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Row.java | 19 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, class
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | Row.java | 23 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, class
|
/third_party/flutter/skia/src/core/ |
D | SkAAClip.cpp | 867 struct Row { struct in SkAAClip::Builder 868 int fY; 869 int fWidth; 870 SkTDArray<uint8_t>* fData;
|
/third_party/skia/src/core/ |
D | SkAAClip.cpp | 240 struct Row { struct in SkAAClip::Builder 241 int fY; 242 int fWidth; 243 SkTDArray<uint8_t>* fData;
|
/third_party/boost/boost/graph/ |
D | tiernan_all_cycles.hpp | 137 typedef typename ClosedMatrix::const_reference Row; in is_path_closed() typedef
|