Home
last modified time | relevance | path

Searched defs:and (Results 1 – 25 of 76) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Dand.s10 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 …]
Dand-diagnostics.s6 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/
DIterables.java16 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/
Darm-arithmetic-aliases.s26 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/
Darm-arithmetic-aliases.s26 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/
Darm-arithmetic-aliases.s26 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/
Dcxxoperator-selector.mm7 - and; method
19 - (id) and{return 0; }; method
/external/mockito/src/main/java/org/mockito/
DAdditionalMatchers.java612 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/
DCondition.java23 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/
Dcxx_oper_keyword.cpp16 #define and foo macro
/external/cldr/tools/java/org/unicode/cldr/util/
DWith.java265 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/
DSingleClassSubject.java91 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/
Dclear-super-register-1.s13 and %rcx, %rax label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
Dcompress-rv32i.s129 and s0, s0, a5 label
135 and s0, a5, s0 label
/external/guice/core/src/com/google/inject/internal/
DBytecodeGen.java329 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/
DCombinableMatcher.java30 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/
DEasyMock.java704 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/
DMatcher.java33 Matcher<T> and(Matcher<? super T> other); in and() method
/external/clang/lib/Headers/
Diso646.h30 #define and && macro
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DCharMatcher.java423 @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/
DCharMatcher.java425 @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/
Dintel-syntax-ambiguous.s21 and [eax], 0 label
/external/llvm/test/MC/X86/
Dintel-syntax-ambiguous.s21 and [eax], 0 label
/external/proguard/src/proguard/evaluation/value/
DLongValue.java176 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
DSpecificLongValue.java119 public LongValue and(LongValue other) in and() method in SpecificLongValue
211 public LongValue and(SpecificLongValue other) in and() method in SpecificLongValue

1234