HomeSort by relevance Sort by last modified time
    Searched full:rows (Results 76 - 100 of 530) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/apps/GraphicsLab/src/com/android/graphicslab/
GraphicsLab.java 56 private static final int ROWS = 16;
144 mPatch.setCubicBoundary(mCubics, 0, ROWS, COLS);
197 private static final int ROWS = 16;
249 mPatch.setCubicBoundary(mCubics, 0, ROWS, COLS);
286 mPatch.setCubicBoundary(mCubics, 0, ROWS, COLS);
  /external/freetype/src/sfnt/
ttsbit.c 102 line_buff -= line_incr * ( target->rows - 1 );
987 FT_Int rows, count; local
    [all...]
  /external/openssl/crypto/bio/
b_dump.c 82 int i,j,rows,trc; local
103 rows=(len/dump_width);
104 if ((rows*dump_width)<len)
105 rows++;
106 for(i=0;i<rows;i++)
  /external/webkit/WebCore/storage/
SQLStatement.cpp 115 SQLResultSetRowList* rows = resultSet->rows(); local
118 rows->addColumn(statement.getColumnName(i));
122 rows->addResult(statement.getColumnValue(i));
145 // sqlite3_total_changes() here instead of sqlite3_changed, because that includes rows modified from within a trigger
  /external/icu4c/common/
uresdata.c 539 Row *rows; member in struct:TempTable
842 pTempTable->rows[i].keyIndex=ds->readUInt16(pKey16[i]);
843 pTempTable->rows[i].sortIndex=i;
847 pTempTable->rows[i].keyIndex=udata_readInt32(ds, pKey32[i]);
848 pTempTable->rows[i].sortIndex=i;
851 uprv_sortArray(pTempTable->rows, count, sizeof(Row),
877 oldIndex=pTempTable->rows[i].sortIndex;
892 oldIndex=pTempTable->rows[i].sortIndex;
911 oldIndex=pTempTable->rows[i].sortIndex;
965 Row rows[STACK_ROW_CAPACITY] local
    [all...]
  /external/qemu/
dcache.c 35 int rows; member in struct:Dcache
76 // The number of rows in the table = size / (line_size * ways)
83 dcache.rows = 1 << log_rows;
97 int rows = dcache.rows; local
98 for (ii = 0; ii < rows; ++ii) {
  /frameworks/base/core/java/android/view/animation/
GridLayoutAnimationController.java 36 * also set the animation priority to columns or rows. The default priority is
84 * Rows and columns are animated at the same time.
94 * Rows are animated first.
135 * for both rows and columns and the specified animation.
272 * will first play on the column, then on the rows.Z
420 * The number of rows in the view's enclosing grid layout.
  /dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
JDBCResultSet.java 57 throw new SQLException("no rows");
118 String rd[] = (String []) tr.rows.elementAt(row);
140 String rd[] = (String []) tr.rows.elementAt(row);
182 String rd[] = (String []) tr.rows.elementAt(row);
207 String rd[] = (String []) tr.rows.elementAt(row);
244 String rd[] = (String []) tr.rows.elementAt(row);
283 String rd[] = (String []) tr.rows.elementAt(row);
321 String rd[] = (String []) tr.rows.elementAt(row);
348 String rd[] = (String []) tr.rows.elementAt(row);
375 String rd[] = (String []) tr.rows.elementAt(row)
    [all...]
  /external/jpeg/
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,
jdpostct.c 36 JDIMENSION strip_height; /* buffer size in rows */
218 /* Determine number of rows to emit. */
265 * an efficient number of rows for upsampling to return.
271 /* We round up the number of rows to a multiple of the strip height. */
  /external/webkit/WebCore/html/
HTMLTableElement.h 63 PassRefPtr<HTMLCollection> rows();
104 void addSharedGroupDecls(bool rows, Vector<CSSMutableStyleDeclaration*>&);
HTMLDataGridRowElement.idl 34 attribute boolean expanded; // Whether or not the row is open (if it is, child rows will be shown).
  /external/webkit/WebKitTools/mangleme/
tags.h 37 { "FRAMESET", "ROWS", "COLS", "onLoad", "STYLE", 0 },
67 { "TEXTAREA", "NAME", "COLS", "ROWS", "onLoad", "STYLE", 0 },
  /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/base/tests/framework-tests/src/android/text/
PackedIntVectorTest.java 35 // Test adding rows.
127 // Test deleting rows.
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java 139 assertEquals("Wrong number of rows deleted for " + getUri(), 1, count);
147 assertEquals("Wrong number of rows deleted for " + uri, 1, count);
158 fail("No data rows for URI: " + getUri());
191 fail("No data rows for " + getContentUri() + "[" + mValues.toString() + "]");
  /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/samples/ApiDemos/res/layout/
table_layout_3.xml 22 <!-- Rows have different number of columns and content doesn't fit on
  /external/guava/javadoc/
index.html 24 <FRAMESET rows="30%,70%" title="" onLoad="top.loadFrames()">
  /external/neven/Embedded/common/src/b_TensorEm/
CompactMat.h 37 * bit-packs of fixed size. Rows are encoded individually to yield
53 /* height (rows) of matrix */
62 /* maximum of ( 16 + factorExp + normBits ) for all rows (this value can be negative!) */
74 * wordsPerRowE is always even -> rows are 32bit-aligned
  /external/proguard/docs/
index.html 15 rows="50,*"
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxmodes.c 62 GrResizeWindow (FSwindow, si.cols, si.rows) ;
  /external/webkit/JavaScriptCore/tests/mozilla/
importList.html 54 <textarea rows="25" cols="50" name="testList"></textarea><br>
  /external/webkit/WebCore/accessibility/
AccessibilityARIAGrid.h 55 // ARIA treegrids and grids support selected rows.

Completed in 83 milliseconds

1 2 34 5 6 7 8 91011>>