/external/v8/tools/ |
gc-nvp-trace-processor.py | 215 def reclaimed_bytes(row): 216 return row['total_size_before'] - row['total_size_after']
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
motion_comp.cpp | 364 /* the next row; full-pel resolution */ 463 /* the next row; full-pel resolution */ 788 /* the next row; full-pel resolution */ 1719 Int row, col, i; local 1767 Int row, col; local 1797 Int row, col, i; local 1865 Int row, col; local [all...] |
/hardware/ti/omap4xxx/camera/ |
Encoder_libjpeg.cpp | 428 JSAMPROW row[1]; /* pointer to JSAMPLE row[s] */ local 437 row[0] = row_tmp; 438 jpeg_write_scanlines(&cinfo, row, 1); 441 // move uv row if input format needs it
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarSyncTestingBase.java | 371 Map<String, String> row = Maps.newHashMap(); local 378 row.put(col, cursor1.getString(i)); 380 assertEquals("Row: " + row + " Table: " + tableName + ": " + cols[i] +
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
cpp_unittest.py | 140 self.assertEquals(parameter.row, 1) 146 self.assertEquals(parameter.row, 1) 152 self.assertEquals(parameter.row, 0) 158 self.assertEquals(parameter.row, 0) 161 start_position = cpp_style.Position(row=1, column=1) 162 end_position = cpp_style.Position(row=3, column=1) 172 start_position = cpp_style.Position(row=0, column=3) 173 end_position = cpp_style.Position(row=0, column=4) 206 start_position = cpp_style.Position(row=0, column=8) 207 end_position = cpp_style.Position(row=3, column=16 [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
TabletStatusBar.java | 679 mNotificationPeekRow.addView(copy.row); 1699 View row = mNotificationData.get(N-i-1).row; local 1743 View row = inflater.inflate(R.layout.status_bar_notification_row, parent, false); local [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapRegionDecoderTest.java | 430 for (int row = 0; row < height; ++row) { 432 int idx = row * width + col;
|
/development/samples/Spinner/src/com/android/example/spinner/ |
SpinnerActivity.java | 188 * @param row - the 0-based row number of the selection in the View 190 public void onItemSelected(AdapterView<?> parent, View v, int pos, long row) {
|
/external/libvpx/vp8/common/x86/ |
subpixel_mmx.asm | 105 jnz nextrow ; next row 156 movq mm3, [rsi+rdx] ; mm3 = p0..p8 = row -1 160 movq mm4, [rsi + 4*rdx] ; mm4 = p0..p3 = row 2 164 movq mm4, [rsi + 2*rdx] ; mm4 = p0..p3 = row 0 168 movq mm4, [rsi] ; mm4 = p0..p3 = row -2 174 movq mm4, [rsi + 2*rdx] ; mm4 = p0..p3 = row 1 178 movq mm4, [rsi + 4*rdx] ; mm4 = p0..p3 = row 3 193 jnz nextrow_cv ; next row
|
/external/libvpx/vp8/encoder/ |
firstpass.c | 456 best_mv->row = tmp_mv.row; 479 best_mv->row = tmp_mv.row; 546 // for each macroblock row in image 603 d->bmi.mv.as_mv.row = 0; 622 d->bmi.mv.as_mv.row = tmp_mv.row; 636 //d->bmi.mv.as_mv.row = tmp_mv.row; [all...] |
/external/libvpx/vp8/encoder/ppc/ |
sad_altivec.asm | 70 ;# compute difference on first row 91 ;# compute difference on second row
|
/external/libvpx/vp8/encoder/x86/ |
temporal_filter_apply_sse2.asm | 78 movq xmm0, [rsi] ; first row 81 movq xmm1, [rsi] ; second row
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosFullScreenVideo.c | 387 int row; local 393 for (row = 0; row < rects->h; row++)
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
ParseHelper.h | 17 int row; member in struct:TMatrixFields
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_tiled_backing_store.h | 72 unsigned long col, row; /**< tile tile position */ member in struct:_Ewk_Tile
|
/external/webkit/Tools/DumpRenderTree/ |
AccessibilityUIElement.h | 197 AccessibilityUIElement cellForColumnAndRow(unsigned column, unsigned row);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
UserDictionaryToolsList.java | 642 TableRow row = new TableRow(this); local 676 row.addView(stroke); 677 row.addView(candidate); 678 mTableLayout.addView(row, tableCreateParam(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT));
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Images_ThumbnailsTest.java | 54 for (Uri row : mRowsAdded) { 56 mContentResolver.delete(row, null, null);
|
/external/chromium/net/url_request/ |
view_cache_helper.cc | 68 std::string row = local 71 return row;
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLTableCellElement01.js | 78 The cellIndex attribute specifies the index of this cell in the row(TH).
|
HTMLTableCellElement02.js | 78 The cellIndex attribute specifies the index of this cell in the row(TD).
|
HTMLTableRowElement02.js | 78 The sectionRowIndex attribute specifies the index of this row, relative
|
HTMLTableRowElement03.js | 78 The sectionRowIndex attribute specifies the index of this row, relative
|
HTMLTableRowElement04.js | 78 The sectionRowIndex attribute specifies the index of this row, relative
|
HTMLTableRowElement05.js | 78 The cells attribute specifies the collection of cells in this row.
|