/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/webkit/WebKitTools/Scripts/webkitpy/ |
D | grammar.py | 48 def join_with_separators(list_of_strings, separator=', ', last_separator=', and '): argument
|
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
D | x86p_32.asm | 942 and dh,0e0h define 986 and dh,0e0h define
|
/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
|
D | UnknownLongValue.java | 120 public LongValue and(LongValue other) in and() method in UnknownLongValue
|
D | ParticularIntegerValue.java | 196 public IntegerValue and(IntegerValue other) in and() method in ParticularIntegerValue 324 public IntegerValue and(ParticularIntegerValue other) in and() method in ParticularIntegerValue
|
D | UnknownIntegerValue.java | 166 public IntegerValue and(IntegerValue other) in and() method in UnknownIntegerValue
|
/external/guava/src/com/google/common/base/ |
D | CharMatcher.java | 377 @Override public CharMatcher and(CharMatcher other) { in is() method in CharMatcher
|
D | Predicates.java | 101 public static <T> Predicate<T> and( in and() method in Predicates 115 public static <T> Predicate<T> and(Predicate<? super T>... components) { in and() method in Predicates 125 public static <T> Predicate<T> and(Predicate<? super T> first, in and() method in Predicates
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/function/ |
D | tostring-2.js | 98 var and = new TestFunction( "And", "a, b", tab + "return a & b;" ); variable
|
/external/chromium/third_party/icu/source/ |
D | configure | 1452 --enable-tracing enable function and data tracing default=no function
|
/external/webkit/WebCore/html/ |
D | HTMLEntityNames.gperf | 107 and, 0x2227 keyword
|
/external/icu4c/ |
D | configure | 1460 --enable-tracing enable function and data tracing default=no function
|
/external/v8/benchmarks/ |
D | crypto.js | 1310 BigInteger.prototype.and = bnAnd; method in BigInteger
|
/external/webkit/SunSpider/tests/v8-v4/ |
D | v8-crypto.js | 1302 BigInteger.prototype.and = bnAnd; method in BigInteger
|