/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/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/cronet/tot/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/src/ |
D | lib.rs | 708 pub fn not(cond: impl Bool) -> bool { in not() function 712 mod not { module 715 fn not(self) -> bool; in not() method 720 fn not(self) -> bool { in not() method 727 fn not(self) -> bool { in not() method
|
/external/rust/android-crates-io/crates/anyhow/src/ |
D | lib.rs | 709 pub fn not(cond: impl Bool) -> bool { in not() function 713 mod not { module 716 fn not(self) -> bool; in not() method 721 fn not(self) -> bool { in not() method 728 fn not(self) -> bool { in not() method
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/src/ |
D | lib.rs | 708 pub fn not(cond: impl Bool) -> bool { in not() function 712 mod not { module 715 fn not(self) -> bool; in not() method 720 fn not(self) -> bool { in not() method 727 fn not(self) -> bool { in not() method
|
/external/mockito/src/main/java/org/mockito/ |
D | AdditionalMatchers.java | 903 public static <T> T not(T first) { in not() method in AdditionalMatchers 917 public static short not(short first) { in not() method in AdditionalMatchers 931 public static int not(int first) { in not() method in AdditionalMatchers 945 public static long not(long first) { in not() method in AdditionalMatchers 959 public static float not(float first) { in not() method in AdditionalMatchers 973 public static double not(double first) { in not() method in AdditionalMatchers 987 public static char not(char first) { in not() method in AdditionalMatchers 1001 public static boolean not(boolean first) { in not() method in AdditionalMatchers 1015 public static byte not(byte first) { in not() method in AdditionalMatchers
|
/external/json-schema-validator/src/test/suite/tests/draft-next/ |
D | not.json | 6 "not": {"type": "integer"} object 25 "not": {"type": ["integer", "boolean"]} object 49 "not": { object 82 "not": {} object 103 "not": true boolean 117 "not": false boolean 131 "not": { object
|
/external/json-schema-validator/src/test/suite/tests/draft4/ |
D | not.json | 5 "not": {"type": "integer"} object 23 "not": {"type": ["integer", "boolean"]} object 46 "not": { object 78 "not": {} object 97 "schema": { "not": {} }, object 148 "schema": { "not": { "not": {} } }, object
|
/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/json-schema-validator/src/test/suite/tests/draft6/ |
D | not.json | 5 "not": {"type": "integer"} object 23 "not": {"type": ["integer", "boolean"]} object 46 "not": { object 78 "not": {} object 97 "schema": { "not": {} }, object 148 "schema": { "not": true }, boolean 199 "schema": { "not": false }, boolean 250 "schema": { "not": { "not": {} } }, object
|
/external/json-schema-validator/src/test/suite/tests/draft7/ |
D | not.json | 5 "not": {"type": "integer"} object 23 "not": {"type": ["integer", "boolean"]} object 46 "not": { object 78 "not": {} object 97 "schema": { "not": {} }, object 148 "schema": { "not": true }, boolean 199 "schema": { "not": false }, boolean 250 "schema": { "not": { "not": {} } }, object
|
/external/json-schema-validator/src/test/suite/tests/draft2020-12/ |
D | not.json | 6 "not": {"type": "integer"} object 25 "not": {"type": ["integer", "boolean"]} object 49 "not": { object 82 "not": {} object 103 "not": {} object 157 "not": true boolean 211 "not": false boolean 265 "not": { "not": {} } object 279 "not": { object
|
/external/json-schema-validator/src/test/suite/tests/draft2019-09/ |
D | not.json | 6 "not": {"type": "integer"} object 25 "not": {"type": ["integer", "boolean"]} object 49 "not": { object 82 "not": {} object 103 "not": {} object 157 "not": true boolean 211 "not": false boolean 265 "not": { "not": {} } object 279 "not": { object
|
/external/rust/android-crates-io/crates/portable-atomic/src/imp/ |
D | x86.rs | 103 pub(crate) fn not(&self, order: Ordering) { in not() method 114 pub(crate) fn not(&self, order: Ordering) { in not() method
|
/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/android-crates-io/crates/num-bigint/tests/ |
D | bigint_bitwise.rs | 111 let not = not.to_bigint().unwrap(); in test_not() localVariable 127 let not = (!prim_a).to_bigint().unwrap(); in test_not_i64() localVariable
|
/external/json-schema-validator/src/test/suite/tests/draft7/optional/ |
D | unknownKeyword.json | 8 "not": { object 22 "not": { object
|
/external/json-schema-validator/src/test/suite/tests/draft2020-12/optional/ |
D | unknownKeyword.json | 9 "not": { object 23 "not": { object
|
/external/json-schema-validator/src/test/suite/tests/draft2019-09/optional/ |
D | unknownKeyword.json | 9 "not": { object 23 "not": { object
|
/external/json-schema-validator/src/test/suite/tests/draft-next/optional/ |
D | unknownKeyword.json | 9 "not": { object 23 "not": { object
|
/external/json-schema-validator/src/test/suite/tests/draft6/optional/ |
D | unknownKeyword.json | 8 "not": { object 22 "not": { object
|
/external/openthread/third_party/mbedtls/repo/programs/ |
D | demo_common.sh | 69 not () { function
|
/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()
|