Searched refs:row (Results 476 - 500 of 1138) sorted by relevance

<<11121314151617181920>>

/external/eigen/test/
H A Dvectorization_logic.cpp142 VERIFY(test_assign(Matrix44r().row(2),Matrix44r().row(1)+Matrix44r().row(1),
148 VERIFY(test_assign(Matrix33c().row(2),Matrix33c().row(1)+Matrix33c().row(1),
H A Dswap.cpp72 VERIFY_RAISES_ASSERT(m1.swap(m1.row(0)));
74 VERIFY_RAISES_ASSERT(m1.row(0).swap(m1));
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemv.c73 if (abs(mv->row >> 1) > max_mv_r)
76 max_mv_r = abs(mv->row >> 1);
77 fprintf(f, "New Mv Row Max %6d\n", (mv->row >> 1));
79 if ((abs(mv->row) / 2) != max_mv_r)
80 fprintf(f, "MV Row conversion error %6d\n", abs(mv->row) / 2);
95 encode_mvcomponent(w, mv->row >> 1, &mvc[0]);
/external/openssl/crypto/txt_db/
H A Dtxt_db.c303 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *row) argument
313 (db->qual[i](row) == 0)) continue;
314 r=lh_OPENSSL_STRING_retrieve(db->index[i],row);
325 if (!sk_OPENSSL_PSTRING_push(db->data,row))
336 (db->qual[i](row) == 0)) continue;
337 (void)lh_OPENSSL_STRING_insert(db->index[i],row);
369 if (max == NULL) /* new row */
/external/ceres-solver/internal/ceres/
H A Dblock_random_access_crs_matrix.cc58 // Build the row/column layout vector and count the number of scalar
86 // pattern of the underlying compressed sparse row matrix. Along the
94 // Add entries to layout_ for all the blocks for this row.
107 // Count the number of non-zeros in the row block.
112 // Fill out the sparsity pattern for each row.
146 int* row,
156 *row = 0;
144 GetCell(int row_block_id, int col_block_id, int* row, int* col, int* row_stride, int* col_stride) argument
H A Dblock_random_access_sparse_matrix.cc54 // Build the row/column layout vector and count the number of scalar
130 int* row,
141 *row = 0;
128 GetCell(int row_block_id, int col_block_id, int* row, int* col, int* row_stride, int* col_stride) argument
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dskia_utils_gtk2.cc75 int row = y * rowstride; local
78 guchar* pixel = gdk_pixels + row + (x * 3);
/external/chromium_org/content/browser/resources/gpu/
H A Dinfo_view.css30 #info-view .row-title {
/external/chromium_org/content/browser/resources/media/
H A Dcache_entry.js211 var row = document.createElement('tr');
212 row.appendChild(media.makeElement('td', read[i] || ''));
213 row.appendChild(media.makeElement('td', written[i] || ''));
214 body.appendChild(row);
H A Dmedia_internals.css72 display: table-row;
/external/chromium_org/ppapi/c/documentation/
H A Ddoxy_cleanup.py38 - Using bare <h2> title row instead of row embedded in <tr><td> in table
79 for index, row in enumerate(table.contents[tag_index:]):
80 new_table.insert(index, row)
/external/chromium_org/ppapi/cpp/documentation/
H A Ddoxy_cleanup.py37 - Using bare <h2> title row instead of row embedded in <tr><td> in table
78 for index, row in enumerate(table.contents[tag_index:]):
79 new_table.insert(index, row)
/external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
H A DcolorSuggestionPicker.css62 -webkit-flex-flow: row wrap;
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAccessibilityTableCell.cpp112 // since our table might have multiple sections, we have to offset our row appropriately
142 // Try to find if the first cell in this row is a <th>. If it is,
161 int row = renderCell->rowIndex(); local
167 RenderTableCell* headerCell = section->primaryCellAt(row, 0);
/external/chromium_org/ui/oak/
H A Doak_aura_window_display.cc100 base::string16 OakAuraWindowDisplay::GetText(int row, int column_id) { argument
105 switch (row) {
/external/eigen/Eigen/src/Householder/
H A DHouseholder.h123 tmp += this->row(0);
124 this->row(0) -= tau * tmp;
/external/eigen/Eigen/src/SparseCore/
H A DSparseCwiseBinaryOp.h144 EIGEN_STRONG_INLINE Index row() const { return Lhs::IsRowMajor ? m_lhsIter.row() : index(); } function in class:Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector
200 EIGEN_STRONG_INLINE Index row() const { return m_lhsIter.row(); } function in class:Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector
240 EIGEN_STRONG_INLINE Index row() const { return m_lhsIter.row(); } function in class:Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector
280 EIGEN_STRONG_INLINE Index row() const { return m_rhsIter.row(); } function in class:Eigen::internal::sparse_cwise_binary_op_inner_iterator_selector
/external/guava/guava/src/com/google/common/collect/
H A DForwardingTable.java115 public Map<C, V> row(R rowKey) { method in class:ForwardingTable
116 return delegate().row(rowKey);
/external/guava/guava-tests/test/com/google/common/collect/
H A DSingletonImmutableTableTest.java57 assertEquals(ImmutableMap.of(), testTable.row('A'));
58 assertEquals(ImmutableMap.of(1, "blah"), testTable.row('a'));
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DEigen3f.java116 // use the largest row to compute and order the eigen vectors.
198 int row = 0;
206 row = 1;
210 if (row == 0) {
224 if (row == 0) {
237 row = 0;
245 row = 1;
249 if (row == 0) {
261 if (row == 0) {
274 * max row o
[all...]
/external/libpng/contrib/gregbook/
H A Drpng-win.c539 ulg i, row, lastrow; local
555 for (lastrow = row = 0; row < image_height; ++row) {
556 src = image_data + row*image_rowbytes;
557 dest = wimage_data + row*wimage_rowbytes;
593 if (((row+1) & 0xf) == 0) {
600 lastrow = row + 1;
/external/libvpx/libvpx/vp8/common/
H A Ddebugmodes.c119 fprintf(mvs, "%5d:%-5d", mi[mb_index].mbmi.mv.as_mv.row / 2, mi[mb_index].mbmi.mv.as_mv.col / 2);
146 fprintf(mvs, "%3d:%-3d ", mi[mb_index].bmi[bindex].mv.as_mv.row, mi[mb_index].bmi[bindex].mv.as_mv.col);
/external/chromium_org/chrome/browser/resources/file_manager/css/
H A Dfile_manager.css297 #directory-tree .tree-row {
305 #directory-tree .tree-children .tree-row {
309 #directory-tree .tree-row > .expand-icon {
318 #directory-tree:focus .tree-row[selected] > .expand-icon {
322 #directory-tree .tree-row > .volume-icon {
330 #directory-tree .tree-row > .label {
338 #directory-tree .tree-item.accepts > .tree-row,
339 #directory-tree .tree-row[lead][selected],
340 #directory-tree .tree-row[lead],
341 #directory-tree .tree-row[selecte
[all...]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainQuad.java1015 int row = z;
1029 row = z - split + 1;
1036 row = z - split + 1;
1042 return ((TerrainQuad) spat).getHeightmapHeight(col, row);
1044 return ((TerrainPatch) spat).getHeightmapHeight(col, row);
1060 int row = z;
1074 row = z - split + 1;
1081 row = z - split + 1;
1087 return ((TerrainQuad) spat).getMeshNormal(col, row);
1089 return ((TerrainPatch) spat).getMeshNormal(col, row);
[all...]
/external/chromium_org/chrome/browser/predictors/
H A Dautocomplete_action_predictor.cc356 AutocompleteActionPredictorTable::Row row; local
357 row.user_text = key.user_text;
358 row.url = key.url;
362 row.id = base::GenerateGUID();
363 row.number_of_hits = is_hit ? 1 : 0;
364 row.number_of_misses = is_hit ? 0 : 1;
366 rows_to_add.push_back(row);
369 row.id = db_id_cache_.find(key)->second;
370 row.number_of_hits = it->second.number_of_hits + (is_hit ? 1 : 0);
371 row
[all...]

Completed in 739 milliseconds

<<11121314151617181920>>