/external/boringssl/src/crypto/curve25519/asm/ |
D | x25519-asm-x86_64.S | 79 and %rax,%rsi label 83 and %rax,%rdx label 87 and %rax,%rcx label 91 and %rax,%r8 label 95 and %rax,%r9 label 112 and %r12,%rax label 113 and %r12,%r10 label 256 and %rsi,%r8 label 258 and %rsi,%r10 label 261 and %rsi,%r12 label [all …]
|
/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/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/clang/test/SemaObjCXX/ |
D | cxxoperator-selector.mm | 7 - and; method 19 - (id) and{return 0; }; method
|
/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/guice/core/src/com/google/inject/internal/ |
D | BytecodeGen.java | 235 public Visibility and(Visibility that) { in and() method 248 public Visibility and(Visibility that) { in and() method 284 public abstract Visibility and(Visibility that); in and() method in BytecodeGen.Visibility
|
/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/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/clang/test/Preprocessor/ |
D | cxx_oper_keyword.cpp | 16 #define and foo 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
|
D | Predicates.java | 102 public static <T> Predicate<T> and( in and() method in Predicates 116 public static <T> Predicate<T> and(Predicate<? super T>... components) { in and() method in Predicates 126 public static <T> Predicate<T> and(Predicate<? super T> first, in and() method in Predicates
|
/external/guice/core/src/com/google/inject/matcher/ |
D | Matcher.java | 35 Matcher<T> and(Matcher<? super T> other); in and() method
|
D | AbstractMatcher.java | 28 public Matcher<T> and(final Matcher<? super T> other) { in and() method in AbstractMatcher
|
/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
|
D | Predicates.java | 105 public static <T> Predicate<T> and( in and() method in Predicates 119 public static <T> Predicate<T> and(Predicate<? super T>... components) { in and() method in Predicates 129 public static <T> Predicate<T> and(Predicate<? super T> first, in and() method in Predicates
|
/external/clang/lib/Headers/ |
D | iso646.h | 30 #define and && macro
|
/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
|
D | ParticularLongValue.java | 139 public LongValue and(LongValue other) in and() method in ParticularLongValue 227 public LongValue and(ParticularLongValue other) in and() method in ParticularLongValue
|
D | IntegerValue.java | 185 public abstract IntegerValue and(IntegerValue other); in and() method in IntegerValue 408 public IntegerValue and(UnknownIntegerValue other) in and() method in IntegerValue 652 public IntegerValue and(SpecificIntegerValue other) in and() method in IntegerValue 896 public IntegerValue and(ParticularIntegerValue other) in and() method in IntegerValue
|
D | SpecificIntegerValue.java | 164 public IntegerValue and(IntegerValue other) in and() method in SpecificIntegerValue 296 public IntegerValue and(SpecificIntegerValue other) in and() method in SpecificIntegerValue
|
/external/llvm/test/MC/X86/ |
D | intel-syntax-ambiguous.s | 21 and [eax], 0 label
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
D | IntSet.java | 55 IntSet and(IntSet a); in and() method
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | ElementAndAttributePolicies.java | 62 ElementAndAttributePolicies and(ElementAndAttributePolicies p) { in and() method in ElementAndAttributePolicies
|