/packages/apps/Contacts/src/com/android/contacts/list/ |
DirectoryListLoader.java | 48 public static final String[] PROJECTION = { 148 DirectoryQuery.PROJECTION, selection, null, DirectoryQuery.ORDER_BY);
|
/packages/apps/Email/src/com/android/email/activity/ |
MailboxMoveToAdapter.java | 62 /** Projection that uses the server id column as the mailbox name */ 69 /** Projection that uses the display name column as the mailbox name */
|
/packages/apps/Email/tests/src/com/android/email/ |
DBTestHelper.java | 93 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, 96 mPassedProjection = projection;
|
/packages/apps/Gallery/src/com/android/camera/ |
MovieViewControl.java | 149 String[] projection = new String[] { local 155 mUri, projection, null, null, null);
|
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
LocalPhotoSource.java | 51 private static final String[] PROJECTION = {Media._ID}; 168 CONTENT_URI, PROJECTION, SELECTION, null, ORDER);
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
ContactLoader.java | 50 final String[] PROJECTION = new String[] { 79 Cursor cursor = resolver.query(dataUri, StatusQuery.PROJECTION, StatusUpdates.PRESENCE
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
cmathcalls.h | 108 /* Absolute value, conjugates, and projection. */ 119 /* Projection of Z onto the Riemann sphere. */
|
/frameworks/base/core/tests/coretests/src/android/content/ |
ContentProviderOperationTest.java | 144 public Cursor query(Uri uri, String[] projection, String selection, 163 public Cursor query(Uri uri, String[] projection, String selection, 179 public Cursor query(Uri uri, String[] projection, String selection, 195 public Cursor query(Uri uri, String[] projection, String selection, 529 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
|
/frameworks/base/graphics/java/android/renderscript/ |
Matrix4f.java | 219 * Set current values to be an orthographic projection matrix 239 * Set current values to be an orthographic projection matrix 253 * Sets current values to be a perspective projection matrix 276 * Sets current values to be a perspective projection matrix 293 * projection matrix with aspect ratio defined by the parameters
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
EntrySchema.java | 56 // Cache the list of projection columns and check for full-text columns. 57 String[] projection = {}; local 60 projection = new String[columns.length]; 63 projection[i] = column.name; 69 mProjection = projection;
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
CalendarProvider2Test.java | 1151 String[] projection = new String[] { local 1219 String[] projection = new String[] { local 1720 String[] projection = new String[] { local [all...] |
/frameworks/base/core/java/android/provider/ |
MediaStore.java | 442 private static final String[] PROJECTION = new String[] {_ID, MediaColumns.DATA}; 486 c = cr.query(cancelUri, PROJECTION, null, null, null); 535 c = cr.query(baseUri, PROJECTION, column + origId, null, null); 549 c = cr.query(blockingUri, PROJECTION, null, null, null); 583 c = cr.query(uri, PROJECTION, null, null, null); 678 public static final Cursor query(ContentResolver cr, Uri uri, String[] projection) { 679 return cr.query(uri, projection, null, null, DEFAULT_SORT_ORDER); 682 public static final Cursor query(ContentResolver cr, Uri uri, String[] projection, 684 return cr.query(uri, projection, where, 688 public static final Cursor query(ContentResolver cr, Uri uri, String[] projection, [all...] |
/external/opencv/cvaux/src/ |
cvlevmarprojbandle.cpp | 72 /* Compute derivate for given projection matrix points and status of points */ 110 CV_ERROR( CV_StsOutOfRange, "Size of projection matrix (projMatr) must be 3x4" ); 139 /* Copy projection matrix */ 175 /* fill derivate by projection matrix */ 268 CV_ERROR( CV_StsOutOfRange, "Size of projection matrix (projMatr) must be 3x4" ); 564 /* Compute jacobian mult projection matrices error */ 850 {/* Compute projection error */ 951 /* project visible points using current projection matrix */ [all...] |
cvtrifocal.cpp | 176 Computes projection matrices for given 6 points on 3 images 327 /* For current solution compute projection matrix */ 547 CV_ERROR( CV_StsUnmatchedSizes, "Size of projection matrix must be 3x4"); 672 CV_ERROR( CV_StsOutOfRange, "Each of projection matrix must be 3x4" ); 797 /* Compute projection matrices using N points */ 866 CV_ERROR( CV_StsUnmatchedSizes, "Size of projection matrices must be 3x4" ); 878 /* use RANSAC algorithm to compute projection matrices */ 928 /* Compute projection matrices for this points */ 940 /* Reconstruct points for projection matrices */ 945 /* Project points to images using projection matrices * [all...] |
/frameworks/ex/chips/src/com/android/ex/chips/ |
BaseRecipientAdapter.java | 114 public static final String[] PROJECTION = { 135 public static final String[] PROJECTION = { 146 public static final String[] PROJECTION = { 270 DirectoryListQuery.URI, DirectoryListQuery.PROJECTION, 721 photoThumbnailUri, PhotoQuery.PROJECTION, null, null, null); 752 final Cursor photoCursor = mContentResolver.query(photoThumbnailUri, PhotoQuery.PROJECTION, [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardComposer.java | 353 * contentUri, projection, selection, selectionArgs, sortOrder); 369 * @param projection projection used with 383 public boolean init(final Uri contentUri, final String[] projection, 395 if (!initInterCursorCreationPart(contentUri, projection, selection, selectionArgs, 433 final Uri contentUri, final String[] projection, 437 contentUri, projection, selection, selectionArgs, sortOrder);
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
LegacyCACFLayerTreeHost.cpp | 355 D3DXMATRIXA16 projection; local 356 D3DXMatrixOrthoOffCenterRH(&projection, x0, x1, y0, y1, -1.0f, 1.0f); 358 m_d3dDevice->SetTransform(D3DTS_PROJECTION, &projection);
|
/packages/apps/Browser/src/com/android/browser/widget/ |
BookmarkThumbnailWidgetService.java | 58 private static final String[] PROJECTION = new String[] { 344 mBookmarks = mContext.getContentResolver().query(uri, PROJECTION, 350 Cursor c = mContext.getContentResolver().query(uri, PROJECTION,
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalImage.java | 51 // the following PROJECTION array. 67 static final String[] PROJECTION = { 102 Cursor cursor = LocalAlbum.getItemCursor(resolver, uri, PROJECTION, id);
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/ |
LocalDataTest.java | 409 public Cursor query(Uri uri, String[] projection, 426 Log.v(TAG, "query = " + qb.buildQuery(projection, selection, 435 Cursor c = qb.query(mDatabase, projection, selection,
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
CallLogProvider.java | 67 // Calls projection map 124 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, 158 Cursor c = qb.query(db, projection, selectionBuilder.build(), selectionArgs, null, null,
|
/packages/apps/Browser/src/com/android/browser/provider/ |
BrowserProvider2.java | 245 // Projection maps 1276 String[] projection = new String[] { Combined._ID, local 1749 final String[] projection = new String[] { local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
FileProvider.java | 46 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
|
/development/samples/GlobalTime/src/com/android/globaltime/ |
LatLongSphere.java | 65 // Place vertices onto a flat projection
|
/external/opencv/cv/src/ |
_cvgeom.h | 78 double r2; /* The ratio of the projection of the left side of the triangle on the base to the base */
|