Home
last modified time | relevance | path

Searched defs:projection (Results 1 – 25 of 70) sorted by relevance

123

/external/libwebm/webm_parser/tests/
Dprojection_parser_test.cc29 const Projection projection = parser_.value(); in TEST_F() local
67 const Projection projection = parser_.value(); in TEST_F() local
110 const Projection projection = parser_.value(); in TEST_F() local
138 const Projection projection = parser_.value(); in TEST_F() local
/external/angle/src/android_system_settings/src/com/android/angle/common/
DSearchProvider.java48 public Cursor queryXmlResources(String[] projection) in queryXmlResources()
54 public Cursor queryRawData(String[] projection) in queryRawData()
73 public Cursor queryNonIndexableKeys(String[] projection) in queryNonIndexableKeys()
/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/shadows/support/v4/
DCursorLoaderTest.java17 String[] projection = new String[] { "_id", "TestColumn" }; in testGetters() local
38 String[] projection = new String[] { "_id", "TestColumn" }; in testSetters() local
/external/rust/crates/plotters/src/coord/ranged3d/
Dmod.rs1 mod projection; module
Dcartesian3d.rs14 projection: ProjectionMatrix, field
80 pub fn projection(&self) -> &ProjectionMatrix { in projection() method
/external/rust/crates/pin-utils/src/
Dlib.rs20 mod projection; module
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/spherical/
DProjectionRenderer.java38 public static boolean isSupported(Projection projection) { in isSupported()
111 public void setProjection(Projection projection) { in setProjection()
DSceneRenderer.java127 Projection projection = projectionQueue.pollFloor(lastFrameTimestampNs); in drawFrame() local
190 Projection projection = in setProjection() local
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABProvider.java264 protected Cursor queryInternal(SQLiteDatabase db, Uri uri, String[] projection, in queryInternal()
413 String[] projection = new String[] { in verifyIfMdnExists() local
486 String[] projection = new String[] { in printDeletingValues() local
DEABService.java436 String[] projection = new String[] { in checkForContactNumberChanges() local
584 String[] projection = new String[] { ContactsContract.Data._ID, in checkForPhoneNumberDelete() local
707 String[] projection = new String[] { in checkForDeletedContact() local
751 String[] projection = new String[] { in checkForProfileNumberChanges() local
916 String[] projection = new String[] { in checkForDeletedProfileContacts() local
DDatabaseContentProvider.java319 protected abstract Cursor queryInternal(final SQLiteDatabase db, Uri uri, String[] projection, in queryInternal()
323 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
/external/rust/crates/pin-utils/tests/
Dprojection.rs18 fn projection() { in projection() function
/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_messages.py958 projection = _messages.EnumField('ProjectionValueValuesEnum', 4) variable in StorageBucketsGetRequest
1044 projection = _messages.EnumField('ProjectionValueValuesEnum', 5) variable in StorageBucketsInsertRequest
1076 projection = _messages.EnumField('ProjectionValueValuesEnum', 5) variable in StorageBucketsListRequest
1163 projection = _messages.EnumField('ProjectionValueValuesEnum', 7) variable in StorageBucketsPatchRequest
1274 projection = _messages.EnumField('ProjectionValueValuesEnum', 7) variable in StorageBucketsUpdateRequest
1634 projection = _messages.EnumField('ProjectionValueValuesEnum', 13) variable in StorageObjectsCopyRequest
1728 projection = _messages.EnumField('ProjectionValueValuesEnum', 8) variable in StorageObjectsGetRequest
1810 projection = _messages.EnumField('ProjectionValueValuesEnum', 10) variable in StorageObjectsInsertRequest
1852 projection = _messages.EnumField('ProjectionValueValuesEnum', 6) variable in StorageObjectsListRequest
1925 projection = _messages.EnumField('ProjectionValueValuesEnum', 10) variable in StorageObjectsPatchRequest
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentProviderClient.java49 Uri url, String[] projection, String selection, String[] selectionArgs, String sortOrder) in query()
57 String[] projection, in query()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DFieldVector.java230 FieldVector<T> projection(FieldVector<T> v) in projection() method
238 FieldVector<T> projection(T[] v) in projection() method
DArrayFieldVector.java592 public FieldVector<T> projection(FieldVector<T> v) { in projection() method in ArrayFieldVector
597 public FieldVector<T> projection(T[] v) { in projection() method in ArrayFieldVector
606 public ArrayFieldVector<T> projection(ArrayFieldVector<T> v) { in projection() method in ArrayFieldVector
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/video/spherical/
DProjectionTest.java42 Projection projection = in sphericalMesh() local
DProjectionDecoderTest.java57 Projection projection = ProjectionDecoder.decode(data, C.STEREO_MODE_MONO); in testDecoding() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
DRoboCursor.java14 public String[] projection; field in RoboCursor
25 …public void setQuery(Uri uri, String[] projection, String selection, String[] selectionArgs, Strin… in setQuery()
/external/dagger2/javatests/dagger/android/support/functional/
DTestContentProvider.java33 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
/external/libkmsxx/kmscube/
Dcube-gles2.cpp234 ESMatrix projection; in draw() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/testing/
DTestContentProvider1.java27 …public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String… in query()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DMmsFileProvider.java41 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
DTelephonyTestProvider.java50 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java232 String[] projection = {}; in query_shouldKnowWhatItsParamsWere() local
811 public String[] projection; field in ShadowContentResolverTest.QueryParamTrackingCursor
817 …public void setQuery(Uri uri, String[] projection, String selection, String[] selectionArgs, Strin… in setQuery()

123