Home
last modified time | relevance | path

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

/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/tests/tests/app.usage/TestApp1/src/android/app/usage/cts/test1/
DSomeActivity.java16 package android.app.usage.cts.test1;
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
DT_invoke_static_13.smali36 invoke-static {v1}, Ldot/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.smali36 invoke-static/range {v1 .. v1}, Ldot/junit/opcodes/invoke_static_range/TestClass;->test1(F)I
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DAccessPermissionWithDiffSigTest.java1173 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon().appendPath("foo").build(); in testRestrictingProviderMatchingPathDenied() local
1174 assertReadingContentUriNotAllowed(test1, null); in testRestrictingProviderMatchingPathDenied()
1175 assertWritingContentUriNotAllowed(test1, null); in testRestrictingProviderMatchingPathDenied()
1210 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon() in testRestrictingProviderMultipleMatchingPath() local
1212 assertReadingContentUriAllowed(test1); in testRestrictingProviderMultipleMatchingPath()
1213 assertWritingContentUriAllowed(test1); in testRestrictingProviderMultipleMatchingPath()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsic3DLut.java95 public void test1() { in test1() method in Intrinsic3DLut
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java154 final File test1 = new File(target, "test1.obb"); in testMountAndUnmountTwoObbs() local
156 doMountAndUnmountTwoObbs(test1, test2); in testMountAndUnmountTwoObbs()