Home
last modified time | relevance | path

Searched defs:testCase (Results 1 – 22 of 22) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestSuite.java80 TestCase testCase = getTestCase(testClassName); in findTest() local
124 TestCase testCase = mChildTestCaseMap.get(testCaseName); in getTestCase() local
175 TestCase testCase = new TestCase(); in parse() local
188 public void insertTestCase(TestCase testCase) { in insertTestCase()
189 mChildTestCaseMap.put(testCase.getName(), testCase); in insertTestCase() local
/cts/suite/audio_quality/lib/src/audio/
DAudioHardware.cpp77 TaskCase* testCase) in createAudioHw()
109 bool AudioHardware::startPlaybackOrRecordById(const android::String8& id, TaskCase* testCase) in startPlaybackOrRecordById()
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DTestListParser.java97 TestCase testCase = new TestCase(caseName); in handleCase() local
102 private void handleTest(TestCase testCase, String test, int timeout) { in handleTest()
DTestSuite.java57 public void addCase(TestCase testCase) { in addCase()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DShellCommandBuilder.java36 public static ShellCommandBuilder create(InstrumentationTestCase testCase) { in create()
40 private ShellCommandBuilder(InstrumentationTestCase testCase) { in ShellCommandBuilder()
DInstrumentedAccessibilityService.java98 InstrumentationTestCase testCase, Class<T> clazz) { in enableService()
160 public static void disableAllServices(InstrumentationTestCase testCase) { in disableAllServices()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestResult.java138 protected void run(TestCase testCase) { in run()
154 public TestNode(TestCase testCase) { in TestNode()
/cts/suite/audio_quality/test/
DAudioHardwareTest.cpp39 TaskCase* testCase = new TaskCase(); in TEST_F() local
DModelBuilderTest.cpp29 TaskGeneric* testCase = mModelBuilder.parseTestDescriptionXml(xmlFile); in TEST_F() local
37 TaskGeneric* testCase = mModelBuilder.parseTestDescriptionXml(xmlFile); in TEST_F() local
/cts/common/util/tests/src/com/android/compatibility/common/util/
DModuleResultTest.java68 ICaseResult testCase = mResult.getOrCreateResult(CLASS); in testCountResults() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestResult.java136 protected void run(TestCase testCase) { in run()
/cts/tests/tests/opengl/src/android/opengl/cts/
DOpenGLES20NativeActivityOne.java88 public OpenGLES20View(Context context, int category, int testCase, CountDownLatch latch) { in OpenGLES20View()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java133 protected Point runRenderSpec(TestCase testCase) { in runRenderSpec()
151 protected Bitmap captureRenderSpec(TestCase testCase) { in captureRenderSpec()
/cts/tests/tests/print/src/android/print/cts/
DCustomPrintOptionsTest.java127 private void testCase(final boolean copyFromOriginal, final Integer numCopies, in testCase() method in CustomPrintOptionsTest
DPrinterCapabilitiesTest.java175 private void testCase(final StubbablePrinterDiscoverySession[] session, in testCase() method in PrinterCapabilitiesTest
/cts/suite/audio_quality/lib/src/task/
DModelBuilder.cpp204 UniquePtr<TaskCase> testCase; in parseBatch() local
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp1113 PreviewTestCase testCase; in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceOpenAndCloseNative() local
1365 PreviewTestCase testCase; in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSessionOpenAndCloseNative() local
1491 PreviewTestCase testCase; in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSimplePreviewNative() local
1591 PreviewTestCase testCase; in Java_android_hardware_camera2_cts_NativeImageReaderTest_testJpegNative() local
1717 PreviewTestCase testCase; in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DJarHostTest.java282 TestCase testCase = (TestCase)testClass.newInstance(); in loadTest() local
/cts/tests/tests/icu/tools/android/icu/cts/tools/
DGenerateTestCaseXML.java190 TestCase testCase = getTestCase(className); in addTest() local
/cts/common/util/src/com/android/compatibility/common/util/
DResultHandler.java158 ICaseResult testCase = module.getOrCreateResult(caseName); in getResults() local
/cts/tests/app/app/src/android/app/stubs/
DDialogStubActivity.java320 ActivityInstrumentationTestCase2<T> testCase, int dialogNumber) { in startDialogActivity()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...