Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 13 of 13) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/facilities/
Doverload.hpp22 # define BOOST_PP_OVERLOAD(prefix, ...) BOOST_PP_CAT(prefix, BOOST_PP_VARIADIC_SIZE(__VA_ARGS__)) argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
Dmodifier.hpp50 nfp::typed_keyword<cstring,struct prefix_t> prefix; variable
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h561 static bool Register(const char* prefix, const char* case_name, in Register()
603 static bool Register(const char* prefix, const char* case_name, in Register()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Diterator_facade.hpp432 # define BOOST_ITERATOR_FACADE_INTEROP_HEAD(prefix, op, result_type) \ argument
442 # define BOOST_ITERATOR_FACADE_INTEROP_HEAD(prefix, op, result_type) \ argument
456 # define BOOST_ITERATOR_FACADE_PLUS_HEAD(prefix,args) \ argument
/ndk/sources/host-tools/make-3.81/
Dstrcache.c183 strcache_print_stats (const char *prefix) in strcache_print_stats()
Dvariable.c1363 const char *prefix = (char *) arg; in print_variable() local
1434 print_variable_set (struct variable_set *set, char *prefix) in print_variable_set()
Dmisc.c191 message (int prefix, const char *fmt, ...) in message()
/ndk/sources/android/support/src/stdio/
Dvfprintf.c237 const char *prefix="-0X+0X 0X-0x+0x 0x"; in fmt_fp() local
480 const char *prefix; in printf_core() local
/ndk/sources/host-tools/make-3.81/w32/
DMakefile195 prefix = /usr/local macro
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dtest_tools.hpp126 #define BOOST_CHECK_THROW_IMPL( S, E, P, prefix, TL ) … argument
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-printers_test.cc544 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) { in HasPrefix()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc4570 bool SkipPrefix(const char* prefix, const char** pstr) { in SkipPrefix()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-param-test.h1406 # define INSTANTIATE_TEST_CASE_P(prefix, test_case_name, generator) \ argument