Searched defs:STRINGIFY (Results 1 - 7 of 7) sorted by relevance

/external/webkit/WebKit/win/
H A DProgIDMacros.h29 #define STRINGIFIED_VERSION(version) STRINGIFY(version)
30 #define STRINGIFY(s) L###s macro
/external/qemu/android/config/
H A Dcheck-alsa.c21 #define STRINGIFY(x) _STRINGIFY(x) macro
89 (func_ ##name) = dlsym( alsa_lib, STRINGIFY(name) ); \
91 D("could not find %s in libasound\n", STRINGIFY(name)); \
H A Dcheck-esd.c23 #define STRINGIFY(x) _STRINGIFY(x) macro
57 (func_ ##name) = dlsym( esd_lib, STRINGIFY(name) ); \
59 D("could not find %s in libesd\n", STRINGIFY(name)); \
/external/qemu/android/utils/
H A Dsystem.h73 #ifndef STRINGIFY
75 #define STRINGIFY(x) _STRINGIFY(x) macro
/external/qemu/audio/
H A Desdaudio.c52 #define STRINGIFY(x) STRINGIFY_(x) macro
H A Dalsaaudio.c52 #define STRINGIFY(x) STRINGIFY_(x) macro
/external/qemu/android/
H A Dmain.c80 #define STRINGIFY(x) _STRINGIFY(x) macro
84 # define VERSION_STRING STRINGIFY(ANDROID_SDK_TOOLS_REVISION)".0"
1292 VERSION_STRING " (build_id " STRINGIFY(ANDROID_BUILD_ID) ")" );

Completed in 93 milliseconds