Home
last modified time | relevance | path

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

12345678910>>...13

/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/hostsidetests/theme/
Drun_theme_capture_device.py40 def executeParallel(tasks, setup, q, numberThreads): argument
46 self._setup = setup
93 def doCapturing(setup, deviceSerial): argument
94 (themeApkPath, outPath) = setup
171 setup = (themeApkPath, outPath)
172 result = executeParallel(tasks, setup, configQ, numberThreads)
/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/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.java194 TestSetup setup = new TestSetup(); in testPlaySmallBuffer() local
195 AudioTrack track = setup.createTrack(); in testPlaySmallBuffer()
198 int framesWrittenTotal = setup.primeAudioTrack(TEST_NAME); in testPlaySmallBuffer()
220 Thread.sleep(several * framesWrittenTotal * MILLIS_PER_SECOND / setup.sampleRate); in testPlaySmallBuffer()
232 TestSetup setup = new TestSetup(); in testPlayPauseSmallBuffer() local
233 AudioTrack track = setup.createTrack(); in testPlayPauseSmallBuffer()
236 setup.primeAudioTrack(TEST_NAME); in testPlayPauseSmallBuffer()
246 setup.writeSeconds(2.0); // arbitrary, long enough for audio to get to the device in testPlayPauseSmallBuffer()
DMediaSyncTest.java192 mDecoderAudio.setup(INPUT_RESOURCE_ID, null, Long.MAX_VALUE, NO_TIMESTAMP)); in testSetPlaybackParamsFail()
239 if (mDecoderAudio.setup(inputResourceId, null, Long.MAX_VALUE, NO_TIMESTAMP) == false) { in runCheckAudioBuffer()
298 if (mDecoderAudio.setup(inputResourceId, null, Long.MAX_VALUE, NO_TIMESTAMP) == false) { in runFlush()
483 if (mDecoderVideo.setup( in runPlayAV()
491 if (mDecoderAudio.setup( in runPlayAV()
626 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.java36 public void setup() { in setup() method in TheaterModeTest
44 setup(); in testTheaterMode()
DAirplaneModeTest.java37 public void setup() { in setup() method in AirplaneModeTest
45 setup(); in testAirplaneMode()
/cts/tests/tests/transition/src/android/transition/cts/
DChangeScrollTest.java38 public void setup() { in setup() method in ChangeScrollTest
39 super.setup(); in setup()
DFadeTest.java41 public void setup() { in setup() method in FadeTest
42 super.setup(); in setup()
DChangeClipBoundsTest.java41 public void setup() { in setup() method in ChangeClipBoundsTest
42 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/hostsidetests/jvmti/base/app/src/android/jvmti/cts/
DJvmtiTestBase.java47 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/view/src/android/view/cts/
DChoreographerNativeTest.java45 public void setup() { in setup() method in ChoreographerNativeTest
DTextureViewCameraTest.java44 public void setup() { in setup() method in TextureViewCameraTest
DMotionEvent_PointerPropertiesTest.java39 public void setup() { in setup() method in MotionEvent_PointerPropertiesTest
/cts/tests/tests/app/src/android/app/cts/
DPictureInPictureActionsTest.java46 public void setup() { in setup() method in PictureInPictureActionsTest
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodFlowTestHelper.java16 public void setup() { in setup() method in ByodFlowTestHelper
/cts/apps/CameraITS/tests/inprog/scene2/
DREADME5 the setup that they require.
/cts/tests/tests/widget/src/android/widget/cts/
DPointerIconTest.java54 public void setup() { in setup() method in PointerIconTest
120 tabHost.setup(); in testTabWidget()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DSanityTest.java48 public void setup() { in setup() method in SanityTest

12345678910>>...13