Home
last modified time | relevance | path

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

/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/
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/d/
DT_invoke_static_range_13.d32 invoke-static/range {v1}, dot/junit/opcodes/invoke_static_range/TestClass/test1(F)I
/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/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.java1153 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon().appendPath("foo").build(); in testRestrictingProviderMatchingPathDenied() local
1154 assertReadingContentUriNotAllowed(test1, null); in testRestrictingProviderMatchingPathDenied()
1155 assertWritingContentUriNotAllowed(test1, null); in testRestrictingProviderMatchingPathDenied()
1170 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon() in testRestrictingProviderMultipleMatchingPath() local
1172 assertReadingContentUriAllowed(test1); in testRestrictingProviderMultipleMatchingPath()
1173 assertWritingContentUriAllowed(test1); in testRestrictingProviderMultipleMatchingPath()
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java146 final File test1 = new File(target, "test1.obb"); in testMountAndUnmountTwoObbs() local
148 doMountAndUnmountTwoObbs(test1, test2); in testMountAndUnmountTwoObbs()