| /external/clang/test/SemaObjCXX/ |
| D | cxxoperator-selector.mm | 7 - and; method 9 - or; method 19 - (id) and{return 0; }; method 21 - (id) or{return 0; }; method
|
| /external/mockito/src/org/mockito/ |
| D | AdditionalMatchers.java | 575 public static boolean and(boolean first, boolean second) { in and() method in AdditionalMatchers 590 public static byte and(byte first, byte second) { in and() method in AdditionalMatchers 605 public static char and(char first, char second) { in and() method in AdditionalMatchers 620 public static double and(double first, double second) { in and() method in AdditionalMatchers 635 public static float and(float first, float second) { in and() method in AdditionalMatchers 650 public static int and(int first, int second) { in and() method in AdditionalMatchers 665 public static long and(long first, long second) { in and() method in AdditionalMatchers 680 public static short and(short first, short second) { in and() method in AdditionalMatchers 697 public static <T> T and(T first, T second) { in and() method in AdditionalMatchers 712 public static boolean or(boolean first, boolean second) { in or() method in AdditionalMatchers [all …]
|
| /external/easymock/src/org/easymock/ |
| D | EasyMock.java | 704 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/ |
| D | iso646.h | 30 #define and && macro 37 #define or || macro
|
| /external/junit/src/org/junit/internal/matchers/ |
| D | CombinableMatcher.java | 26 public CombinableMatcher<T> and(Matcher<? extends T> matcher) { in and() method in CombinableMatcher 31 public CombinableMatcher<T> or(Matcher<? extends T> matcher) { in or() method in CombinableMatcher
|
| /external/chromium_org/tools/traceline/traceline/ |
| D | stubs.asm | 53 and eax, 0x0000ffff label 54 and ecx, 0x0000ffff label 55 and edx, 0x0000ffff label 75 or ecx, 0xffff label 76 or eax, 0xffff label
|
| /external/proguard/src/proguard/evaluation/value/ |
| D | LongValue.java | 176 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
|
| D | SpecificLongValue.java | 119 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
|
| D | ParticularLongValue.java | 139 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
|
| D | IntegerValue.java | 185 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
|
| D | SpecificIntegerValue.java | 164 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
|
| D | UnknownLongValue.java | 120 public LongValue and(LongValue other) in and() method in UnknownLongValue 125 public LongValue or(LongValue other) in or() method in UnknownLongValue
|
| D | ParticularIntegerValue.java | 196 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
|
| D | UnknownIntegerValue.java | 166 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/ |
| D | IntSet.java | 55 IntSet and(IntSet a); in and() method 59 IntSet or(IntSet a); in or() method
|
| D | IntervalSet.java | 390 public IntSet or(IntSet a) { in or() method in IntervalSet 403 public IntSet and(IntSet other) { in and() method in IntervalSet
|
| D | BitSet.java | 151 public IntSet and(IntSet a) { in and() method in BitSet 371 public IntSet or(IntSet a) { in or() method in BitSet
|
| /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
| D | Predicates.java | 98 public static <T> Predicate<T> and( in and() method in Predicates 112 public static <T> Predicate<T> and(Predicate<? super T>... components) { in and() method in Predicates 122 public static <T> Predicate<T> and(Predicate<? super T> first, in and() method in Predicates 137 public static <T> Predicate<T> or( in or() method in Predicates 151 public static <T> Predicate<T> or(Predicate<? super T>... components) { in or() method in Predicates 161 public static <T> Predicate<T> or( in or() method in Predicates
|
| /external/mockito/src/org/mockito/internal/progress/ |
| D | ArgumentMatcherStorageImpl.java | 54 And and = new And(popLastArgumentMatchers(TWO_SUB_MATCHERS)); in reportAnd() local 64 Or or = new Or(popLastArgumentMatchers(TWO_SUB_MATCHERS)); in reportOr() local
|
| /external/guava/guava/src/com/google/common/base/ |
| D | CharMatcher.java | 389 @Override public CharMatcher and(CharMatcher other) { in is() method in CharMatcher 393 @Override public CharMatcher or(CharMatcher other) { in is() method in CharMatcher
|
| D | Predicates.java | 101 public static <T> Predicate<T> and( in and() method in Predicates 115 public static <T> Predicate<T> and(Predicate<? super T>... components) { in and() method in Predicates 125 public static <T> Predicate<T> and(Predicate<? super T> first, in and() method in Predicates 140 public static <T> Predicate<T> or( in or() method in Predicates 154 public static <T> Predicate<T> or(Predicate<? super T>... components) { in or() method in Predicates 164 public static <T> Predicate<T> or( in or() method in Predicates
|
| /external/qemu/distrib/sdl-1.2.15/src/hermes/ |
| D | x86p_32.asm | 941 and dh,0e0h define 954 or dl,dh define 958 or dl,bl define 985 and dh,0e0h define
|
| /external/clang/test/Preprocessor/ |
| D | cxx_oper_keyword_ms_compat.cpp | 20 #define and macro 68 #define or macro
|
| /external/chromium_org/v8/test/webkit/fast/js/kde/ |
| D | md5-1.js | 91 function and(a,b) { function 108 function or(a,b) { function
|
| /external/chromium_org/chrome/third_party/mock4js/ |
| D | mock4js.js | 51 object.and = function() { function 58 object.or = function() { function
|