Searched defs:all (Results 1 – 8 of 8) sorted by relevance
8 all: $(addsuffix .png, $(DOTFILES)) $(addsuffix .pdf, $(DOTFILES)) target
65 InetAddress all = InetAddress.getByAddress( in ipv4PrefixLengthToSubnetMask() local
144 final AnimatorSet all = new AnimatorSet(); in run() local
152 private void assertEnabledButtons(boolean all, boolean redact) { in assertEnabledButtons()
145 final Collection<City> all = getCityMap().values(); in getUnselectedCities() local
824 InetAddress all = InetAddress.getByAddress( in ipv4PrefixLengthToSubnetMask() local
800 InetAddress all = InetAddress.getByAddress( in ipv4PrefixLengthToSubnetMask() local
1760 static <T> boolean all(Iterable<T> coll, Predicate<T> fn) { in all() method in IpClient