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

  /external/chromium_org/third_party/angle_dx11/src/common/
version.h 6 #define STRINGIFY(x) #x
7 #define MACRO_STRINGIFY(x) STRINGIFY(x)
  /frameworks/native/libs/ui/
UiConfig.cpp 21 #define STRINGIFY(x) #x
22 #define TOSTRING(x) STRINGIFY(x)
  /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 39 #define STRINGIFY(x) #x
40 #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 121 STRINGIFY(DEFAULT_DEVICE_DPI) ")" )
help.c     [all...]
qemu-setup.c 32 # 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"
251 VERSION_STRING " (build_id " STRINGIFY(ANDROID_BUILD_ID) ")" );
    [all...]
  /external/libvpx/libvpx/test/
video_source.h 26 #define STRINGIFY(S) TO_STRING(S)
36 return STRINGIFY(LIBVPX_TEST_DATA_PATH);
46 #undef STRINGIFY
  /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)
  /system/extras/showslab/
showslab.c 10 #define STRINGIFY(a) STRINGIFY_ARG(a)
106 ret = sscanf(line, "%" STRINGIFY(SLABINFO_NAME_LEN) "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__ ")";
dnsextd.c     [all...]
  /external/mdnsresponder/mDNSPosix/
PosixDaemon.c 277 mDNSexport const char mDNSResponderVersionString_SCCS[] = "@(#) mDNSResponder-" STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
  /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/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)
  /external/chromium_org/chrome/test/ppapi/
ppapi_browsertest.cc 26 #define STRINGIFY(test_name) #test_name
27 #define LIST_TEST(test_name) STRINGIFY(test_name) ","
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c     [all...]

Completed in 276 milliseconds