Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.h85 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/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/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region.h49 struct Row { struct
56 RowSpanSet spans; argument
62 typedef std::map<int, Row*> Rows; argument
Ddesktop_region.cc23 DesktopRegion::Row::Row(int32_t top, int32_t bottom) in Row() function in webrtc::DesktopRegion::Row
/external/skia/src/gpu/
DGrRectanizer_pow2.h45 struct Row { struct
49 int fRowHeight; argument
56 Row fRows[kMaxExponent]; // 0-th entry will be unused argument
/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/webrtc/webrtc/system_wrappers/include/
Daligned_array.h50 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/
DRow.java18 public class Row { class
25 public Row(String id) { in Row() method in Row
/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/llvm/include/llvm/ADT/
Dedit_distance.h64 unsigned *Row = SmallBuffer; variable
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Devent.c133 IN UINTN Row, in WaitForEventWithTimeout()
Dprint.c636 IN UINTN Row, in PrintAt()
707 IN UINTN Row, in IPrintAt()
745 IN UINTN Row, in _IPrint()
/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h331 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/guava/guava/src/com/google/common/collect/
DStandardTable.java258 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/
Ddata_log.cc32 class Row { class
106 Row::Row() in Row() function in webrtc::Row
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp134 auto &Row = Rows[i]; in dump() local
DDWARFDebugLine.cpp132 DWARFDebugLine::Row::Row(bool default_is_stmt) { reset(default_is_stmt); } in Row() function in DWARFDebugLine::Row
671 const auto &Row = Rows[RowIndex]; in getFileLineInfoForAddress() local
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp198 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive()
211 static bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row, in containsNoDependence()
221 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange()
267 for (unsigned Row = 0; Row < NumRows; ++Row) { in isLegalToInterChangeLoops() local
955 unsigned Row = DepMatrix.size(); in isProfitabileForVectorization() local
/external/gemmlowp/public/
Dmap.h75 enum class VectorShape { Col, Row }; enumerator
/external/icu/icu4c/source/common/
Duresdata.cpp984 typedef struct Row { struct
986 } Row; argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRow.java17 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, class
/external/v8/src/interpreter/
Dmkpeephole.cc41 typedef std::array<PeepholeActionAndData, kNumberOfBytecodes> Row; typedef in v8::internal::interpreter::PeepholeActionTableWriter
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRow.java21 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, class
/external/opencv/cxcore/include/
Dcvwimage.h209 inline const T* Row(int r) const { in Row() function
213 inline T* Row(int r) { in Row() function
/external/fonttools/Lib/fontTools/
Dinspect.py18 class Row(object): class

12