Home
last modified time | relevance | path

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

1234

/external/guava/guava-tests/test/com/google/common/collect/
DInternersTest.java35 String not = new String("a"); in testStrong_simplistic() local
52 String not = new String("a"); in testWeak_simplistic() local
69 Integer not = new Integer(5); in testWeak_afterGC() local
90 String not = new String("a"); in testAsFunction_simplistic() local
/external/mockito/src/org/mockito/
DAdditionalMatchers.java849 public static <T> T not(T first) { in not() method in AdditionalMatchers
862 public static short not(short first) { in not() method in AdditionalMatchers
875 public static int not(int first) { in not() method in AdditionalMatchers
888 public static long not(long first) { in not() method in AdditionalMatchers
901 public static float not(float first) { in not() method in AdditionalMatchers
914 public static double not(double first) { in not() method in AdditionalMatchers
927 public static char not(char first) { in not() method in AdditionalMatchers
940 public static boolean not(boolean first) { in not() method in AdditionalMatchers
953 public static byte not(byte first) { in not() method in AdditionalMatchers
/external/hamcrest/src/org/hamcrest/core/
DIsNot.java34 public static <T> Matcher<T> not(Matcher<T> matcher) { in not() method in IsNot
45 public static <T> Matcher<T> not(T value) { in not() method in IsNot
/external/easymock/src/org/easymock/
DEasyMock.java958 public static boolean not(boolean first) { in not() method in EasyMock
970 public static byte not(byte first) { in not() method in EasyMock
982 public static char not(char first) { in not() method in EasyMock
994 public static double not(double first) { in not() method in EasyMock
1006 public static float not(float first) { in not() method in EasyMock
1018 public static int not(int first) { in not() method in EasyMock
1030 public static long not(long first) { in not() method in EasyMock
1042 public static short not(short first) { in not() method in EasyMock
1056 public static <T> T not(T first) { in not() method in EasyMock
/external/hamcrest/src/org/hamcrest/
DCoreMatchers.java40 public static <T> org.hamcrest.Matcher<T> not(org.hamcrest.Matcher<T> matcher) { in not() method in CoreMatchers
50 public static <T> org.hamcrest.Matcher<T> not(T value) { in not() method in CoreMatchers
/external/droiddriver/src/com/google/android/droiddriver/finders/
DPredicates.java52 public static <T> Predicate<T> not(final Predicate<T> predicate) { in not() method in Predicates
DXPaths.java77 public static String not(Attribute attribute) { in not() method in XPaths
DBy.java43 public static MatchFinder not(Attribute attribute) { in not() method in By
/external/clang/test/CodeGenObjC/
Darc-no-arc-exceptions.m9 void not(void) __attribute__((nothrow)); function
/external/clang/lib/Headers/
Diso646.h35 #define not ! macro
/external/pcre/dist/
Dpcre_printint.c273 const char *not = (*code == OP_PROP)? "" : "not "; in print_prop() local
712 BOOL not = FALSE; in pcre_printint() local
/external/mockito/src/org/mockito/internal/progress/
DArgumentMatcherStorageImpl.java74 Not not = new Not(popLastArgumentMatchers(ONE_SUB_MATCHER).get(0)); in reportNot() local
/external/hamcrest/library/src/org/hamcrest/
DMatchers.java40 public static <T> org.hamcrest.Matcher<T> not(org.hamcrest.Matcher<T> matcher) { in not() method in Matchers
50 public static <T> org.hamcrest.Matcher<T> not(T value) { in not() method in Matchers
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammarSerializerFoo.java206 public void not() { in not() method in GrammarSerializerFoo
/external/strace/
Dsyscall.c413 qualify_one(int n, int bitflag, int not, int pers) in qualify_one()
431 qual_syscall(const char *s, int bitflag, int not) in qual_syscall()
460 qual_signal(const char *s, int bitflag, int not) in qual_signal()
483 qual_desc(const char *s, int bitflag, int not) in qual_desc()
519 int not; in qualify() local
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
Dv3_cpols.c284 USERNOTICE *not; in notice_section() local
/external/openssl/crypto/x509v3/
Dv3_cpols.c277 USERNOTICE *not; in notice_section() local
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DSemanticContext.java393 NOT not = (NOT)obj; in equals() local
694 public static SemanticContext not(SemanticContext a) { in not() method in SemanticContext
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c175 unsigned not:1; in lp_build_compare() member
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c175 unsigned not:1; in lp_build_compare() member
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp64 #define not macro
/external/chromium_org/v8/test/webkit/fast/js/kde/
Dmd5-1.js143 function not(a) { function
/external/chromium_org/third_party/sqlite/src/src/
Dparse.y80 int not; /* True if the NOT keyword is present */ member
/external/libvpx/libvpx/build/make/
DMakefile226 not=$(subst yes,no,$(1)) macro
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
DMakefile245 not=$(subst yes,no,$(1)) macro

1234