Searched refs:source (Results 1 - 25 of 59) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/
H A Dref_1.fail.cpp22 const A source() {return A();} function
26 std::reference_wrapper<const A> r = std::ref(source());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/
H A Dforward1.fail.cpp18 A source() {return A();} function
23 std::forward<A&>(source()); // error
H A Dforward3.fail.cpp18 A source() {return A();} function
H A Dforward2.fail.cpp18 A source() {return A();} function
H A Dforward4.fail.cpp18 A source() {return A();} function
H A Dforward5.fail.cpp18 A source() {return A();} function
H A Dmove_only.pass.cpp38 move_only source() {return move_only();} function
48 test(source());
H A Dforward.pass.cpp19 A source() {return A();} function
45 static_assert(sizeof(test(std::forward<A>(source()))) == 4, "");
48 // static_assert(sizeof(test(std::forward<const A&>(source()))) == 2, "");
50 static_assert(sizeof(test(std::forward<const A>(source()))) == 8, "");
61 // static_assert(sizeof(test(std::forward<A>(source()))) == 2, "");
64 static_assert(sizeof(test(std::forward<const A&>(source()))) == 2, "");
66 static_assert(sizeof(test(std::forward<const A>(source()))) == 2, "");
H A Dmove_only1.fail.cpp41 move_only source() {return move_only();} function
H A Dmove_only2.fail.cpp41 move_only source() {return move_only();} function
H A Dmove_only3.fail.cpp38 move_only source() {return move_only();} function
H A Dmove_only4.fail.cpp41 move_only source() {return move_only();} function
H A Dmove_copy.pass.cpp43 A source() {return A();} function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
H A Dinterpret_argument_value.hpp41 // returns true if source is used false otherwise
46 static bool _( cstring source, boost::optional<T>& res ) argument
50 res = lexical_cast<T>( source );
52 BOOST_RT_PARAM_TRACE( "String " << source << " is interpreted as " << *res );
63 static bool _( cstring source, boost::optional<dstring>& res ) argument
68 assign_op( *res, source, 0 );
79 static bool _( cstring source, boost::optional<cstring>& res ) argument
83 res = source;
94 static bool _( cstring source, boost::optional<bool>& res ) argument
105 source
126 interpret_argument_value( cstring source, boost::optional<T>& res, long ) argument
136 interpret_argument_value( cstring source, boost::optional<std::list<T> >& res, int ) argument
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/
H A Dconvert_to_auto_ptr.pass.cpp22 source() function
30 std::auto_ptr<A> ap2(source());
/ndk/tests/build/gnustl-force-all/jni/
H A Dforced_all.cpp3 #error This source file SHOULD be built with -fexceptions!
/ndk/tests/build/gnustl-force-rtti/jni/
H A Dforced_rtti.cpp3 #error This source file SHOULD NOT be built with -fexceptions!
/ndk/tests/device/test-gnustl-full/jni/
H A DAndroid.mk1 # The source files are actually located under ../unit
11 # Both a C and a C++ source file with the same basename
/ndk/tests/device/test-stlport/jni/
H A DAndroid.mk1 # The source files are actually located under ../unit
11 # Both a C and a C++ source file with the same basename
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
H A 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
H A Dwcsnrtombs.inc4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
/ndk/build/core/
H A Ddefinitions.mk1052 local-prebuilt-path = $(call local-source-file-path,$1)
1093 # Each source file listed in LOCAL_SRC_FILES can have any number of
1106 # LOCAL_SRC_FILES contains the list of all source files.
1107 # LOCAL_SRC_TAG.<tagname> contains the set of source file names tagged
1110 # source file name
1113 # which will call various functions to compute source-file specific settings.
1118 # source file. This is set by the function TARGET-set-cflags
1129 # Returns : remove all source file tags and associated data.
1145 # Arguments: 1: list of source files to tag
1147 # Usage : $(call tag-src-files,<list-of-source
[all...]
/ndk/tests/build/stdint-c++/jni/
H A DAndroid.mk15 # The test checks all possible tests, with source files generated by a helper
/ndk/tests/build/build-assembly-file/jni/
H A Dassembly-x86.S6 # Redistribution and use in source and binary forms, with or without
8 # * Redistributions of source code must retain the above copyright
/ndk/toolchains/mipsel-linux-android-4.6/
H A Dsetup.mk17 # toolchain any number of source files
57 # a C or Assembler source file, based on its tags.

Completed in 337 milliseconds

123