/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/ |
D | interpret_argument_value.hpp | 46 static bool _( cstring source, boost::optional<T>& res ) in _() 50 res = lexical_cast<T>( source ); in _() 52 BOOST_RT_PARAM_TRACE( "String " << source << " is interpreted as " << *res ); in _() 63 static bool _( cstring source, boost::optional<dstring>& res ) in _() 68 assign_op( *res, source, 0 ); in _() 79 static bool _( cstring source, boost::optional<cstring>& res ) in _() 83 res = source; in _() 94 static bool _( cstring source, boost::optional<bool>& res ) in _() 105 source.trim(); in _() 107 if( case_ins_eq( source, YES ) || case_ins_eq( source, Y ) || case_ins_eq( source, one ) ) { in _() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/ |
D | forward.pass.cpp | 19 A source() {return A();} in source() function 45 static_assert(sizeof(test(std::forward<A>(source()))) == 4, ""); in main() 50 static_assert(sizeof(test(std::forward<const A>(source()))) == 8, ""); in main() 64 static_assert(sizeof(test(std::forward<const A&>(source()))) == 2, ""); in main() 66 static_assert(sizeof(test(std::forward<const A>(source()))) == 2, ""); in main()
|
D | forward1.fail.cpp | 18 A source() {return A();} in source() function 23 std::forward<A&>(source()); // error in main()
|
D | move_only.pass.cpp | 38 move_only source() {return move_only();} in source() function 48 test(source()); in main()
|
D | forward3.fail.cpp | 18 A source() {return A();} in source() function
|
D | forward4.fail.cpp | 18 A source() {return A();} in source() function
|
D | forward5.fail.cpp | 18 A source() {return A();} in source() function
|
D | forward2.fail.cpp | 18 A source() {return A();} in source() function
|
D | move_only2.fail.cpp | 41 move_only source() {return move_only();} in source() function
|
D | move_only1.fail.cpp | 41 move_only source() {return move_only();} in source() function
|
D | move_only4.fail.cpp | 41 move_only source() {return move_only();} in source() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/ |
D | ref_1.fail.cpp | 22 const A source() {return A();} in source() function 26 std::reference_wrapper<const A> r = std::ref(source()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/ |
D | convert_to_auto_ptr.pass.cpp | 22 source() in source() function 30 std::auto_ptr<A> ap2(source()); in test()
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | help2man | 70 my $source = ''; 79 'S|source=s' => \$source, 258 $source ||= "$program $version"; 515 .TH $PROGRAM "$section" "$date" "$source" "$manual"
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.fill/ |
D | fill_n.pass.cpp | 60 struct source { struct 61 source() : i(0) { } in source() argument 72 assert(std::fill_n(ia, n, source()) == std::next(ia, n)); in test_int_array_struct_source() argument
|
/ndk/docs/text/ |
D | LICENSES.text | 1 The content of the Android NDK is covered by various open-source licenses. 5 for the compiler, linker, archiver, etc... The source code for the toolchain is
|
/ndk/tests/build/gnustl-force-all/jni/ |
D | forced_all.cpp | 3 #error This source file SHOULD be built with -fexceptions!
|
/ndk/tests/build/gnustl-force-rtti/jni/ |
D | forced_rtti.cpp | 3 #error This source file SHOULD NOT be built with -fexceptions!
|
/ndk/sources/android/crazy_linker/ |
D | LICENSE | 3 // Redistribution and use in source and binary forms, with or without 7 // * Redistributions of source code must retain the above copyright 33 * Redistribution and use in source and binary forms, with or without 36 * * Redistributions of source code must retain the above copyright
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/ |
D | weak_ptr.pass.cpp | 56 std::weak_ptr<T> source (std::shared_ptr<T> p) { return std::weak_ptr<T>(p); } in source() function 103 std::weak_ptr<A> pA = source(ps); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
D | mbsnrtowcs.inc | 4 * As noted in the source, some portions of this implementation are copied from 9 * Redistribution and use in source and binary forms, with or without 12 * 1. Redistributions of source code must retain the above copyright
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cwchar | 6 * Redistribution and use in source and binary forms, with or without 9 * * Redistributions of source code must retain the above copyright
|
/ndk/sources/cxx-stl/system/include/ |
D | climits | 6 * Redistribution and use in source and binary forms, with or without 9 * * Redistributions of source code must retain the above copyright
|
D | cstdint | 6 * Redistribution and use in source and binary forms, with or without 9 * * Redistributions of source code must retain the above copyright
|
/ndk/sources/android/support/include/ |
D | cuchar | 5 * Redistribution and use in source and binary forms, with or without 8 * * Redistributions of source code must retain the above copyright
|