Searched refs:withParent (Results 1 – 6 of 6) sorted by relevance
219 public static MatchFinder withParent(MatchFinder parentFinder) { in withParent() method in By221 return new MatchFinder(Predicates.withParent(parentFinder.predicate)); in withParent()
266 public static Predicate<UiElement> withParent(
219 .withParent(jdkClassLoader()) in cannot_load_a_class_file_not_in_parent()237 .withParent(jdkClassLoader()) in can_list_all_classes_reachable_in_a_classloader()
326 public InMemoryClassLoaderBuilder withParent(ClassLoader parent) { in withParent() method in ClassLoaders.InMemoryClassLoaderBuilder
63 public IndexedInputs withParent(IndexedInputs parent) { in withParent() method in IndexedInputs
277 IndexedInputs indexedClasspathAndInputFiles = indexedClasspath.withParent(indexedInputFiles); in desugarOneInput()