| /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/ |
| D | and.s | 10 and z5.b, z5.b, #0xf9 label 16 and z23.h, z23.h, #0xfff9 label 22 and z0.s, z0.s, #0xfffffff9 label 28 and z0.d, z0.d, #0xfffffffffffffff9 label 34 and z5.b, z5.b, #0x6 label 40 and z23.h, z23.h, #0x6 label 46 and z0.s, z0.s, #0x6 label 52 and z0.d, z0.d, #0x6 label 58 and z0.d, z0.d, z0.d label 64 and z23.d, z13.d, z8.d label [all …]
|
| D | and-diagnostics.s | 6 and z5.b, z5.b, #0xfa label 11 and z5.b, z5.b, #0xfff9 label 16 and z5.h, z5.h, #0xfffa label 21 and z5.h, z5.h, #0xfffffff9 label 26 and z5.s, z5.s, #0xfffffffa label 31 and z5.s, z5.s, #0xffffffffffffff9 label 36 and z15.d, z15.d, #0xfffffffffffffffa label 44 and z7.d, z8.d, #254 label 49 and z0.d, p0/m, z1.d, z2.d label 55 and z21.d, z5.d, z26.b label [all …]
|
| /external/cldr/tools/java/org/unicode/cldr/draft/ |
| D | Iterables.java | 16 public Iterables<T> and(Iterator<T> iteratorsIn) { in and() method in Iterables 24 public Iterables<T> and(Iterable<T> iterable) { in and() method in Iterables 28 public Iterables<T> and(T... iteratorsIn) { in and() method in Iterables 32 public <S> Iterables<T> and(Transform<S, T> transform, Iterator<S> iteratorsIn) { in and() method in Iterables 36 public <S> Iterables<T> and(Transform<S, T> transform, Iterable<S> iteratorsIn) { in and() method in Iterables 40 public <S> Iterables<T> and(Transform<S, T> transform, S... iteratorsIn) { in and() method in Iterables
|
| /external/swiftshader/third_party/LLVM/test/MC/ARM/ |
| D | arm-arithmetic-aliases.s | 26 and r2, r2, #6 label 27 and r2, #6 label 28 and r2, r2, r3 label 29 and r2, r3 label
|
| /external/llvm/test/MC/ARM/ |
| D | arm-arithmetic-aliases.s | 26 and r2, r2, #6 label 27 and r2, #6 label 28 and r2, r2, r3 label 29 and r2, r3 label
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
| D | arm-arithmetic-aliases.s | 26 and r2, r2, #6 label 27 and r2, #6 label 28 and r2, r2, r3 label 29 and r2, r3 label
|
| /external/clang/test/SemaObjCXX/ |
| D | cxxoperator-selector.mm | 7 - and; method 19 - (id) and{return 0; }; method
|
| /external/mockito/src/main/java/org/mockito/ |
| D | AdditionalMatchers.java | 612 public static boolean and(boolean first, boolean second) { in and() method in AdditionalMatchers 628 public static byte and(byte first, byte second) { in and() method in AdditionalMatchers 644 public static char and(char first, char second) { in and() method in AdditionalMatchers 660 public static double and(double first, double second) { in and() method in AdditionalMatchers 676 public static float and(float first, float second) { in and() method in AdditionalMatchers 692 public static int and(int first, int second) { in and() method in AdditionalMatchers 708 public static long and(long first, long second) { in and() method in AdditionalMatchers 724 public static short and(short first, short second) { in and() method in AdditionalMatchers 742 public static <T> T and(T first, T second) { in and() method in AdditionalMatchers
|
| /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
| D | Condition.java | 23 public abstract <U> Condition<U> and(Step<? super T, U> mapping); in and() method in Condition 57 public <U> Condition<U> and(Step<? super T, U> next) { in and() method in Condition.Matched 65 @Override public <U> Condition<U> and(Step<? super T, U> mapping) { in and() method in Condition.NotMatched
|
| /external/clang/test/Preprocessor/ |
| D | cxx_oper_keyword.cpp | 16 #define and foo macro
|
| /external/cldr/tools/java/org/unicode/cldr/util/ |
| D | With.java | 265 public With<V> and(Iterator<V>... iterators) { in and() method in With 273 public With<V> and(V... items) { in and() method in With 278 public With<V> and(Iterable<V>... iterables) { in and() method in With 286 public With<V> and(SimpleIterator<V>... iterators) { in and() method in With
|
| /external/robolectric-shadows/processor/src/test/java/org/robolectric/annotation/processing/validator/ |
| D | SingleClassSubject.java | 91 public SingleFileClause and() { in and() method in SingleClassSubject.SingleFileClause 119 public SingleFileClause and() { in and() method in SingleClassSubject
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/ |
| D | clear-super-register-1.s | 13 and %rcx, %rax label
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
| D | compress-rv32i.s | 129 and s0, s0, a5 label 135 and s0, a5, s0 label
|
| /external/guice/core/src/com/google/inject/internal/ |
| D | BytecodeGen.java | 329 public Visibility and(Visibility that) { in and() method 342 public Visibility and(Visibility that) { in and() method 378 public abstract Visibility and(Visibility that); in and() method in BytecodeGen.Visibility
|
| /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
| D | CombinableMatcher.java | 30 public CombinableMatcher<T> and(Matcher<? super T> other) { in and() method in CombinableMatcher 59 public CombinableMatcher<X> and(Matcher<? super X> other) { in and() method in CombinableMatcher.CombinableBothMatcher
|
| /external/easymock/src/org/easymock/ |
| D | EasyMock.java | 704 public static boolean and(boolean first, boolean second) { in and() method in EasyMock 718 public static byte and(byte first, byte second) { in and() method in EasyMock 732 public static char and(char first, char second) { in and() method in EasyMock 746 public static double and(double first, double second) { in and() method in EasyMock 760 public static float and(float first, float second) { in and() method in EasyMock 774 public static int and(int first, int second) { in and() method in EasyMock 788 public static long and(long first, long second) { in and() method in EasyMock 802 public static short and(short first, short second) { in and() method in EasyMock 818 public static <T> T and(T first, T second) { in and() method in EasyMock
|
| /external/guice/core/src/com/google/inject/matcher/ |
| D | Matcher.java | 33 Matcher<T> and(Matcher<? super T> other); in and() method
|
| /external/clang/lib/Headers/ |
| D | iso646.h | 30 #define and && macro
|
| /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
| D | CharMatcher.java | 423 @Override public CharMatcher and(CharMatcher other) { in is() method 449 @Override public CharMatcher and(CharMatcher other) { in isNot() method in CharMatcher
|
| /external/guava/guava/src/com/google/common/base/ |
| D | CharMatcher.java | 425 @Override public CharMatcher and(CharMatcher other) { in is() method 457 @Override public CharMatcher and(CharMatcher other) { in isNot() method in CharMatcher
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
| D | intel-syntax-ambiguous.s | 21 and [eax], 0 label
|
| /external/llvm/test/MC/X86/ |
| D | intel-syntax-ambiguous.s | 21 and [eax], 0 label
|
| /external/proguard/src/proguard/evaluation/value/ |
| D | LongValue.java | 176 public LongValue and(LongValue other) in and() method in LongValue 330 public LongValue and(SpecificLongValue other) in and() method in LongValue 486 public LongValue and(ParticularLongValue other) in and() method in LongValue
|
| D | SpecificLongValue.java | 119 public LongValue and(LongValue other) in and() method in SpecificLongValue 211 public LongValue and(SpecificLongValue other) in and() method in SpecificLongValue
|