/external/llvm-project/llvm/test/MC/AArch64/SVE/ |
D | not.s | 10 not z31.b, p7/m, z31.b label 16 not z31.h, p7/m, z31.h label 22 not z31.s, p7/m, z31.s label 28 not z31.d, p7/m, z31.d label 34 not p0.b, p0/z, p0.b label 40 not p15.b, p15/z, p15.b label 56 not z4.d, p7/m, z31.d label 68 not z4.d, p7/m, z31.d label
|
D | not-diagnostics.s | 6 not z31.b, p8/m, z31.b label 15 not z31.b, p7/m, z31.h label
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | InternersTest.java | 36 String not = new String("a"); in testStrong_simplistic() local 62 String not = new String("a"); in testWeak_simplistic() local 89 Integer not = new Integer(5); in testWeak_afterGC() local 103 String not = new String("a"); in testAsFunction_simplistic() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | InternersTest.java | 36 String not = new String("a"); in testStrong_simplistic() local 62 String not = new String("a"); in testWeak_simplistic() local 89 Integer not = new Integer(5); in testWeak_afterGC() local 103 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/llvm-project/llvm/test/tools/llvm-rc/Inputs/ |
D | not-expr.rc | 1 not DIALOGEX // not as an identifier dialog
|
/external/llvm-project/llvm/test/MC/RISCV/ |
D | compress-rv32b.s | 29 not s0, s0 label
|
/external/toybox/lib/ |
D | portability.c | 197 struct xnotify *not = xzalloc(sizeof(struct xnotify)); in xnotify_init() local 207 int xnotify_add(struct xnotify *not, int fd, char *path) in xnotify_add() 221 int xnotify_wait(struct xnotify *not, char **path) in xnotify_wait() 244 struct xnotify *not = xzalloc(sizeof(struct xnotify)); in xnotify_init() local 254 int xnotify_add(struct xnotify *not, int fd, char *path) in xnotify_add() 267 int xnotify_wait(struct xnotify *not, char **path) in xnotify_wait()
|
/external/clang/test/CodeGenObjC/ |
D | arc-no-arc-exceptions.m | 9 void not(void) __attribute__((nothrow)); function
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | arc-no-arc-exceptions.m | 9 void not(void) __attribute__((nothrow)); function
|
/external/clang/lib/Headers/ |
D | iso646.h | 35 #define not ! macro
|
/external/llvm-project/clang/lib/Headers/ |
D | iso646.h | 19 #define not ! macro
|
/external/pcre/dist2/src/ |
D | pcre2_printint.c | 281 const char *not = (*code == OP_PROP)? "" : "not "; in print_prop() local 713 BOOL not = FALSE; in pcre2_printint() local
|
/external/e2fsprogs/lib/support/ |
D | parse_qtype.c | 35 int not = 0; in parse_quota_types() 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 | 131 private void assertValidUtf8(ByteStringFactory factory, int[] bytes, boolean not) { in assertValidUtf8()
|
/external/rust/crates/nom/src/combinator/ |
D | macros.rs | 859 macro_rules! not( macro 1159 fn not() { 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/antlr/tool/src/main/java/org/antlr/tool/ |
D | GrammarSerializerFoo.java | 204 public void not() { in not() method in GrammarSerializerFoo
|
/external/strace/ |
D | number_set.c | 44 bool not; member
|
/external/dagger2/javatests/dagger/functional/producers/cancellation/ |
D | ProducerTester.java | 199 private static <T> Predicate<T> not(final Predicate<T> predicate) { in not() method in ProducerTester
|
/external/llvm-project/lldb/test/API/lang/c/cpp_keyword_identifiers/ |
D | main.c | 39 int not = 1; in main() local
|