Searched defs:alwaysTrue (Results 1 – 11 of 11) sorted by relevance
52 static <T> IOPredicate<T> alwaysTrue() { in alwaysTrue() method
162 final IOPredicate<String> alwaysTrue = IOPredicate.alwaysTrue(); in testTrue() local
121 auto alwaysTrue = [](const ValidationContext *, const egl::Display *, EGLAttrib) { in initializeWithoutValidation() local
78 LineProcessor<Integer> alwaysTrue = in testReadLines_withLineProcessor() local
319 Function<Object, Boolean> alwaysTrue = Functions.forPredicate(Predicates.alwaysTrue()); in testForPredicate() local
52 public static <T extends @Nullable Object> Predicate<T> alwaysTrue() { in alwaysTrue() method in Predicates
214 auto alwaysTrue = [](IntrinsicBuffer* buffer) { return true; }; in ~IntrinsicConstantsManager() local
400 inline bool alwaysTrue() { return true; } in alwaysTrue() function