HomeSort by relevance Sort by last modified time
    Searched full:rows (Results 776 - 800 of 3134) sorted by null

<<31323334353637383940>>

  /external/qemu/distrib/jpeg-6b/
jccoefct.c 39 int MCU_vert_offset; /* counts MCU rows within iMCU row */
40 int MCU_rows_per_iMCU_row; /* number of such rows needed */
78 * In a noninterleaved scan, an iMCU row has v_samp_factor MCU rows.
135 * per call, ie, v_samp_factor block rows for each component in the image.
226 * per call, ie, v_samp_factor block rows for each component in the image.
263 /* Count non-dummy DCT block rows in this iMCU row. */
296 /* If at end of image, create dummy block rows as needed.
333 * per call, ie, v_samp_factor block rows for each component in the scan.
jdsample.c 12 * sample rows of each component. Upsampling will normally produce
13 * max_v_samp_factor pixel rows from each row group (but this could vary
48 int next_row_out; /* counts rows emitted from color_buf */
49 JDIMENSION rows_to_go; /* counts rows remaining in image */
114 /* Color-convert and emit rows */
216 /* Generate any additional output rows by duplicating the first one */
340 * It is OK for us to reference the adjacent input rows because we demanded
418 /* jdmainct.c doesn't support context rows when min_DCT_scaled_size = 1,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAbstractCursor.java 25 protected Map<Integer, Map<String, Object>> rows = new HashMap<Integer, Map<String, Object>>(); field in class:ShadowAbstractCursor
76 currentRow = rows.get(currentRowNumber);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
SQLiteStatementTest.java 91 //throw SQLiteDOneException if no rows returned.
99 //throw SQLiteDOneException if no rows returned.
  /external/skia/experimental/Intersection/
bc.htm 147 var scale, columns, rows, xStart, yStart;
223 rows = Math.ceil(ymax * subscale) - Math.floor(ymin * subscale) + 1;
228 var vscale = ctx.canvas.height / rows / ticks;
231 // while (columns < 1000 && rows < 1000) {
233 // rows *= 2;
257 for (i = 0; i <= rows * ticks; ++i) {
268 ctx.lineTo(_at_x + i * minScale, _at_y + unit * rows);
281 for (i = 0; i <= rows; i += (1 / ticks))
  /external/skia/tools/bug_chomper/templates/
bug_chomper.html 82 var thead_rows = table.tHead.rows;
83 var tbody_rows = table.tBodies[0].rows;
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java 157 * But the command continues executing normally. Other rows before and
164 * When a UNIQUE constraint violation occurs, the pre-existing rows that
172 * resolution strategy deletes rows in order to satisfy a constraint,
173 * it does not invoke delete triggers on those rows.
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/
PackedIntVectorTest.java 34 // Test adding rows.
126 // Test deleting rows.
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerDataHelper.java 123 * Retrieves a cursor that starts at the last limit rows
133 * Query tracker data, filtering by given tag. mo limit to number of rows
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
CursorObjectAdapter.java 101 * Sets the {@link CursorMapper} used to convert {@link Cursor} rows into
121 * Gets the {@link CursorMapper} used to convert {@link Cursor} rows into
Row.java 19 * A row in a RowsFragment. This is the base class for all rows.
21 * for non-list Rows.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter.h 112 // Apply the loop filter to [start, stop) macro block rows in frame_buffer.
131 // Operates on the rows described by LFWorkerData passed as 'arg1'.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_subtract_sse2.asm 15 ; void vp9_subtract_block(int rows, int cols,
22 rows, cols, diff, diff_stride, src, src_stride, \
  /packages/apps/Launcher2/
fill_screens.py 11 ROWS = 4
62 for x in range(ROWS):
  /packages/apps/Launcher3/
fill_screens.py 11 ROWS = 4
62 for x in range(ROWS):
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadScanner.java 150 final int rows = resolver.update(downloadUri, values, null, null); local
151 if (rows == 0) {
  /prebuilts/tools/common/proguard/proguard4.7/docs/
index.html 24 document.write("<frameset rows=\"50,*\" framespacing=\"0\" frameborder=\"no\"><frame id=\"title\" name=\"title\" src=\"title.html\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" noresize /><frameset cols=\"120,*\" framespacing=\"0\" frameborder=\"no\"><frame id=\"sections\" name=\"sections\" src=\""+sections+"\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" noresize /><frame id=\"main\" name=\"main\" src=\""+main+"\" scrolling=\"auto\" marginwidth=\"10\" marginheight=\"10\" noresize /></frameset></frameset>");
30 rows="50,*"
  /bionic/libc/kernel/uapi/linux/
virtio_console.h 32 __u16 rows; member in struct:virtio_console_config
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
BaseRenderScriptComparer.java 20 * The subclasses must implement this method, which will say that the rows follow their specific
BitmapComparer.java 29 * @param stride how much to skip between two different rows
  /cts/tools/dasm/src/java_cup/
parse_action_table.java 31 /* allocate the array and fill it in with empty rows */
41 /** How many rows/states are in the machine/table. */
44 /** How many rows/states are in the machine/table. */
49 /** Actual array of rows, one per state. */
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_indexing.h 35 inline void db_SetupMatrixRefs(double **ar,long rows,long cols,double *a)
38 for(i=0;i<rows;i++) ar[i]=&a[i*cols];
41 inline void db_SymmetricExtendUpperToLower(double **A,int rows,int cols)
44 for(i=1;i<rows;i++) for(j=0;j<i;j++) A[i][j]=A[j][i];
  /development/samples/ApiDemos/res/layout/
table_layout_3.xml 22 <!-- Rows have different number of columns and content doesn't fit on
  /development/samples/SupportLeanbackDemos/
AndroidManifest.xml 34 android:theme="@style/Theme.Example.Leanback.Rows"
  /external/ceres-solver/internal/ceres/
implicit_schur_complement.cc 147 for (int r = 0; r < block_diagonal_structure->rows.size(); ++r) {
148 const int row_block_pos = block_diagonal_structure->rows[r].block.position;
149 const int row_block_size = block_diagonal_structure->rows[r].block.size;
150 const Cell& cell = block_diagonal_structure->rows[r].cells[0];

Completed in 862 milliseconds

<<31323334353637383940>>