/external/libmojo/mojo/public/c/system/tests/ |
D | core_unittest_pure_c.c | 19 #define STRINGIFY(x) #x macro 20 #define STRINGIFY2(x) STRINGIFY(x) 28 return FAILURE(STRINGIFY(a) " != " STRINGIFY(b) " (expected ==)"); \ 33 return FAILURE(STRINGIFY(a) " == " STRINGIFY(b) " (expected !=)"); \
|
/external/ImageMagick/MagickCore/ |
D | accelerate-kernels-private.h | 36 #define STRINGIFY(...) #__VA_ARGS__ "\n" macro 71 STRINGIFY( 111 STRINGIFY( 189 STRINGIFY( 200 STRINGIFY( 214 STRINGIFY( 230 STRINGIFY( 251 STRINGIFY( 292 STRINGIFY( 301 STRINGIFY( [all …]
|
/external/strace/ |
D | macros.h | 35 #define STRINGIFY(...) #__VA_ARGS__ macro 36 #define STRINGIFY_VAL(...) STRINGIFY(__VA_ARGS__)
|
D | mpers_type.h | 36 # define DEF_MPERS_TYPE(args) STRINGIFY(args.h)
|
/external/swiftshader/src/Common/ |
D | Version.h | 20 #define STRINGIFY(x) #x macro 21 #define MACRO_STRINGIFY(x) STRINGIFY(x)
|
/external/libunwind/src/setjmp/ |
D | longjmp.c | 104 #define STRINGIFY(x) STRINGIFY1(x) macro 106 __attribute__ ((alias (STRINGIFY(_longjmp))));
|
/external/libvpx/libvpx/test/ |
D | video_source.h | 34 #define STRINGIFY(S) TO_STRING(S) macro 44 return STRINGIFY(LIBVPX_TEST_DATA_PATH); in GetDataPath() 54 #undef STRINGIFY
|
/external/jemalloc/test/unit/ |
D | quarantine.c | 5 #define STRINGIFY(x) STRINGIFY_HELPER(x) macro 9 STRINGIFY(QUARANTINE_SIZE);
|
/external/elfutils/backends/ |
D | common-reloc.c | 40 #define STRINGIFIED_PASTE(a, b) STRINGIFY (PASTE (a, b)) 41 #define STRINGIFY(x) STRINGIFY_1 (x) macro
|
/external/dhcpcd-6.8.2/ |
D | common.h | 50 #define STRINGIFY(a) #a macro 51 #define TOSTRING(a) STRINGIFY(a)
|
/external/skia/src/sksl/ |
D | sksl_vert.include | 1 STRINGIFY(
|
D | sksl_geom.include | 1 STRINGIFY(
|
D | sksl_frag.include | 1 STRINGIFY(
|
D | sksl_fp.include | 1 STRINGIFY(
|
/external/vixl/test/ |
D | test-use-scratch-register-scope.cc | 39 #define STRINGIFY(x) #x macro 46 Test test_##Name##_AArch32(STRINGIFY(AARCH32_SCRATCH_##Name), \ 55 Test test_##Name##_AArch64(STRINGIFY(AARCH64_SCRATCH_##Name), \
|
/external/v8/src/zone/ |
D | zone.h | 18 #define STRINGIFY(x) #x macro 19 #define TOSTRING(x) STRINGIFY(x)
|
/external/protobuf/conformance/ |
D | conformance_test_runner.cc | 76 #define STRINGIFY(x) #x macro 77 #define TOSTRING(x) STRINGIFY(x)
|
/external/kmod/shared/ |
D | macro.h | 49 #define STRINGIFY(x) XSTRINGIFY(x) macro
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientlib.c | 362 #define STRINGIFY(s) STRINGIFY_ARGUMENT_WITHOUT_EXPANSION(s) macro 367 const char VersionString_SCCS_libdnssd[] = "@(#) libdns_sd " STRINGIFY(mDNSResponderVersion) " (" _…
|
/external/libpcap/ |
D | pcap-libdlpi.c | 245 #define STRINGIFY(n) #n macro 261 pcap_libdlpi_err(p->opt.device, "dlpi_promiscon" STRINGIFY(level), in dlpromiscon()
|
/external/kmod/testsuite/ |
D | test-init.c | 127 "mod-simple:0:0:bla:-1:" STRINGIFY(ENOENT),
|
/external/vixl/test/aarch64/ |
D | test-simulator-aarch64.cc | 2673 #define STRINGIFY(s) #s macro 2676 Test##type(STRINGIFY(mnemonic) "_" STRINGIFY(variant), \ 2766 Test1OpNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdform), \ in DEFINE_TEST_FP_TO_INT() 2776 Test1OpAcrossNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdform) "_" STRINGIFY( \ in DEFINE_TEST_FP_TO_INT() 2788 Test2OpNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdform), \ in DEFINE_TEST_FP_TO_INT() 2803 Test2OpImmNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdform) "_2OPIMM", \ in DEFINE_TEST_FP_TO_INT() 2817 STRINGIFY(mnemonic) "_" STRINGIFY(vdform) "_" STRINGIFY( \ in DEFINE_TEST_FP_TO_INT() 2818 vnform) "_" STRINGIFY(vmform), \ in DEFINE_TEST_FP_TO_INT() 2841 TestOpImmOpImmNEON(STRINGIFY(mnemonic) "_" STRINGIFY(vdform), \ in DEFINE_TEST_FP_TO_INT()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceDefs.h | 50 #define XSTRINGIFY(x) STRINGIFY(x) 51 #define STRINGIFY(x) #x macro
|
/external/mdnsresponder/mDNSPosix/ |
D | PosixDaemon.c | 277 mDNSexport const char mDNSResponderVersionString_SCCS[] = "@(#) mDNSResponder-" STRINGIFY(mDNSRespo…
|
/external/python/cpython2/Modules/ |
D | _struct.c | 97 #define STRINGIFY(x) #x macro 534 "short format requires " STRINGIFY(SHRT_MIN) in np_short() 535 " <= number <= " STRINGIFY(SHRT_MAX)); in np_short() 552 "ushort format requires 0 <= number <= " STRINGIFY(USHRT_MAX)); in np_ushort()
|