/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 | 366 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/ |
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
|
/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/linux-tools-perf/perf-3.12.0/arch/mn10300/lib/ |
D | memcpy.S | 36 or d0,d1,d3 define 37 or d2,d3 define
|
D | memset.S | 35 or d0,d2,d3 define 43 or d3,d1 define
|
/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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
D | xdfprotect.asm | 59 or dl, 0x21 ; Protect Mode On, Int 16 for FPU define
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | BitSet.pm | 95 sub or : method { ## no critic (Subroutines::ProhibitBuiltinHomonyms) subroutine
|
/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/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 | SpecificIntegerValue.java | 169 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/ |
D | IntSet.java | 59 IntSet or(IntSet a); in or() method
|
/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/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/chromium_org/tools/traceline/traceline/ |
D | stubs.asm | 75 or ecx, 0xffff label 76 or eax, 0xffff label
|
/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
|