Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 212) sorted by relevance

123456789

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
Dinterpret_argument_value.hpp46 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/
Dforward.pass.cpp19 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()
Dforward1.fail.cpp18 A source() {return A();} in source() function
23 std::forward<A&>(source()); // error in main()
Dmove_only.pass.cpp38 move_only source() {return move_only();} in source() function
48 test(source()); in main()
Dforward3.fail.cpp18 A source() {return A();} in source() function
Dforward4.fail.cpp18 A source() {return A();} in source() function
Dforward5.fail.cpp18 A source() {return A();} in source() function
Dforward2.fail.cpp18 A source() {return A();} in source() function
Dmove_only2.fail.cpp41 move_only source() {return move_only();} in source() function
Dmove_only1.fail.cpp41 move_only source() {return move_only();} in source() function
Dmove_only4.fail.cpp41 move_only source() {return move_only();} in source() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/
Dref_1.fail.cpp22 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/
Dconvert_to_auto_ptr.pass.cpp22 source() in source() function
30 std::auto_ptr<A> ap2(source()); in test()
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dhelp2man70 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/
Dfill_n.pass.cpp60 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/
DLICENSES.text1 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/
Dforced_all.cpp3 #error This source file SHOULD be built with -fexceptions!
/ndk/tests/build/gnustl-force-rtti/jni/
Dforced_rtti.cpp3 #error This source file SHOULD NOT be built with -fexceptions!
/ndk/sources/android/crazy_linker/
DLICENSE3 // 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/
Dweak_ptr.pass.cpp56 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/
Dmbsnrtowcs.inc4 * 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/
Dcwchar6 * 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/
Dclimits6 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
Dcstdint6 * 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/
Dcuchar5 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright

123456789