/external/webkit/LayoutTests/fast/url/script-tests/ |
ipv4.js | 37 // Two dots in a row means not an IP address.
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
SimpleCursorAdapterTest.java | 242 for (ArrayList row : list) { 243 cursor.addRow(row);
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
ErrorCalculator.java | 104 for (int row : mOutputRowRegions) { 105 totalError += row;
|
/frameworks/compile/mclinker/lib/LD/ |
StaticResolver.cpp | 61 unsigned int row = getOrdinate(pNew); local 70 action = link_action[row][col];
|
/external/v8/benchmarks/spinning-balls/ |
v.js | 380 var row = document.createElement("tr"); 385 row.appendChild(time); 386 row.appendChild(count); 387 table.appendChild(row); 444 function row(a, b) { 454 table.appendChild(row(text("Time limit in seconds"), this.timelimit)); 459 table.appendChild(row(text("Autoscale pauses plot"), this.autoscale));
|
/external/guava/guava/src/com/google/common/collect/ |
ArrayTable.java | 42 * <p>The allowed row and column keys must be supplied when the table is 43 * created. The table always contains a mapping for every row key / column pair. 44 * The value corresponding to a given row and column is null unless another 47 * <p>The table's size is constant: the product of the number of supplied row 52 * <p>The ordering of the row and column keys provided when the table is 61 * <p>Null row keys or column keys are not permitted. 64 * where the array indices correspond to the position of a row or column in the 86 * @param rowKeys row keys that may be stored in the generated table 99 * iterable, to specify the allowed row keys and/or column keys. Note that 107 * <p>If {@code table} includes a mapping with row key {@code r} and [all...] |
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
LayerTilerChromium.cpp | 352 // Strides not equal, so do a row-by-row memcpy from the 354 for (int row = 0; row < destRect.height(); ++row) 355 memcpy(&m_tilePixels[destRect.width() * 4 * row], 356 &paintPixels[4 * (paintOffset.x() + (paintOffset.y() + row) * paintRect.width())],
|
/external/webkit/Source/WebKit/qt/tests/qgraphicswebview/ |
tst_qgraphicswebview.cpp | 507 for (int row = 0; row < image1.size().width(); ++row) { 509 if (image1.pixel(row, column) != image2.pixel(row, column))
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
SlotView.java | 436 int col, row; local 439 row = index - col * mUnitCount; 441 row = index / mUnitCount; 442 col = index - row * mUnitCount; 446 int y = mVerticalPadding.get() + row * (mSlotHeight + mSlotGap); 460 // (1) mUnitCount: the number of slots we can fit into one column (or row).
|
/external/webp/src/enc/ |
vp8l.c | 815 static void BundleColorMap(const uint8_t* const row, int width, 827 code |= row[x] << (8 + bit_depth * xsub); 831 for (x = 0; x < width; ++x) dst[x] = 0xff000000 | (row[x] << 8); 849 uint8_t* row = NULL; local 864 row = WebPSafeMalloc((uint64_t)width, sizeof(*row)); 865 if (row == NULL) return VP8_ENC_ERROR_OUT_OF_MEMORY; 872 row[x] = i; 877 BundleColorMap(row, width, xbits, dst); 896 free(row); [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
TextViewer.js | [all...] |
/external/zxing/core/ |
core.jar | |
/external/libvpx/libvpx/vp8/encoder/ |
firstpass.c | 463 ref_mv_full.as_mv.row = ref_mv->as_mv.row>>3; 473 best_mv->row = tmp_mv.as_mv.row; 499 best_mv->row = tmp_mv.as_mv.row; 577 /* for each macroblock row in image */ 647 d->bmi.mv.as_mv.row = 0; 672 d->bmi.mv.as_mv.row = tmp_mv.row; [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
pitch_estimator.c | 151 int row; local 203 /* fill middle row of correlation surface */ 339 row = peak / (PITCH_LAG_SPAN2+4); 340 lags1[k] = (double) ((peak - row * (PITCH_LAG_SPAN2+4)) + PITCH_MIN_LAG/2 - 4); 341 lags2[k] = (double) (lags1[k] + PITCH_BW - row); 434 row = max_ind / (PITCH_LAG_SPAN2+4); 435 lags1[0] = (double) ((max_ind - row * (PITCH_LAG_SPAN2+4)) + PITCH_MIN_LAG/2 - 4); 436 lags2[0] = (double) (lags1[0] + PITCH_BW - row);
|
/hardware/invensense/mlsdk/mllite/ |
ml.c | [all...] |
/external/chromium/chrome/browser/search_engines/ |
template_url_model.cc | 945 const history::URLRow& row = details.row; local [all...] |
/external/clang/tools/scan-build/ |
scan-build | 300 my $Row = { 310 push @$Stats, $Row; 441 foreach my $Row (@$Stats) { 442 $FilesHash->{$Row->{Filename}} = 1; 443 $TotalBlocks += $Row->{Total}; 444 $UnreachedBlocks += $Row->{Unreachable}; 445 $BlockAborted++ if $Row->{Aborted} eq 'yes'; 446 $WorkListAborted++ if $Row->{Empty} eq 'no'; 447 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no' [all...] |
/external/skia/src/core/ |
SkBitmap.cpp | 485 // This implementation will write bytes beyond the end of each row, 486 // excluding the last row, if the bitmap's stride is greater than 503 for (uint32_t row = 0; row < fHeight; 504 row++, srcP += fRowBytes, dstP += dstRowBytes) { 687 const uint8_t* row = bm.getAddr8(0, y); local 689 a &= row[x]; 716 const SkPMColor16* row = bm.getAddr16(0, y); local 718 c &= row[x]; 729 const SkPMColor* row = bm.getAddr32(0, y) local [all...] |
/hardware/ti/omap4xxx/camera/ |
AppCallbackNotifier.cpp | 478 unsigned int alignedRow, row; local 541 row = width*bytesPerPixel; 548 // Step 1: Y plane: iterate through each row and copy 550 memcpy(bufferDst, bufferSrc, row); 552 bufferDst += row; 564 bufferDst_UV = (uint16_t *) (((uint8_t*)dst)+row*height); 681 row = width*bytesPerPixel; 682 alignedRow = ( row + ( stride -1 ) ) & ( ~ ( stride -1 ) ); 684 //iterate through each row 685 for ( int i = 0 ; i < height ; i++, bufferSrc += alignedRow, bufferDst += row) { [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
SimpleAdapterTest.java | 353 * @param rowCount the row count 367 HashMap<String, String> row = new HashMap<String, String>(); local 369 row.put(columns[j], "" + i + "" + j); 371 list.add(row);
|
SimpleExpandableListAdapterTest.java | 71 * row, the second has 2 rows, the third has 3 rows and the last has 4 rows 412 * @param rowCount the row count 425 HashMap<String, String> row = new HashMap<String, String>(); local 427 row.put(columns[j], prefix + i + "" + j); 429 list.add(row);
|
/external/javasqlite/src/main/java/SQLite/ |
Database.java | 165 * for each row of the result set.<P> 186 * for each row of the result set. Each '%q' or %Q in the 218 * Return the row identifier of the last inserted 219 * row. 726 * @param row row identifier 732 long row, boolean rw) throws SQLite.Exception { 735 _open_blob(db, table, column, row, rw, blob); 780 * @param row row identifie [all...] |
/external/libvpx/libvpx/vp8/common/arm/neon/ |
buildintrapredictorsmby_neon.asm | 54 ; Load above row, if it exists 78 ; Load left row, if it exists 148 ; Copy down above row 337 ; Load above row, if it exists 361 ; Load left row, if it exists 431 ; Copy down above row
|
/external/linux-tools-perf/util/ |
svghelper.c | 422 void svg_interrupt(u64 start, int row) 428 time2pixels(start), row * SLOT_MULT); 430 time2pixels(start), row * SLOT_MULT + SLOT_HEIGHT);
|
/external/v8/tools/ |
gc-nvp-trace-processor.py | 215 def reclaimed_bytes(row): 216 return row['total_size_before'] - row['total_size_after']
|