/external/guava/guava/src/com/google/common/base/ |
D | Optional.java | 118 public abstract T or(T defaultValue); in or() method in Optional 124 public abstract Optional<T> or(Optional<? extends T> secondChoice); in or() method in Optional 132 public abstract T or(Supplier<? extends T> supplier); in or() method in Optional
|
D | CharMatcher.java | 393 @Override public CharMatcher or(CharMatcher other) { in is() method in CharMatcher
|
D | Predicates.java | 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/tremolo/Tremolo/ |
D | framing.c | 128 ogg_reference *or; in _fetch_ref() local 150 ogg_reference *or=_fetch_ref(bs); in ogg_buffer_alloc() local 156 static void ogg_buffer_realloc(ogg_reference *or,long bytes){ in ogg_buffer_realloc() 166 static void _ogg_buffer_mark_one(ogg_reference *or){ in _ogg_buffer_mark_one() 171 static void ogg_buffer_mark(ogg_reference *or){ in ogg_buffer_mark() 181 static ogg_reference *ogg_buffer_sub(ogg_reference *or,long length){ in ogg_buffer_sub() 206 ogg_reference *ogg_buffer_dup(ogg_reference *or){ in ogg_buffer_dup() 237 ogg_reference *or=*tail; in ogg_buffer_split() local 290 static void ogg_buffer_release_one(ogg_reference *or){ in ogg_buffer_release_one() 311 static void ogg_buffer_release(ogg_reference *or){ in ogg_buffer_release() [all …]
|
D | bitwise.c | 364 ogg_reference *or; variable 372 int getbyte(ogg_reference *or,int position){ in getbyte() 390 ogg_reference *or=ogg_buffer_alloc(bs,64); in cliptest() local 500 long ogg_buffer_length(ogg_reference *or){ in ogg_buffer_length() 509 ogg_reference *ogg_buffer_extend(ogg_reference *or,long bytes){ in ogg_buffer_extend() 520 void ogg_buffer_posttruncate(ogg_reference *or,long pos){ in ogg_buffer_posttruncate() 724 ogg_reference *or=NULL,*orl=NULL; in main() local
|
/external/clang/test/SemaObjCXX/ |
D | cxxoperator-selector.mm | 9 - or; method 21 - (id) or{return 0; }; method
|
/external/mockito/src/org/mockito/ |
D | AdditionalMatchers.java | 712 public static boolean or(boolean first, boolean second) { in or() method in AdditionalMatchers 729 public static <T> T or(T first, T second) { in or() method in AdditionalMatchers 744 public static short or(short first, short second) { in or() method in AdditionalMatchers 759 public static long or(long first, long second) { in or() method in AdditionalMatchers 774 public static int or(int first, int second) { in or() method in AdditionalMatchers 789 public static float or(float first, float second) { in or() method in AdditionalMatchers 804 public static double or(double first, double second) { in or() method in AdditionalMatchers 819 public static char or(char first, char second) { in or() method in AdditionalMatchers 834 public static byte or(byte first, byte second) { in or() method in AdditionalMatchers
|
/external/easymock/src/org/easymock/ |
D | EasyMock.java | 832 public static boolean or(boolean first, boolean second) { in or() method in EasyMock 846 public static byte or(byte first, byte second) { in or() method in EasyMock 860 public static char or(char first, char second) { in or() method in EasyMock 874 public static double or(double first, double second) { in or() method in EasyMock 888 public static float or(float first, float second) { in or() method in EasyMock 902 public static int or(int first, int second) { in or() method in EasyMock 916 public static long or(long first, long second) { in or() method in EasyMock 930 public static short or(short first, short second) { in or() method in EasyMock 946 public static <T> T or(T first, T second) { in or() method in EasyMock
|
/external/clang/lib/Headers/ |
D | iso646.h | 37 #define or || macro
|
/external/junit/src/org/junit/internal/matchers/ |
D | CombinableMatcher.java | 31 public CombinableMatcher<T> or(Matcher<? extends T> matcher) { in or() method in CombinableMatcher
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | BitSet.pm | 95 sub or : method { ## no critic (Subroutines::ProhibitBuiltinHomonyms) subroutine
|
/external/android-mock/src/com/google/android/testing/mocking/ |
D | AndroidMock.java | 1278 public static boolean or(boolean first, boolean second) { in or() method in AndroidMock 1304 public static byte or(byte first, byte second) { in or() method in AndroidMock 1329 public static char or(char first, char second) { in or() method in AndroidMock 1355 public static double or(double first, double second) { in or() method in AndroidMock 1381 public static float or(float first, float second) { in or() method in AndroidMock 1407 public static int or(int first, int second) { in or() method in AndroidMock 1433 public static long or(long first, long second) { in or() method in AndroidMock 1459 public static short or(short first, short second) { in or() method in AndroidMock 1485 public static <T> T or(T first, T second) { in or() method in AndroidMock
|
/external/proguard/src/proguard/evaluation/value/ |
D | LongValue.java | 185 public LongValue or(LongValue other) in or() method in LongValue 339 public LongValue or(SpecificLongValue other) in or() method in LongValue 495 public LongValue or(ParticularLongValue other) in or() method in LongValue
|
D | SpecificLongValue.java | 124 public LongValue or(LongValue other) in or() method in SpecificLongValue 218 public LongValue or(SpecificLongValue other) in or() method in SpecificLongValue
|
D | ParticularLongValue.java | 144 public LongValue or(LongValue other) in or() method in ParticularLongValue 232 public LongValue or(ParticularLongValue other) in or() method in ParticularLongValue
|
D | IntegerValue.java | 191 public abstract IntegerValue or(IntegerValue other); in or() method in IntegerValue 417 public IntegerValue or(UnknownIntegerValue other) in or() method in IntegerValue 661 public IntegerValue or(SpecificIntegerValue other) in or() method in IntegerValue 905 public IntegerValue or(ParticularIntegerValue other) in or() method in IntegerValue
|
D | UnknownLongValue.java | 125 public LongValue or(LongValue other) in or() method in UnknownLongValue
|
D | SpecificIntegerValue.java | 169 public IntegerValue or(IntegerValue other) in or() method in SpecificIntegerValue 303 public IntegerValue or(SpecificIntegerValue other) in or() method in SpecificIntegerValue
|
D | ParticularIntegerValue.java | 201 public IntegerValue or(IntegerValue other) in or() method in ParticularIntegerValue 329 public IntegerValue or(ParticularIntegerValue other) in or() method in ParticularIntegerValue
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
D | IntSet.java | 59 IntSet or(IntSet a); in or() method
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | BitSet.as | 70 public function or(a:BitSet):BitSet { method in org.antlr.runtime.BitSet
|
/external/mockito/src/org/mockito/internal/progress/ |
D | ArgumentMatcherStorageImpl.java | 64 Or or = new Or(popLastArgumentMatchers(TWO_SUB_MATCHERS)); in reportOr() local
|
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
D | Predicates.java | 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/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | LookaheadSet.java | 64 public LookaheadSet or(LookaheadSet other) { in or() method in LookaheadSet
|
/external/qemu/distrib/sdl-1.2.15/src/hermes/ |
D | x86p_32.asm | 954 or dl,dh define 958 or dl,bl define
|