Home
last modified time | relevance | path

Searched defs:of (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DSequenceMatcher.java127 static <E> Collector<E, ?, MatchResult<E>> of(E... elements) { in of() method in SequenceMatcher
144 static <E> Collector<E, ?, MatchResult<E>> of(Predicate<E>... predicates) { in of() method in SequenceMatcher
/cts/hostsidetests/shortcuts/deviceside/multiuser/src/android/content/pm/cts/shortcut/multiuser/
DShortcutManagerSecondaryUserTest.java91 Method of = UserHandle.class.getMethod("of", int.class); in getUser0Handle() local
/cts/hostsidetests/sustainedperf/dhrystone/
DDrystone-2.1.sh538 X * The "times" function of UNIX (returning process times) function
/cts/tests/tests/content/src/android/content/pm/cts/
DInstallSessionParamsUnitTest.java280 static <T> Optional of(T value) { in of() method in InstallSessionParamsUnitTest.Optional
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DFocusHandlingTest.java760 static CloseOnce of(@NonNull AutoCloseable autoCloseable) { in of() method in FocusHandlingTest.CloseOnce