Home
last modified time | relevance | path

Searched defs:source (Results 1 – 21 of 21) sorted by relevance

/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/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
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/
Dforward3.fail.cpp18 A source() {return A();} in source() function
Dforward1.fail.cpp18 A source() {return A();} in source() function
Dforward5.fail.cpp18 A source() {return A();} in source() function
Dforward4.fail.cpp18 A source() {return A();} in source() function
Dforward2.fail.cpp18 A source() {return A();} in source() function
Dmove_only.pass.cpp38 move_only source() {return move_only();} in source() function
Dmove_only4.fail.cpp41 move_only source() {return move_only();} in source() function
Dmove_only2.fail.cpp41 move_only source() {return move_only();} in source() function
Dmove_only3.fail.cpp38 move_only source() {return move_only();} in source() function
Dmove_only1.fail.cpp41 move_only source() {return move_only();} in source() function
Dforward.pass.cpp19 A source() {return A();} in source() function
Dmove_copy.pass.cpp43 A source() {return A();} in source() function
/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
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
Dinterpret_argument_value.hpp126 interpret_argument_value( cstring source, boost::optional<T>& res, long ) in interpret_argument_value()
136 interpret_argument_value( cstring source, boost::optional<std::list<T> >& res, int ) in interpret_argument_value()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/
Dweak_ptr_Y.pass.cpp56 std::weak_ptr<T> source (std::shared_ptr<T> p) { return std::weak_ptr<T>(p); } in source() function
Dweak_ptr.pass.cpp56 std::weak_ptr<T> source (std::shared_ptr<T> p) { return std::weak_ptr<T>(p); } in source() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
Dbasic_cstring.hpp686 first_char( basic_cstring<CharT> source ) in first_char()
701 last_char( basic_cstring<CharT> source ) in last_char()
/ndk/sources/host-tools/make-3.81/
Drule.c161 convert_suffix_rule (char *target, char *source, struct commands *cmds) in convert_suffix_rule()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp132 const std::type_info *source; member in boost::bad_lexical_cast