Home
last modified time | relevance | path

Searched refs:projection (Results 1 – 25 of 69) sorted by relevance

123

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowCursorLoader.java14 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()
DShadowMapView.java38 private Projection projection; field in ShadowMapView
104 if (projection == null) { in getProjection()
105 projection = new Projection() { in getProjection()
127 return projection; in getProjection()
DShadowContentResolver.java118 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/
DCursorLoaderTest.java18 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()
DContentResolverTest.java157 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/
DSimpleTestCursor.java10 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/
Dgcs_json_api.py381 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 …]
Dtracker_file.py249 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/
DSimpleVertexShader.hlsl5 matrix projection;
31 // Calculate the position of the vertex against the world, view, and projection matrices.
34 output.position = mul(output.position, projection);
DCubeRenderer.h12 DirectX::XMFLOAT4X4 projection; member
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
DSimpleVertexShader.hlsl5 matrix projection;
31 // Calculate the position of the vertex against the world, view, and projection matrices.
34 output.position = mul(output.position, projection);
DQuadRenderer.h11 DirectX::XMFLOAT4X4 projection; member
/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
Dstorage_v1_messages.py764 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/
Dstorage_v1_messages.py756 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 …]
Dstorage_v1.py691 … 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/
Deigen2_parametrizedline.cpp41 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/
DFieldVector.java230 FieldVector<T> projection(FieldVector<T> v) in projection() method
238 FieldVector<T> projection(T[] v) in projection() method
DRealVector.java871 RealVector projection(RealVector v); in projection() method
879 RealVector projection(double[] 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
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/
Dgeo_parametrizedline.cpp41 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/
Dupdate_test_suites.py120 projection=['deprecated', 'description'])
207 2000, start_cursor=cursor, projection=['monitored'])
Ddebug_alert.py253 q = graph_data.Row.query(projection=['revision', 'value'])
275 query = graph_data.Row.query(projection=['revision', 'value'])
/external/vulkan-validation-layers/libs/glm/gtx/
Dprojection.inl7 // File : glm/gtx/projection.inl
/external/svox/pico/src/com/svox/pico/providers/
DSettingsProvider.java81 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() argument
/external/mesa3d/docs/
DMESA_window_pos.spec32 coordinate with the RasterPos command, the modelview matrix, projection

123