Searched refs:desired (Results 1 – 3 of 3) sorted by relevance
94 final Set<String> desired = new HashSet<String>(Arrays in test_getNextJarEntry_Ex() local104 assertEquals(actual, desired); in test_getNextJarEntry_Ex()143 final Set<String> desired = new HashSet<String>(Arrays.asList(new String[] { "foo/", in test_getNextJarEntry() local153 assertEquals(actual, desired); in test_getNextJarEntry()
229 public boolean isCompatibleWith(String desired) in isCompatibleWith() argument244 String [] da = desired.split("\\.", -1); in isCompatibleWith()
36 5. Add @libcore.api.CorePlatformApi and @libcore.api.IntraCoreApi as desired