HomeSort by relevance Sort by last modified time
    Searched refs:projection (Results 276 - 300 of 406) sorted by null

<<11121314151617

  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java 285 String[] projection = new String[] { field in class:AlertDialogSamples
291 projection, null, null, null);
LoaderThrottle.java 168 // A projection map used to select columns from the database
190 // Create and initialize projection map for all columns. This is
211 public Cursor query(Uri uri, String[] projection, String selection,
243 Cursor c = qb.query(db, projection, selection, selectionArgs,
484 static final String[] PROJECTION = new String[] {
491 PROJECTION, null, null, null);
  /development/samples/NotePad/src/com/example/android/notepad/
NotePadProvider.java 69 * A projection map used to select columns from the database
74 * A projection map used to select columns from the database
79 * Standard projection for the interesting columns of a normal note.
82 NotePad.Notes._ID, // Projection position 0, the note's id
83 NotePad.Notes.COLUMN_NAME_NOTE, // Projection position 1, the note's content
84 NotePad.Notes.COLUMN_NAME_TITLE, // Projection position 2, the note's title
134 * Creates and initializes a projection map that returns all columns
137 // Creates a new projection map instance. The map returns a column name
160 * Creates an initializes a projection map for handling Live Folders
163 // Creates a new projection map instanc
    [all...]
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderThrottleSupport.java 169 // A projection map used to select columns from the database
191 // Create and initialize projection map for all columns. This is
212 public Cursor query(Uri uri, String[] projection, String selection,
244 Cursor c = qb.query(db, projection, selection, selectionArgs,
484 static final String[] PROJECTION = new String[] {
491 PROJECTION, null, null, null);
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.cc     [all...]
  /frameworks/base/core/java/android/provider/
Browser.java 129 * A projection of {@link #SEARCHES_URI} that contains {@link SearchColumns#_ID},
366 String[] projection = new String[] { local
369 c = cr.query(History.CONTENT_URI, projection, History.VISITS + " > 0", null, null);
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 487 String[] projection, String selection, String[] selectionArgs,
494 uri, projection, selection, selectionArgs, sortOrder);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
MailAppProvider.java 194 public Cursor query(Uri url, String[] projection, String selection, String[] selectionArgs,
199 // Validates and returns the projection that should be used.
200 final String[] resultProjection = UIProviderValidator.validateAccountProjection(projection);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 156 * Projection to query for correcting times in allDay events.
    [all...]
  /cts/apps/CameraITS/tests/scene1/
test_capture_result.py 99 ax = fig.gca(projection='3d')
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
TestContentProvider.java 183 public Cursor query(Uri uri, String[] projection, String selection,
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Hyperplane.h 129 /** \returns the projection of a point \a p onto the plane \c *this.
131 inline VectorType projection(const VectorType& p) const { return p - signedDistance(p) * normal(); } function in class:Eigen::Hyperplane
  /external/eigen/Eigen/src/Geometry/
Hyperplane.h 140 /** \returns the projection of a point \a p onto the plane \c *this.
142 inline VectorType projection(const VectorType& p) const { return p - signedDistance(p) * normal(); } function in class:Eigen::Hyperplane
ParametrizedLine.h 79 /** \returns the squared distance of a point \a p to its projection onto the line \c *this.
87 /** \returns the distance of a point \a p to its projection onto the line \c *this.
92 /** \returns the projection of a point \a p onto the line \c *this. */
93 VectorType projection(const VectorType& p) const function in class:Eigen::ParametrizedLine
  /external/eigen/test/eigen2/
eigen2_hyperplane.cpp 46 VERIFY_IS_MUCH_SMALLER_THAN( pl1.signedDistance(pl1.projection(p0)), Scalar(1) );
  /external/eigen/test/
geo_hyperplane.cpp 46 VERIFY_IS_MUCH_SMALLER_THAN( pl1.signedDistance(pl1.projection(p0)), Scalar(1) );
  /frameworks/base/libs/hwui/
Program.h 357 * Binds the program with the specified projection, modelView and
384 * Name of the projection uniform.
386 int projection; member in class:android::uirenderer::Program
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java     [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 1238 String[] projection = new String[] { local
1306 String[] projection = new String[] { local
1432 String[] projection = new String[] { local
1956 String[] projection = new String[] { local
    [all...]
  /packages/apps/Settings/src/com/android/settings/search/
Index.java 366 String[] projection) {
369 final Cursor cursor = resolver.query(uri, projection, null, null, null);
531 Uri uri, String[] projection, int baseRank) {
534 final Cursor cursor = resolver.query(uri, projection, null, null, null);
578 Uri uri, String[] projection, int baseRank) {
581 final Cursor cursor = resolver.query(uri, projection, null, null, null);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 57 float4x4 projection; member in struct:cbuf_t
413 cbd.projection = proj;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 57 float4x4 projection; member in struct:cbuf_t
413 cbd.projection = proj;
  /frameworks/base/drm/java/android/drm/
DrmManagerClient.java 836 String[] projection = new String[] {MediaStore.MediaColumns.DATA}; local
839 cursor = mContext.getContentResolver().query(uri, projection, null,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 47 /** The projection to use when querying the call log database in response
55 /** The projection to use when querying the contacts database in response
123 String[] projection = {Calls.NUMBER}; local
124 Cursor cursor = mContentResolver.query(Calls.CONTENT_URI, projection,
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 624 // TODO: maybe use a projection with only "ct" and "text"
705 String[] projection = {Contacts._ID, Contacts.DISPLAY_NAME}; local
709 Cursor c = mResolver.query(uri, projection, selection, null, orderBy);
1564 String[] projection = {Contacts._ID, Contacts.DISPLAY_NAME}; local
1676 final String[] projection = null; local
1755 final String[] projection = null; local
    [all...]

Completed in 3222 milliseconds

<<11121314151617