Home
last modified time | relevance | path

Searched refs:IntFunction (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DCollectSpliterators.java30 import java.util.function.IntFunction;
41 static <T> Spliterator<T> indexed(int size, int extraCharacteristics, IntFunction<T> function) { in indexed()
48 IntFunction<T> function, in indexed()
/external/cldr/tools/java/org/unicode/cldr/util/
DMatchValue.java15 import java.util.function.IntFunction;
643 IntFunction<MatchValue[]> generator = null; in of()
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc4591 int IntFunction(int input) { return input == 42 ? 80 : 90; } in TEST() function
4594 Matcher<int> matcher = ResultOf(&IntFunction, Ge(85)); in TEST()
4598 matcher = ResultOf(&IntFunction, GreaterThan(85)); in TEST()
4606 Matcher<int> matcher = ResultOf(&IntFunction, Eq(80)); in TEST()
4655 Matcher<int> matcher = ResultOf(IntFunction, Matcher<signed char>(Ge(85))); in TEST()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...