Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/cts/hostsidetests/theme/
Dgenerate_images.py65 def __init__(self, tasks, setup, q): argument
69 self._setup = setup
97 def execute_parallel(tasks, setup, q, num_threads): argument
101 t = ParallelExecutor(tasks, setup, q)
118 def do_capture(setup, device_serial): argument
119 (themeApkPath, out_path) = setup
237 … result = do_capture(setup=(theme_apk, out_path), device_serial=emulator.get_serial())
246 setup = (theme_apk, out_path)
255 result = execute_parallel(tasks, setup, device_queue, len(devices))
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DLaunchClip.java44 void setup(boolean makeIn, boolean makeOut, int x, int y, int z, boolean face, boolean lods, in setup() method in LaunchClip
195 setup(false, true, 256, 0, 0, false, false, 0, 0, 0, 0); in testWrite1D()
206 setup(false, true, 256, 0, 0, false, false, 0, 0, 0, 0); in testWrite1DAdapter1D()
219 setup(false, true, 256, 256, 0, false, false, 0, 0, 0, 0); in testWrite2D()
231 setup(false, true, 256, 256, 0, false, false, 0, 0, 0, 0); in testWrite2DAdapter1D()
244 setup(false, true, 256, 256, 0, false, false, 0, 0, 0, 0); in testWrite2DAdapter2D()
257 setup(false, true, 64, 64, 64, false, false, 0, 0, 0, 0); in testWrite3D()
270 setup(false, true, 64, 64, 64, false, false, 0, 0, 0, 0); in testWrite3DAdapter1D()
285 setup(false, true, 64, 64, 64, false, false, 0, 0, 0, 0); in testWrite3DAdapter2D()
300 setup(false, true, 64, 64, 64, false, false, 0, 0, 0, 0); in testWrite3DAdapter3D()
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DLaunchSequence.java202 launchSequenceExecutionInfo.setup.add(intent); in fold()
251 List<LaunchFromIntent> setup; field in LaunchSequence.LaunchSequenceExecutionInfo
254 public LaunchSequenceExecutionInfo(List<LaunchFromIntent> setup, in LaunchSequenceExecutionInfo() argument
256 this.setup = setup; in LaunchSequenceExecutionInfo()
DLaunchRunner.java164 List<GenerationIntent> setupIntents = prepareSerialisation(executionInfo.setup); in runAndSerialize()
168 Persistence.Setup setup = new Persistence.Setup(setupIntents, actIntents); in runAndSerialize() local
170 return new Persistence.TestCase(setup, launchRecord.initialDump, launchRecord.endDump, in runAndSerialize()
186 if (work.setup.isEmpty() || work.acts.isEmpty()) { in run()
191 LaunchFromIntent firstIntent = work.setup.get(0); in run()
198 for (int i = 1; i < work.setup.size(); i++) { in run()
199 LaunchFromIntent launchFromIntent = work.setup.get(i); in run()
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DPublicVolumeLegacyTest.java35 public void setup() throws Exception { in setup() method in PublicVolumeLegacyTest
39 super.setup(); in setup()
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DPublicVolumeTest.java36 public void setup() throws Exception { in setup() method in PublicVolumeTest
40 super.setup(); in setup()
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DDeviceStateTester.java48 setup(annotations); in apply()
62 setup(annotations); in apply()
79 private void setup(List<Annotation> annotations) { in setup() method in DeviceStateTester
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DPublicVolumeHostTest.java57 public void setup() throws Exception { in setup() method in PublicVolumeHostTest
60 super.setup(); in setup()
DPublicVolumeCoreHostTest.java59 public void setup() throws Exception { in setup() method in PublicVolumeCoreHostTest
62 super.setup(); in setup()
DPublicVolumeLegacyHostTest.java60 public void setup() throws Exception { in setup() method in PublicVolumeLegacyHostTest
63 super.setup(); in setup()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DCtsMediaOutputSurface.java77 setup(this); in CtsMediaOutputSurface()
85 setup(this); in CtsMediaOutputSurface()
89 setup(listener); in CtsMediaOutputSurface()
96 private void setup(SurfaceTexture.OnFrameAvailableListener listener) { in setup() method in CtsMediaOutputSurface
/cts/tests/mediapc/src/android/mediapc/cts/
DOutputSurface.java75 setup(this); in OutputSurface()
83 setup(this); in OutputSurface()
87 setup(listener); in OutputSurface()
94 private void setup(SurfaceTexture.OnFrameAvailableListener listener) { in setup() method in OutputSurface
/cts/tests/tests/media/common/src/android/media/cts/
DOutputSurface.java92 setup(this); in OutputSurface()
100 setup(this); in OutputSurface()
104 setup(listener); in OutputSurface()
117 private void setup(SurfaceTexture.OnFrameAvailableListener listener) { in setup() method in OutputSurface
/cts/tests/tests/os/src/android/os/cts/
DISharedMemoryService.aidl22 void setup(in SharedMemory memory, int prot); in setup() method
/cts/tests/media/common/src/android/mediav2/common/cts/
DOutputSurface.java88 setup(this, useYuvSampling); in OutputSurface()
96 setup(this, /* useYuvSampling */ false); in OutputSurface()
100 setup(listener, /* useYuvSampling */ false); in OutputSurface()
114 private void setup(SurfaceTexture.OnFrameAvailableListener listener, boolean useYuvSampling) { in setup() method in OutputSurface
/cts/tests/tests/transition/src/android/transition/cts/
DChangeScrollTest.java42 public void setup() { in setup() method in ChangeScrollTest
43 super.setup(); in setup()
DChangeClipBoundsTest.java43 public void setup() { in setup() method in ChangeClipBoundsTest
44 super.setup(); in setup()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DASurfaceControlInputReceiverTest.java118 helper.setup(null, new InputReceiver() { in testLocalASurfaceControlReceivesInput()
175 helper.setup(null, new IMotionEventReceiver.Stub() { in testRemoteASurfaceControlReceivesInput()
205 helper.setup((v, event) -> { in testTransferGestureFromHostToEmbedded()
250 helper.setup((v, event) -> { in testTransferGestureFromHostToEmbeddedRemote()
286 helper.setup((v, event) -> { in testTransferGestureFromEmbeddedToHost()
330 helper.setup((v, event) -> { in testTransferGestureFromEmbeddedToHostRemote()
404 public void setup(View.OnTouchListener hostTouchListener, in setup() method in ASurfaceControlInputReceiverTest.LocalSurfaceControlInputReceiverHelper
472 public void setup(View.OnTouchListener hostTouchListener, in setup() method in ASurfaceControlInputReceiverTest.RemoteSurfaceControlInputReceiverHelper
/cts/tests/tests/dreams/src/android/service/dreams/cts/
DDreamOverlayTest.java77 public void setup() { in setup() method in DreamOverlayTest
78 mDreamCoordinator.setup(); in setup()
/cts/hostsidetests/jvmti/base/app/src/android/jvmti/cts/
DJvmtiTestBase.java48 public void setup() { in setup() method in JvmtiTestBase
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTrackLatencyTest.java246 TestSetup setup = new TestSetup(); in testPlaySmallBuffer() local
247 AudioTrack track = setup.createTrack(); in testPlaySmallBuffer()
250 int framesWrittenTotal = setup.primeAudioTrack(TEST_NAME); in testPlaySmallBuffer()
276 + (several * framesWrittenTotal * MILLIS_PER_SECOND / setup.sampleRate); in testPlaySmallBuffer()
289 TestSetup setup = new TestSetup(); in testPlayPauseSmallBuffer() local
290 AudioTrack track = setup.createTrack(); in testPlayPauseSmallBuffer()
293 setup.primeAudioTrack(TEST_NAME); in testPlayPauseSmallBuffer()
303 setup.writeSeconds(2.0); // arbitrary, long enough for audio to get to the device in testPlayPauseSmallBuffer()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/PoseProvider/
DPoseProvider.java47 public abstract void setup(); in setup() method in PoseProvider
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DAuthenticatorContentProvider.java69 setup(); in call()
79 public void setup() { in setup() method in AuthenticatorContentProvider
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextClassificationManagerTest.java40 public void setup() { in setup() method in TextClassificationManagerTest
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DCondition.java196 public static <T> T waitForResult(String message, Consumer<Condition<T>> setup) { in waitForResult() argument
198 setup.accept(condition); in waitForResult()

12345678910>>...22