Home
last modified time | relevance | path

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

123

/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/android-mock/src/com/google/android/testing/mocking/
DAndroidMock.java1509 public static boolean not(boolean expectation) { in not() method in AndroidMock
1534 public static byte not(byte expectation) { in not() method in AndroidMock
1558 public static char not(char expectation) { in not() method in AndroidMock
1583 public static double not(double expectation) { in not() method in AndroidMock
1608 public static float not(float expectation) { in not() method in AndroidMock
1633 public static int not(int expectation) { in not() method in AndroidMock
1658 public static long not(long expectation) { in not() method in AndroidMock
1683 public static short not(short expectation) { in not() method in AndroidMock
1708 public static <T> T not(T expectation) { in not() method in AndroidMock
/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/toybox/toys/pending/
Dtest.c44 int id, not; in test_main() local
/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/strace/
Dsyscall.c393 qualify_one(const unsigned int n, unsigned int bitflag, const int not, const int pers) in qualify_one()
411 qual_syscall(const char *s, const unsigned int bitflag, const int not) in qual_syscall()
440 qual_signal(const char *s, const unsigned int bitflag, const int not) in qual_signal()
463 qual_desc(const char *s, const unsigned int bitflag, const int not) in qual_desc()
501 int not; in qualify() 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/jmonkeyengine/engine/src/networking/com/jme3/network/
DFilters.java108 public static <T> Filter<T> not( Filter<T> f ) in not() method in Filters
/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/mesa3d/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.cpp66 #define not macro
/external/toybox/toys/posix/
Dfind.c183 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse; in do_find() local

123