Searched defs:all (Results 1 – 8 of 8) sorted by relevance
8 all: $(addsuffix .png, $(DOTFILES)) $(addsuffix .pdf, $(DOTFILES)) target
123 val all = AnimatorSet() in run() constant
157 private void assertEnabledButtons(boolean all, boolean redact) { in assertEnabledButtons()
137 val all = cityMap.values constant in com.android.deskclock.data.CityModel
230 public static <T> boolean all(Iterable<T> coll, Predicate<T> fn) { in all() method in InitialConfiguration
193 s_urlMatcher.addURI(AUTHORITY, "all", URL_ALL); in s_urlMatcher.addURI()
933 auto all = map.getAll(); in TEST() local
2516 static <T> boolean all(Iterable<T> coll, Predicate<T> fn) { in all() method in IpClient