HomeSort by relevance Sort by last modified time
    Searched refs:STRINGIFY (Results 1 - 14 of 14) 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-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)); \
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)); \
  /bootable/recovery/
common.h 88 #define STRINGIFY(x) #x
89 #define EXPAND(x) STRINGIFY(x)
  /external/qemu/android/
hw-events.c 22 #define EV_TYPE(n,v) { "EV_" STRINGIFY(n), (v) },
24 #define BTN_CODE(n,v) { "BTN_" STRINGIFY(n), (v) },
25 #define KEY_CODE(n,v) { "KEY_" STRINGIFY(n), (v) },
26 #define REL_CODE(n,v) { "REL_" STRINGIFY(n), (v) },
27 #define ABS_CODE(n,v) { "ABS_" STRINGIFY(n), (v) },
cmdline-options.h 119 STRINGIFY(DEFAULT_DEVICE_DPI) ")" )
help.c     [all...]
qemu-setup.c 30 # define VERSION_STRING STRINGIFY(ANDROID_SDK_TOOLS_REVISION)".0"
main.c 62 #define STRINGIFY(x) _STRINGIFY(x)
66 # define VERSION_STRING STRINGIFY(ANDROID_SDK_TOOLS_REVISION)".0"
310 VERSION_STRING " (build_id " STRINGIFY(ANDROID_BUILD_ID) ")" );
    [all...]
  /external/qemu/android/utils/
system.h 79 #ifndef STRINGIFY
81 #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/telephony/
android_modem.c 74 #define OPERATOR_HOME_MCCMNC STRINGIFY(OPERATOR_HOME_MCC) \
75 STRINGIFY(OPERATOR_HOME_MNC)
81 #define OPERATOR_ROAMING_MCCMNC STRINGIFY(OPERATOR_ROAMING_MCC) \
82 STRINGIFY(OPERATOR_ROAMING_MNC)
    [all...]
  /external/qemu/audio/
esdaudio.c 51 #define STRINGIFY(x) STRINGIFY_(x)

Completed in 169 milliseconds