/external/chromium/chrome/browser/sync/sessions/ |
status_controller.cc | 171 OrderedCommitSet::Projection proj =
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
ContentLayerChromium.cpp | 145 // project surface rect points that are behind the projection point.
|
/frameworks/base/graphics/java/android/graphics/ |
NinePatch.java | 45 * Create a drawable projection from a bitmap to nine patches.
|
/frameworks/base/opengl/tests/lighting1709/src/com/android/lightingtest/ |
ClearActivity.java | 75 // Compute the projection matrix
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
ExportTestProvider.java | 114 public Cursor query(Uri uri,String[] projection,
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactTileLoaderFactory.java | 56 * Projection used for the {@link Contacts#CONTENT_STREQUENT_URI}
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ConfirmAddDetailActivity.java | 122 * PhotoQuery contains the projection used for retrieving the name and photo 139 * PhotoQuery contains the projection used for retrieving the raw bytes of 151 * ExtraInfoQuery contains the projection used for retrieving the extra info 327 new String[] { Contacts._ID } /* unused projection but a valid one was needed */, [all...] |
/packages/apps/Contacts/src/com/android/contacts/list/ |
JoinContactListAdapter.java | 100 // TODO simplify projection
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
ContactStatusLoaderTest.java | 193 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
|
/packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
ExchangeDirectoryProviderTests.java | 42 // Create a test projection; we should only get back values for display name and email address
|
/packages/apps/Mms/src/com/android/mms/ |
TempFileProvider.java | 60 public Cursor query(Uri uri, String[] projection,
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
ShortcutsProvider.java | 90 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs,
|
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/ |
galaxy.rs | 113 // Map to the projection coordinates (viewport.x = -1.0 -> 1.0)
|
/packages/apps/Music/src/com/android/music/ |
TrackBrowserActivity.java | [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarProvider2.java | 124 * Projection to query for correcting times in allDay events. 759 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, 775 return mDbHelper.getSyncState().query(db, projection, selection, selectionArgs, 783 return mDbHelper.getSyncState().query(db, projection, selectionWithId, [all...] |
/packages/apps/Browser/src/com/android/browser/ |
AddBookmarkPage.java | 449 String[] projection; local 454 projection = new String[] { 475 projection, [all...] |
/packages/apps/Browser/src/com/android/browser/provider/ |
BrowserProvider.java | [all...] |
/frameworks/base/core/java/android/content/ |
ContentResolver.java | 277 * <li>Provide an explicit projection, to prevent 288 * @param projection A list of which columns to return. Passing null will 302 public final Cursor query(Uri uri, String[] projection, 310 Cursor qCursor = provider.query(uri, projection, selection, selectionArgs, sortOrder); 318 maybeLogQueryToEventLog(durationMillis, uri, projection, selection, sortOrder); [all...] |
ContentProvider.java | 175 public Cursor query(Uri uri, String[] projection, 178 return ContentProvider.this.query(uri, projection, selection, 493 projection, // Which columns to return. 514 projection, 527 * @param projection The list of columns to put into the cursor. If 538 public abstract Cursor query(Uri uri, String[] projection, [all...] |
/packages/apps/Email/src/com/android/email/provider/ |
EmailProvider.java | [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
AsyncQueryHandlerTest.java | 385 private void startQuery(int token, Object cookie, Uri uri, String[] projection, 390 mAsyncHandler.startQuery(token, cookie, uri, projection,
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlertDialogSamples.java | 258 String[] projection = new String[] { field in class:AlertDialogSamples 264 projection, null, null, null);
|
/external/opencv/cvaux/src/ |
cvfindhandregion.cpp | 133 /* find min and max point's projection on the line */ 358 /* find min and max point's projection on the line */
|
/external/skia/src/core/ |
SkPoint.cpp | 373 // See comments to distanceToLineBetweenSqd. If the projection of c onto 376 // b. Let the projection of v onto u be v'. There are three cases:
|
/frameworks/base/core/java/android/provider/ |
Telephony.java | 185 public static final Cursor query(ContentResolver cr, String[] projection) { 186 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER); 189 public static final Cursor query(ContentResolver cr, String[] projection, 191 return cr.query(CONTENT_URI, projection, where, [all...] |