Searched refs:test1 (Results 1 – 7 of 7) sorted by relevance
25 public static int test1(int i1){ in test1() method in TestClass
32 invoke-static/range {v1}, dot/junit/opcodes/invoke_static_range/TestClass/test1(F)I
32 invoke-static {v1}, dot/junit/opcodes/invoke_static/TestClass/test1(F)I
95 public void test1() { in test1() method in Intrinsic3DLut
1153 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon().appendPath("foo").build(); in testRestrictingProviderMatchingPathDenied() local1154 assertReadingContentUriNotAllowed(test1, null); in testRestrictingProviderMatchingPathDenied()1155 assertWritingContentUriNotAllowed(test1, null); in testRestrictingProviderMatchingPathDenied()1170 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon() in testRestrictingProviderMultipleMatchingPath() local1172 assertReadingContentUriAllowed(test1); in testRestrictingProviderMultipleMatchingPath()1173 assertWritingContentUriAllowed(test1); in testRestrictingProviderMultipleMatchingPath()
146 final File test1 = new File(target, "test1.obb"); in testMountAndUnmountTwoObbs() local148 doMountAndUnmountTwoObbs(test1, test2); in testMountAndUnmountTwoObbs()