Home
last modified time | relevance | path

Searched refs:test1 (Results 1 – 13 of 13) sorted by relevance

/cts/common/host-side/tradefed/tests/res/testtype/
DtestJar2.jar ... () throws java.lang.Exception public void test1 () public void test2 () public void test3 ...
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DMetadataReporterTest.java118 TestIdentifier test1 = new TestIdentifier(CLASS, METHOD_1); in runTests() local
119 mReporter.testStarted(test1); in runTests()
121 mReporter.testEnded(test1, new HashMap<String, String>()); in runTests()
126 mReporter.testEnded(test1, new HashMap<String, String>()); in runTests()
DConsoleReporterTest.java97 TestIdentifier test1 = new TestIdentifier(CLASS, METHOD_1); in runTests() local
98 mReporter.testStarted(test1); in runTests()
99 mReporter.testEnded(test1, new HashMap<String, String>()); in runTests()
DResultReporterTest.java146 TestIdentifier test1 = new TestIdentifier(CLASS, METHOD_1); in testResultReporting() local
147 mReporter.testStarted(test1); in testResultReporting()
148 mReporter.testEnded(test1, new HashMap<String, String>()); in testResultReporting()
265 TestIdentifier test1 = new TestIdentifier(CLASS, METHOD_1); in testRetry() local
266 mReporter.testStarted(test1); in testRetry()
267 mReporter.testFailed(test1, STACK_TRACE); in testRetry()
268 mReporter.testEnded(test1, new HashMap<String, String>()); in testRetry()
384 TestIdentifier test1 = new TestIdentifier(CLASS, METHOD_1); in testResultReporting_moduleNotDone() local
385 mReporter.testStarted(test1); in testResultReporting_moduleNotDone()
386 mReporter.testEnded(test1, new HashMap<String, String>()); in testResultReporting_moduleNotDone()
DChecksumReporterTest.java97 ITestResult test1 = caseResult.getOrCreateResult("Test1"); in setUp() local
98 test1.passed(mReportLog); in setUp()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/
DTestClass.java25 public static int test1(int i1){ in test1() method in TestClass
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/
DTestClass.java25 public static int test1(int i1){ in test1() method in TestClass
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
DT_invoke_static_13.d32 invoke-static {v1}, dot/junit/opcodes/invoke_static/TestClass/test1(F)I
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/
DT_invoke_static_range_13.d32 invoke-static/range {v1}, dot/junit/opcodes/invoke_static_range/TestClass/test1(F)I
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepoTest.java468 TestRuntime test1 = new TestRuntime(); in testGetshard_allSameRuntime() local
469 test1.runtimeHint = 100l; in testGetshard_allSameRuntime()
470 IModuleDef mod1 = new ModuleDef("test1", new Abi("arm", "32"), test1, in testGetshard_allSameRuntime()
508 TestRuntime test1 = new TestRuntime(); in testGetShard_cannotSplitMore() local
509 test1.runtimeHint = 100l; in testGetShard_cannotSplitMore()
510 IModuleDef mod1 = new ModuleDef("test1", new Abi("arm", "32"), test1, in testGetShard_cannotSplitMore()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsic3DLut.java95 public void test1() { in test1() method in Intrinsic3DLut
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DAccessPermissionWithDiffSigTest.java1180 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon().appendPath("foo").build(); in testRestrictingProviderMatchingPathDenied() local
1181 assertReadingContentUriNotAllowed(test1, null); in testRestrictingProviderMatchingPathDenied()
1182 assertWritingContentUriNotAllowed(test1, null); in testRestrictingProviderMatchingPathDenied()
1197 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon() in testRestrictingProviderMultipleMatchingPath() local
1199 assertReadingContentUriAllowed(test1); in testRestrictingProviderMultipleMatchingPath()
1200 assertWritingContentUriAllowed(test1); in testRestrictingProviderMultipleMatchingPath()
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java145 final File test1 = new File(target, "test1.obb"); in testMountAndUnmountTwoObbs() local
147 doMountAndUnmountTwoObbs(test1, test2); in testMountAndUnmountTwoObbs()