Searched refs:Row (Results 1 - 25 of 118) sorted by relevance

12345

/external/clang/test/SemaCXX/
H A Dconstexpr-nqueens.cpp13 constexpr Board addQueen(int Row, int Col) { argument
14 return Board(State | ((uint64_t)Row << (Col * 4)));
19 constexpr bool ok(int Row, int Col) { argument
20 return okRecurse(Row, Col, 0);
22 constexpr bool okRecurse(int Row, int Col, int CheckCol) { argument
24 getQueenRow(CheckCol) == Row ? false :
25 getQueenRow(CheckCol) == Row + (Col - CheckCol) ? false :
26 getQueenRow(CheckCol) == Row + (CheckCol - Col) ? false :
27 okRecurse(Row, Col, CheckCol + 1);
29 constexpr bool at(int Row, in argument
37 tryBoard(const Board &Try, int N, int Col, int Row, const Board &B) argument
41 buildBoardScan(int N, int Col, int Row, const Board &B) argument
57 check(const char *p, int Row, int Col) argument
[all...]
/external/llvm/include/llvm/ADT/
H A Dedit_distance.h56 // entry is in Row[x-1], the top entry is what's in Row[x] from the last
64 unsigned *Row = SmallBuffer; local
66 Row = new unsigned[n + 1];
67 Allocated.reset(Row);
71 Row[i] = i;
74 Row[0] = y;
75 unsigned BestThisRow = Row[0];
79 int OldRow = Row[x];
81 Row[
[all...]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
H A DTable.java23 private List<Row> rows;
31 public List<Row> getRows() {
35 public void setRows(List<Row> rows) {
H A DManyListsTable.java22 private List<Row> rows;
29 public List<Row> getRows() {
33 public void setRows(List<Row> rows) {
H A DCompactConstructorErrorsTest.java88 "org.yaml.snakeyaml.error.YAMLException: Cannot set property='size' with value='17' (class java.lang.String) in Row id=id111");
92 * Created Map instead of Row
97 List<Row> rows = table.getRows();
99 assertFalse("Row should not be created.", rows.get(0) instanceof Row);
102 assertEquals("15}", map.get("Row(id111, description = text) {size"));
111 List<Row> rows = table.getRows();
113 assertFalse("Row should not be created.", rows.get(0) instanceof Row);
117 assertNull(map.get(new Row("id22
[all...]
H A DRow.java18 public class Row { class
25 public Row(String id) { method in class:Row
78 return "Row id=" + id;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DRow.java19 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, class in inherits:java.lang.Comparable,Cloneable,Freezable
20 Freezable<Row<C0, C1, C2, C3, C4>>{
40 public static class R2<C0, C1> extends Row<C0, C1, C1, C1, C1> {
45 public static class R3<C0, C1, C2> extends Row<C0, C1, C2, C2, C2> {
50 public static class R4<C0, C1, C2, C3> extends Row<C0, C1, C2, C3, C3> {
55 public static class R5<C0, C1, C2, C3, C4> extends Row<C0, C1, C2, C3, C4> {
61 public Row<C0, C1, C2, C3, C4> set0(C0 item) {
67 public Row<C0, C1, C2, C3, C4> set1(C1 item) {
73 public Row<C0, C1, C2, C3, C4> set2(C2 item) {
79 public Row<C
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRow.java15 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, class in inherits:java.lang.Comparable,Cloneable,Freezable
16 Freezable<Row<C0, C1, C2, C3, C4>>{
36 public static class R2<C0, C1> extends Row<C0, C1, C1, C1, C1> {
41 public static class R3<C0, C1, C2> extends Row<C0, C1, C2, C2, C2> {
46 public static class R4<C0, C1, C2, C3> extends Row<C0, C1, C2, C3, C3> {
51 public static class R5<C0, C1, C2, C3, C4> extends Row<C0, C1, C2, C3, C4> {
57 public Row<C0, C1, C2, C3, C4> set0(C0 item) {
63 public Row<C0, C1, C2, C3, C4> set1(C1 item) {
69 public Row<C0, C1, C2, C3, C4> set2(C2 item) {
75 public Row<C
[all...]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLTable.java56 final Row row = new Row (true);
64 final Row row = new Row (false);
105 private static class Row extends IElement.Factory.ElementImpl class in class:HTMLTable
116 Row (final boolean th) method in class:HTMLTable.Row
/external/webrtc/webrtc/system_wrappers/include/
H A Daligned_array.h50 T* Row(size_t row) { function in class:webrtc::AlignedArray
55 const T* Row(size_t row) const { function in class:webrtc::AlignedArray
62 return Row(row)[col];
67 return Row(row)[col];
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp134 DWARFDebugLine::Row::Row(bool default_is_stmt) { function in class:DWARFDebugLine::Row
138 void DWARFDebugLine::Row::postAppend() {
144 void DWARFDebugLine::Row::reset(bool default_is_stmt) {
158 void DWARFDebugLine::Row::dump(raw_ostream &OS) const {
193 for (const Row &R : Rows) {
211 Row.reset(LineTable->Prologue.DefaultIsStmt);
219 Sequence.LowPC = Row.Address;
223 LineTable->appendRow(Row);
224 if (Row
682 const auto &Row = Rows[RowIndex]; local
[all...]
/external/webrtc/webrtc/common_audio/
H A Dlapped_transform.cc32 memcpy(parent_->real_buf_.Row(i), input[i],
34 parent_->fft_->Forward(parent_->real_buf_.Row(i),
35 parent_->cplx_pre_.Row(i));
48 parent_->fft_->Inverse(parent_->cplx_post_.Row(i),
49 parent_->real_buf_.Row(i));
50 memcpy(output[i], parent_->real_buf_.Row(i),
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_region.h47 // Row represents a single row of a region. A row is set of rectangles that
49 struct Row { struct in class:webrtc::DesktopRegion
50 Row(int32_t top, int32_t bottom);
51 ~Row();
62 typedef std::map<int, Row*> Rows;
141 static void AddSpanToRow(Row* row, int32_t left, int32_t right);
144 static bool IsSpanInRow(const Row& row, const RowSpan& rect);
/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h114 /* Row and column status */
123 #define ROW_IS_DEAD(r) ROW_IS_MARKED_DEAD (Row[r].shared2.mark)
125 #define ROW_IS_ALIVE(r) (Row [r].shared2.mark >= ALIVE)
129 #define KILL_ROW(r) { Row [r].shared2.mark = DEAD ; }
137 // == Row and Column structures ==
199 required for the Col and Row arrays, respectively, which are internal to
218 static Index init_rows_cols (Index n_row, Index n_col, Colamd_Row<Index> Row [], colamd_col<Index> col [], Index A [], Index p [], Index stats[COLAMD_STATS] );
221 static void init_scoring (Index n_row, Index n_col, Colamd_Row<Index> Row [], colamd_col<Index> Col [], Index A [], Index head [], double knobs[COLAMD_KNOBS], Index *p_n_row2, Index *p_n_col2, Index *p_max_deg);
224 static Index find_ordering (Index n_row, Index n_col, Index Alen, Colamd_Row<Index> Row [], colamd_col<Index> Col [], Index A [], Index head [], Index n_col2, Index max_deg, Index pfree);
233 static Index garbage_collection (Index n_row, Index n_col, Colamd_Row<Index> Row [], colamd_co
338 Colamd_Row<Index> *Row ; /* pointer into A of Row [0..n_row] array */ local
[all...]
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h93 struct Row { struct in class:llvm::DWARFDebugLine
94 explicit Row(bool default_is_stmt = false);
101 static bool orderByAddress(const Row& LHS, const Row& RHS) {
177 void appendRow(const DWARFDebugLine::Row &R) {
211 typedef std::vector<Row> RowVector;
239 struct Row Row; member in struct:llvm::DWARFDebugLine::ParsingState
/external/chromium-trace/catapult/dashboard/dashboard/
H A Dgraph_csv.py48 q = graph_data.Row.query()
49 q = q.filter(graph_data.Row.parent_test == test_key)
51 q = q.filter(graph_data.Row.revision <= int(rev))
52 q = q.order(-graph_data.Row.revision)
72 points: A list of Row entities.
73 attributes: A list of properties of Row entities to get.
H A Dnew_points.py31 # Construct a query for recently added Row entities.
32 query = graph_data.Row.query()
33 query = query.order(-graph_data.Row.timestamp)
42 # Row entities that belong to a test that matches the pattern.
62 query = query.filter(graph_data.Row.parent_test.IN(test_keys))
70 # Fetch the Row entities.
H A Ddump_graph_json.py45 num_points: Max number of Row entities (optional).
51 Test, Row, Anomaly and Sheriff entities).
63 # Get the Row entities.
64 q = graph_data.Row.query()
65 q = q.filter(graph_data.Row.parent_test == test_key)
67 q = q.filter(graph_data.Row.revision <= int(end_rev))
68 q = q.order(-graph_data.Row.revision)
88 num_points: Max number of Row entities (optional).
94 Test, Row, Anomaly and Sheriff entities).
112 # Get the Row entitie
[all...]
H A Dgraph_revisions_test.py38 row = graph_data.Row(parent=test_container_key,
78 row1 = graph_data.Row(parent=test_container_key,
82 row2 = graph_data.Row(parent=test_container_key,
86 row3 = graph_data.Row(parent=test_container_key,
H A Ddebug_alert.py36 rev: A revision (Row id number) to center the graph on.
241 """Does a query for the latest Row entities in the given test.
244 test: A Test entity to fetch Row entities for.
248 A list of Row entities, ordered by revision. The number to fetch is limited
253 q = graph_data.Row.query(projection=['revision', 'value'])
254 q = q.filter(graph_data.Row.parent_test == test.key)
255 q = q.order(-graph_data.Row.revision)
261 """Fetches Row entities before and after a given revision.
265 revision: A Row ID.
270 A list of Row entitie
[all...]
H A Dgraph_json.py187 Each point info dict contains information from a Row entity.
188 parent_test: A Test entity with Row children.
216 """Makes a dict of properties of one Row."""
256 """Gets all the Row entities for a Test between a given start and end."""
259 query = graph_data.Row.query(
260 graph_data.Row.parent_test == test_key,
261 graph_data.Row.revision >= start_rev,
262 graph_data.Row.revision <= end_rev)
267 """Gets up to |num_points| Row entities for a Test centered on a revision."""
273 query_up_to_rev = graph_data.Row
[all...]
H A Ddatastore_hooks_test.py38 # Need to be privileged to add Test and Row objects to the datastore because
78 graph_data.Row(
81 graph_data.Row(
132 rows = graph_data.Row.query().fetch()
138 rows = graph_data.Row.query(ndb.OR(
139 graph_data.Row.revision < 20, graph_data.Row.revision > 70)).filter(
140 graph_data.Row.value == 20).fetch()
180 rows = graph_data.Row.query().filter(graph_data.Row
[all...]
/external/skia/src/gpu/
H A DGrRectanizer_pow2.h43 struct Row { struct in class:GrRectanizerPow2
54 Row fRows[kMaxExponent]; // 0-th entry will be unused
70 void initRow(Row* row, int rowHeight) {
/external/webrtc/webrtc/system_wrappers/source/
H A Daligned_array_unittest.cc31 ASSERT_TRUE(IsAligned(arr.Row(i), 128));
32 ASSERT_EQ(arr.Row(i), arr.Array()[i]);
48 ASSERT_EQ(arr.Row(i)[j], 20 * i + j);
H A Ddata_log.cc30 // A Row contains cells, which are indexed by the column names as std::string.
32 class Row { class in namespace:webrtc
34 Row();
35 ~Row();
94 typedef std::list<Row*> RowList;
100 Row* current_row_;
106 Row::Row() function in class:webrtc::Row
111 Row::~Row() {
[all...]

Completed in 1877 milliseconds

12345