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

12

/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/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/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h85 struct Row { struct in class:llvm::DWARFDebugLine
86 Row(bool default_is_stmt = false) { reset(default_is_stmt); } function in struct:llvm::DWARFDebugLine::Row
92 static bool orderByAddress(const Row& LHS, const Row& RHS) {
165 void appendRow(const DWARFDebugLine::Row &state) { Rows.push_back(state); }
188 typedef std::vector<Row> RowVector;
196 struct State : public Row, public Sequence, public LineTable {
209 Row::reset(Prologue.DefaultIsStmt);
H A DDWARFDebugLine.cpp53 void DWARFDebugLine::Row::postAppend() {
59 void DWARFDebugLine::Row::reset(bool default_is_stmt) {
72 void DWARFDebugLine::Row::dump(raw_ostream &OS) const {
90 for (std::vector<Row>::const_iterator pos = Rows.begin(),
115 Row::postAppend();
499 DWARFDebugLine::Row row;
504 DWARFDebugLine::Row::orderByAddress);
H A DDWARFContext.cpp197 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; local
198 if (!getFileNameForCompileUnit(CU, LineTable, Row.File,
201 Line = Row.Line;
202 Column = Row.Column;
/external/skia/src/gpu/
H A DGrRectanizer.cpp38 struct Row { struct in class:GrRectanizerPow2
47 Row fRows[16];
61 void initRow(Row* row, int rowHeight) {
86 Row* row = &fRows[HeightToRowIndex(height)];
99 // that row is now "full", so retarget our Row record for
H A DGrRectanizer_fifo.cpp38 struct Row { struct in class:GrRectanizerFIFO
47 Row fRows[16];
61 void initRow(Row* row, int rowHeight) {
86 Row* row = &fRows[HeightToRowIndex(height)];
99 // that row is now "full", so retarget our Row record for
/external/webrtc/src/system_wrappers/source/
H A Ddata_log.cc31 // A Row contains cells, which are indexed by the column names as std::string.
33 class Row { class in namespace:webrtc
35 Row();
36 ~Row();
95 typedef std::list<Row*> RowList;
101 Row* current_row_;
107 Row::Row() function in class:webrtc::Row
112 Row::~Row() {
[all...]
/external/skia/src/core/
H A DSkRegion_rects.cpp70 struct Row {
76 SkTDArray<Row> fRows;
138 Row* r = fRows.count() ? &fRows[fRows.count() - 1] : NULL;
145 Row* r = fRows.append();
160 const Row* curr = fRows.begin();
161 const Row* stop = fRows.end();
H A DSkAAClip.cpp862 struct Row { struct in class:SkAAClip::Builder
867 SkTDArray<Row> fRows;
868 Row* fCurrRow;
882 Row* row = fRows.begin();
883 Row* stop = fRows.end();
900 Row* row = fCurrRow;
988 const Row* row = fRows.begin();
989 const Row* stop = fRows.end();
1042 const Row& row = fRows[y];
1060 const Row
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderTableSection.h76 typedef Vector<CellStruct> Row; typedef in class:WebCore::RenderTableSection
79 Row* row;
H A DRenderTableSection.cpp179 m_grid[r].row = new Row(nCols);
282 Row& row = *m_grid[i].row;
366 Row* row = m_grid[r].row;
968 Row* firstRow = m_grid[0].row;
1240 Row& r = *m_grid[row].row;
/external/tinyxml/
H A Dxmltest.cpp397 XmlTest( "Location tracking: Declaration row", declaration->Row(), 1 );
399 XmlTest( "Location tracking: room row", room->Row(), 1 );
401 XmlTest( "Location tracking: doors row", doors->Row(), 1 );
403 XmlTest( "Location tracking: Comment row", comment->Row(), 2 );
405 XmlTest( "Location tracking: text row", text->Row(), 3 );
407 XmlTest( "Location tracking: door0 row", door0->Row(), 3 );
409 XmlTest( "Location tracking: door1 row", door1->Row(), 4 );
431 XmlTest( "Location tracking: Tab 8: room row", room->Row(), 1 );
433 XmlTest( "Location tracking: Tab 8: doors row", doors->Row(), 1 );
492 // 2. Row, Co
[all...]
H A Dtinyxml.h198 int Row() const { return location.row + 1; } function in class:TiXmlBase
199 int Column() const { return location.col + 1; } ///< See Row()
1297 @sa SetTabSize, Row, Column
1324 @sa Row, Column
/external/icu4c/common/
H A Duresdata.c636 typedef struct Row { struct
638 } Row; typedef in typeref:struct:Row
643 return (int32_t)uprv_strcmp(keyChars+((const Row *)left)->keyIndex,
644 keyChars+((const Row *)right)->keyIndex);
649 Row *rows;
842 uprv_sortArray(pTempTable->rows, count, sizeof(Row),
956 Row rows[STACK_ROW_CAPACITY];
1096 tempTable.rows=(Row *)uprv_malloc(maxTableLength*sizeof(Row)+maxTableLength*4);
/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py46 for Lbl, Text, Row, Col, Len, Min, Max, Id, Lst, Fct, Enabled, HelpText in ctrls:
50 self.ctrls[Text] = wx.Button(panel, Id, Lbl, wx.Point(Col, Row), size=Len)
58 self.ctrls[Text] = wx.TextCtrl(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET +3), wx.Size(Len,-1))
60 self.ctrls[Text] = JetSpinOneBased(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), min=Min, max=Max)
62 self.ctrls[Text] = JetSpin(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), min=Min, max=Max)
64 self.ctrls[Text] = wx.ComboBox(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), Lst, wx.CB_DROPDOWN | wx.CB_READONLY )
69 self.ctrls[Text] = TimeCtrl(panel, pos=(Col, Row + LBL_OFFSET), ctlName=Text)
71 self.ctrls[Text] = JetFileCombo(panel, pos=(Col, Row + LBL_OFFSET), size=wx.Size(Len,-1), title=Lbl, spec=Lst, id=Id)
73 self.ctrls[Text] = JetFileText(panel, pos=(Col, Row + LBL_OFFSET), size=wx.Size(Len,-1), title=Lbl, spec=Lst, id=Id)
75 self.ctrls[Text] = wx.StaticBox(parent=panel, id=wx.ID_ANY, label=Lbl, pos=(Row, Co
[all...]
/external/libvpx/vp8/encoder/x86/
H A Dvariance_impl_mmx.asm96 ; Row 1
121 ; Row 2
144 ; Row 3
167 ; Row 4
190 ; Row 5
214 ; Row 6
237 ; Row 7
260 ; Row 8
344 ; Row 1
358 ; Row
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DArrayTable.java361 checkArgument(rowIndex != null, "Row %s not in %s", rowKey, rowList);
559 checkArgument(rowIndex != null, "Row %s not in %s", rowKey, rowList);
675 return (rowIndex == null) ? ImmutableMap.<C, V>of() : new Row(rowIndex);
678 private class Row extends AbstractMap<C, V> { class in class:ArrayTable
681 Row(int rowIndex) { method in class:ArrayTable.Row
773 return (rowIndex == null) ? null : new Row(rowIndex);
794 new Row(index));
H A DStandardTable.java336 return new Row(rowKey);
339 class Row extends AbstractMap<C, V> { class in class:StandardTable
342 Row(R rowKey) { method in class:StandardTable.Row
425 return Row.this;
446 return Row.this;
H A DTreeBasedTable.java176 private class TreeRow extends Row implements SortedMap<C, V> {
/external/clang/tools/scan-build/
H A Dscan-build303 my $Row = {
313 push @$Stats, $Row;
444 foreach my $Row (@$Stats) {
445 $FilesHash->{$Row->{Filename}} = 1;
446 $TotalBlocks += $Row->{Total};
447 $UnreachedBlocks += $Row->{Unreachable};
448 $BlockAborted++ if $Row->{Aborted} eq 'yes';
449 $WorkListAborted++ if $Row->{Empty} eq 'no';
450 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row
[all...]
/external/chromium/chrome/browser/resources/keyboard/
H A Dmain.js425 function Row(position, keys) { class
432 Row.prototype = {
567 * @type {Array.<Row>}
656 allRows.push(new Row(i, KEYS[i]));
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1951 for (unsigned Row = 0, ERow = ConversionTable.size(); Row != ERow; ++Row) {
1952 assert(ConversionTable[Row].size() % 2 == 0 && "bad conversion row!");
1953 OS << " // " << InstructionConversionKinds[Row] << "\n";
1955 for (unsigned i = 0, e = ConversionTable[Row].size(); i != e; i += 2)
1956 OS << OperandConversionKinds[ConversionTable[Row][i]] << ", "
1957 << (unsigned)(ConversionTable[Row][i + 1]) << ", ";
/external/opencv/cxcore/include/
H A Dcvwimage.h88 // float* row = im->Row(r);
209 inline const T* Row(int r) const { function in class:cv::WImage
213 inline T* Row(int r) { function in class:cv::WImage
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 1711 milliseconds

12