Searched defs:row (Results 1 - 25 of 652) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hs20/server/www/
H A Dsignup.php18 $row = $db->query("SELECT realm FROM sessions WHERE id='$id'")->fetch(); variable
19 if ($row == false) {
22 $realm = $row['realm'];
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch(); variable
27 if ($row && strlen($row['value']) > 0) {
H A Dcert-enroll.php17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
18 if ($row == false) {
22 $uri = $row['redirect_uri'];
23 $rowid = $row['rowid'];
24 $realm = $row['realm'];
H A Dredirect.php15 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
16 if ($row == false) {
20 $uri = $row['redirect_uri'];
24 $user = $row['user'];
25 $realm = $row['realm'];
H A Dadd-free.php17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
18 if ($row == false) {
22 $uri = $row['redirect_uri'];
23 $rowid = $row['rowid'];
24 $realm = $row['realm'];
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch(); variable
27 if (!$row || strlen($row['value']) == 0) {
31 $user = $row['value'];
33 $row variable
[all...]
H A Dadd-mo.php28 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable
29 if ($row == false) {
32 $realm = $row['realm'];
42 $uri = $row['redirect_uri'];
43 $rowid = $row['rowid'];
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dmv.h22 short row; member in struct:__anon13058
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRectanizer_pow2.cpp24 Row* row = &fRows[HeightToRowIndex(height)]; local
25 SkASSERT(row->fRowHeight == 0 || row->fRowHeight == height);
27 if (0 == row->fRowHeight) {
31 this->initRow(row, height);
33 if (!row->canAddWidth(width, this->width())) {
37 // that row is now "full", so retarget our Row record for
39 this->initRow(row, height);
43 SkASSERT(row->fRowHeight == height);
44 SkASSERT(row
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dmv.h22 short row; member in struct:__anon24849
/external/skia/src/gpu/
H A DGrRectanizer_pow2.cpp24 Row* row = &fRows[HeightToRowIndex(height)]; local
25 SkASSERT(row->fRowHeight == 0 || row->fRowHeight == height);
27 if (0 == row->fRowHeight) {
31 this->initRow(row, height);
33 if (!row->canAddWidth(width, this->width())) {
37 // that row is now "full", so retarget our Row record for
39 this->initRow(row, height);
43 SkASSERT(row->fRowHeight == height);
44 SkASSERT(row
[all...]
/external/ceres-solver/internal/ceres/
H A Dvisibility_test.cc66 CompressedRow& row = bs.rows.back(); local
67 row.block.size = 2;
68 row.block.position = 0;
69 row.cells.push_back(Cell(0, 0));
70 row.cells.push_back(Cell(5, 0));
76 CompressedRow& row = bs.rows.back(); local
77 row.block.size = 2;
78 row.block.position = 2;
79 row.cells.push_back(Cell(0, 1));
80 row
86 CompressedRow& row = bs.rows.back(); local
96 CompressedRow& row = bs.rows.back(); local
146 CompressedRow& row = bs.rows.back(); local
155 CompressedRow& row = bs.rows.back(); local
164 CompressedRow& row = bs.rows.back(); local
173 CompressedRow& row = bs.rows.back(); local
[all...]
H A Dblock_random_access_dense_matrix.cc68 int* row,
72 *row = block_layout_[row_block_id];
66 GetCell(const int row_block_id, const int col_block_id, int* row, int* col, int* row_stride, int* col_stride) argument
H A Dblock_random_access_dense_matrix_test.cc53 int row; local
58 m.GetCell(i, j, &row, &col, &row_stride, &col_stride);
61 EXPECT_EQ(row, row_idx);
83 int row; local
88 i, j, &row, &col, &row_stride, &col_stride);
90 row, col, blocks[i], blocks[j]) =
H A Dblock_random_access_diagonal_matrix_test.cc57 int row; local
65 &row, &col,
74 EXPECT_EQ(row, 0);
81 row, col, blocks[row_block_id], blocks[col_block_id]) =
H A Ddetect_structure.cc48 // Iterate over row blocks of the matrix, checking if row_block,
51 const CompressedRow& row = bs.rows[r]; local
54 if (row.cells.front().block_id >= num_eliminate_blocks) {
57 const int e_block_id = row.cells.front().block_id;
60 *row_block_size = row.block.size;
62 *row_block_size != row.block.size) {
63 VLOG(2) << "Dynamic row block size because the block size changed from "
65 << row.block.size;
81 if (row.cells.size() > 1) {
82 const int f_block_id = row
[all...]
/external/eigen/bench/btl/generic_bench/init/
H A Dinit_matrix.hh28 BTL_DONT_INLINE void init_row(Vector & X, int size, int row){ argument
33 X[j]=typename Vector::value_type(init_function(row,j));
45 for (int row=0; row<A.size() ; row++){
46 init_row<init_function>(A[row],size,row);
53 for (int row=0; row<A.size() ; row
[all...]
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_urls_sql_handler.cc28 bool AndroidURLsSQLHandler::Update(const HistoryAndBookmarkRow& row, argument
30 DCHECK(row.is_value_set_explicitly(HistoryAndBookmarkRow::URL_ID));
31 DCHECK(row.is_value_set_explicitly(HistoryAndBookmarkRow::RAW_URL));
39 return history_db_->UpdateAndroidURLRow(android_url_row.id, row.raw_url(),
40 row.url_id());
43 bool AndroidURLsSQLHandler::Insert(HistoryAndBookmarkRow* row) { argument
44 AndroidURLID new_id = history_db_->AddAndroidURLRow(row->raw_url(),
45 row->url_id());
46 row->set_id(new_id);
H A Dfavicon_sql_handler.cc32 bool FaviconSQLHandler::Update(const HistoryAndBookmarkRow& row, argument
34 if (!row.favicon_valid())
41 GURL(), favicon_base::FAVICON, row.favicon(), Time::Now(), gfx::Size());
96 bool FaviconSQLHandler::Insert(HistoryAndBookmarkRow* row) { argument
97 if (!row->is_value_set_explicitly(HistoryAndBookmarkRow::FAVICON) ||
98 !row->favicon_valid())
101 DCHECK(row->is_value_set_explicitly(HistoryAndBookmarkRow::URL));
106 GURL(), favicon_base::FAVICON, row->favicon(), Time::Now(), gfx::Size());
109 return thumbnail_db_->AddIconMapping(row->url(), id);
H A Dsql_handler.cc25 bool SQLHandler::HasColumnIn(const HistoryAndBookmarkRow& row) { argument
28 if (row.is_value_set_explicitly(*i))
H A Durls_sql_handler.cc30 bool UrlsSQLHandler::Insert(HistoryAndBookmarkRow* row) { argument
31 URLRow url_row(row->url());
33 URLID id = history_db_->GetRowForURL(row->url(), &url_row);
36 return false; // We already has this row.
39 if (row->is_value_set_explicitly(HistoryAndBookmarkRow::TITLE))
40 url_row.set_title(row->title());
42 if (row->is_value_set_explicitly(HistoryAndBookmarkRow::LAST_VISIT_TIME))
43 url_row.set_last_visit(row->last_visit_time());
45 if (row->is_value_set_explicitly(HistoryAndBookmarkRow::VISIT_COUNT))
46 url_row.set_visit_count(row
93 Update(const HistoryAndBookmarkRow& row, const TableIDRows& ids_set) argument
[all...]
/external/chromium_org/remoting/host/
H A Dfake_desktop_capturer.cc92 uint8* row = frame->data() + member in namespace:remoting
99 row[x * kBytesPerPixel] = r;
100 row[x * kBytesPerPixel + 1] = g;
101 row[x * kBytesPerPixel + 2] = b;
102 row[x * kBytesPerPixel + 3] = 0xff;
104 row += frame->stride();
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGridTemplateAreasValue.cpp48 static String stringForPosition(const NamedGridAreaMap& gridAreaMap, size_t row, size_t column) argument
55 if (row >= coordinate.rows.resolvedInitialPosition.toInt() && row <= coordinate.rows.resolvedFinalPosition.toInt())
72 for (size_t row = 0; row < m_rowCount; ++row) {
75 builder.append(stringForPosition(m_gridAreaMap, row, column));
80 if (row != m_rowCount - 1)
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableRowsCollection.cpp41 static inline bool isInSection(HTMLTableRowElement& row, const HTMLQualifiedName& sectionTag) argument
45 return toHTMLElement(row.parentNode())->hasTagName(sectionTag);
50 // Start by looking for the next row in this section.
53 if (HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::nextSibling(*previous))
54 return row;
57 // If still looking at head sections, find the first row in the next head section.
65 if (HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*child))
66 return row;
70 // If still looking at top level and bodies, find the next row in top level or the first in the next body section.
81 if (HTMLTableRowElement* row
[all...]
H A DHTMLTableSectionElement.cpp55 // these functions are rather slow, since we need to get the row at
66 RefPtrWillBeRawPtr<HTMLTableRowElement> row = HTMLTableRowElement::create(document()); local
68 appendChild(row, exceptionState);
70 insertBefore(row, children->item(index), exceptionState);
71 return row.release();
81 RefPtrWillBeRawPtr<Element> row = children->item(index); local
82 HTMLElement::removeChild(row.get(), exceptionState);
91 for (const HTMLTableRowElement* row = Traversal<HTMLTableRowElement>::firstChild(*this); row; row
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vs_surface_state.c89 float *row = (float *)brw->vs.const_bo->virtual + i * 4; local
91 i, row[0], row[1], row[2], row[3]);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_bitmap.c54 GLint row, col; local
77 for (row = 0; row < height; row++) {
79 bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);
87 span.array->y[count] = py + row;
99 /* get ready for next row */
109 span.array->y[count] = py + row;
121 /* get ready for next row */
126 if (count + width >= SWRAST_MAX_WIDTH || row
[all...]

Completed in 2739 milliseconds

1234567891011>>