Home
last modified time | relevance | path

Searched defs:not (Results 1 – 25 of 80) 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/main/java/org/mockito/
DAdditionalMatchers.java904 public static <T> T not(T first) { in not() method in AdditionalMatchers
918 public static short not(short first) { in not() method in AdditionalMatchers
932 public static int not(int first) { in not() method in AdditionalMatchers
946 public static long not(long first) { in not() method in AdditionalMatchers
960 public static float not(float first) { in not() method in AdditionalMatchers
974 public static double not(double first) { in not() method in AdditionalMatchers
988 public static char not(char first) { in not() method in AdditionalMatchers
1002 public static boolean not(boolean first) { in not() method in AdditionalMatchers
1016 public static byte not(byte first) { in not() method in AdditionalMatchers
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DIsNot.java40 public static <T> Matcher<T> not(Matcher<T> matcher) { in not() method in IsNot
54 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/droiddriver/src/io/appium/droiddriver/finders/
DPredicates.java56 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.java54 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/toybox/toys/pending/
Dtest.c44 int id, not; in test_main() local
/external/clang/lib/Headers/
Diso646.h35 #define not ! macro
/external/e2fsprogs/lib/support/
Dparse_qtype.c35 int not = 0; in parse_quota_types() local
/external/pcre/dist2/src/
Dpcre2_printint.c281 const char *not = (*code == OP_PROP)? "" : "not "; in print_prop() local
710 BOOL not = FALSE; in pcre2_printint() local
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DCoreMatchers.java294 public static <T> org.hamcrest.Matcher<T> not(org.hamcrest.Matcher<T> matcher) { in not() method in CoreMatchers
308 public static <T> org.hamcrest.Matcher<T> not(T value) { in not() method in CoreMatchers
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DIsValidUtf8Test.java143 private void assertValidUtf8(ByteStringFactory factory, int[] bytes, boolean not) { in assertValidUtf8()
/external/libxml2/test/relaxng/
Dproofsystem.rng43 <element name="not"> element
/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.c305 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/toybox/toys/posix/
Dfind.c200 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse; in do_find() local
Dsed.c197 unsigned not, hit; member
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java378 public static <T> org.hamcrest.Matcher<T> not(org.hamcrest.Matcher<T> matcher) { in not() method in Matchers
392 public static <T> org.hamcrest.Matcher<T> not(T value) { in not() method in Matchers
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DPredicates.java89 public static <T> Predicate<T> not(Predicate<T> predicate) { in not() method in Predicates
/external/guice/core/src/com/google/inject/matcher/
DMatchers.java65 public static <T> Matcher<T> not(final Matcher<? super T> p) { in not() method in Matchers

1234