Home
last modified time | relevance | path

Searched refs:To (Results 1 – 25 of 140) sorted by relevance

123456

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dis_convertible.hpp68 template< typename To > struct result_
71 static yes_type BOOST_TT_DECL _m_check(To);
80 template< typename To > struct result_
82 enum { value = ::boost::is_void<To>::value };
86 template <typename From, typename To>
88 : public does_conversion_exist<From>::template result_<To>
98 template <typename From, typename To>
111 static bool const value = sizeof( checker<To>::_m_check(_m_from) )
132 template <typename From, typename To>
136 static bool const value = sizeof( boost::detail::checker<To>::_m_check(_m_from, 0) )
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
Dsequence.hpp57 BOOST_STRING_TYPENAME InputT::iterator To ) in erase() argument
59 return Input.erase( From, To ); in erase()
73 BOOST_STRING_TYPENAME InputT::iterator To, in operator ()()
80 for(; InsertIt!=End && InputIt!=To; InsertIt++, InputIt++ ) in operator ()()
92 if ( InputIt!=To ) in operator ()()
95 Input.erase( InputIt, To ); in operator ()()
109 BOOST_STRING_TYPENAME InputT::iterator To, in operator ()()
113 BOOST_STRING_TYPENAME InputT::iterator At=Input.erase( From, To ); in operator ()()
136 BOOST_STRING_TYPENAME InputT::iterator To, in operator ()()
144 Input, From, To, Begin, End ); in operator ()()
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Diterator_adaptor.hpp45 template<class To>
46 struct is_convertible<use_default,To>
104 template<typename From, typename To>
109 is_same<From,To>
110 , is_convertible<From, To>
119 template <class From, class To>
129 template<typename From, typename To>
133 is_same<From,To>
134 , is_convertible<From, To>
142 template<typename From, typename To>
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
Dreal_cast.hpp17 template <class To, class T>
18 inline To real_cast(T t) in real_cast()
20 return static_cast<To>(t); in real_cast()
/ndk/build/gmsl/
DREADME6 2. To use the GMSL in your Makefile make sure that you have the files
17 3. To run the GMSL test suite have
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DREADME14 To install the python module copy the "stlport" subdirectory to some place.
15 To enable the pretty printer add the following code to $HOME/.gdbinit:
34 To test the pretty printers, go to the test directory and set up the STLport
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dcomments5 $details = "To test comments within a makefile, a semi-colon was placed \n"
8 ."comment to the next line using a backslash. To test whether\n"
/ndk/docs/tools/
DREADME14 To minimize changes to existing documentation, this also detects the
25 To minimize changes, also detects and rewrites:
34 To minimize changes, also detects and rewrites:
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cast/
Dtime_point_cast.pass.cpp40 template<class FromDuration, long long From, class ToDuration, long long To>
48 constexpr ToTimePoint t{ToDuration{To}}; in test_constexpr()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Ddistrib.sed5 # software expects. To:, Cc: and Resent-*: headers are masked.
6 # Reply-To: is turned into references, which is questionable (could
Ddistrib.good6 Original-To: molenda@msi.umn.edu
Ddistrib.inp9 To: molenda@msi.umn.edu
/ndk/sources/cxx-stl/gnu-libstdc++/
DREADME7 To use it, define APP_STL to 'gnustl_static' in your Application.mk.
/ndk/sources/host-tools/make-3.81/
DREADME.Amiga16 is ok. To distinguish between device-names and target : or ::, MAKE
26 $(CC) Link Make.o To make
45 To recompile, you need SAS/C 6.51. make itself is not neccessary, there
DREADME.OS273 To recreate the configuration files use:
118 You can choose the languages to be installed. To install support for
132 To run the included make test suite you have to set
147 To run the testsuite do the following:
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h1097 template<typename To>
1098 inline To ImplicitCast_(To x) { return x; }
1121 template<typename To, typename From> // use like this: DownCast_<T*>(foo);
1122 inline To DownCast_(From* f) { // so we only accept pointers
1128 const To to = NULL;
1134 GTEST_CHECK_(f == NULL || dynamic_cast<To>(f) != NULL);
1136 return static_cast<To>(f);
Dgtest-internal.h767 template <typename From, typename To>
788 static char Helper(To);
808 static const bool value = __is_convertible(From, To);
814 template <typename From, typename To>
815 const bool ImplicitlyConvertible<From, To>::value;
/ndk/tests/
DREADME15 on an Android device. To run them, call "run-tests.sh" with the "adb" tool
/ndk/sources/cxx-stl/stlport/
DREADME30 To use the *static* library, define APP_STL in your Application.mk as follows:
34 To use the *shared* library, use "stlport_shared" instead:
DREADME.original33 To download the latest version of STLport, please be sure to visit
/ndk/docs/text/
DCPU-ARM-NEON.text74 x86 via translation header (To learn more about it, see docs/CPU-X86.html).
94 To do that, use the 'cpufeatures' library that comes with this NDK. To learn
DCPLUSPLUS-SUPPORT.text17 To select the runtime you want to use, define APP_STL inside your
35 To your Application.mk. You can only select a single C++ runtime that all
97 Available as both both static and shared libraries. To use it, use either
134 To enable it, use the new LOCAL_CPP_FEATURES variable in your Android.mk,
159 compatibility reasons. To enable it, add the following to your module
/ndk/sources/third_party/googletest/googletest/
DREADME101 To check out the main branch (also known as the "trunk") of Google
109 To build Google Test and your tests that use it, you need to tell your
116 Suppose you put Google Test in directory ${GTEST_DIR}. To build it,
255 project uses, or the two tuple implementations will clash. To do
302 To compile *gtest* as a shared library, add
310 To compile your *tests* that use the gtest shared library, add
387 To make sure your changes work as intended and don't break existing
404 this is usually done by 'make'. To run the tests, do
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-f5 ."on the command line. To make sure they were concatenated, \n"
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-port_test.cc202 class To { class
204 To(bool* converted) { *converted = true; } // NOLINT in To() function in testing::internal::To
209 To to = ::testing::internal::ImplicitCast_<To>(&converted); in TEST()

123456