HomeSort by relevance Sort by last modified time
    Searched full:stringize (Results 1 - 24 of 24) sorted by null

  /ndk/sources/cxx-stl/stlport/src/
stlport.rc 28 #define STRINGIZE(X) STRINGIZE_AUX(X)
33 # define VERSION_STR STRINGIZE(_STLPORT_MAJOR._STLPORT_MINOR._STLPORT_PATCHLEVEL)
42 # define _STLP_MINOR STRINGIZE(_STLPORT_MINOR)
47 # define _STLP_PATCH STRINGIZE(_STLPORT_PATCHLEVEL)
49 # define VERSION_STR STRINGIZE(_STLPORT_MAJOR) "." _STLP_MINOR "." _STLP_PATCH "\0"
57 #define DLLNAME LIB_MOTIF "." STRINGIZE(_STLPORT_MAJOR) "." STRINGIZE(_STLPORT_MINOR) ".dll\0"
58 #define DLLNAME2(buildstr) LIB_MOTIF "" STRINGIZE(buildstr) "." STRINGIZE(_STLPORT_MAJOR) "." STRINGIZE(_STLPORT_MINOR) ".dll\0
    [all...]
  /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/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)
  /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/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)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
include_preprocessed.hpp 19 #include <boost/preprocessor/stringize.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
include_preprocessed.hpp 20 #include <boost/preprocessor/stringize.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
list.hpp 24 # include <boost/preprocessor/stringize.hpp>
vector.hpp 24 # include <boost/preprocessor/stringize.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
include_preprocessed.hpp 22 #include <boost/preprocessor/stringize.hpp>
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ActualKeyboardBuilder.java 103 public String stringize(final MoreKeySpec spec) { method in class:ActualKeyboardBuilder.MoreKeySpecStringizer
135 public String stringize(@Nullable final Key key) { method in class:ActualKeyboardBuilder.KeyStringizer
162 return KeyStringizer.STRINGIZER.stringize(key);
180 public String stringize(@Nullable final Key[] keyArray) { method in class:ActualKeyboardBuilder.KeyArrayStringizer
  /external/eigen/bench/
BenchUtil.h 19 #include <boost/preprocessor/stringize.hpp>
  /frameworks/wilhelm/src/ut/
OpenSLESUT.c 37 // # is stringize operator to convert a symbol to a string constant e.g. #a becomes "a"
  /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/compiler-rt/lib/asan/
asan_flags.cc 36 // Stringize the macro value.
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
StringUtils.java 635 public String stringize(@Nullable final E element) { method in class:StringUtils.Stringizer
660 stringArray[index] = stringize(array[index]);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
line-map.h 43 /* FIXME: add support for stringize and paste. */
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14/
gradle-tooling-api-2.14.jar 
  /external/clang/test/
cxx-sections.data 376 16.3.2 [cpp.stringize]
    [all...]
  /external/curl/packages/vms/
config_h.com 1211 $ if keysym .eqs. "STRINGIZE"
    [all...]
  /external/clang/docs/
InternalsManual.rst 612 "stringize" operator) the spelling indicates the original form.
    [all...]
  /external/valgrind/perf/
tinycc.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
cpp.info     [all...]

Completed in 694 milliseconds