/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_stencil.c | 595 GLubyte *row = map; local 597 row[j] = (row[j] & mask) | clear; 620 GLuint *row = (GLuint *) map; local 622 row[j] = (row[j] & mask) | clear; 633 GLuint *row = (GLuint *) map; local 635 row[j] = (row[j] & mask) | clear;
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsCommon.cpp | 456 const int row = rIndex < count - 1 ? rIndex * ends : (ends - rIndex - 2) local 465 distances[row + iIndex] = dist; // oStart distance from iStart 477 int row = pair / ends; variable 478 int col = pair - row * ends; 479 int thingOne = row < col ? row : ends - row - 2; 486 int thingTwo = row < col ? col : ends - row + col - 1;
|
/external/eigen/Eigen/src/Eigenvalues/ |
SelfAdjointEigenSolver.h | 583 n = (cross = tmp.row(0).cross(tmp.row(1))).squaredNorm(); 589 n = (cross = tmp.row(0).cross(tmp.row(2))).squaredNorm(); 595 n = (cross = tmp.row(1).cross(tmp.row(2))).squaredNorm(); 621 n = (cross = eivecs.col(k).cross(tmp.row(0).normalized())).squaredNorm(); 626 n = (cross = eivecs.col(k).cross(tmp.row(1))).squaredNorm(); 631 n = (cross = eivecs.col(k).cross(tmp.row(2))).squaredNorm();
|
/external/eigen/Eigen/src/QR/ |
FullPivHouseholderQR.h | 429 m_qr.row(k).tail(cols-k).swap(m_qr.row(row_of_biggest_in_corner).tail(cols-k)); 485 c.row(k).swap(c.row(dec().rowsTranspositions().coeff(k))); 507 for(Index i = 0; i < dec().rank(); ++i) dst.row(dec().colsPermutation().indices().coeff(i)) = c.row(i); 508 for(Index i = dec().rank(); i < cols; ++i) dst.row(dec().colsPermutation().indices().coeff(i)).setZero(); 559 result.row(k).swap(result.row(m_rowsTranspositions.coeff(k)));
|
/external/mesa3d/src/mesa/swrast/ |
s_stencil.c | 595 GLubyte *row = map; local 597 row[j] = (row[j] & mask) | clear; 620 GLuint *row = (GLuint *) map; local 622 row[j] = (row[j] & mask) | clear; 633 GLuint *row = (GLuint *) map; local 635 row[j] = (row[j] & mask) | clear;
|
/external/opencv/cvaux/include/ |
cvmat.hpp | 386 k == 0 - i-th row 505 _CvMATElem_ operator ()( int row ); 506 _CvMATConstElem_ operator ()( int row ) const; 508 _CvMATElem_ operator ()( int row, int col ); 509 _CvMATConstElem_ operator ()( int row, int col ) const; 514 _CvMATElemCn_ operator()( int row, int col, int coi ); 515 double operator()( int row, int col, int coi ) const; 520 void* ptr( int row ); 521 const void* ptr( int row ) const; 523 void* ptr( int row, int col ) [all...] |
/external/skia/src/pathops/ |
SkPathOpsCommon.cpp | 456 const int row = rIndex < count - 1 ? rIndex * ends : (ends - rIndex - 2) local 465 distances[row + iIndex] = dist; // oStart distance from iStart 477 int row = pair / ends; variable 478 int col = pair - row * ends; 479 int thingOne = row < col ? row : ends - row - 2; 486 int thingTwo = row < col ? col : ends - row + col - 1;
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
Keyboard.java | 52 * <Row android:keyWidth="32px" > 55 * </Row> 65 private static final String TAG_ROW = "Row"; 164 * Container for keys in the keyboard. All keys in a row are at the same Y-coordinate. 165 * Some of the key size defaults can be overridden per row from what the {@link Keyboard} 168 public static class Row { 169 /** Default width of a key in this row. */ 171 /** Default height of a key in this row. */ 173 /** Default horizontal gap between keys in this row. */ 175 /** Vertical gap following this row. * 570 Row row = new Row(this); local 760 int row = 0; local [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactDirectoryManagerTest.java | 396 // The row for test.package2 should not remain. 603 Object[] row = new Object[cursor.getColumnCount()]; local 604 row[cursor.getColumnIndex(Directory.ACCOUNT_NAME)] = accountName; 605 row[cursor.getColumnIndex(Directory.ACCOUNT_TYPE)] = accountType; 606 row[cursor.getColumnIndex(Directory.DISPLAY_NAME)] = displayName; 607 row[cursor.getColumnIndex(Directory.TYPE_RESOURCE_ID)] = typeResourceId; 608 row[cursor.getColumnIndex(Directory.EXPORT_SUPPORT)] = exportSupport; 609 row[cursor.getColumnIndex(Directory.SHORTCUT_SUPPORT)] = shortcutSupport; 610 row[cursor.getColumnIndex(Directory.PHOTO_SUPPORT)] = photoSupport; 611 cursor.addRow(row); [all...] |
/external/chromium/chrome/browser/history/ |
expire_history_backend_unittest.cc | 79 void EnsureURLInfoGone(const URLRow& row); 360 void ExpireHistoryTest::EnsureURLInfoGone(const URLRow& row) { 363 EXPECT_FALSE(main_db_->GetURLRow(row.id(), &temp_row)); 366 EXPECT_EQ(0, CountTextMatchesForURL(row.url())); 370 main_db_->GetVisitsForURL(row.id(), &visits); 375 // EXPECT_FALSE(HasThumbnail(row.id())); 379 // row is marked typed. 386 if (deleted_details->urls.find(row.url()) != 397 if (modified_details->changed_urls[cur_url].url() == row.url()) 405 if (visited_details->row.url() == row.url() [all...] |
in_memory_url_index_unittest.cc | 90 URLRow row; local 91 FillURLRow(statement, &row); 93 for (int64 i = row.last_visit().ToInternalValue(); i > 0; --i) 95 row.set_last_visit(last_visit); 96 UpdateURLRow(row.id(), row); 111 URLRow row(GURL(url), 0); 112 row.set_title(UTF8ToUTF16(title)); 113 row.set_visit_count(visit_count); 114 row.set_typed_count(typed_count) [all...] |
/external/chromium_org/chrome/browser/resources/bookmark_manager/css/ |
bmm.css | 196 .tree-row[may-have-children] > .tree-label, 197 .tree-item[expanded] > .tree-row > .tree-label { 231 .tree-item > .tree-row { 235 .tree-row .expand-icon { 292 .tree-row.drag-on, 369 .tree-item > .tree-row { 378 .tree-row .expand-icon {
|
/external/chromium_org/ui/views/controls/table/ |
table_view.cc | 84 // is present. When groups are present we sort the groups based on the first row 375 const int row = event.y() / row_height_; local 376 if (row < 0 || row >= RowCount()) 380 SelectByViewIndex(row); 624 gfx::Rect TableView::GetRowBounds(int row) const { 625 return gfx::Rect(0, row * row_height_, width(), row_height_); 628 gfx::Rect TableView::GetCellBounds(int row, int visible_column_index) const { 630 return GetRowBounds(row); 632 return gfx::Rect(vis_col.x, row * row_height_, vis_col.width, row_height_) 862 const int row = location.y() \/ row_height_; local [all...] |
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
vp8_variance_halfpixvar16x16_v_armv6.asm | 38 add r9, r0, r1 ; set src pointer to next row 41 ldr r6, [r9, #0] ; load 4 src pixels from next row 71 ldr r6, [r9, #4] ; load 4 src pixels from next row 102 ldr r6, [r9, #8] ; load 4 src pixels from next row 133 ldr r6, [r9, #12] ; load 4 src pixels from next row 144 add r0, r0, r1 ; set src_ptr to next row 147 add r2, r2, r3 ; set dst_ptr to next row
|
/external/libvpx/libvpx/vp9/common/ |
vp9_postproc.c | 144 int row; local 152 for (row = 0; row < rows; row++) { 153 /* post_proc_down for one row */ 206 /* next row */ 793 y1 = y0 + 4 + (mv->row >> 3); 801 y1 = y0 + 12 + (mv->row >> 3); 813 y1 = y0 + 8 + (mv->row >> 3); 821 y1 = y0 + 8 + (mv->row >> 3) [all...] |
/external/sfntly/cpp/src/test/tinyxml/ |
tinyxmlparser.cpp | 181 TiXmlParsingData( const char* start, int _tabsize, int row, int col ) 186 cursor.row = row; 206 // Get the current row, column. 207 int row = cursor.row; local 226 ++row; 239 ++row; 305 cursor.row = row; [all...] |
/external/tinyxml/ |
tinyxmlparser.cpp | 172 TiXmlParsingData( const char* start, int _tabsize, int row, int col ) 177 cursor.row = row; 197 // Get the current row, column. 198 int row = cursor.row; local 217 ++row; 230 ++row; 296 cursor.row = row; [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
sourceentry.js | 6 * Each row in the filtered items list is backed by a SourceEntry. This 7 * instance contains all of the data pertaining to that row, and notifies 161 // Create a row. 330 * Returns source ID of the entry whose row is currently above this one's. 343 * Returns source ID of the entry whose row is currently below this one's. 360 * Moves current object's row before |entry|'s row. 369 * Moves current object's row after |entry|'s row.
|
/external/chromium_org/chrome/browser/resources/options/ |
options_page.css | 49 .settings-row { 275 list .row-delete-button { 289 list > *:not(:hover):not([selected]):not([lead]) .row-delete-button, 290 list:not([hasElementFocus]) > *:not(:hover):not([selected]) .row-delete-button, 291 list[disabled] .row-delete-button, 292 list .row-delete-button[disabled] { 300 list div[role='listitem'][managedby='HostedApp'] .row-delete-button { 304 list .row-delete-button:hover { 310 list .row-delete-button:active {
|
/cts/tests/tests/provider/src/android/provider/cts/ |
Contacts_PeopleTest.java | 95 for (Uri row : mRowsAdded) { 96 mProvider.delete(row, null, null); 100 for (Uri row : mPeopleRowsAdded) { 101 mProvider.delete(row, null, null); 105 for (Uri row : mGroupRowsAdded) { 106 mProvider.delete(row, null, null);
|
/external/chromium/chrome/browser/importer/ |
mork_reader.cc | 159 // Table / table row. 239 // Parses a table row of the form [123(^45^67)..] 240 // (row id 123 has the value with id 67 for the column with id 45). 251 // Points to the current row we're parsing inside of the |table_|, will be 252 // NULL if we're not inside a row. 265 // junk before the first row that looks like cell values but isn't. 269 in_meta_row = true; // The meta row is enclosed in { } 278 // Start of a new row. Consume the row id, up to the first '('. 279 // Row edits also have a table namespace, separated from the row i [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
typed_urls_helper.cc | 68 history::URLRow* row, 71 : url_(url), row_(row), wait_event_(event), found_(found) {} 182 const GURL& url, history::URLRow* row) { 186 service->ScheduleDBTask(new GetUrlTask(url, row, &found, &wait_event), 224 bool GetUrlFromClient(int index, const GURL& url, history::URLRow* row) { 227 return GetUrlFromHistoryService(service, url, row);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/png/ |
PNGImageDecoder.cpp | 91 // Called when a row is ready. 436 * this function is called for every row in the image. If the 438 * this function will be called for every row in every pass. 440 * When the row is not changed, the new_row variable will be NULL. 446 // Nothing to do if the row is unchanged, or the row is outside 458 * png_progressive_combine_row() passing in the row and the 459 * old row. You can call this function for NULL rows (it will 468 * the old row, so the rows do not have to be initialized. After 470 * to pass the current row, and the function will combine th 476 png_bytep row = rowBuffer; local [all...] |
/external/chromium_org/third_party/skia/src/images/ |
SkMovie_gif.cpp | 132 int row; local 133 // every 'rowStep'th row, starting with row 'startRow' 134 for (row = startRow; row < copyHeight; row += rowStep) { 135 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row); 141 src += imageDesc.Width * ((imageDesc.Height - row + rowStep - 1) / rowStep); 162 // group 1 - every 8th row, starting with row [all...] |
/external/eigen/Eigen/src/Core/ |
ProductBase.h | 135 typename Base::CoeffReturnType coeff(Index row, Index col) const 138 return lhs().row(row).cwiseProduct(rhs().col(col).transpose()).sum(); 143 return result.coeff(row,col); 155 const Scalar& coeffRef(Index row, Index col) const 159 return derived().coeffRef(row,col);
|