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

  /external/libchrome/base/strings/
stringize_macros.h 27 // STRINGIZE(A) produces "FOO"
28 // STRINGIZE(B(y)) produces "myobj->FunctionCall(y)"
29 #define STRINGIZE(x) STRINGIZE_NO_EXPANSION(x)
stringize_macros_unittest.cc 25 EXPECT_STREQ("FOO", STRINGIZE(PREPROCESSOR_UTIL_UNITTEST_A));
27 STRINGIZE(PREPROCESSOR_UTIL_UNITTEST_B(y)));
28 EXPECT_STREQ("\"foo\"", STRINGIZE(PREPROCESSOR_UTIL_UNITTEST_C));
  /external/webrtc/webrtc/system_wrappers/include/
stringize_macros.h 34 // STRINGIZE(A) produces "FOO"
35 // STRINGIZE(B(y)) produces "myobj->FunctionCall(y)"
36 #define STRINGIZE(x) STRINGIZE_NO_EXPANSION(x)
  /external/webrtc/webrtc/system_wrappers/source/
stringize_macros_unittest.cc 31 EXPECT_STREQ("FOO", STRINGIZE(PREPROCESSOR_UTIL_UNITTEST_A));
33 STRINGIZE(PREPROCESSOR_UTIL_UNITTEST_B(y)));
34 EXPECT_STREQ("\"foo\"", STRINGIZE(PREPROCESSOR_UTIL_UNITTEST_C));
  /external/clang/test/Preprocessor/
pp-record.c 5 #define STRINGIZE(text) STRINGIZE_I(text)
10 #include STRINGIZE(INC)
ucn-pp-identifier.c 42 #define STRINGIZE(X) # X
44 extern int check_size[sizeof(STRINGIZE(\u0112)) == 3 ? 1 : -1];
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler_unittest.cc 206 printf(STRINGIZE(CONVOLVE_FUNC) "(unaligned) took %.2fms; which is %.2fx "
219 printf(STRINGIZE(CONVOLVE_FUNC) " (aligned) took %.2fms; which is %.2fx "
221 STRINGIZE(CONVOLVE_FUNC) " (unaligned).\n",
  /external/libyuv/files/unit_test/
scale_argb_test.cc 22 #define STRINGIZE(line) #line
23 #define FILELINESTR(file, line) file ":" STRINGIZE(line)
scale_test.cc 18 #define STRINGIZE(line) #line
19 #define FILELINESTR(file, line) file ":" STRINGIZE(line)

Completed in 308 milliseconds