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

1 2 3

  /system/chre/platform/slpi/include/chre/target_platform/
fatal_error.h 26 ERR_FATAL("CHRE fatal@" CHRE_FILENAME ":" STRINGIFY(__LINE__), 0, 0, 0)
  /external/swiftshader/src/Common/
Version.h 20 #define STRINGIFY(x) #x
21 #define MACRO_STRINGIFY(x) STRINGIFY(x)
  /external/libmojo/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/strace/
macros.h 35 #define STRINGIFY(...) #__VA_ARGS__
36 #define STRINGIFY_VAL(...) STRINGIFY(__VA_ARGS__)
mpers_type.h 36 # define DEF_MPERS_TYPE(args) STRINGIFY(args.h)
  /system/chre/util/include/chre/util/
macros.h 29 #define STRINGIFY(x) STRINGIFY2(x)
  /frameworks/base/libs/hwui/
OpDumper.cpp 25 #define STRINGIFY(n) #n,
26 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__) ": "
  /external/chromium-trace/catapult/common/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/libvpx/libvpx/test/
video_source.h 34 #define STRINGIFY(S) TO_STRING(S)
44 return STRINGIFY(LIBVPX_TEST_DATA_PATH);
54 #undef STRINGIFY
  /external/perfetto/src/ftrace_reader/
format_parser.cc 35 #define STRINGIFY(x) STRINGIFY2(x)
102 sscanf(line, "name: %" STRINGIFY(MAX_FIELD_LENGTH) "s", buffer) == 1) {
116 "\tfield:%" STRINGIFY(MAX_FIELD_LENGTH) "[^;];\toffset: "
  /system/chre/platform/android/
host_link.cc 97 STRINGIFY(__clang_major__) "."
98 STRINGIFY(__clang_minor__) "."
99 STRINGIFY(__clang_patchlevel__) ")");
  /art/libartbase/base/
macros.h 58 // Stringify the argument.
60 #define STRINGIFY(x) QUOTE(x)
  /external/kmod/shared/
macro.h 49 #define STRINGIFY(x) XSTRINGIFY(x)
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h 36 #define STRINGIFY(...) #__VA_ARGS__ "\n"
71 STRINGIFY(
111 STRINGIFY(
189 STRINGIFY(
200 STRINGIFY(
214 STRINGIFY(
230 STRINGIFY(
251 STRINGIFY(
292 STRINGIFY(
301 STRINGIFY(
    [all...]
  /device/google/contexthub/firmware/os/inc/
toolchain.h 78 #define STRINGIFY(s) _STRINGIFY(s)
91 #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)
  /external/v8/src/zone/
zone.h 18 #define STRINGIFY(x) #x
19 #define TOSTRING(x) STRINGIFY(x)
  /external/kmod/testsuite/
test-init.c 127 "mod-simple:0:0:bla:-1:" STRINGIFY(ENOENT),
  /system/chre/platform/shared/nanoapp/
nanoapp_support_lib_dso.cc 80 dlsym(RTLD_NEXT, STRINGIFY(functionName))); \
  /external/chromium-trace/catapult/common/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/vixl/test/
test-use-scratch-register-scope.cc 39 #define STRINGIFY(x) #x
46 Test test_##Name##_AArch32(STRINGIFY(AARCH32_SCRATCH_##Name), \
55 Test test_##Name##_AArch64(STRINGIFY(AARCH64_SCRATCH_##Name), \

Completed in 688 milliseconds

1 2 3