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

  /external/webkit/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)); \
  /bootable/recovery/
common.h 87 #define STRINGIFY(x) #x
88 #define EXPAND(x) STRINGIFY(x)
  /external/qemu/android/utils/
system.h 73 #ifndef STRINGIFY
75 #define STRINGIFY(x) _STRINGIFY(x)
  /external/qemu/audio/
esdaudio.c 52 #define STRINGIFY(x) STRINGIFY_(x)
alsaaudio.c 52 #define STRINGIFY(x) STRINGIFY_(x)
  /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 80 #define STRINGIFY(x) _STRINGIFY(x)
84 # define VERSION_STRING STRINGIFY(ANDROID_SDK_TOOLS_REVISION)".0"
    [all...]

Completed in 984 milliseconds