/external/clang/test/SemaCXX/ |
D | constexpr-nqueens.cpp | 13 constexpr Board addQueen(int Row, int Col) { in addQueen() 14 return Board(State | ((uint64_t)Row << (Col * 4))); in addQueen() 19 constexpr bool ok(int Row, int Col) { in ok() 20 return okRecurse(Row, Col, 0); in ok() 22 constexpr bool okRecurse(int Row, int Col, int CheckCol) { in okRecurse() 24 getQueenRow(CheckCol) == Row ? false : in okRecurse() 25 getQueenRow(CheckCol) == Row + (Col - CheckCol) ? false : in okRecurse() 26 getQueenRow(CheckCol) == Row + (CheckCol - Col) ? false : in okRecurse() 27 okRecurse(Row, Col, CheckCol + 1); in okRecurse() 29 constexpr bool at(int Row, int Col) { in at() [all …]
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | HTMLTable.java | 56 final Row row = new Row (true); in newTitleRow() 64 final Row row = new Row (false); in newRow() 105 private static class Row extends IElement.Factory.ElementImpl class in HTMLTable 116 Row (final boolean th) in Row() method in HTMLTable.Row
|
/external/llvm/lib/DebugInfo/ |
D | DWARFDebugLine.h | 85 struct Row { struct 86 Row(bool default_is_stmt = false) { reset(default_is_stmt); } 92 static bool orderByAddress(const Row& LHS, const Row& RHS) { in orderByAddress() argument 165 void appendRow(const DWARFDebugLine::Row &state) { Rows.push_back(state); } in appendRow() 188 typedef std::vector<Row> RowVector; 196 struct State : public Row, public Sequence, public LineTable { 209 Row::reset(Prologue.DefaultIsStmt); in reset()
|
D | DWARFDebugLine.cpp | 53 void DWARFDebugLine::Row::postAppend() { in postAppend() 59 void DWARFDebugLine::Row::reset(bool default_is_stmt) { in reset() 72 void DWARFDebugLine::Row::dump(raw_ostream &OS) const { in dump() 90 for (std::vector<Row>::const_iterator pos = Rows.begin(), in dump() 115 Row::postAppend(); in appendRowToMatrix() 499 DWARFDebugLine::Row row; in lookupAddress() 504 DWARFDebugLine::Row::orderByAddress); in lookupAddress()
|
D | DWARFContext.cpp | 197 const DWARFDebugLine::Row &Row = LineTable->Rows[RowIndex]; in getFileLineInfoForCompileUnit() local 198 if (!getFileNameForCompileUnit(CU, LineTable, Row.File, in getFileLineInfoForCompileUnit() 201 Line = Row.Line; in getFileLineInfoForCompileUnit() 202 Column = Row.Column; in getFileLineInfoForCompileUnit()
|
/external/webrtc/src/system_wrappers/source/ |
D | data_log.cc | 33 class Row { class 35 Row(); 36 ~Row(); 95 typedef std::list<Row*> RowList; 101 Row* current_row_; 107 Row::Row() in Row() function in webrtc::Row 112 Row::~Row() { in ~Row() 121 int Row::InsertCell(const std::string& column_name, in InsertCell() 131 void Row::ToString(const std::string& column_name, in ToString() 147 current_row_(new Row), in LogTable() [all …]
|
/external/skia/src/gpu/ |
D | GrRectanizer.cpp | 38 struct Row { struct in GrRectanizerPow2 47 Row fRows[16]; 61 void initRow(Row* row, int rowHeight) { in initRow() 86 Row* row = &fRows[HeightToRowIndex(height)]; in addRect()
|
D | GrRectanizer_fifo.cpp | 38 struct Row { struct in GrRectanizerFIFO 47 Row fRows[16]; 61 void initRow(Row* row, int rowHeight) { in initRow() 86 Row* row = &fRows[HeightToRowIndex(height)]; in addRect()
|
/external/skia/src/core/ |
D | SkRegion_rects.cpp | 70 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();
|
D | SkAAClip.cpp | 862 struct Row { struct in SkAAClip::Builder 867 SkTDArray<Row> fRows; 868 Row* fCurrRow; 882 Row* row = fRows.begin(); in ~Builder() 883 Row* stop = fRows.end(); in ~Builder() 900 Row* row = fCurrRow; in addRun() 988 const Row* row = fRows.begin(); in finish() 989 const Row* stop = fRows.end(); in finish() 1042 const Row& row = fRows[y]; in dump() 1060 const Row& row = fRows[i]; in validate() [all …]
|
/external/tinyxml/ |
D | xmltest.cpp | 397 XmlTest( "Location tracking: Declaration row", declaration->Row(), 1 ); in main() 399 XmlTest( "Location tracking: room row", room->Row(), 1 ); in main() 401 XmlTest( "Location tracking: doors row", doors->Row(), 1 ); in main() 403 XmlTest( "Location tracking: Comment row", comment->Row(), 2 ); in main() 405 XmlTest( "Location tracking: text row", text->Row(), 3 ); in main() 407 XmlTest( "Location tracking: door0 row", door0->Row(), 3 ); in main() 409 XmlTest( "Location tracking: door1 row", door1->Row(), 4 ); in main() 431 XmlTest( "Location tracking: Tab 8: room row", room->Row(), 1 ); in main() 433 XmlTest( "Location tracking: Tab 8: doors row", doors->Row(), 1 ); in main() 513 XmlTest( "UTF-8: Russian value row.", 4, element->Row() ); in main() [all …]
|
/external/clang/tools/scan-build/ |
D | scan-build | 303 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->{Empty} eq 'no';
|
/external/libvpx/vp8/encoder/x86/ |
D | variance_impl_mmx.asm | 96 ; 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 2 [all …]
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetDialogs.py | 46 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)… 62 …self.ctrls[Text] = JetSpin(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), min=Mi… 64 …self.ctrls[Text] = wx.ComboBox(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), Ls… 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=Lb… 73 …self.ctrls[Text] = JetFileText(panel, pos=(Col, Row + LBL_OFFSET), size=wx.Size(Len,-1), title=Lbl… 75 … self.ctrls[Text] = wx.StaticBox(parent=panel, id=wx.ID_ANY, label=Lbl, pos=(Row, Col), size=Len) [all …]
|
/external/icu4c/common/ |
D | uresdata.c | 636 typedef struct Row { struct 638 } Row; argument 643 return (int32_t)uprv_strcmp(keyChars+((const Row *)left)->keyIndex, in ures_compareRows() 644 keyChars+((const Row *)right)->keyIndex); in ures_compareRows() 649 Row *rows; 842 uprv_sortArray(pTempTable->rows, count, sizeof(Row), in ures_swapResource() 956 Row rows[STACK_ROW_CAPACITY]; in ures_swap() 1096 tempTable.rows=(Row *)uprv_malloc(maxTableLength*sizeof(Row)+maxTableLength*4); in ures_swap()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderTableSection.h | 76 typedef Vector<CellStruct> Row; typedef 79 Row* row;
|
D | RenderTableSection.cpp | 179 m_grid[r].row = new Row(nCols); in ensureRows() 282 Row& row = *m_grid[i].row; in setCellLogicalWidths() 366 Row* row = m_grid[r].row; in setCellLogicalWidths() 968 Row* firstRow = m_grid[0].row; in setCellLogicalWidths() 1240 Row& r = *m_grid[row].row; in setCellLogicalWidths()
|
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/resources/ |
D | propertychanges.qml | 13 Row {
|
/external/guava/guava/src/com/google/common/collect/ |
D | ArrayTable.java | 675 return (rowIndex == null) ? ImmutableMap.<C, V>of() : new Row(rowIndex); 678 private class Row extends AbstractMap<C, V> { 681 Row(int rowIndex) { 773 return (rowIndex == null) ? null : new Row(rowIndex); 794 new Row(index));
|
D | StandardTable.java | 336 return new Row(rowKey); in row() 339 class Row extends AbstractMap<C, V> { class in StandardTable 342 Row(R rowKey) { in Row() method in StandardTable.Row 425 return Row.this; in keySet() 446 return Row.this; in map()
|
D | TreeBasedTable.java | 176 private class TreeRow extends Row implements SortedMap<C, V> {
|
/external/chromium/chrome/browser/resources/keyboard/ |
D | main.js | 425 function Row(position, keys) { class 432 Row.prototype = { 656 allRows.push(new Row(i, KEYS[i]));
|
/external/llvm/utils/TableGen/ |
D | AsmMatcherEmitter.cpp | 1951 for (unsigned Row = 0, ERow = ConversionTable.size(); Row != ERow; ++Row) { in emitConvertToMCInst() local 1952 assert(ConversionTable[Row].size() % 2 == 0 && "bad conversion row!"); in emitConvertToMCInst() 1953 OS << " // " << InstructionConversionKinds[Row] << "\n"; in emitConvertToMCInst() 1955 for (unsigned i = 0, e = ConversionTable[Row].size(); i != e; i += 2) in emitConvertToMCInst() 1956 OS << OperandConversionKinds[ConversionTable[Row][i]] << ", " in emitConvertToMCInst() 1957 << (unsigned)(ConversionTable[Row][i + 1]) << ", "; in emitConvertToMCInst()
|
/external/opencv/cxcore/include/ |
D | cvwimage.h | 209 inline const T* Row(int r) const { in Row() function 213 inline T* Row(int r) { in Row() function
|
/external/eigen/doc/ |
D | AsciiQuickReference.txt | 10 Matrix<double, 3, 3, RowMajor> E; // Row major; default is column-major.
|