Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/test/MC/AArch64/SVE/
Dnot.s10 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
Dnot-diagnostics.s6 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/
DInternersTest.java36 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/
DInternersTest.java36 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/
DAdditionalMatchers.java904 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/
DIsNot.java40 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/
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/llvm-project/llvm/test/tools/llvm-rc/Inputs/
Dnot-expr.rc1 not DIALOGEX // not as an identifier dialog
/external/llvm-project/llvm/test/MC/RISCV/
Dcompress-rv32b.s29 not s0, s0 label
/external/toybox/lib/
Dportability.c197 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/
Darc-no-arc-exceptions.m9 void not(void) __attribute__((nothrow)); function
/external/llvm-project/clang/test/CodeGenObjC/
Darc-no-arc-exceptions.m9 void not(void) __attribute__((nothrow)); function
/external/clang/lib/Headers/
Diso646.h35 #define not ! macro
/external/llvm-project/clang/lib/Headers/
Diso646.h19 #define not ! macro
/external/pcre/dist2/src/
Dpcre2_printint.c281 const char *not = (*code == OP_PROP)? "" : "not "; in print_prop() local
713 BOOL not = FALSE; in pcre2_printint() local
/external/e2fsprogs/lib/support/
Dparse_qtype.c35 int not = 0; in parse_quota_types() local
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DCoreMatchers.java294 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/
DIsValidUtf8Test.java131 private void assertValidUtf8(ByteStringFactory factory, int[] bytes, boolean not) { in assertValidUtf8()
/external/rust/crates/nom/src/combinator/
Dmacros.rs859 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/
DUnaryExpr.java38 not, // ! enumConstant
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
DUnaryExpr.java37 not, // ! enumConstant
/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammarSerializerFoo.java204 public void not() { in not() method in GrammarSerializerFoo
/external/strace/
Dnumber_set.c44 bool not; member
/external/dagger2/javatests/dagger/functional/producers/cancellation/
DProducerTester.java199 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/
Dmain.c39 int not = 1; in main() local

123