Home
last modified time | relevance | path

Searched refs:STRINGIFY (Results 1 – 25 of 65) sorted by relevance

123

/external/libchrome/mojo/public/c/system/tests/
Dcore_unittest_pure_c.c19 #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/
Daccelerate-kernels-private.h36 #define STRINGIFY(...) #__VA_ARGS__ "\n" macro
57 STRINGIFY(
97 STRINGIFY(
175 STRINGIFY(
186 STRINGIFY(
200 STRINGIFY(
216 STRINGIFY(
238 STRINGIFY(
279 STRINGIFY(
288 STRINGIFY(
[all …]
/external/strace/tests-m32/
Dadd_key.c105 { "overly long description", STRINGIFY("overly long ") "..." }, in main()
116 { bogus_payload, STRINGIFY(""), 0 }, in main()
117 { bogus_payload, STRINGIFY("\16\17\20\21\22"), 5 }, in main()
119 { "overly long payload", STRINGIFY("overly long ") "...", 15 }, in main()
Drequest_key.c104 { "overly long description", STRINGIFY("overly long ") "..." }, in main()
116 { "overly long info", STRINGIFY("overly long ") "..." }, in main()
/external/strace/tests-mx32/
Dadd_key.c105 { "overly long description", STRINGIFY("overly long ") "..." }, in main()
116 { bogus_payload, STRINGIFY(""), 0 }, in main()
117 { bogus_payload, STRINGIFY("\16\17\20\21\22"), 5 }, in main()
119 { "overly long payload", STRINGIFY("overly long ") "...", 15 }, in main()
Drequest_key.c104 { "overly long description", STRINGIFY("overly long ") "..." }, in main()
116 { "overly long info", STRINGIFY("overly long ") "..." }, in main()
/external/strace/tests/
Dadd_key.c105 { "overly long description", STRINGIFY("overly long ") "..." }, in main()
116 { bogus_payload, STRINGIFY(""), 0 }, in main()
117 { bogus_payload, STRINGIFY("\16\17\20\21\22"), 5 }, in main()
119 { "overly long payload", STRINGIFY("overly long ") "...", 15 }, in main()
Drequest_key.c104 { "overly long description", STRINGIFY("overly long ") "..." }, in main()
116 { "overly long info", STRINGIFY("overly long ") "..." }, in main()
/external/swiftshader/src/Vulkan/
DVersion.h20 #define STRINGIFY(x) #x macro
21 #define MACRO_STRINGIFY(x) STRINGIFY(x)
/external/swiftshader/src/Common/
DVersion.h20 #define STRINGIFY(x) #x macro
21 #define MACRO_STRINGIFY(x) STRINGIFY(x)
/external/strace/
Dmacros.h40 #define STRINGIFY(...) #__VA_ARGS__ macro
41 #define STRINGIFY_VAL(...) STRINGIFY(__VA_ARGS__)
Dmpers_type.h36 # define DEF_MPERS_TYPE(args) STRINGIFY(args.h)
/external/libvpx/libvpx/test/
Dvideo_source.h34 #define STRINGIFY(S) TO_STRING(S) macro
44 return STRINGIFY(LIBVPX_TEST_DATA_PATH); in GetDataPath()
54 #undef STRINGIFY
/external/libaom/libaom/test/
Dvideo_source.h33 #define STRINGIFY(S) TO_STRING(S) macro
43 return STRINGIFY(LIBAOM_TEST_DATA_PATH); in GetDataPath()
53 #undef STRINGIFY
/external/perfetto/src/traced/probes/ftrace/
Dformat_parser.cc35 #define STRINGIFY(x) STRINGIFY2(x) macro
64 "\tfield:%" STRINGIFY(MAX_FIELD_LENGTH) "[^;];\toffset: " in ParseFtraceEventBody()
150 sscanf(line, "name: %" STRINGIFY(MAX_FIELD_LENGTH) "s", buffer) == 1) { in ParseFtraceEvent()
/external/libunwind/src/setjmp/
Dlongjmp.c104 #define STRINGIFY(x) STRINGIFY1(x) macro
106 __attribute__ ((alias (STRINGIFY(_longjmp))));
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
Dcext.h40 #define STRINGIFY(n) STRINGIFY_HELPER(n) macro
45 #define EXT_MODULE_NAME STRINGIFY(EXT_MODULE)
47 #define EXT_PACKAGE_NAME STRINGIFY(EXT_PACKAGE)
/external/jemalloc/test/unit/
Dquarantine.c5 #define STRINGIFY(x) STRINGIFY_HELPER(x) macro
9 STRINGIFY(QUARANTINE_SIZE);
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
Dcext.h40 #define STRINGIFY(n) STRINGIFY_HELPER(n) macro
45 #define EXT_MODULE_NAME STRINGIFY(EXT_MODULE)
47 #define EXT_PACKAGE_NAME STRINGIFY(EXT_PACKAGE)
/external/elfutils/backends/
Dcommon-reloc.c40 #define STRINGIFIED_PASTE(a, b) STRINGIFY (PASTE (a, b))
41 #define STRINGIFY(x) STRINGIFY_1 (x) macro
/external/boringssl/src/crypto/
Dthread_win.c146 #define STRINGIFY(x) #x macro
147 #define EXPAND_AND_STRINGIFY(x) STRINGIFY(x)
/external/vixl/test/
Dtest-use-scratch-register-scope.cc39 #define STRINGIFY(x) #x macro
46 Test test_##Name##_AArch32(STRINGIFY(AARCH32_SCRATCH_##Name), \
55 Test test_##Name##_AArch64(STRINGIFY(AARCH64_SCRATCH_##Name), \
/external/skia/src/sksl/
Dsksl_vert.inc1 STRINGIFY(
/external/skqp/src/sksl/
Dsksl_vert.inc1 STRINGIFY(
/external/protobuf/conformance/
Dconformance_test_runner.cc76 #define STRINGIFY(x) #x macro
77 #define TOSTRING(x) STRINGIFY(x)

123