Home
last modified time | relevance | path

Searched +defs:and +defs:or (Results 1 – 25 of 34) sorted by relevance

12

/external/clang/test/SemaObjCXX/
Dcxxoperator-selector.mm7 - and; method
9 - or; method
19 - (id) and{return 0; }; method
21 - (id) or{return 0; }; method
/external/mockito/src/main/java/org/mockito/
DAdditionalMatchers.java612 public static boolean and(boolean first, boolean second) { in and() method in AdditionalMatchers
628 public static byte and(byte first, byte second) { in and() method in AdditionalMatchers
644 public static char and(char first, char second) { in and() method in AdditionalMatchers
660 public static double and(double first, double second) { in and() method in AdditionalMatchers
676 public static float and(float first, float second) { in and() method in AdditionalMatchers
692 public static int and(int first, int second) { in and() method in AdditionalMatchers
708 public static long and(long first, long second) { in and() method in AdditionalMatchers
724 public static short and(short first, short second) { in and() method in AdditionalMatchers
742 public static <T> T and(T first, T second) { in and() method in AdditionalMatchers
758 public static boolean or(boolean first, boolean second) { in or() method in AdditionalMatchers
[all …]
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DCombinableMatcher.java30 public CombinableMatcher<T> and(Matcher<? super T> other) { in and() method in CombinableMatcher
34 public CombinableMatcher<T> or(Matcher<? super T> other) { in or() method in CombinableMatcher
59 public CombinableMatcher<X> and(Matcher<? super X> other) { in and() method in CombinableMatcher.CombinableBothMatcher
78 public CombinableMatcher<X> or(Matcher<? super X> other) { in or() method in CombinableMatcher.CombinableEitherMatcher
/external/guice/core/src/com/google/inject/matcher/
DMatcher.java35 Matcher<T> and(Matcher<? super T> other); in and() method
41 Matcher<T> or(Matcher<? super T> other); in or() method
DAbstractMatcher.java28 public Matcher<T> and(final Matcher<? super T> other) { in and() method in AbstractMatcher
32 public Matcher<T> or(Matcher<? super T> other) { in or() method in AbstractMatcher
/external/easymock/src/org/easymock/
DEasyMock.java704 public static boolean and(boolean first, boolean second) { in and() method in EasyMock
718 public static byte and(byte first, byte second) { in and() method in EasyMock
732 public static char and(char first, char second) { in and() method in EasyMock
746 public static double and(double first, double second) { in and() method in EasyMock
760 public static float and(float first, float second) { in and() method in EasyMock
774 public static int and(int first, int second) { in and() method in EasyMock
788 public static long and(long first, long second) { in and() method in EasyMock
802 public static short and(short first, short second) { in and() method in EasyMock
818 public static <T> T and(T first, T second) { in and() method in EasyMock
832 public static boolean or(boolean first, boolean second) { in or() method in EasyMock
[all …]
/external/clang/lib/Headers/
Diso646.h30 #define and && macro
37 #define or || macro
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DCharMatcher.java423 @Override public CharMatcher and(CharMatcher other) { in is() method
427 @Override public CharMatcher or(CharMatcher other) { in is() method
449 @Override public CharMatcher and(CharMatcher other) { in isNot() method in CharMatcher
453 @Override public CharMatcher or(CharMatcher other) { in isNot() method in CharMatcher
DPredicates.java102 public static <T> Predicate<T> and( in and() method in Predicates
116 public static <T> Predicate<T> and(Predicate<? super T>... components) { in and() method in Predicates
126 public static <T> Predicate<T> and(Predicate<? super T> first, in and() method in Predicates
141 public static <T> Predicate<T> or( in or() method in Predicates
155 public static <T> Predicate<T> or(Predicate<? super T>... components) { in or() method in Predicates
165 public static <T> Predicate<T> or( in or() method in Predicates
/external/guava/guava/src/com/google/common/base/
DCharMatcher.java425 @Override public CharMatcher and(CharMatcher other) { in is() method
429 @Override public CharMatcher or(CharMatcher other) { in is() method
457 @Override public CharMatcher and(CharMatcher other) { in isNot() method in CharMatcher
461 @Override public CharMatcher or(CharMatcher other) { in isNot() method in CharMatcher
DPredicates.java105 public static <T> Predicate<T> and( in and() method in Predicates
119 public static <T> Predicate<T> and(Predicate<? super T>... components) { in and() method in Predicates
129 public static <T> Predicate<T> and(Predicate<? super T> first, in and() method in Predicates
144 public static <T> Predicate<T> or( in or() method in Predicates
158 public static <T> Predicate<T> or(Predicate<? super T>... components) { in or() method in Predicates
168 public static <T> Predicate<T> or( in or() method in Predicates
/external/llvm/test/MC/X86/
Dintel-syntax-ambiguous.s21 and [eax], 0 label
23 or [eax], 1 label
/external/proguard/src/proguard/evaluation/value/
DLongValue.java176 public LongValue and(LongValue other) in and() method in LongValue
185 public LongValue or(LongValue other) in or() method in LongValue
330 public LongValue and(SpecificLongValue other) in and() method in LongValue
339 public LongValue or(SpecificLongValue other) in or() method in LongValue
486 public LongValue and(ParticularLongValue other) in and() method in LongValue
495 public LongValue or(ParticularLongValue other) in or() method in LongValue
DSpecificLongValue.java119 public LongValue and(LongValue other) in and() method in SpecificLongValue
124 public LongValue or(LongValue other) in or() method in SpecificLongValue
211 public LongValue and(SpecificLongValue other) in and() method in SpecificLongValue
218 public LongValue or(SpecificLongValue other) in or() method in SpecificLongValue
DParticularLongValue.java139 public LongValue and(LongValue other) in and() method in ParticularLongValue
144 public LongValue or(LongValue other) in or() method in ParticularLongValue
227 public LongValue and(ParticularLongValue other) in and() method in ParticularLongValue
232 public LongValue or(ParticularLongValue other) in or() method in ParticularLongValue
DIntegerValue.java185 public abstract IntegerValue and(IntegerValue other); in and() method in IntegerValue
191 public abstract IntegerValue or(IntegerValue other); in or() method in IntegerValue
408 public IntegerValue and(UnknownIntegerValue other) in and() method in IntegerValue
417 public IntegerValue or(UnknownIntegerValue other) in or() method in IntegerValue
652 public IntegerValue and(SpecificIntegerValue other) in and() method in IntegerValue
661 public IntegerValue or(SpecificIntegerValue other) in or() method in IntegerValue
896 public IntegerValue and(ParticularIntegerValue other) in and() method in IntegerValue
905 public IntegerValue or(ParticularIntegerValue other) in or() method in IntegerValue
DSpecificIntegerValue.java164 public IntegerValue and(IntegerValue other) in and() method in SpecificIntegerValue
169 public IntegerValue or(IntegerValue other) in or() method in SpecificIntegerValue
296 public IntegerValue and(SpecificIntegerValue other) in and() method in SpecificIntegerValue
303 public IntegerValue or(SpecificIntegerValue other) in or() method in SpecificIntegerValue
DUnknownLongValue.java120 public LongValue and(LongValue other) in and() method in UnknownLongValue
125 public LongValue or(LongValue other) in or() method in UnknownLongValue
DParticularIntegerValue.java196 public IntegerValue and(IntegerValue other) in and() method in ParticularIntegerValue
201 public IntegerValue or(IntegerValue other) in or() method in ParticularIntegerValue
324 public IntegerValue and(ParticularIntegerValue other) in and() method in ParticularIntegerValue
329 public IntegerValue or(ParticularIntegerValue other) in or() method in ParticularIntegerValue
DUnknownIntegerValue.java166 public IntegerValue and(IntegerValue other) in and() method in UnknownIntegerValue
171 public IntegerValue or(IntegerValue other) in or() method in UnknownIntegerValue
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DIntSet.java55 IntSet and(IntSet a); in and() method
59 IntSet or(IntSet a); in or() method
DIntervalSet.java390 public IntSet or(IntSet a) { in or() method in IntervalSet
403 public IntSet and(IntSet other) { in and() method in IntervalSet
/external/llvm/test/MC/Lanai/
Dv11.s35 and %r17, 0xffff1234, %r21 label
37 and %r17, 0x1234ffff, %r21 label
43 and %r17, %r18, %r21 label
409 or %r17, 0, %r21 label
411 or %r17, 0x00001234, %r21 label
413 or %r17, 0x12340000, %r21 label
421 or %r17, %r18, %r21 label
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp22 #define and macro
70 #define or macro
/external/python/cpython2/Doc/reference/
Dexpressions.rst1201 .. _and: target in Comparisons
1202 .. _or: target in Comparisons

12