/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
OutputHLSL.cpp | [all...] |
/hardware/ti/omap4xxx/camera/ |
AppCallbackNotifier.cpp | 446 unsigned int alignedRow, row; local 466 row = width*bytesPerPixel; 473 // Step 1: Y plane: iterate through each row and copy 475 memcpy(bufferDst, bufferSrc, row); 477 bufferDst += row; 489 bufferDst_UV = (uint16_t *) (((uint8_t*)dst)+row*height); 542 bufferDst_V = (uint16_t *) (((uint8_t*)dst)+row*height); 543 bufferDst_U = (uint16_t *) (((uint8_t*)dst)+row*height+row*height/4); 598 row = width*bytesPerPixel [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapFactoryTest.java | 389 for (int row = 0; row < height; ++row) { 391 int idx = row * width + col;
|
/external/chromium/chrome/browser/accessibility/ |
renderer_accessibility_browsertest.cc | 216 // child of both a row and a column, so it appears to use multiple 231 const WebAccessibility& row = table.children[0]; local 232 EXPECT_EQ(WebAccessibility::ROLE_ROW, row.role); 233 const WebAccessibility& cell1 = row.children[0]; 235 const WebAccessibility& cell2 = row.children[1];
|
/external/chromium/chrome/browser/history/ |
history_types.cc | 394 bool RowQualifiesAsSignificant(const URLRow& row, 398 return (row.typed_count() > kLowQualityMatchTypedLimit) || 399 (row.visit_count() > kLowQualityMatchVisitLimit) || 400 (row.last_visit() >= real_threshold);
|
visit_database.cc | 413 VisitRow row; local 414 if (!GetRowForVisit(to_visit, &row)) 418 *from_visit = row.referring_visit; 425 statement.BindInt64(0, row.referring_visit);
|
/external/chromium/chrome/browser/sync/glue/ |
typed_url_change_processor.cc | 157 if (!details->row.typed_count()) { 162 if (!history_backend_->GetVisitsForURL(details->row.id(), &visits) || 169 DCHECK(static_cast<size_t>(details->row.visit_count()) == visits.size()); 172 std::string tag = details->row.url().spec();
|
/external/clang/tools/scan-build/ |
scan-build | 301 my $Row = { 311 push @$Stats, $Row; 442 foreach my $Row (@$Stats) { 443 $FilesHash->{$Row->{Filename}} = 1; 444 $TotalBlocks += $Row->{Total}; 445 $UnreachedBlocks += $Row->{Unreachable}; 446 $BlockAborted++ if $Row->{Aborted} eq 'yes'; 447 $WorkListAborted++ if $Row->{Empty} eq 'no'; 448 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no' [all...] |
/external/libvpx/vp8/encoder/ |
temporal_filter.c | 244 mv_y = d->bmi.mv.as_mv.row; 249 d->bmi.mv.as_mv.row = mv_y; 340 mbd->block[0].bmi.mv.as_mv.row = 0; 371 mbd->block[0].bmi.mv.as_mv.row,
|
/external/mesa3d/test/ |
m_matrix.c | 150 #define A(row,col) a[(col<<2)+row] 151 #define B(row,col) b[(col<<2)+row] 152 #define P(row,col) product[(col<<2)+row] 326 * \param r row of the desired element. 342 * Used by invert_matrix_general() to swap the row pointers. 434 s = 1.0F/r3[3]; /* now back substitute row 3 */ 437 m2 = r2[3]; /* now back substitute row 2 * [all...] |
/external/quake/quake/src/QW/client/ |
draw.c | 139 int row, col; local 151 row = num>>4; 153 source = draw_chars + (row<<10) + (col<<3); 311 int row, col; local 318 row = num>>4; 320 source = draw_chars + (row<<10) + (col<<3); 617 int row, col; local 622 row = num>>4; 624 source = draw_chars + (row<<10) + (col<<3);
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLTableElement32.js | 78 The deleteRow() method deletes a table row. 81 with an index of 0(first row). Currently there are four rows in the
|
HTMLTableElement33.js | 78 The deleteRow() method deletes a table row. 81 with an index of 3(last row). Currently there are four rows in the
|
HTMLTableElement40.js | 78 The deleteRow() method deletes a table row. If the index is -1 79 the last row of the table is deleted.
|
HTMLTableRowElement13.js | 78 The deleteCell() method deletes a cell from the current row. 84 deleteCell() method which will delete a cell from the current row.
|
HTMLTableRowElement14.js | 78 The deleteCell() method deletes a cell from the current row. 84 deleteCell() method which will delete a cell from the current row.
|
HTMLTableSectionElement26.js | 81 Retrieve the first THEAD element which has one row. Try 82 to insert a new row using an index of negative two. This should throw
|
HTMLTableSectionElement27.js | 81 Retrieve the first THEAD element which has one row. Try 82 to delete a row using an index of two. This should throw
|
HTMLTableSectionElement28.js | 81 Retrieve the first THEAD element which has one row. Try 82 to delete a row using an index of 1. This should throw
|
HTMLTableSectionElement29.js | 81 Retrieve the first THEAD element which has one row. Try 82 to delete a row using an index of negative two. This should throw
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLTableElement32.js | 78 The deleteRow() method deletes a table row. 81 with an index of 0(first row). Currently there are four rows in the
|
HTMLTableElement33.js | 78 The deleteRow() method deletes a table row. 81 with an index of 3(last row). Currently there are four rows in the
|
HTMLTableElement40.js | 78 The deleteRow() method deletes a table row. If the index is -1 79 the last row of the table is deleted.
|
HTMLTableRowElement13.js | 78 The deleteCell() method deletes a cell from the current row. 84 deleteCell() method which will delete a cell from the current row.
|
HTMLTableRowElement14.js | 78 The deleteCell() method deletes a cell from the current row. 84 deleteCell() method which will delete a cell from the current row.
|