Home
last modified time | relevance | path

Searched refs:ar (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
DMyCloudProvider.java600 TypedArray ar = getContext().getResources().obtainTypedArray(arrayResId);
601 int len = ar.length();
604 resIds[i] = ar.getResourceId(i, 0);
606 ar.recycle();
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_utilities_indexing.h35 inline void db_SetupMatrixRefs(double **ar,long rows,long cols,double *a) in db_SetupMatrixRefs() argument
38 for(i=0;i<rows;i++) ar[i]=&a[i*cols]; in db_SetupMatrixRefs()