Searched defs:cols (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_utilities.cpp167 void db_PrintDoubleMatrix(double *a,long rows,long cols) argument
172 for(long j=0;j<cols;j++) printf("%lf ",a[i*cols+j]);
H A Ddb_utilities_indexing.h35 inline void db_SetupMatrixRefs(double **ar,long rows,long cols,double *a) argument
38 for(i=0;i<rows;i++) ar[i]=&a[i*cols];
41 inline void db_SymmetricExtendUpperToLower(double **A,int rows,int cols) argument
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities.cpp167 void db_PrintDoubleMatrix(double *a,long rows,long cols) argument
172 for(long j=0;j<cols;j++) printf("%lf ",a[i*cols+j]);
H A Ddb_utilities_indexing.h35 inline void db_SetupMatrixRefs(double **ar,long rows,long cols,double *a) argument
38 for(i=0;i<rows;i++) ar[i]=&a[i*cols];
41 inline void db_SymmetricExtendUpperToLower(double **A,int rows,int cols) argument
/packages/apps/Music/src/com/android/music/
H A DTrackBrowserActivity.java484 String [] cols = new String [] {
489 cols, null, null, null);
499 String [] cols = new String [] {
504 cols, null, null, null);
1097 public NowPlayingCursor(IMediaPlaybackService service, String [] cols) argument
1099 mCols = cols;

Completed in 354 milliseconds