/external/guava/guava-tests/test/com/google/common/collect/ |
D | InternersTest.java | 36 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/ |
D | AdditionalMatchers.java | 904 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/ |
D | IsNot.java | 40 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/ |
D | EasyMock.java | 958 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/ |
D | Predicates.java | 56 public static <T> Predicate<T> not(final Predicate<T> predicate) { in not() method in Predicates
|
D | XPaths.java | 77 public static String not(Attribute attribute) { in not() method in XPaths
|
D | By.java | 54 public static MatchFinder not(Attribute attribute) { in not() method in By
|
/external/clang/test/CodeGenObjC/ |
D | arc-no-arc-exceptions.m | 9 void not(void) __attribute__((nothrow)); function
|
/external/toybox/toys/pending/ |
D | test.c | 44 int id, not; in test_main() local
|
/external/clang/lib/Headers/ |
D | iso646.h | 35 #define not ! macro
|
/external/e2fsprogs/lib/support/ |
D | parse_qtype.c | 35 int not = 0; in parse_quota_types() local
|
/external/pcre/dist2/src/ |
D | pcre2_printint.c | 281 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/ |
D | CoreMatchers.java | 294 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/ |
D | IsValidUtf8Test.java | 143 private void assertValidUtf8(ByteStringFactory factory, int[] bytes, boolean not) { in assertValidUtf8()
|
/external/libxml2/test/relaxng/ |
D | proofsystem.rng | 43 <element name="not"> element
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | GrammarSerializerFoo.java | 206 public void not() { in not() method in GrammarSerializerFoo
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_cpols.c | 305 USERNOTICE *not; in notice_section() local
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | SemanticContext.java | 393 NOT not = (NOT)obj; in equals() local 694 public static SemanticContext not(SemanticContext a) { in not() method in SemanticContext
|
/external/clang/test/Preprocessor/ |
D | cxx_oper_keyword_ms_compat.cpp | 66 #define not macro
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_logic.c | 175 unsigned not:1; in lp_build_compare() member
|
/external/toybox/toys/posix/ |
D | find.c | 200 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse; in do_find() local
|
D | sed.c | 197 unsigned not, hit; member
|
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/ |
D | Matchers.java | 378 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/ |
D | Predicates.java | 89 public static <T> Predicate<T> not(Predicate<T> predicate) { in not() method in Predicates
|
/external/guice/core/src/com/google/inject/matcher/ |
D | Matchers.java | 65 public static <T> Matcher<T> not(final Matcher<? super T> p) { in not() method in Matchers
|