Home
last modified time | relevance | path

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

/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/webkit/WebKitTools/Scripts/webkitpy/
Dgrammar.py48 def join_with_separators(list_of_strings, separator=', ', last_separator=', and '): argument
/external/qemu/distrib/sdl-1.2.12/src/hermes/
Dx86p_32.asm942 and dh,0e0h define
986 and dh,0e0h define
/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
DParticularLongValue.java139 public LongValue and(LongValue other) in and() method in ParticularLongValue
227 public LongValue and(ParticularLongValue other) in and() method in ParticularLongValue
DIntegerValue.java185 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
DSpecificIntegerValue.java164 public IntegerValue and(IntegerValue other) in and() method in SpecificIntegerValue
296 public IntegerValue and(SpecificIntegerValue other) in and() method in SpecificIntegerValue
DUnknownLongValue.java120 public LongValue and(LongValue other) in and() method in UnknownLongValue
DParticularIntegerValue.java196 public IntegerValue and(IntegerValue other) in and() method in ParticularIntegerValue
324 public IntegerValue and(ParticularIntegerValue other) in and() method in ParticularIntegerValue
DUnknownIntegerValue.java166 public IntegerValue and(IntegerValue other) in and() method in UnknownIntegerValue
/external/guava/src/com/google/common/base/
DCharMatcher.java377 @Override public CharMatcher and(CharMatcher other) { in is() method in CharMatcher
DPredicates.java101 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/
Dtostring-2.js98 var and = new TestFunction( "And", "a, b", tab + "return a & b;" ); variable
/external/chromium/third_party/icu/source/
Dconfigure1452 --enable-tracing enable function and data tracing default=no function
/external/webkit/WebCore/html/
DHTMLEntityNames.gperf107 and, 0x2227 keyword
/external/icu4c/
Dconfigure1460 --enable-tracing enable function and data tracing default=no function
/external/v8/benchmarks/
Dcrypto.js1310 BigInteger.prototype.and = bnAnd; method in BigInteger
/external/webkit/SunSpider/tests/v8-v4/
Dv8-crypto.js1302 BigInteger.prototype.and = bnAnd; method in BigInteger