Home
last modified time | relevance | path

Searched refs:Source (Results 1 – 25 of 164) sorted by relevance

1234567

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dcast.hpp38 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()
Dnumeric_cast_traits.hpp16 template <typename Target, typename Source, typename EnableIf = void>
21 typedef Trunc<Source> rounding_policy;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp68 #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/
Dlcast_precision.hpp173 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/
Dcassert7 // Source Licenses. See LICENSE.TXT for details.
Dciso6467 // Source Licenses. See LICENSE.TXT for details.
Dccomplex7 // Source Licenses. See LICENSE.TXT for details.
Dctgmath7 // Source Licenses. See LICENSE.TXT for details.
Dcstdbool7 // Source Licenses. See LICENSE.TXT for details.
D__tuple_037 // Source Licenses. See LICENSE.TXT for details.
Dclimits7 // Source Licenses. See LICENSE.TXT for details.
Dcsetjmp7 // Source Licenses. See LICENSE.TXT for details.
Dcstdarg7 // Source Licenses. See LICENSE.TXT for details.
Dclocale7 // Source Licenses. See LICENSE.TXT for details.
Dcsignal7 // Source Licenses. See LICENSE.TXT for details.
Dcfloat7 // Source Licenses. See LICENSE.TXT for details.
D__undef_min_max7 // Source Licenses. See LICENSE.TXT for details.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dnamed_params.hpp296 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/
DNOTICE1 Copyright (C) 2016 The Android Open Source Project
/ndk/sources/cxx-stl/gabi++/
DNOTICE1 Copyright (C) 2016 The Android Open Source Project
/ndk/sources/host-tools/ndk-depends/
DNOTICE1 Copyright (C) 2016 The Android Open Source Project
/ndk/sources/host-tools/toolbox/
DNOTICE1 Copyright (C) 2016 The Android Open Source Project
/ndk/build/
DNOTICE1 Copyright (C) 2016 The Android Open Source Project
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DCOPYING113 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/
DCOPYING3112 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