Home
last modified time | relevance | path

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

1234

/external/guava/guava-tests/test/com/google/common/collect/
DInternersTest.java36 String not = new String("a"); in testStrong_simplistic() local
53 String not = new String("a"); in testWeak_simplistic() local
70 Integer not = new Integer(5); in testWeak_afterGC() local
84 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/strace/
Dsyscall.c403 qualify_one(const unsigned int n, unsigned int bitflag, const int not, const int pers) in qualify_one()
421 qual_syscall(const char *s, const unsigned int bitflag, const int not) in qual_syscall()
450 qual_signal(const char *s, const unsigned int bitflag, const int not) in qual_signal()
473 qual_desc(const char *s, const unsigned int bitflag, const int not) in qual_desc()
511 int not; in qualify() local
/external/droiddriver/src/io/appium/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.java46 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/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/clang/lib/Headers/
Diso646.h35 #define not ! macro
/external/toybox/toys/pending/
Dtest.c44 int id, not; in test_main() local
/external/protobuf/java/src/test/java/com/google/protobuf/
DIsValidUtf8Test.java139 private void assertValidUtf8(int[] bytes, boolean not) { in assertValidUtf8()
/external/libxml2/test/relaxng/
Dproofsystem.rng43 <element name="not"> element
/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/boringssl/src/crypto/x509v3/
Dv3_cpols.c292 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/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp66 #define not macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c175 unsigned not:1; in lp_build_compare() member
/external/v8/test/webkit/fast/js/kde/
Dmd5-1.js143 function not(a) { function
/external/toybox/toys/posix/
Dfind.c199 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse; in do_find() local
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.navigate.js90 …rOffsetY;else if(d.dragging||l.which>0&&h.which!=l.which||a(h.target).is(l.not))return;switch(h.ty… property

1234