HomeSort by relevance Sort by last modified time
    Searched defs:STRINGIFY (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebKit/win/
ProgIDMacros.h 29 #define STRINGIFIED_VERSION(version) STRINGIFY(version)
30 #define STRINGIFY(s) L###s
  /external/qemu/android/config/
check-alsa.c 21 #define STRINGIFY(x) _STRINGIFY(x)
89 (func_ ##name) = dlsym( alsa_lib, STRINGIFY(name) ); \
91 D("could not find %s in libasound\n", STRINGIFY(name)); \
check-esd.c 23 #define STRINGIFY(x) _STRINGIFY(x)
57 (func_ ##name) = dlsym( esd_lib, STRINGIFY(name) ); \
59 D("could not find %s in libesd\n", STRINGIFY(name)); \
check-pulseaudio.c 23 #define STRINGIFY(x) _STRINGIFY(x)
58 (func_ ##name) = dlsym( pa_lib, STRINGIFY(name) ); \
60 D("could not find %s in libpulse\n", STRINGIFY(name)); \
  /bootable/recovery/
common.h 39 #define STRINGIFY(x) #x
40 #define EXPAND(x) STRINGIFY(x)
  /external/elfutils/backends/
common-reloc.c 37 #define STRINGIFIED_PASTE(a, b) STRINGIFY (PASTE (a, b))
38 #define STRINGIFY(x) STRINGIFY_1 (x)
  /external/qemu/android/utils/
system.h 80 #ifndef STRINGIFY
82 #define STRINGIFY(x) _STRINGIFY(x)
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 30 // Note: The C preprocessor stringify operator ('#') makes a string from its argument, without macro expansion
32 // To expand "version" to its value before making the string, use STRINGIFY(version) instead
34 #define STRINGIFY(s) STRINGIFY_ARGUMENT_WITHOUT_EXPANSION(s)
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 358 // Note: The C preprocessor stringify operator ('#') makes a string from its argument, without macro expansion
360 // To expand "version" to its value before making the string, use STRINGIFY(version) instead
362 #define STRINGIFY(s) STRINGIFY_ARGUMENT_WITHOUT_EXPANSION(s)
366 const char VersionString_SCCS_libdnssd[] = "@(#) libdns_sd " STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
  /system/extras/showslab/
showslab.c 10 #define STRINGIFY(a) STRINGIFY_ARG(a)
106 ret = sscanf(line, "%" STRINGIFY(SLABINFO_NAME_LEN) "s"
  /external/qemu/android/
main.c 62 #define STRINGIFY(x) _STRINGIFY(x)
66 # define VERSION_STRING STRINGIFY(ANDROID_SDK_TOOLS_REVISION)".0"
251 VERSION_STRING " (build_id " STRINGIFY(ANDROID_BUILD_ID) ")" );
    [all...]
  /external/qemu/audio/
esdaudio.c 51 #define STRINGIFY(x) STRINGIFY_(x)
  /external/mdnsresponder/Clients/
dns-sd.c     [all...]

Completed in 194 milliseconds