Home
last modified time | relevance | path

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

12345678910>>...15

/cts/hostsidetests/theme/
Dgenerate_images.py59 def __init__(self, tasks, setup, q): argument
63 self._setup = setup
91 def execute_parallel(tasks, setup, q, num_threads): argument
95 t = ParallelExecutor(tasks, setup, q)
112 def do_capture(setup, device_serial): argument
113 (themeApkPath, out_path) = setup
227 result = do_capture(setup=(theme_apk, out_path), device_serial=emulator.get_serial())
236 setup = (theme_apk, out_path)
245 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/suite/audio_quality/test/
DTaskCaseCommon.h31 inline TaskCase* getTaskCase(TaskGeneric*& setup, TaskGeneric*& action) in getTaskCase() argument
35 setup = factory.createTask(TaskGeneric::ETaskSetup); in getTaskCase()
36 taskCase->addChild(setup); in getTaskCase()
DTaskProcessTest.cpp28 TaskGeneric* setup = NULL; in SetUp() local
30 mTestCase = getTaskCase(setup, action); in SetUp()
32 ASSERT_TRUE(setup != NULL); in SetUp()
DTaskSequentialTest.cpp25 TaskGeneric* setup = NULL; in SetUp() local
27 mTestCase = getTaskCase(setup, action); in SetUp()
29 ASSERT_TRUE(setup != NULL); in SetUp()
/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.java153 List<GenerationIntent> setupIntents = prepareSerialisation(executionInfo.setup); in runAndSerialize()
157 Persistence.Setup setup = new Persistence.Setup(setupIntents, actIntents); in runAndSerialize() local
159 return new Persistence.TestCase(setup, launchRecord.initialDump, launchRecord.endDump, in runAndSerialize()
175 if (work.setup.isEmpty() || work.acts.isEmpty()) { in run()
180 LaunchFromIntent firstIntent = work.setup.get(0); in run()
187 for (int i = 1; i < work.setup.size(); i++) { in run()
188 LaunchFromIntent launchFromIntent = work.setup.get(i); in run()
/cts/tests/tests/media/src/android/media/cts/
DOutputSurface.java73 setup(this); in OutputSurface()
81 setup(this); in OutputSurface()
85 setup(listener); in OutputSurface()
92 private void setup(SurfaceTexture.OnFrameAvailableListener listener) { in setup() method in OutputSurface
DAudioTrackLatencyTest.java197 TestSetup setup = new TestSetup(); in testPlaySmallBuffer() local
198 AudioTrack track = setup.createTrack(); in testPlaySmallBuffer()
201 int framesWrittenTotal = setup.primeAudioTrack(TEST_NAME); in testPlaySmallBuffer()
227 + (several * framesWrittenTotal * MILLIS_PER_SECOND / setup.sampleRate); in testPlaySmallBuffer()
240 TestSetup setup = new TestSetup(); in testPlayPauseSmallBuffer() local
241 AudioTrack track = setup.createTrack(); in testPlayPauseSmallBuffer()
244 setup.primeAudioTrack(TEST_NAME); in testPlayPauseSmallBuffer()
254 setup.writeSeconds(2.0); // arbitrary, long enough for audio to get to the device in testPlayPauseSmallBuffer()
DMediaSyncTest.java195 mDecoderAudio.setup(INPUT_RESOURCE_ID, null, Long.MAX_VALUE, NO_TIMESTAMP)); in testSetPlaybackParamsFail()
242 if (mDecoderAudio.setup(inputResourceId, null, Long.MAX_VALUE, NO_TIMESTAMP) == false) { in runCheckAudioBuffer()
301 if (mDecoderAudio.setup(inputResourceId, null, Long.MAX_VALUE, NO_TIMESTAMP) == false) { in runFlush()
486 if (mDecoderVideo.setup( in runPlayAV()
494 if (mDecoderAudio.setup( in runPlayAV()
629 public boolean setup( in setup() method in MediaSyncTest.Decoder
/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/tests/net/src/android/net/cts/
DTheaterModeTest.java35 public void setup() { in setup() method in TheaterModeTest
44 setup(); in testTheaterMode()
DAirplaneModeTest.java38 public void setup() { in setup() method in AirplaneModeTest
46 setup(); in testAirplaneMode()
/cts/hostsidetests/hdmicec/
DREADME.md20 ![drawing](setup.png)
24 Given the setup described above you can run all of these tests with the command
/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()
DChangeTransformTest.java43 public void setup() { in setup() method in ChangeTransformTest
44 super.setup(); in setup()
/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/os/src/android/os/cts/
DSharedMemoryTest.java115 mRemote.setup(sharedMemory, PROT_READ | PROT_WRITE); in testReadWrite()
137 mRemote.setup(sharedMemory, PROT_READ); in testReadOnly()
164 mRemote.setup(sharedMemory, PROT_READ | PROT_WRITE); in testUseAfterClose()
DISharedMemoryService.aidl22 void setup(in SharedMemory memory, int prot); in setup() method
/cts/tests/tests/widget/src/android/widget/cts/
DPointerIconTest.java56 public void setup() { in setup() method in PointerIconTest
125 tabHost.setup(); in testTabWidget()
/cts/hostsidetests/jvmti/base/app/src/android/jvmti/cts/
DJvmtiTestBase.java48 public void setup() { in setup() method in JvmtiTestBase
/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/app/src/android/app/cts/
DPictureInPictureActionsTest.java46 public void setup() { in setup() method in PictureInPictureActionsTest
/cts/tests/tests/view/src/android/view/cts/
DTextureViewCameraTest.java45 public void setup() { in setup() method in TextureViewCameraTest

12345678910>>...15