HomeSort by relevance Sort by last modified time
    Searched full:projection (Results 226 - 250 of 377) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 169 String[] projection = new String[] { local
178 callCursor = mResolver.query(myUri, projection, selection, null,
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 397 String[] projection = new String[] { local
403 Cursor cursor = cr.query(CalendarAlerts.CONTENT_URI, projection,
  /packages/apps/Email/src/com/android/email/activity/
AccountSelectorAdapter.java 73 /** Projection for account database query */
80 * Projection used for the selector display; we add meta data that doesn't exist in the
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 501 String[] projection, String selection, String[] selectionArgs,
508 uri, projection, selection, selectionArgs, sortOrder);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageMeasurement.java 410 final String[] projection =
422 c = contentResolver.query(audioUri, projection, selection,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 69 public static final String[] PROJECTION = {
350 uri, DirectoryQuery.PROJECTION, null, null, null);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 429 /* Absolute value, conjugates, and projection. */
437 /* Projection of Z onto the Riemann sphere. */
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 202 // Set up the projection and view
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 222 // 3D-to-2D projection
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 268 // 3D-to-2D projection
  /external/iproute2/include/linux/
pkt_sched.h 300 __u32 d; /* x-projection of the first segment in us */
  /external/kernel-headers/original/linux/
pkt_sched.h 321 __u32 d; /* x-projection of the first segment in us */
  /external/mesa3d/src/mesa/main/
config.h 43 /** Maximum projection matrix stack depth */
  /external/quake/quake/src/QW/client/
r_aliasa.s 164 // // projection
  /external/quake/quake/src/WinQuake/
r_aliasa.s 164 // // projection
  /external/v8/benchmarks/
deltablue.js 847 if (dst.value != 1170) alert("Projection 1 failed");
849 if (src.value != 5) alert("Projection 2 failed");
853 alert("Projection 3 failed");
858 alert("Projection 4 failed");
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 841 if (dst.value != 1170) alert("Projection 1 failed");
843 if (src.value != 5) alert("Projection 2 failed");
847 alert("Projection 3 failed");
852 alert("Projection 4 failed");
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 841 if (dst.value != 1170) alert("Projection 1 failed");
843 if (src.value != 5) alert("Projection 2 failed");
847 alert("Projection 3 failed");
852 alert("Projection 4 failed");
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 841 if (dst.value != 1170) alert("Projection 1 failed");
843 if (src.value != 5) alert("Projection 2 failed");
847 alert("Projection 3 failed");
852 alert("Projection 4 failed");
  /frameworks/base/libs/rs/scriptc/
rs_math.rsh 92 * Computes 6 frustum planes from the view projection matrix
  /packages/apps/Contacts/tests/src/com/android/contacts/voicemail/
VoicemailStatusHelperImplTest.java 256 VoicemailStatusHelperImpl.PROJECTION, getTestPackageSelection(), null, null);
  /packages/apps/Email/src/com/android/email/widget/
EmailWidgetLoader.java 44 // The projection to be used by the WidgetLoader
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
MetaData.java 57 * The column names in the CalendarMetaData table. This projection
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java 145 Log.d("------------------- UPDATE PROJECTION MATRICES", mWidth + " " + mHeight);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pkt_sched.h 294 __u32 d; /* x-projection of the first segment in us */

Completed in 806 milliseconds

1 2 3 4 5 6 7 8 91011>>