Searched refs:Source (Results 1 – 25 of 164) sorted by relevance
1234567
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/ |
D | cast.hpp | 38 template <typename Target, typename Source> 39 inline Target numeric_cast( Source arg ) in numeric_cast() 41 typedef numeric::conversion_traits<Target, Source> conv_traits; in numeric_cast() 42 typedef numeric::numeric_cast_traits<Target, Source> cast_traits; in numeric_cast() 46 Source, in numeric_cast()
|
D | numeric_cast_traits.hpp | 16 template <typename Target, typename Source, typename EnableIf = void> 21 typedef Trunc<Source> rounding_policy;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | lexical_cast.hpp | 68 #define BOOST_LCAST_THROW_BAD_CAST(Source, Target) \ argument 69 throw_exception(bad_lexical_cast(typeid(Source), typeid(Target))) 331 template<class CharT, class Target, class Source> 337 template<class CharT, class Traits, class Alloc, class Source> 340 , Source 355 template<class CharT, class Traits, class Alloc, class Source> 358 , Source 413 template< class Source // Source type of lexical_cast. 436 template<class Source> 441 std::numeric_limits<Source>::is_signed + [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
D | lcast_precision.hpp | 173 template<class Source, class Target> 174 inline void lcast_set_precision(std::ios_base& stream, Source*, Target*) in lcast_set_precision() argument 176 std::streamsize const s = lcast_get_precision(static_cast<Source*>(0)); in lcast_set_precision()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cassert | 7 // Source Licenses. See LICENSE.TXT for details.
|
D | ciso646 | 7 // Source Licenses. See LICENSE.TXT for details.
|
D | ccomplex | 7 // Source Licenses. See LICENSE.TXT for details.
|
D | ctgmath | 7 // Source Licenses. See LICENSE.TXT for details.
|
D | cstdbool | 7 // Source Licenses. See LICENSE.TXT for details.
|
D | __tuple_03 | 7 // Source Licenses. See LICENSE.TXT for details.
|
D | climits | 7 // Source Licenses. See LICENSE.TXT for details.
|
D | csetjmp | 7 // Source Licenses. See LICENSE.TXT for details.
|
D | cstdarg | 7 // Source Licenses. See LICENSE.TXT for details.
|
D | clocale | 7 // Source Licenses. See LICENSE.TXT for details.
|
D | csignal | 7 // Source Licenses. See LICENSE.TXT for details.
|
D | cfloat | 7 // Source Licenses. See LICENSE.TXT for details.
|
D | __undef_min_max | 7 // Source Licenses. See LICENSE.TXT for details.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | named_params.hpp | 296 template<typename T, typename Source> 300 optionally_assign( T& target, Source src ) in optionally_assign() 302 optionally_assign( T& target, Source const& src ) in optionally_assign()
|
/ndk/sources/android/cpufeatures/ |
D | NOTICE | 1 Copyright (C) 2016 The Android Open Source Project
|
/ndk/sources/cxx-stl/gabi++/ |
D | NOTICE | 1 Copyright (C) 2016 The Android Open Source Project
|
/ndk/sources/host-tools/ndk-depends/ |
D | NOTICE | 1 Copyright (C) 2016 The Android Open Source Project
|
/ndk/sources/host-tools/toolbox/ |
D | NOTICE | 1 Copyright (C) 2016 The Android Open Source Project
|
/ndk/build/ |
D | NOTICE | 1 Copyright (C) 2016 The Android Open Source Project
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/ |
D | COPYING | 113 1. Source Code. 135 The "Corresponding Source" for a work in object code form means all 141 which are not part of the work. For example, Corresponding Source 148 The Corresponding Source need not include anything that users 150 Source. 152 The Corresponding Source for a work in source code form is that 209 5. Conveying Modified Source Versions. 246 6. Conveying Non-Source Forms. 250 machine-readable Corresponding Source under the terms of this License, 255 Corresponding Source fixed on a durable physical medium [all …]
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | COPYING3 | 112 1. Source Code. 134 The "Corresponding Source" for a work in object code form means all 140 which are not part of the work. For example, Corresponding Source 147 The Corresponding Source need not include anything that users 149 Source. 151 The Corresponding Source for a work in source code form is that 208 5. Conveying Modified Source Versions. 245 6. Conveying Non-Source Forms. 249 machine-readable Corresponding Source under the terms of this License, 254 Corresponding Source fixed on a durable physical medium [all …]
|
1234567