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

1 2

  /frameworks/native/libs/ui/
UiConfig.cpp 21 #define STRINGIFY(x) #x
22 #define TOSTRING(x) STRINGIFY(x)
  /bootable/recovery/
common.h 39 #define STRINGIFY(x) #x
40 #define EXPAND(x) STRINGIFY(x)
  /external/libunwind/src/setjmp/
longjmp.c 104 #define STRINGIFY(x) STRINGIFY1(x)
106 __attribute__ ((alias (STRINGIFY(_longjmp))));
  /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)); \
  /external/chromium_org/mojo/public/c/system/tests/
core_unittest_pure_c.c 19 #define STRINGIFY(x) #x
20 #define STRINGIFY2(x) STRINGIFY(x)
28 return FAILURE(STRINGIFY(a) " != " STRINGIFY(b) " (expected ==)"); \
33 return FAILURE(STRINGIFY(a) " == " STRINGIFY(b) " (expected !=)"); \
  /external/jemalloc/test/unit/
quarantine.c 5 #define STRINGIFY(x) STRINGIFY_HELPER(x)
9 STRINGIFY(QUARANTINE_SIZE);
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
video_source.h 26 #define STRINGIFY(S) TO_STRING(S)
36 return STRINGIFY(LIBVPX_TEST_DATA_PATH);
46 #undef STRINGIFY
  /external/elfutils/0.153/backends/
common-reloc.c 37 #define STRINGIFIED_PASTE(a, b) STRINGIFY (PASTE (a, b))
38 #define STRINGIFY(x) STRINGIFY_1 (x)
  /external/libpcap/
pcap-libdlpi.c 233 #define STRINGIFY(n) #n
249 pcap_libdlpi_err(p->opt.source, "dlpi_promiscon" STRINGIFY(level),
pcap-dlpi.c 903 #define STRINGIFY(n) #n
917 err = dlokack(p->fd, "promiscon" STRINGIFY(level), (char *)buf,
    [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/qemu/android/base/
Log_unittest.cpp 137 #define STRINGIFY(x) STRINGIFY_(x)
141 prefix ":" __FILE__ ":" STRINGIFY(line) ": "
  /external/qemu/android/utils/
system.h 85 #ifndef STRINGIFY
87 #define STRINGIFY(x) _STRINGIFY(x)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
video_source.h 26 #define STRINGIFY(S) TO_STRING(S)
36 return STRINGIFY(LIBVPX_TEST_DATA_PATH);
46 #undef STRINGIFY
  /art/runtime/base/
macros.h 153 // Stringify the argument.
155 #define STRINGIFY(x) QUOTE(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__ ")";
  /external/qemu/android/qemu-launcher/
emulator-qemu.cpp 39 #define STRINGIFY(x) _STRINGIFY(x)
43 # define VERSION_STRING STRINGIFY(ANDROID_SDK_TOOLS_REVISION)".0"
238 VERSION_STRING " (build_id " STRINGIFY(ANDROID_BUILD_ID) ")" );
  /external/vixl/test/
test-simulator-a64.cc     [all...]
  /system/core/libcutils/tests/
PropertiesTest.cpp 30 #define STRINGIFY(x) STRINGIFY_INNER(x)
  /system/extras/showslab/
showslab.c 10 #define STRINGIFY(a) STRINGIFY_ARG(a)
106 ret = sscanf(line, "%" STRINGIFY(SLABINFO_NAME_LEN) "s"
  /external/chromium_org/chrome/test/ppapi/
ppapi_browsertest.cc 28 #define STRINGIFY(test_name) #test_name
29 #define LIST_TEST(test_name) STRINGIFY(test_name) ","
    [all...]
  /external/qemu/audio/
esdaudio.c 51 #define STRINGIFY(x) STRINGIFY_(x)

Completed in 762 milliseconds

1 2