Home
last modified time | relevance | path

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

123

/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.c366 ogg_reference *or; variable
374 int getbyte(ogg_reference *or,int position){ in getbyte()
392 ogg_reference *or=ogg_buffer_alloc(bs,64); in cliptest() local
502 long ogg_buffer_length(ogg_reference *or){ in ogg_buffer_length()
511 ogg_reference *ogg_buffer_extend(ogg_reference *or,long bytes){ in ogg_buffer_extend()
522 void ogg_buffer_posttruncate(ogg_reference *or,long pos){ in ogg_buffer_posttruncate()
726 ogg_reference *or=NULL,*orl=NULL; in main() local
/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
/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/linux-tools-perf/perf-3.12.0/arch/mn10300/lib/
Dmemcpy.S36 or d0,d1,d3 define
37 or d2,d3 define
Dmemset.S35 or d0,d2,d3 define
43 or d3,d1 define
/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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
Dxdfprotect.asm59 or dl, 0x21 ; Protect Mode On, Int 16 for FPU define
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DBitSet.pm95 sub or : method { ## no critic (Subroutines::ProhibitBuiltinHomonyms) subroutine
/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/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
DSpecificIntegerValue.java169 public IntegerValue or(IntegerValue other) in or() method in SpecificIntegerValue
303 public IntegerValue or(SpecificIntegerValue other) in or() method in SpecificIntegerValue
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DIntSet.java59 IntSet or(IntSet a); in or() method
/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/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/chromium_org/tools/traceline/traceline/
Dstubs.asm75 or ecx, 0xffff label
76 or eax, 0xffff label
/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

123