/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowCursorLoader.java | 14 private String[] projection; field in ShadowCursorLoader 23 …public void __constructor__(Context context, Uri uri, String[] projection, String selection, Strin… in __constructor__() argument 26 this.projection = projection; in __constructor__() 44 return projection; in getProjection() 48 public void setProjection(String[] projection) { in setProjection() argument 49 this.projection = projection; in setProjection()
|
D | ShadowMapView.java | 38 private Projection projection; field in ShadowMapView 104 if (projection == null) { in getProjection() 105 projection = new Projection() { in getProjection() 127 return projection; in getProjection()
|
D | ShadowContentResolver.java | 118 public final Cursor query(Uri uri, String[] projection, String selection, 122 return provider.query(uri, projection, selection, selectionArgs, sortOrder); 129 returnCursor.setQuery(uri, projection, selection, selectionArgs,
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | CursorLoaderTest.java | 18 String[] projection = new String[] { "_id", "TestColumn" }; in testGetters() local 24 projection, in testGetters() 30 assertThat(cursorLoader.getProjection(), equalTo(projection)); in testGetters() 39 String[] projection = new String[] { "_id", "TestColumn" }; in testSetters() local 45 cursorLoader.setProjection(projection); in testSetters() 51 assertThat(cursorLoader.getProjection(), equalTo(projection)); in testSetters()
|
D | ContentResolverTest.java | 157 String[] projection = {}; in query__shouldKnowWhatItsParamsWere() local 165 …Cursor cursor = shadowContentResolver.query(uri21, projection, selection, selectionArgs, sortOrder… in query__shouldKnowWhatItsParamsWere() 168 assertThat(testCursor.projection, equalTo(projection)); in query__shouldKnowWhatItsParamsWere() 325 …@Override public Cursor query(Uri uri, String[] projection, String selection, String[] selectionAr… in shouldDelegateCallsToRegisteredProvider() 357 public String[] projection; field in ContentResolverTest.QueryParamTrackingTestCursor 363 …public void setQuery(Uri uri, String[] projection, String selection, String[] selectionArgs, Strin… in setQuery() argument 365 this.projection = projection; in setQuery()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/database/ |
D | SimpleTestCursor.java | 10 public String[] projection; field in SimpleTestCursor 20 …public void setQuery(Uri uri, String[] projection, String selection, String[] selectionArgs, Strin… in setQuery() argument 22 this.projection = projection; in setQuery()
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | gcs_json_api.py | 381 projection = (apitools_messages.StorageBucketsGetRequest 384 bucket=bucket_name, projection=projection) 402 projection = (apitools_messages.StorageBucketsPatchRequest 448 projection=projection, 465 projection = (apitools_messages.StorageBucketsInsertRequest 479 bucket=metadata, project=project_id, projection=projection) 514 projection = (apitools_messages.StorageBucketsListRequest 520 projection=projection) 538 maxResults=NUM_BUCKETS_PER_LIST_PAGE, projection=projection) 557 projection = (apitools_messages.StorageObjectsListRequest [all …]
|
D | tracker_file.py | 249 src_obj_metadata, dst_obj_metadata, projection, src_generation=None, argument 285 not projection): 289 src_obj_metadata, dst_obj_metadata, projection, src_generation,
|
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
D | SimpleVertexShader.hlsl | 5 matrix projection; 31 // Calculate the position of the vertex against the world, view, and projection matrices. 34 output.position = mul(output.position, projection);
|
D | CubeRenderer.h | 12 DirectX::XMFLOAT4X4 projection; member
|
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
D | SimpleVertexShader.hlsl | 5 matrix projection; 31 // Calculate the position of the vertex against the world, view, and projection matrices. 34 output.position = mul(output.position, projection);
|
D | QuadRenderer.h | 11 DirectX::XMFLOAT4X4 projection; member
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/ |
D | storage_v1_messages.py | 764 projection = messages.EnumField('ProjectionValueValuesEnum', 4) variable in StorageBucketsGetRequest 850 projection = messages.EnumField('ProjectionValueValuesEnum', 5) variable in StorageBucketsInsertRequest 882 projection = messages.EnumField('ProjectionValueValuesEnum', 5) variable in StorageBucketsListRequest 969 projection = messages.EnumField('ProjectionValueValuesEnum', 7) variable in StorageBucketsPatchRequest 1056 projection = messages.EnumField('ProjectionValueValuesEnum', 7) variable in StorageBucketsUpdateRequest 1372 projection = messages.EnumField('ProjectionValueValuesEnum', 13) variable in StorageObjectsCopyRequest 1448 projection = messages.EnumField('ProjectionValueValuesEnum', 8) variable in StorageObjectsGetRequest 1528 projection = messages.EnumField('ProjectionValueValuesEnum', 10) variable in StorageObjectsInsertRequest 1569 projection = messages.EnumField('ProjectionValueValuesEnum', 6) variable in StorageObjectsListRequest 1641 projection = messages.EnumField('ProjectionValueValuesEnum', 10) variable in StorageObjectsPatchRequest [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/ |
D | storage_v1_messages.py | 756 projection = _messages.EnumField('ProjectionValueValuesEnum', 4) variable in StorageBucketsGetRequest 842 projection = _messages.EnumField('ProjectionValueValuesEnum', 5) variable in StorageBucketsInsertRequest 874 projection = _messages.EnumField('ProjectionValueValuesEnum', 5) variable in StorageBucketsListRequest 961 projection = _messages.EnumField('ProjectionValueValuesEnum', 7) variable in StorageBucketsPatchRequest 1048 projection = _messages.EnumField('ProjectionValueValuesEnum', 7) variable in StorageBucketsUpdateRequest 1364 projection = _messages.EnumField('ProjectionValueValuesEnum', 13) variable in StorageObjectsCopyRequest 1440 projection = _messages.EnumField('ProjectionValueValuesEnum', 8) variable in StorageObjectsGetRequest 1520 projection = _messages.EnumField('ProjectionValueValuesEnum', 10) variable in StorageObjectsInsertRequest 1562 projection = _messages.EnumField('ProjectionValueValuesEnum', 6) variable in StorageObjectsListRequest 1634 projection = _messages.EnumField('ProjectionValueValuesEnum', 10) variable in StorageObjectsPatchRequest [all …]
|
D | storage_v1.py | 691 … request.projection = messages.StorageBucketsGetRequest.ProjectionValueValuesEnum(FLAGS.projection) 758 …request.projection = messages.StorageBucketsInsertRequest.ProjectionValueValuesEnum(FLAGS.projecti… 819 …request.projection = messages.StorageBucketsListRequest.ProjectionValueValuesEnum(FLAGS.projection) 904 …request.projection = messages.StorageBucketsPatchRequest.ProjectionValueValuesEnum(FLAGS.projectio… 989 …request.projection = messages.StorageBucketsUpdateRequest.ProjectionValueValuesEnum(FLAGS.projecti… 2123 …request.projection = messages.StorageObjectsCopyRequest.ProjectionValueValuesEnum(FLAGS.projection) 2309 … request.projection = messages.StorageObjectsGetRequest.ProjectionValueValuesEnum(FLAGS.projection) 2465 …request.projection = messages.StorageObjectsInsertRequest.ProjectionValueValuesEnum(FLAGS.projecti… 2565 …request.projection = messages.StorageObjectsListRequest.ProjectionValueValuesEnum(FLAGS.projection) 2671 …request.projection = messages.StorageObjectsPatchRequest.ProjectionValueValuesEnum(FLAGS.projectio… [all …]
|
/external/eigen/test/eigen2/ |
D | eigen2_parametrizedline.cpp | 41 VERIFY_IS_APPROX( (l0.projection(p1)-p1).norm(), l0.distance(p1) ); in parametrizedline() 42 VERIFY_IS_MUCH_SMALLER_THAN( l0.distance(l0.projection(p1)), RealScalar(1) ); in parametrizedline()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | FieldVector.java | 230 FieldVector<T> projection(FieldVector<T> v) in projection() method 238 FieldVector<T> projection(T[] v) in projection() method
|
D | RealVector.java | 871 RealVector projection(RealVector v); in projection() method 879 RealVector projection(double[] v); in projection() method
|
D | ArrayFieldVector.java | 592 public FieldVector<T> projection(FieldVector<T> v) { in projection() method in ArrayFieldVector 597 public FieldVector<T> projection(T[] v) { in projection() method in ArrayFieldVector 598 return projection(new ArrayFieldVector<T>(v, false)); in projection() 606 public ArrayFieldVector<T> projection(ArrayFieldVector<T> v) { in projection() method in ArrayFieldVector
|
/external/eigen/test/ |
D | geo_parametrizedline.cpp | 41 VERIFY_IS_APPROX( (l0.projection(p1)-p1).norm(), l0.distance(p1) ); in parametrizedline() 42 VERIFY_IS_MUCH_SMALLER_THAN( l0.distance(l0.projection(p1)), RealScalar(1) ); in parametrizedline()
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | update_test_suites.py | 120 projection=['deprecated', 'description']) 207 2000, start_cursor=cursor, projection=['monitored'])
|
D | debug_alert.py | 253 q = graph_data.Row.query(projection=['revision', 'value']) 275 query = graph_data.Row.query(projection=['revision', 'value'])
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | projection.inl | 7 // File : glm/gtx/projection.inl
|
/external/svox/pico/src/com/svox/pico/providers/ |
D | SettingsProvider.java | 81 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() argument
|
/external/mesa3d/docs/ |
D | MESA_window_pos.spec | 32 coordinate with the RasterPos command, the modelview matrix, projection
|