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

1 2

  /external/strace/
mpers_type.h 30 # define STRINGIFY(a) #a
31 # define DEF_MPERS_TYPE(args) STRINGIFY(args.h)
  /frameworks/native/libs/ui/
UiConfig.cpp 22 // We need the two-level macro to stringify the contents of a macro argument
23 #define STRINGIFY(x) #x
24 #define TOSTRING(x) STRINGIFY(x)
  /bootable/recovery/
common.h 36 #define STRINGIFY(x) #x
37 #define EXPAND(x) STRINGIFY(x)
  /frameworks/base/libs/hwui/
OpDumper.cpp 24 #define STRINGIFY(n) #n,
25 static const char* sOpNameLut[] = BUILD_FULL_OP_LUT(STRINGIFY);
  /external/jemalloc/test/unit/
quarantine.c 5 #define STRINGIFY(x) STRINGIFY_HELPER(x)
9 STRINGIFY(QUARANTINE_SIZE);
  /external/libunwind/src/setjmp/
longjmp.c 104 #define STRINGIFY(x) STRINGIFY1(x)
106 __attribute__ ((alias (STRINGIFY(_longjmp))));
  /system/keymaster/include/keymaster/
logger.h 59 #define STRINGIFY(x) STR(x)
60 #define FILE_LINE __FILE__ ", Line " STRINGIFY(__LINE__) ": "
  /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
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/include/
cext.h 40 #define STRINGIFY(n) STRINGIFY_HELPER(n)
45 #define EXT_MODULE_NAME STRINGIFY(EXT_MODULE)
47 #define EXT_PACKAGE_NAME STRINGIFY(EXT_PACKAGE)
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/include/
cext.h 40 #define STRINGIFY(n) STRINGIFY_HELPER(n)
45 #define EXT_MODULE_NAME STRINGIFY(EXT_MODULE)
47 #define EXT_PACKAGE_NAME STRINGIFY(EXT_PACKAGE)
  /external/libvpx/libvpx/test/
video_source.h 32 #define STRINGIFY(S) TO_STRING(S)
42 return STRINGIFY(LIBVPX_TEST_DATA_PATH);
52 #undef STRINGIFY
  /device/google/contexthub/firmware/inc/
toolchain.h 75 #define STRINGIFY(s) _STRINGIFY(s)
88 #define WEAK_ALIAS(X,Y) void X(void) __attribute__ ((weak, alias (STRINGIFY(Y))))
  /external/dhcpcd-6.8.2/
common.h 50 #define STRINGIFY(a) #a
51 #define TOSTRING(a) STRINGIFY(a)
  /external/elfutils/backends/
common-reloc.c 40 #define STRINGIFIED_PASTE(a, b) STRINGIFY (PASTE (a, b))
41 #define STRINGIFY(x) STRINGIFY_1 (x)
  /device/google/contexthub/lib/nanohub/
sha2.c 38 #define STRINGIFY(b) STRINFIGY2(b)
39 #define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret = v; ret;})
aes.c 137 #define STRINGIFY(b) STRINFIGY2(b)
138 #define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret = v; ret;})
  /system/extras/showslab/
showslab.c 10 #define STRINGIFY(a) STRINGIFY_ARG(a)
106 ret = sscanf(line, "%" STRINGIFY(SLABINFO_NAME_LEN) "s"
  /external/libpcap/
pcap-libdlpi.c 245 #define STRINGIFY(n) #n
261 pcap_libdlpi_err(p->opt.source, "dlpi_promiscon" STRINGIFY(level),
pcap-dlpi.c 942 #define STRINGIFY(n) #n
956 err = dlokack(p->fd, "promiscon" STRINGIFY(level), (char *)buf,
    [all...]
  /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)
367 const char VersionString_SCCS_libdnssd[] = "@(#) libdns_sd " STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
  /art/runtime/base/
macros.h 151 // Stringify the argument.
153 #define STRINGIFY(x) QUOTE(x)
  /external/mdnsresponder/mDNSPosix/
PosixDaemon.c 277 mDNSexport const char mDNSResponderVersionString_SCCS[] = "@(#) mDNSResponder-" STRINGIFY(mDNSResponderVersion) " (" __DATE__ " " __TIME__ ")";
  /system/core/libcutils/tests/
PropertiesTest.cpp 30 #define STRINGIFY(x) STRINGIFY_INNER(x)
  /external/vixl/test/
test-simulator-a64.cc     [all...]
  /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)

Completed in 834 milliseconds

1 2