Searched defs:all (Results 1 – 11 of 11) sorted by relevance
123 val all = AnimatorSet() in run() constant
137 val all = cityMap.values constant in com.android.deskclock.data.CityModel
57 @NonNull Map<KeyType, AppSearchResult<ValueType>> all) { in AppSearchBatchResult()
186 private void assertEnabledButtons(boolean all, boolean redact) { in assertEnabledButtons()
232 public static <T> boolean all(Iterable<T> coll, Predicate<T> fn) { in all() method in InitialConfiguration
85 public static <T> boolean all(@NonNull Collection<T> elem, @NonNull Predicate<T> predicate) { in all() method in CollectionUtils
313 auto all = this->packet->begin(); in TYPED_TEST() local338 auto all = this->packet->begin(); in TYPED_TEST() local
194 s_urlMatcher.addURI(AUTHORITY, "all", URL_ALL); in s_urlMatcher.addURI()
349 final T[] all = (T[]) Array.newInstance(kind, totalLength); in concatElements() local
893 auto all = map.getAll(); in TEST_F() local
3674 static <T> boolean all(Iterable<T> coll, Predicate<T> fn) { in all() method