/external/swiftshader/third_party/llvm-7.0/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/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/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/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/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/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 709 BOOL not = FALSE; in pcre2_printint() local
|
/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/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/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
D | rvi-aliases-valid.s | 40 not x31, x1 label
|
/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/boringssl/src/crypto/x509v3/ |
D | v3_cpols.c | 306 USERNOTICE *not; in notice_section() local
|
/external/antlr/tool/src/main/java/org/antlr/analysis/ |
D | SemanticContext.java | 396 NOT not = (NOT)obj; in equals() local 710 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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/ |
D | valid.s | 135 not $7, $8 # CHECK: not $7, $8 # encoding: [0x00,0x08,0x3a,0xd0] label 136 not $7 # CHECK: not $7, $7 # encoding: [0x00,0x07,0x3a,0xd0] label
|
/external/python/cpython2/Doc/reference/ |
D | expressions.rst | 1309 .. _not: target
|