Home
last modified time | relevance | path

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

123

/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/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.java442 String[] projection = new String[] { in checkForContactNumberChanges() local
590 String[] projection = new String[] { ContactsContract.Data._ID, in checkForPhoneNumberDelete() local
713 String[] projection = new String[] { in checkForDeletedContact() local
757 String[] projection = new String[] { in checkForProfileNumberChanges() local
922 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/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()
DShadowAsyncQueryHandler.java55 String[] projection, in startQuery()
/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_messages.py957 projection = _messages.EnumField('ProjectionValueValuesEnum', 4) variable in StorageBucketsGetRequest
1043 projection = _messages.EnumField('ProjectionValueValuesEnum', 5) variable in StorageBucketsInsertRequest
1075 projection = _messages.EnumField('ProjectionValueValuesEnum', 5) variable in StorageBucketsListRequest
1162 projection = _messages.EnumField('ProjectionValueValuesEnum', 7) variable in StorageBucketsPatchRequest
1273 projection = _messages.EnumField('ProjectionValueValuesEnum', 7) variable in StorageBucketsUpdateRequest
1633 projection = _messages.EnumField('ProjectionValueValuesEnum', 13) variable in StorageObjectsCopyRequest
1727 projection = _messages.EnumField('ProjectionValueValuesEnum', 8) variable in StorageObjectsGetRequest
1809 projection = _messages.EnumField('ProjectionValueValuesEnum', 10) variable in StorageObjectsInsertRequest
1851 projection = _messages.EnumField('ProjectionValueValuesEnum', 6) variable in StorageObjectsListRequest
1924 projection = _messages.EnumField('ProjectionValueValuesEnum', 10) variable in StorageObjectsPatchRequest
[all …]
/external/libkmsxx/kmscube/
Dcube-gles2.cpp235 ESMatrix projection; in draw() local
/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/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/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/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()
DApiProvider.java94 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
DScriptProvider.java92 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
/external/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/
DCanvasMatrixUtil.java46 public static Matrix createPerspectiveMatrix(float[] model, float[] view, float[] projection, in createPerspectiveMatrix()
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/
DCanvasMatrixUtil.java46 public static Matrix createPerspectiveMatrix(float[] model, float[] view, float[] projection, in createPerspectiveMatrix()
/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()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DInterpreterProvider.java95 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
/external/tensorflow/tensorflow/contrib/image/kernels/
Dimage_ops.h61 float projection = transform[6] * output_x + transform[7] * output_y + 1.f; in operator() local
/external/eigen/Eigen/src/Geometry/
DParametrizedLine.h93 EIGEN_DEVICE_FUNC VectorType projection(const VectorType& p) const in projection() function
DHyperplane.h152 …EIGEN_DEVICE_FUNC inline VectorType projection(const VectorType& p) const { return p - signedDista… in projection() function
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DMapField.cs676 private readonly Func<KeyValuePair<TKey, TValue>, T> projection; field in Google.Protobuf.Collections.MapField.MapView
681 Func<KeyValuePair<TKey, TValue>, T> projection, in MapView()
/external/ImageMagick/MagickCore/
Dshear.c217 MatrixInfo *destination_matrixs,const ssize_t sign,size_t *projection) in RadonProjection()
326 const double threshold,size_t *projection,ExceptionInfo *exception) in RadonTransform()
590 *projection, in DeskewImage() local

123