Home
last modified time | relevance | path

Searched defs:or (Results 1 – 25 of 45) sorted by relevance

12

/external/guava/guava/src/com/google/common/base/
DOptional.java118 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
DCharMatcher.java393 @Override public CharMatcher or(CharMatcher other) { in is() method in CharMatcher
DPredicates.java140 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/
Dframing.c128 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 …]
Dbitwise.c364 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/
Dcxxoperator-selector.mm9 - or; method
21 - (id) or{return 0; }; method
/external/mockito/src/org/mockito/
DAdditionalMatchers.java712 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/
DEasyMock.java832 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/
Diso646.h37 #define or || macro
/external/junit/src/org/junit/internal/matchers/
DCombinableMatcher.java31 public CombinableMatcher<T> or(Matcher<? extends T> matcher) { in or() method in CombinableMatcher
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DBitSet.pm95 sub or : method { ## no critic (Subroutines::ProhibitBuiltinHomonyms) subroutine
/external/android-mock/src/com/google/android/testing/mocking/
DAndroidMock.java1278 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/
DLongValue.java185 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
DSpecificLongValue.java124 public LongValue or(LongValue other) in or() method in SpecificLongValue
218 public LongValue or(SpecificLongValue other) in or() method in SpecificLongValue
DParticularLongValue.java144 public LongValue or(LongValue other) in or() method in ParticularLongValue
232 public LongValue or(ParticularLongValue other) in or() method in ParticularLongValue
DIntegerValue.java191 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
DUnknownLongValue.java125 public LongValue or(LongValue other) in or() method in UnknownLongValue
DSpecificIntegerValue.java169 public IntegerValue or(IntegerValue other) in or() method in SpecificIntegerValue
303 public IntegerValue or(SpecificIntegerValue other) in or() method in SpecificIntegerValue
DParticularIntegerValue.java201 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/
DIntSet.java59 IntSet or(IntSet a); in or() method
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DBitSet.as70 public function or(a:BitSet):BitSet { method in org.antlr.runtime.BitSet
/external/mockito/src/org/mockito/internal/progress/
DArgumentMatcherStorageImpl.java64 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/
DPredicates.java137 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/
DLookaheadSet.java64 public LookaheadSet or(LookaheadSet other) { in or() method in LookaheadSet
/external/qemu/distrib/sdl-1.2.15/src/hermes/
Dx86p_32.asm954 or dl,dh define
958 or dl,bl define

12