/cts/tests/openglperf2/jni/graphics/ |
D | ProgramNode.cpp | 25 void ProgramNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after() function in ProgramNode 26 program.after(model, view, projection); in after()
|
D | Program.cpp | 25 void Program::after(Matrix& model, Matrix& view, Matrix& projection) { in after() function in Program
|
D | Program.h | 26 virtual void after(Matrix& model, Matrix& view, Matrix& projection);
|
D | PerspectiveMeshNode.h | 29 virtual void after(Program& program, Matrix& model, Matrix& view, Matrix& projection);
|
D | MeshNode.h | 28 virtual void after(Program& program, Matrix& model, Matrix& view, Matrix& projection) = 0;
|
D | TexturedMeshNode.h | 29 virtual void after(Program& program, Matrix& model, Matrix& view, Matrix& projection);
|
D | TransformationNode.h | 28 virtual void after(Program& program, Matrix& model, Matrix& view,
|
D | TransformationNode.cpp | 32 void TransformationNode::after(Program& program, Matrix& model, Matrix& view, in after() function in TransformationNode
|
D | ProgramNode.h | 28 virtual void after(Program& program, Matrix& model, Matrix& view, Matrix& projection);
|
D | SceneGraphNode.h | 28 virtual void after(Program& program, Matrix& model, Matrix& view, Matrix& projection) = 0;
|
D | SceneGraphNode.cpp | 31 after(program, model, view, projection); in draw()
|
D | TexturedMeshNode.cpp | 39 void TexturedMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after() function in TexturedMeshNode
|
D | PerspectiveMeshNode.cpp | 64 void PerspectiveMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after() function in PerspectiveMeshNode
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | UsageStatsTest.java | 213 final UsageStats after = statsMap.get(mTargetPackage); in ignore_testStatsAreShiftedInTimeWhenSystemTimeChanges() local 214 assertEquals(before.getPackageName(), after.getPackageName()); in ignore_testStatsAreShiftedInTimeWhenSystemTimeChanges() 216 long diff = before.getFirstTimeStamp() - after.getFirstTimeStamp(); in ignore_testStatsAreShiftedInTimeWhenSystemTimeChanges() 220 after.getLastTimeStamp() - after.getFirstTimeStamp()); in ignore_testStatsAreShiftedInTimeWhenSystemTimeChanges() 222 after.getLastTimeUsed() - after.getFirstTimeStamp()); in ignore_testStatsAreShiftedInTimeWhenSystemTimeChanges() 223 assertEquals(before.getTotalTimeInForeground(), after.getTotalTimeInForeground()); in ignore_testStatsAreShiftedInTimeWhenSystemTimeChanges()
|
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/ |
D | WriteExternalStorageTest.java | 323 final File after = new File(before.getAbsolutePath() in testMovePackageSpecificPaths() local 325 after.getParentFile().mkdirs(); in testMovePackageSpecificPaths() 327 Os.rename(before.getAbsolutePath(), after.getAbsolutePath()); in testMovePackageSpecificPaths() 332 final File afterFile = new File(after, "test.probe"); in testMovePackageSpecificPaths() 333 assertNotEqual(Os.getuid(), Os.stat(after.getAbsolutePath()).st_uid); in testMovePackageSpecificPaths()
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
D | AccessPermissionWithDiffSigTest.java | 1287 long after = System.currentTimeMillis(); in testGrantPersistableUriPermission() local 1288 assertPersistedUriPermission(target, Intent.FLAG_GRANT_READ_URI_PERMISSION, before, after); in testGrantPersistableUriPermission() 1305 assertPersistedUriPermission(target, Intent.FLAG_GRANT_READ_URI_PERMISSION, before, after); in testGrantPersistableUriPermission() 1315 after = System.currentTimeMillis(); in testGrantPersistableUriPermission() 1316 assertPersistedUriPermission(target, Intent.FLAG_GRANT_READ_URI_PERMISSION, before, after); in testGrantPersistableUriPermission() 1322 after = System.currentTimeMillis(); in testGrantPersistableUriPermission() 1325 before, after); in testGrantPersistableUriPermission() 1329 assertPersistedUriPermission(target, Intent.FLAG_GRANT_WRITE_URI_PERMISSION, before, after); in testGrantPersistableUriPermission() 1345 private void assertPersistedUriPermission(Uri uri, int flags, long before, long after) { in assertPersistedUriPermission() argument 1359 if (after != -1) { in assertPersistedUriPermission() [all …]
|
/cts/tests/openglperf2/jni/reference/scene/flocking/ |
D | WaterMeshNode.h | 29 virtual void after(Program& program, Matrix& model, Matrix& view, Matrix& projection);
|
D | WaterMeshNode.cpp | 68 void WaterMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after() function in WaterMeshNode
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MockTextView.java | 152 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged() argument 153 super.onTextChanged(text, start, before, after); in onTextChanged()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | MockTextView.java | 152 protected void onTextChanged(CharSequence text, int start, int before, int after) { in onTextChanged() argument 153 super.onTextChanged(text, start, before, after); in onTextChanged()
|
/cts/tests/openglperf2/jni/reference/scene/glowing/ |
D | BlurMeshNode.h | 29 virtual void after(Program& program, Matrix& model, Matrix& view, Matrix& projection);
|
D | BlurMeshNode.cpp | 55 void BlurMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after() function in BlurMeshNode
|
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
D | CommonExternalStorageTest.java | 214 final File[] after = new File[before.length - 1]; in dropFirst() local 215 System.arraycopy(before, 1, after, 0, after.length); in dropFirst() 216 return after; in dropFirst()
|
/cts/tests/tests/print/src/android/print/cts/ |
D | PrintJobTest.java | 315 private static boolean isStateTransitionAllowed(int before, int after) { 318 switch (after) { 329 switch (after) { 337 switch (after) {
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | MediaStore_FilesTest.java | 485 final File[] after = new File[before.length - 1]; in dropFirst() local 486 System.arraycopy(before, 1, after, 0, after.length); in dropFirst() 487 return after; in dropFirst()
|