Home
last modified time | relevance | path

Searched refs:runner (Results 1 – 25 of 1832) sorted by relevance

12345678910>>...74

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DMffContext.java325 void addRunner(GraphRunner runner) { in addRunner() argument
327 mRunners.add(runner); in addRunner()
391 for (GraphRunner runner : mRunners) { in stopRunners()
393 runner.halt(); in stopRunners()
395 runner.stop(); in stopRunners()
400 for (GraphRunner runner : mRunners) { in stopRunners()
401 runner.flushFrames(); in stopRunners()
409 for (GraphRunner runner : mRunners) { in resumeRunners()
410 runner.restart(); in resumeRunners()
423 for (GraphRunner runner : mRunners) { in waitUntilStopped()
[all …]
DFilterGraph.java316 public void attachToRunner(GraphRunner runner) { in attachToRunner() argument
319 subGraph.attachToRunner(runner); in attachToRunner()
321 runner.attachGraph(this); in attachToRunner()
322 mRunner = runner; in attachToRunner()
323 } else if (mRunner != runner) { in attachToRunner()
468 GraphRunner runner = getRunner(); in run() local
469 runner.setIsVerbose(false); in run()
470 runner.start(this); in run()
471 return runner; in run()
484 GraphRunner runner = new GraphRunner(mContext); in getRunner() local
[all …]
/frameworks/base/services/tests/
Druntests.py54 runner = os.environ.get('INSTRUMENTED_PACKAGE_RUNNER', None)
58 if runner is None:
59 runner = INSTRUMENTED_PACKAGE_RUNNER
77 (' '.join(sys.argv[1:]), runner))
84 (package, runner))
/frameworks/base/test-runner/
DAndroid.bp17 // Build the android.test.runner library
20 name: "android.test.runner",
39 "junit.runner",
46 // Build the android.test.runner-minus-junit library
51 name: "android.test.runner-minus-junit",
63 // Build the repackaged.android.test.runner library
66 name: "repackaged.android.test.runner",
92 name: "android-test-runner-current.txt",
/frameworks/base/startop/scripts/app_startup/
Drun_app_with_prefetch_test.py43 import run_app_with_prefetch as runner namespace
89 return vars(runner.parse_options(shlex.split(args)))
158 opts = runner.parse_options(shlex.split(args))
159 result = runner.PrefetchAppRunner(**vars(opts)).run()
172 prefetch_app_runner = runner.PrefetchAppRunner(package='music',
197 prefetch_app_runner = runner.PrefetchAppRunner(package='music',
225 prefetch_app_runner = runner.PrefetchAppRunner(package='music',
259 prefetch_app_runner = runner.PrefetchAppRunner(package='music',
/frameworks/base/core/java/android/view/
DRemoteAnimationAdapter.java69 public RemoteAnimationAdapter(IRemoteAnimationRunner runner, long duration, in RemoteAnimationAdapter() argument
71 mRunner = runner; in RemoteAnimationAdapter()
78 public RemoteAnimationAdapter(IRemoteAnimationRunner runner, long duration, in RemoteAnimationAdapter() argument
80 this(runner, duration, statusBarTransitionDelay, false /* changeNeedsSnapshot */); in RemoteAnimationAdapter()
DInsetsController.java428 RunningAnimation(InsetsAnimationControlRunner runner, int type) { in RunningAnimation() argument
429 this.runner = runner; in RunningAnimation()
433 final InsetsAnimationControlRunner runner; field in InsetsController.RunningAnimation
554 InsetsAnimationControlRunner runner = runningAnimation.runner; in InsetsController()
555 if (runner instanceof InsetsAnimationControlImpl) { in InsetsController()
556 InsetsAnimationControlImpl control = (InsetsAnimationControlImpl) runner; in InsetsController()
967 final InsetsAnimationControlRunner runner = useInsetsAnimationThread in controlAnimationUnchecked() local
974 mRunningAnimations.add(new RunningAnimation(runner, animationType)); in controlAnimationUnchecked()
979 cancelAnimation(runner, true /* invokeCallback */); in controlAnimationUnchecked()
1079 InsetsAnimationControlRunner control = mRunningAnimations.get(i).runner; in cancelExistingControllers()
[all …]
DInsetsAnimationThreadControlRunner.java61 public void scheduleApplyChangeInsets(InsetsAnimationControlRunner runner) {
66 public void notifyFinished(InsetsAnimationControlRunner runner, boolean shown) {
68 "InsetsAsyncAnimation: " + WindowInsets.Type.toString(runner.getTypes()),
69 runner.getTypes());
DInsetsAnimationControlCallbacks.java47 void scheduleApplyChangeInsets(InsetsAnimationControlRunner runner); in scheduleApplyChangeInsets() argument
54 void notifyFinished(InsetsAnimationControlRunner runner, boolean shown); in notifyFinished() argument
/frameworks/base/packages/SystemUI/tests/src/com/android/
DAAAPlusPlusVerifySysuiRequiredTestPropertiesTest.java28 import androidx.test.internal.runner.ClassPathScanner;
29 import androidx.test.internal.runner.ClassPathScanner.ChainedClassNameFilter;
30 import androidx.test.internal.runner.ClassPathScanner.ExternalClassNameFilter;
36 import org.junit.runner.RunWith;
155 if (loadedClass.isAnnotationPresent(org.junit.runner.RunWith.class)) { in isTestClass()
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/tests/
DNoActivityJUnit4Test.java19 import androidx.test.runner.AndroidJUnit4;
21 import org.junit.runner.RunWith;
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DWeaverBasedSyntheticPasswordTests.java6 import androidx.test.runner.AndroidJUnit4;
9 import org.junit.runner.RunWith;
/frameworks/base/startop/apps/ColorChanging/app/src/androidTest/java/com/android/startop/colorchanging/
DExampleInstrumentedTest.java6 import androidx.test.runner.AndroidJUnit4;
9 import org.junit.runner.RunWith;
/frameworks/base/test-runner/src/junit/textui/
DTestRunner.java10 import junit.runner.BaseTestRunner;
11 import junit.runner.Version;
76 TestRunner runner= new TestRunner(); in run() local
77 return runner.doRun(test); in run()
/frameworks/base/packages/BackupEncryption/test/unittest/
DAndroid.bp5 "androidx.test.runner",
16 "android.test.runner",
/frameworks/base/core/tests/screenshothelpertests/
DAndroid.bp10 "androidx.test.runner",
18 "android.test.runner",
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/
DInstrumentationTest.java18 import androidx.test.runner.AndroidJUnit4;
26 import org.junit.runner.RunWith;
/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
DTimeDetectorStrategyTest.java23 import androidx.test.runner.AndroidJUnit4;
26 import org.junit.runner.RunWith;
/frameworks/base/tests/net/common/java/android/net/metrics/
DIpReachabilityEventTest.kt20 import androidx.test.runner.AndroidJUnit4
24 import org.junit.runner.RunWith
DDhcpClientEventTest.kt20 import androidx.test.runner.AndroidJUnit4
24 import org.junit.runner.RunWith
/frameworks/base/apct-tests/perftests/core/src/android/os/
DPssPerfTest.java23 import androidx.test.runner.AndroidJUnit4;
27 import org.junit.runner.RunWith;
/frameworks/base/core/tests/coretests/src/android/widget/
DDateTimeViewTest.java22 import androidx.test.runner.AndroidJUnit4;
25 import org.junit.runner.RunWith;
/frameworks/base/core/tests/coretests/src/android/content/
DApexEnvironmentTest.java24 import androidx.test.runner.AndroidJUnit4;
27 import org.junit.runner.RunWith;
/frameworks/base/core/tests/coretests/src/android/view/
DCompositionSamplingListenerTest.java25 import androidx.test.runner.AndroidJUnit4;
28 import org.junit.runner.RunWith;
/frameworks/base/tests/net/java/android/net/
DUidRangeTest.java22 import androidx.test.runner.AndroidJUnit4;
25 import org.junit.runner.RunWith;

12345678910>>...74