| /external/guava/android/guava-tests/test/com/google/common/collect/ |
| D | InternersTest.java | 38 String not = new String("a"); in testStrong_simplistic() local 60 String not = new String("a"); in testWeak_simplistic() local 84 Integer not = new Integer(5); in testWeak_afterGC() local 98 String not = new String("a"); in testAsFunction_simplistic() local
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | InternersTest.java | 38 String not = new String("a"); in testStrong_simplistic() local 60 String not = new String("a"); in testWeak_simplistic() local 84 Integer not = new Integer(5); in testWeak_afterGC() local 98 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/apache-commons-io/src/test/java/org/apache/commons/io/function/ |
| D | IOBiFunctionTest.java | 40 private boolean not(final boolean value) throws IOException { in not() method in IOBiFunctionTest 52 final IOFunction<Boolean, Boolean> not = this::not; in testAndThenIOFunction() local
|
| /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/rust/crates/num-bigint/tests/ |
| D | bigint_bitwise.rs | 112 let not = not.to_bigint().unwrap(); in test_not() localVariable 128 let not = (!prim_a).to_bigint().unwrap(); in test_not_i64() localVariable
|
| /external/clang/test/CodeGenObjC/ |
| D | arc-no-arc-exceptions.m | 9 void not(void) __attribute__((nothrow)); function
|
| /external/toybox/lib/ |
| D | portability.c | 178 struct xnotify *not = xzalloc(sizeof(struct xnotify)); in xnotify_init() local 188 int xnotify_add(struct xnotify *not, int fd, char *path) in xnotify_add() 202 int xnotify_wait(struct xnotify *not, char **path) in xnotify_wait() 225 struct xnotify *not = xzalloc(sizeof(struct xnotify)); in xnotify_init() local 235 int xnotify_add(struct xnotify *not, int fd, char *path) in xnotify_add() 248 int xnotify_wait(struct xnotify *not, char **path) in xnotify_wait()
|
| /external/musl/include/ |
| D | iso646.h | 11 #define not ! macro
|
| /external/clang/lib/Headers/ |
| D | iso646.h | 35 #define not ! macro
|
| /external/trusty/musl/include/ |
| D | iso646.h | 11 #define not ! macro
|
| /external/rust/crates/static_assertions/src/ |
| D | bool.rs | 7 pub const fn not(&self) -> &'static False { in not() method 22 pub const fn not(&self) -> &'static True { in not() method
|
| /external/apache-commons-io/src/main/java/org/apache/commons/io/filefilter/ |
| D | NotFileFilter.java | 89 private FileVisitResult not(final FileVisitResult accept) { in not() method in NotFileFilter
|
| /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/e2fsprogs/lib/support/ |
| D | parse_qtype.c | 35 int not = 0; in parse_quota_types() local
|
| /external/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | IsValidUtf8Test.java | 148 private void assertValidUtf8(ByteStringFactory factory, int[] bytes, boolean not) { in assertValidUtf8()
|
| /external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| D | IsValidUtf8Test.java | 148 private void assertValidUtf8(ByteStringFactory factory, int[] bytes, boolean not) { in assertValidUtf8()
|
| /external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/ |
| D | FnVisitor.java | 32 R visitNot(Not not); in visitNot()
|
| /external/rust/crates/googletest/src/matchers/ |
| D | not_matcher.rs | 36 pub fn not<T: Debug, InnerMatcherT: Matcher<ActualT = T>>( in not() function
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/ |
| D | UnaryExpr.java | 38 not, // ! enumConstant
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/ |
| D | UnaryExpr.java | 37 not, // ! enumConstant
|
| /external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/rules/ |
| D | DefaultVisitor.java | 76 public R visitNot(Not not) { in visitNot()
|
| /external/antlr/tool/src/main/java/org/antlr/tool/ |
| D | GrammarSerializerFoo.java | 204 public void not() { in not() method in GrammarSerializerFoo
|
| /external/rust/crates/rustversion/src/ |
| D | lib.rs | 223 pub fn not(args: TokenStream, input: TokenStream) -> TokenStream { in not() function
|