/external/llvm/lib/DebugInfo/ |
DWARFDebugLine.h | 142 // and is described by line table rows [FirstRowIndex, LastRowIndex). 167 Rows.push_back(R); 189 /// Parse prologue and all rows. 198 RowVector Rows;
|
/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/opencv/cv/src/ |
cvmorph.cpp | 229 _ksize.width == element->cols && _ksize.height == element->rows) ) 309 // always process 2 rows at once (except, may be, 384 int i, j, cols, rows; local 399 anchor.y = element->rows/2; 402 (unsigned)anchor.y >= (unsigned)element->rows ) 408 rows = element->rows; 411 if( rows == 1 || cols == 1 ) 416 r = rows/2; 421 for( i = 0; i < rows; i++ [all...] |
/external/opencv/cvaux/src/ |
cvlevmar.cpp | 101 numVal = X0->rows; 102 numFunc = observRes->rows; 115 if( resultX->cols != 1 || resultX->rows != numVal ) 279 tmp = cvCreateMat(obs->rows,1,CV_64F);
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jdpostct.c | 37 JDIMENSION strip_height; /* buffer size in rows */
219 /* Determine number of rows to emit. */
266 * an efficient number of rows for upsampling to return.
272 /* We round up the number of rows to a multiple of the strip height. */
|
/external/qemu/distrib/jpeg-6b/ |
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/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
SDL_nxmodes.c | 62 GrResizeWindow (FSwindow, si.cols, si.rows) ;
|
/external/skia/platform_tools/nacl/tests/ |
index.html | 60 <textarea id="log_textarea" rows="2" cols="2" readonly style="width:100%; height:500px; resize:none;"></textarea>
|
/frameworks/base/core/java/android/database/ |
IBulkCursor.java | 34 * The window will contain a range of rows around the specified position.
|
/frameworks/base/packages/SystemUI/res/values-sw600dp/ |
config.xml | 23 <!-- The maximum number of rows in the QuickSettings -->
|
/frameworks/support/v17/leanback/ |
generatev4.py | 23 'PlaybackOverlay', 'Rows', 'Search', 'VerticalGrid']
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
StaggeredGrid.java | 33 * the very beginning of rows will not be aligned. It is recommended to keep a 130 * horizontal list, this will be the rows of the view. For views that 148 * Returns the number of rows in the staggered grid. 285 * Return array of Lists for all rows, each List contains item positions
|
/libcore/luni/src/test/java/tests/java/sql/ |
UpdateFunctionalityTest2.java | 151 * rows and then updates referenced one 182 * referencing rows will also be updated 192 assertEquals("Should be 2 rows", 2, r.getInt(1)); 196 assertEquals("Should be 0 rows", 0, r.getInt(1));
|
/packages/apps/Camera/jni/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];
|
/packages/apps/LegacyCamera/jni/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];
|
/packages/apps/Terminal/src/com/android/terminal/ |
TerminalView.java | 233 final int rows = h / mMetrics.charHeight; local 237 final boolean sizeChanged = (rows != mRows || cols != mCols || scrollRows != mScrollRows); 239 mTerm.resize(rows, cols, scrollRows); 241 mRows = rows;
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForIdentity.java | 27 * Handler for Identity data rows.
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
virtio_console.h | 32 __u16 rows; member in struct:virtio_console_config
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
virtio_console.h | 32 __u16 rows; member in struct:virtio_console_config
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
virtio_console.h | 32 __u16 rows; member in struct:virtio_console_config
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
virtio_console.h | 32 __u16 rows; member in struct:virtio_console_config
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
virtio_console.h | 32 __u16 rows; member in struct:virtio_console_config
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
virtio_console.h | 32 __u16 rows; member in struct:virtio_console_config
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
TableLayoutRule.java | 124 INode[] rows = parentNode.getChildren(); 134 for (int i = 0; i < rows.length; i++) { 135 if (rows[i] == child) { 191 // Start the table with 4 rows
|
/developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/ |
ContactablesLoaderCallbacks.java | 66 // Sort results such that rows for the same contact stay together. 73 selection, // selection - Which rows to return (condition rows must match)
|