Home
last modified time | relevance | path

Searched defs:row (Results 1 – 25 of 752) sorted by relevance

12345678910>>...31

/external/ceres-solver/internal/ceres/
Dvisibility_test.cc66 CompressedRow& row = bs.rows.back(); in TEST() local
76 CompressedRow& row = bs.rows.back(); in TEST() local
86 CompressedRow& row = bs.rows.back(); in TEST() local
96 CompressedRow& row = bs.rows.back(); in TEST() local
146 CompressedRow& row = bs.rows.back(); in TEST() local
155 CompressedRow& row = bs.rows.back(); in TEST() local
164 CompressedRow& row = bs.rows.back(); in TEST() local
173 CompressedRow& row = bs.rows.back(); in TEST() local
Dlinear_least_squares_problems.cc312 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local
325 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local
338 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local
351 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local
364 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local
378 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local
444 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem3() local
454 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem3() local
464 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem3() local
474 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem3() local
[all …]
/external/chromium_org/chrome/browser/history/android/
Durls_sql_handler_unittest.cc55 HistoryAndBookmarkRow row; in TEST_F() local
73 HistoryAndBookmarkRow row; in TEST_F() local
91 HistoryAndBookmarkRow row; in TEST_F() local
110 HistoryAndBookmarkRow row; in TEST_F() local
131 HistoryAndBookmarkRow row; in TEST_F() local
148 HistoryAndBookmarkRow row; in TEST_F() local
167 HistoryAndBookmarkRow row; in TEST_F() local
200 HistoryAndBookmarkRow row; in TEST_F() local
239 HistoryAndBookmarkRow row; in TEST_F() local
269 HistoryAndBookmarkRow row; in TEST_F() local
[all …]
Dvisit_sql_handler_unittest.cc55 HistoryAndBookmarkRow row; in TEST_F() local
73 HistoryAndBookmarkRow row; in TEST_F() local
92 HistoryAndBookmarkRow row; in TEST_F() local
112 HistoryAndBookmarkRow row; in TEST_F() local
132 HistoryAndBookmarkRow row; in TEST_F() local
157 HistoryAndBookmarkRow row; in TEST_F() local
190 HistoryAndBookmarkRow row; in TEST_F() local
223 HistoryAndBookmarkRow row; in TEST_F() local
255 HistoryAndBookmarkRow row; in TEST_F() local
282 HistoryAndBookmarkRow row; in TEST_F() local
/external/libhevc/common/
Dihevc_padding.c95 WORD32 row; in ihevc_pad_vert() local
149 WORD32 row; in ihevc_pad_horz_chroma() local
216 WORD32 row; in ihevc_pad_horz_luma() local
273 WORD32 row; in ihevc_pad_top() local
327 WORD32 row; in ihevc_pad_bottom() local
382 WORD32 row; in ihevc_pad_left_luma() local
438 WORD32 row; in ihevc_pad_left_chroma() local
503 WORD32 row; in ihevc_pad_right_luma() local
559 WORD32 row; in ihevc_pad_right_chroma() local
Dihevc_inter_pred_filters.c116 WORD32 row, col; in ihevc_inter_pred_luma_copy() local
178 WORD32 row, col, i; in ihevc_inter_pred_luma_horz() local
251 WORD32 row, col, i; in ihevc_inter_pred_luma_vert() local
324 WORD32 row, col; in ihevc_inter_pred_luma_copy_w16out() local
390 WORD32 row, col, i; in ihevc_inter_pred_luma_horz_w16out() local
461 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16out() local
531 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16inp() local
606 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16inp_w16out() local
678 WORD32 row, col; in ihevc_inter_pred_chroma_copy() local
743 WORD32 row, col, i; in ihevc_inter_pred_chroma_horz() local
[all …]
/external/eigen/bench/btl/generic_bench/init/
Dinit_matrix.hh28 BTL_DONT_INLINE void init_row(Vector & X, int size, int row){ in init_row()
45 for (int row=0; row<A.size() ; row++){ in init_matrix() local
53 for (int row=0; row<A.size() ; row++) in init_matrix_symm() local
55 for (int row=0; row<A.size() ; row++){ in init_matrix_symm() local
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTableRowsCollection.cpp41 static inline bool isInSection(HTMLTableRowElement& row, const HTMLQualifiedName& sectionTag) in isInSection()
53 if (HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::nextSibling(*previous)) in rowAfter() local
65 if (HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*child)) in rowAfter() local
81 if (HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*child)) in rowAfter() local
93 if (HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*child)) in rowAfter() local
DHTMLTableSectionElement.cpp66 RefPtrWillBeRawPtr<HTMLTableRowElement> row = HTMLTableRowElement::create(document()); in insertRow() local
81 RefPtrWillBeRawPtr<Element> row = children->item(index); in deleteRow() local
91 …for (const HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*this); row; row … in numRows() local
/external/chromium_org/chrome/browser/predictors/
Dautocomplete_action_predictor_table.cc24 const predictors::AutocompleteActionPredictorTable::Row& row, in BindRowToStatement()
36 predictors::AutocompleteActionPredictorTable::Row* row) { in StepAndInitializeRow()
69 AutocompleteActionPredictorTable::Row::Row(const Row& row) in Row()
78 void AutocompleteActionPredictorTable::GetRow(const Row::Id& id, Row* row) { in GetRow()
106 Row row; in GetAllRows() local
112 const AutocompleteActionPredictorTable::Row& row) { in AddRow()
121 const AutocompleteActionPredictorTable::Row& row) { in UpdateRow()
/external/wpa_supplicant_8/hs20/server/www/
Dadd-free.php17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fe… variable
33 $row = $db->query("SELECT password FROM users WHERE identity='$user' AND realm='$realm'")->fetch(); variable
Dsignup.php18 $row = $db->query("SELECT realm FROM sessions WHERE id='$id'")->fetch(); variable
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fe… variable
Dusers.php22 $row = $db->query("SELECT dump FROM eventlog WHERE rowid=$id")->fetch(); variable
41 $row = $db->query("SELECT $mo FROM users WHERE rowid=$id")->fetch(); variable
49 $row = $db->query("SELECT cert_pem FROM users WHERE rowid=$id")->fetch(); variable
128 $row = $db->query("SELECT rowid,* FROM users WHERE rowid=$id")->fetch(); variable
/external/chromium_org/chrome/utility/media_galleries/
Dpmp_column_reader.cc62 bool PmpColumnReader::ReadString(const uint32 row, std::string* result) const { in ReadString() argument
73 bool PmpColumnReader::ReadUInt32(const uint32 row, uint32* result) const { in ReadUInt32() argument
83 bool PmpColumnReader::ReadDouble64(const uint32 row, double* result) const { in ReadDouble64() argument
93 bool PmpColumnReader::ReadUInt8(const uint32 row, uint8* result) const { in ReadUInt8() argument
103 bool PmpColumnReader::ReadUInt64(const uint32 row, uint64* result) const { in ReadUInt64() argument
/external/chromium_org/ui/base/models/
Dtable_model.cc41 gfx::ImageSkia TableModel::GetIcon(int row) { in GetIcon()
45 base::string16 TableModel::GetTooltip(int row) { in GetTooltip()
49 bool TableModel::ShouldIndent(int row) { in ShouldIndent()
64 int TableModel::GetGroupID(int row) { in GetGroupID()
/external/eigen/Eigen/src/Core/
DTriangularMatrix.h54 inline Scalar coeff(Index row, Index col) const { return derived().coeff(row,col); } in coeff()
55 inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row,col); } in coeffRef()
60 EIGEN_STRONG_INLINE void copyCoeff(Index row, Index col, Other& other) in copyCoeff()
95 void check_coordinates(Index row, Index col) const in check_coordinates()
109 void check_coordinates_internal(Index row, Index col) const in check_coordinates_internal()
/external/chromium_org/third_party/skia/src/gpu/effects/
DGrTextureStripAtlas.cpp102 AtlasRow* row = fKeyTable[index]; in lockRow() local
117 AtlasRow* row = this->getLRU(); in lockRow() local
172 void GrTextureStripAtlas::unlockRow(int row) { in unlockRow()
188 AtlasRow* row = fLRUFront; in getLRU() local
236 void GrTextureStripAtlas::appendLRU(AtlasRow* row) { in appendLRU()
248 void GrTextureStripAtlas::removeFromLRU(AtlasRow* row) { in removeFromLRU()
/external/skia/src/gpu/effects/
DGrTextureStripAtlas.cpp102 AtlasRow* row = fKeyTable[index]; in lockRow() local
117 AtlasRow* row = this->getLRU(); in lockRow() local
172 void GrTextureStripAtlas::unlockRow(int row) { in unlockRow()
188 AtlasRow* row = fLRUFront; in getLRU() local
236 void GrTextureStripAtlas::appendLRU(AtlasRow* row) { in appendLRU()
248 void GrTextureStripAtlas::removeFromLRU(AtlasRow* row) { in removeFromLRU()
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractTableTest.java158 Map<Integer, Character> row = table.row("foo"); in testRowClearAndPut() local
163 assertEquals(ImmutableMap.of(), row); in testRowClearAndPut() local
167 assertEquals(ImmutableMap.of(), row); in testRowClearAndPut() local
DTreeBasedTableTest.java386 SortedMap<Integer, Character> row = sortedTable.row("c"); in testRowEntrySetContains() local
403 SortedMap<Integer, Character> row = sortedTable.row("c"); in testRowEntrySetRemove() local
420 SortedMap<Integer, Character> row = sortedTable.row("c"); in testRowSize() local
427 SortedMap<Integer, Character> row = (SortedMap<Integer, Character>) table.row("foo"); in testSubRowClearAndPut() local
435 assertEquals(ImmutableMap.of(), row); in testSubRowClearAndPut() local
441 assertEquals(ImmutableMap.of(), row); in testSubRowClearAndPut() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp48 static inline void setRowLogicalHeightToRowStyleLogicalHeight(RenderTableSection::RowStruct& row) in setRowLogicalHeightToRowStyleLogicalHeight()
54 static inline void updateLogicalHeightForCell(RenderTableSection::RowStruct& row, const RenderTable… in updateLogicalHeightForCell()
157 RenderObject* row = beforeChild->previousSibling(); in addChild() local
174 RenderObject* row = RenderTableRow::createAnonymousWithParentRenderer(this); in addChild() local
189 RenderTableRow* row = toRenderTableRow(child); in addChild() local
212 for (unsigned row = oldSize; row < m_grid.size(); ++row) in ensureRows() local
216 void RenderTableSection::addCell(RenderTableCell* cell, RenderTableRow* row) in addCell()
275 bool RenderTableSection::rowHasOnlySpanningCells(unsigned row) in rowHasOnlySpanningCells()
305 for (unsigned row = 0; row < rowSpan; row++) { in populateSpanningRowsHeightFromCell() local
332 for (unsigned row = rowIndex; row < (rowIndex + rowSpan); row++) { in distributeExtraRowSpanHeightToPercentRows() local
[all …]
/external/deqp/framework/common/
DtcuMatrix.hpp84 inline const T& operator() (int row, int col) const { return m_data[col][row]; } in operator ()()
85 inline T& operator() (int row, int col) { return m_data[col][row]; } in operator ()()
330 for (int row = 0; row < Rows; row++) in Matrix() local
339 for (int row = 0; row < Rows; row++) in Matrix() local
348 for (int row = 0; row < Rows; row++) in Matrix() local
358 for (int row = 0; row < Rows; row++) in Matrix() local
380 for (int row = 0; row < Rows; row++) in operator =() local
434 for (int row = 0; row < Rows; row++) in getColumnMajorData() local
444 for (int row = 0; row < Rows; row++) in getRowMajorData() local
456 for (int row = 0; row < Rows0; row++) in operator *() local
[all …]
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp123 for (int row = 0; row < pSrc->GetHeight(); row ++) { in Copy() local
182 for (int row = rect.top; row < rect.bottom; row ++) { in Clone() local
194 for (int row = rect.top; row < rect.bottom; row ++) { in Clone() local
334 for (int row = 1; row < m_Height; row ++) { in Clear() local
346 for (int row = 1; row < m_Height; row ++) { in Clear() local
401 for (int row = 0; row < height; row ++) { in TransferBitmap() local
414 for (int row = 0; row < height; row ++) { in TransferBitmap() local
478 for (int row = 0; row < height; row ++) { in TransferMask() local
502 for (int row = 0; row < height; row ++) { in TransferMask() local
589 for (int row = rect.top; row < rect.bottom; row ++) { in GetAlphaMask() local
[all …]
/external/libhevc/common/x86/
Dihevc_padding_ssse3_intr.c96 WORD32 row; in ihevc_pad_left_luma_ssse3() local
167 WORD32 row; in ihevc_pad_left_chroma_ssse3() local
239 WORD32 row; in ihevc_pad_right_luma_ssse3() local
309 WORD32 row; in ihevc_pad_right_chroma_ssse3() local
/external/chromium_org/chrome/browser/ui/webui/
Dgcm_internals_ui.cc35 base::ListValue* row = new base::ListValue(); in SetCheckinInfo() local
49 base::ListValue* row = new base::ListValue(); in SetConnectionInfo() local
64 base::ListValue* row = new base::ListValue(); in SetRegistrationInfo() local
80 base::ListValue* row = new base::ListValue(); in SetReceivingInfo() local
97 base::ListValue* row = new base::ListValue(); in SetSendingInfo() local

12345678910>>...31