/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | DeletedContactUtil.java | 36 String[] projection = new String[]{ in queryDeletedTimestampForContactId() local 53 String[] projection = new String[] { in getCount() local 69 public static List<String[]> query(ContentResolver resolver, String[] projection) { in query() 79 public static List<String[]> querySinceTimestamp(ContentResolver resolver, String[] projection, in querySinceTimestamp()
|
D | ContactsContract_AllUriTest.java | 283 String[] projection, String selection, in checkQueryExecutable() 286 try (Cursor c = mResolver.query(uri, projection, selection, in checkQueryExecutable() argument 295 try (Cursor c = mResolver.query(uri, projection, selection, in checkQueryExecutable() argument 307 projection, selection, selectionArgs, sortOrder)) { in checkQueryExecutable() argument 322 projection, selection, selectionArgs, sortOrder)) { in checkQueryExecutable() argument 331 String[] projection, String selection, in checkQueryNotExecutable() 334 try (Cursor c = mResolver.query(uri, projection, selection, in checkQueryNotExecutable() argument 493 final String[] projection = {getColumns(uri)[0]}; in testSelectWithAllArgs() local 551 private void checkColumnNotAccessibleInner(Uri uri, String[] projection, String selection, in checkColumnNotAccessibleInner() 554 try (Cursor c = mResolver.query(uri, projection, selection, in checkColumnNotAccessibleInner() argument
|
D | RawContactUtil.java | 65 long rawContactId, String[] projection) { in queryByRawContactId() 77 String[] projection) { in queryByContactId() 93 String[] projection = new String[]{ in queryContactIdByRawContactId() local
|
D | ContactsContract_DeletedContacts.java | 63 String[] projection = new String[] { in testQuery_returnsProperColumns() local 116 String[] projection = new String[]{ in testQuerySinceTimestamp() local
|
D | ContactUtil.java | 48 String[] projection = new String[]{ in recordExistsForContactId() local 60 String[] projection = new String[]{ in queryContactLastUpdatedTimestamp() local
|
D | DummyGalProvider.java | 82 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() 128 private Cursor handleDirectories(String[] projection) { in handleDirectories() 166 private Cursor handleFilter(Uri uri, String[] projection) throws JSONException { in handleFilter()
|
D | DataUtil.java | 35 public static String[] queryById(ContentResolver resolver, long dataId, String[] projection, in queryById() 42 public static String[] queryById(ContentResolver resolver, long dataId, String[] projection) { in queryById()
|
/cts/tests/openglperf2/jni/graphics/ |
D | ProgramNode.cpp | 21 void ProgramNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in before() 25 void ProgramNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after() 29 void ProgramNode::drawProgram(Matrix& model, Matrix& view, Matrix& projection) { in drawProgram()
|
D | Program.cpp | 21 void Program::before(Matrix& model, Matrix& view, Matrix& projection) { in before() 25 void Program::after(Matrix& model, Matrix& view, Matrix& projection) { in after()
|
D | TransformationNode.cpp | 25 Matrix& projection) { in before() 33 Matrix& projection) { in after()
|
D | TexturedMeshNode.cpp | 21 void TexturedMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in before() 39 void TexturedMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after()
|
D | PerspectiveMeshNode.cpp | 23 void PerspectiveMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection)… in before() 64 void PerspectiveMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after()
|
D | PerspectiveProgram.cpp | 32 void PerspectiveProgram::before(Matrix& model, Matrix& view, Matrix& projection) { in before()
|
D | SceneGraphNode.cpp | 26 void SceneGraphNode::draw(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in draw()
|
/cts/tests/tvprovider/src/android/tvprovider/cts/ |
D | TvProviderPerfTest.java | 122 final String[] projection = { Channels._ID }; in testChannels() local 124 projection, null, null, null)) { in testChannels() argument 167 projection, null, null, null)) { in testChannels() argument 261 final String[] projection = { Programs._ID }; in testPrograms() local 332 projection, null, null, null)) { in testPrograms() argument
|
/cts/tests/openglperf2/jni/reference/scene/flocking/ |
D | WaterMeshNode.cpp | 23 void WaterMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in before() 68 void WaterMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after()
|
/cts/tests/openglperf2/jni/reference/scene/glowing/ |
D | BlurMeshNode.cpp | 23 void BlurMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in before() 55 void BlurMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
D | MultipleTracksTestActivity.java | 121 String[] projection = { TvContract.Channels._ID }; in onClick() local 124 projection, null, null, null)) { in onClick() argument
|
D | AppLinkTestActivity.java | 61 String[] projection = { TvContract.Channels._ID }; in onClick() local 64 projection, null, null, null)) { in onClick() argument
|
D | ParentalControlTestActivity.java | 141 String[] projection = { TvContract.Channels._ID }; in onClick() local 144 projection, null, null, null)) { in onClick() argument
|
D | TimeShiftTestActivity.java | 183 String[] projection = { TvContract.Channels._ID }; in onClick() local 186 projection, null, null, null)) { in onClick() argument
|
D | MockTvInputSetupActivity.java | 68 final String[] projection = { TvContract.Channels._ID }; in onCreate() local 69 try (Cursor cursor = getContentResolver().query(uri, projection, null, null, null)) { in onCreate() argument
|
/cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/ |
D | MyDocumentsProvider.java | 68 private static String[] resolveRootProjection(String[] projection) { in resolveRootProjection() 72 private static String[] resolveDocumentProjection(String[] projection) { in resolveDocumentProjection() 85 public Cursor queryRoots(String[] projection) throws FileNotFoundException { in queryRoots() 338 public Cursor querySearchDocuments(String rootId, String query, String[] projection) in querySearchDocuments() 352 public Cursor queryDocument(String documentId, String[] projection) in queryDocument() 360 public Cursor queryChildDocuments(String parentDocumentId, String[] projection, in queryChildDocuments()
|
/cts/tests/tests/database/src/android/database/cts/ |
D | DatabaseUtils_InsertHelperTest.java | 88 final String[] projection = new String[] { in testInsert() local 190 final String[] projection = new String[] { in testReplace() local
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | CrossProfileCalendarTest.java | 190 final String[] projection = new String[] { in testPrimaryProfile_getCorrectWorkCalendarsWhenEnabled() local 219 final String[] projection = new String[] { in testPrimaryProfile_getCorrectWorkEventsWhenEnabled() local 244 final String[] projection = new String[]{ in testPrimaryProfile_getCorrectWorkInstancesWhenEnabled() local 269 final String[] projection = new String[]{ in testPrimaryProfile_getCorrectWorkInstancesByDayWhenEnabled() local 367 final String[] projection = new String[] { in testPrimaryProfile_getExceptionWhenQueryNonWhitelistedColumns() local
|