HomeSort by relevance Sort by last modified time
    Searched full:bipredicate (Results 1 - 15 of 15) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/function/
BiPredicateTest.java 22 import java.util.function.BiPredicate;
36 BiPredicate<Object, Object> alwaysTrue =
38 BiPredicate<Object, Object> alwaysTrue2 =
40 BiPredicate<Object, Object> alwaysFalse =
42 BiPredicate<Object, Object> alwaysFalse2 =
67 BiPredicate<Object, Object> alwaysTrue = (x, y) -> true;
77 BiPredicate<Object, Object> alwaysTrue =
81 BiPredicate<Object, Object> alwaysFalse =
96 BiPredicate<Object, Object> alwaysTrue =
98 BiPredicate<Object, Object> alwaysTrue2
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
Parcelables.java 25 import java.util.function.BiPredicate;
38 T p, int flags, BiPredicate<T, T> pred) {
  /libcore/ojluni/src/main/java/java/util/function/
BiPredicate.java 43 public interface BiPredicate<T, U> {
71 default BiPredicate<T, U> and(BiPredicate<? super T, ? super U> other) {
83 default BiPredicate<T, U> negate() {
103 default BiPredicate<T, U> or(BiPredicate<? super T, ? super U> other) {
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
StubMethodAdapterTest.java 31 import java.util.function.BiPredicate;
57 private void testBoolean(BiPredicate<String, Type> methodPredicate, Consumer<Boolean> assertion,
76 private final BiPredicate<String, Type> mMethodPredicate;
79 BiPredicate<String, Type> methodPredicate) {
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
LambdaTestHelpers.java 27 import java.util.function.BiPredicate;
107 public static final BiPredicate<?, ?> bipFalse = (x, y) -> false;
108 public static final BiPredicate<?, ?> bipTrue = (x, y) -> true;
109 public static final BiPredicate<Integer, Integer> bipBothEven = (x, y) -> 0 == (x % 2 + y % 2);
110 public static final BiPredicate<Integer, Integer> bipBothOdd = (x, y) -> 2 == (x % 2 + y % 2);
111 public static final BiPredicate<?, ?> bipSameString = (x, y) -> String.valueOf(x).equals(String.valueOf(y));
  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
LambdaTestHelpers.java 28 import java.util.function.BiPredicate;
108 public static final BiPredicate<?, ?> bipFalse = (x, y) -> false;
109 public static final BiPredicate<?, ?> bipTrue = (x, y) -> true;
110 public static final BiPredicate<Integer, Integer> bipBothEven = (x, y) -> 0 == (x % 2 + y % 2);
111 public static final BiPredicate<Integer, Integer> bipBothOdd = (x, y) -> 2 == (x % 2 + y % 2);
112 public static final BiPredicate<?, ?> bipSameString = (x, y) -> String.valueOf(x).equals(String.valueOf(y));
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/
SerializedLambdaTest.java 40 import java.util.function.BiPredicate;
214 BiPredicate<Moo, String> mh1 = (BiPredicate<Moo, String> & Serializable) Moo::startsWithB;
215 Consumer<BiPredicate<Moo, String>> b = p -> {
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/
rxjava-2.0.6.jar 
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
BaseShortcutManagerTest.java 112 import java.util.function.BiPredicate;
648 protected BiPredicate<String, Integer> mDefaultLauncherChecker =
655 protected BiPredicate<ComponentName, Integer> mMainActivityChecker =
664 protected BiPredicate<ComponentName, Integer> mEnabledActivityChecker
    [all...]
ShortcutManagerTest1.java 104 import java.util.function.BiPredicate;
    [all...]
  /cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
ActivityAndWindowManagersState.java 42 import java.util.function.BiPredicate;
279 BiPredicate<ActivityManagerState, WindowManagerState> waitCondition, String message)
    [all...]
  /libcore/ojluni/src/main/java/java/nio/file/
Files.java 76 import java.util.function.BiPredicate;
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/file/
Files2Test.java     [all...]
  /libcore/
openjdk_java_files.mk     [all...]
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/21.0/
guava-21.0.jar 

Completed in 916 milliseconds