| /external/guava/guava-tests/test/com/google/common/base/ |
| D | BenchmarkHelpers.java | 64 HEX_16(CharMatcher.inRange('0', '9').or(CharMatcher.inRange('A', 'F')), "0123456789ABCDEF"), enumConstant 66 .or(CharMatcher.inRange('A', 'F')).or(CharMatcher.inRange('a', 'f')), enumConstant 69 .or(CharMatcher.inRange('A', 'Z')).or(CharMatcher.anyOf("äöüßÄÖÜ")), enumConstant
|
| /external/guava/guava-gwt/src/com/google/common/base/ |
| D | GwtSerializationDependencies.java | 53 @Override public T or(T defaultValue) { in or() method in GwtSerializationDependencies.OptionalDependencies 57 @Override public Optional<T> or(Optional<? extends T> secondChoice) { in or() method in GwtSerializationDependencies.OptionalDependencies 61 @Override public T or(Supplier<? extends T> supplier) { in or() method in GwtSerializationDependencies.OptionalDependencies
|
| /external/guava/guava/src/com/google/common/base/ |
| D | Present.java | 47 @Override public T or(T defaultValue) { in or() method in Present 52 @Override public Optional<T> or(Optional<? extends T> secondChoice) { in or() method in Present 57 @Override public T or(Supplier<? extends T> supplier) { in or() method in Present
|
| D | Absent.java | 50 @Override public T or(T defaultValue) { in or() method in Absent 55 @Override public Optional<T> or(Optional<? extends T> secondChoice) { in or() method in Absent 59 @Override public T or(Supplier<? extends T> supplier) { in or() method in Absent
|
| D | Optional.java | 143 public abstract T or(T defaultValue); in or() method in Optional 149 public abstract Optional<T> or(Optional<? extends T> secondChoice); in or() method in Optional 158 public abstract T or(Supplier<? extends T> supplier); in or() method in Optional
|
| D | CharMatcher.java | 429 @Override public CharMatcher or(CharMatcher other) { in is() method 461 @Override public CharMatcher or(CharMatcher other) { in isNot() method in CharMatcher
|
| /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/clang/test/SemaObjCXX/ |
| D | cxxoperator-selector.mm | 9 - or; method 21 - (id) or{return 0; }; method
|
| /external/mockito/src/main/java/org/mockito/ |
| D | AdditionalMatchers.java | 758 public static boolean or(boolean first, boolean second) { in or() method in AdditionalMatchers 776 public static <T> T or(T first, T second) { in or() method in AdditionalMatchers 792 public static short or(short first, short second) { in or() method in AdditionalMatchers 808 public static long or(long first, long second) { in or() method in AdditionalMatchers 824 public static int or(int first, int second) { in or() method in AdditionalMatchers 840 public static float or(float first, float second) { in or() method in AdditionalMatchers 856 public static double or(double first, double second) { in or() method in AdditionalMatchers 872 public static char or(char first, char second) { in or() method in AdditionalMatchers 888 public static byte or(byte first, byte second) { in or() method in AdditionalMatchers
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
| D | compress-rv32i.s | 117 or s0, s0, a5 label 123 or s0, s1, s0 label
|
| /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
| D | CombinableMatcher.java | 34 public CombinableMatcher<T> or(Matcher<? super T> other) { in or() method in CombinableMatcher 78 public CombinableMatcher<X> or(Matcher<? super X> other) { in or() method in CombinableMatcher.CombinableEitherMatcher
|
| /external/syzkaller/tools/syz-env/ |
| D | env.go | 47 func or(s1, s2 string) string { func
|
| /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/guice/core/src/com/google/inject/matcher/ |
| D | Matcher.java | 39 Matcher<T> or(Matcher<? super T> other); in or() method
|
| /external/antlr/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/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
| D | CharMatcher.java | 427 @Override public CharMatcher or(CharMatcher other) { in is() method 453 @Override public CharMatcher or(CharMatcher other) { in isNot() method in CharMatcher
|
| /external/toybox/toys/posix/ |
| D | rm.c | 29 int dir = S_ISDIR(try->st.st_mode), or = 0, using = 0; in do_rm() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
| D | intel-syntax-ambiguous.s | 23 or [eax], 1 label
|
| /external/llvm/test/MC/X86/ |
| D | intel-syntax-ambiguous.s | 23 or [eax], 1 label
|
| /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
|
| /external/antlr/tool/src/main/java/org/antlr/misc/ |
| D | IntSet.java | 59 IntSet or(IntSet a); in or() method
|