Searched defs:and (Results 1 – 8 of 8) sorted by relevance
68 default LongPredicate and(LongPredicate other) { in and() method
68 default DoublePredicate and(DoublePredicate other) { in and() method
68 default IntPredicate and(IntPredicate other) { in and() method
71 default BiPredicate<T, U> and(BiPredicate<? super T, ? super U> other) { in and() method
67 default Predicate<T> and(Predicate<? super T> other) { in and() method
99 …@libcore.util.NonNull public BigInteger and(@libcore.util.NonNull BigInteger val) { throw new Runt… in and() method in BigInteger
915 public void and(BitSet set) { in and() method in BitSet
1015 int and = signatureAlgorithm.indexOf("AND", with + 4); in getEncAlgFromSigAlg() local