/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | copy.pass.cpp | 71 assert(f.target<A>()); in main() 72 assert(f.target<int(*)(int)>() == 0); in main() 76 assert(f2.target<A>()); in main() 77 assert(f2.target<int(*)(int)>() == 0); in main() 84 assert(f.target<int(*)(int)>()); in main() 85 assert(f.target<A>() == 0); in main() 88 assert(f2.target<int(*)(int)>()); in main() 89 assert(f2.target<A>() == 0); in main() 95 assert(f.target<int(*)(int)>() == 0); in main() 96 assert(f.target<A>() == 0); in main() [all …]
|
D | copy_assign.pass.cpp | 71 assert(f.target<A>()); in main() 72 assert(f.target<int(*)(int)>() == 0); in main() 77 assert(f2.target<A>()); in main() 78 assert(f2.target<int(*)(int)>() == 0); in main() 85 assert(f.target<int(*)(int)>()); in main() 86 assert(f.target<A>() == 0); in main() 90 assert(f2.target<int(*)(int)>()); in main() 91 assert(f2.target<A>() == 0); in main() 97 assert(f.target<int(*)(int)>() == 0); in main() 98 assert(f.target<A>() == 0); in main() [all …]
|
D | alloc_function.pass.cpp | 73 assert(f.target<A>()); in main() 74 assert(f.target<int(*)(int)>() == 0); in main() 78 assert(f2.target<A>()); in main() 79 assert(f2.target<int(*)(int)>() == 0); in main() 86 assert(f.target<int(*)(int)>()); in main() 87 assert(f.target<A>() == 0); in main() 90 assert(f2.target<int(*)(int)>()); in main() 91 assert(f2.target<A>() == 0); in main() 99 assert(f2.target<int(*)(int)>()); in main() 100 assert(f2.target<A>() == 0); in main() [all …]
|
D | F.pass.cpp | 73 assert(f.target<A>()); in main() 74 assert(f.target<int(*)(int)>() == 0); in main() 81 assert(f.target<int(*)(int)>()); in main() 82 assert(f.target<A>() == 0); in main() 89 assert(f.target<int(*)(int)>() == 0); in main() 90 assert(f.target<A>() == 0); in main() 96 assert(f.target<int (A::*)(int) const>() != 0); in main()
|
D | F_assign.pass.cpp | 77 assert(f.target<A>()); in main() 78 assert(f.target<int(*)(int)>() == 0); in main() 86 assert(f.target<int(*)(int)>()); in main() 87 assert(f.target<A>() == 0); in main() 95 assert(f.target<int(*)(int)>() == 0); in main() 96 assert(f.target<A>() == 0); in main() 103 assert(f.target<int (A::*)(int) const>() != 0); in main()
|
D | alloc_F.pass.cpp | 62 assert(f.target<A>()); in main() 63 assert(f.target<int(*)(int)>() == 0); in main() 68 assert(f.target<int(*)(int)>()); in main() 69 assert(f.target<A>() == 0); in main() 75 assert(f.target<int(*)(int)>() == 0); in main() 76 assert(f.target<A>() == 0); in main() 83 assert(f.target<int (A::*)(int) const>() != 0); in main()
|
D | alloc_rfunction.pass.cpp | 70 assert(f.target<A>()); in main() 71 assert(f.target<int(*)(int)>() == 0); in main() 75 assert(f2.target<A>()); in main() 76 assert(f2.target<int(*)(int)>() == 0); in main() 77 assert(f.target<A>() == 0); in main() 78 assert(f.target<int(*)(int)>() == 0); in main()
|
D | nullptr_t_assign.pass.cpp | 71 assert(f.target<A>()); in main() 75 assert(f.target<A>() == 0); in main() 80 assert(f.target<int(*)(int)>()); in main() 81 assert(f.target<A>() == 0); in main() 84 assert(f.target<int(*)(int)>() == 0); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/ |
D | swap.pass.cpp | 79 assert(f1.target<A>()->id() == 1); in main() 80 assert(f2.target<A>()->id() == 2); in main() 84 assert(f1.target<A>()->id() == 2); in main() 85 assert(f2.target<A>()->id() == 1); in main() 94 assert(f1.target<A>()->id() == 1); in main() 95 assert(*f2.target<int(*)(int)>() == g); in main() 99 assert(*f1.target<int(*)(int)>() == g); in main() 100 assert(f2.target<A>()->id() == 1); in main() 109 assert(*f1.target<int(*)(int)>() == g); in main() 110 assert(f2.target<A>()->id() == 1); in main() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/ |
D | swap.pass.cpp | 80 assert(f1.target<A>()->id() == 1); in main() 81 assert(f2.target<A>()->id() == 2); in main() 85 assert(f1.target<A>()->id() == 2); in main() 86 assert(f2.target<A>()->id() == 1); in main() 95 assert(f1.target<A>()->id() == 1); in main() 96 assert(*f2.target<int(*)(int)>() == g); in main() 100 assert(*f1.target<int(*)(int)>() == g); in main() 101 assert(f2.target<A>()->id() == 1); in main() 110 assert(*f1.target<int(*)(int)>() == g); in main() 111 assert(f2.target<A>()->id() == 1); in main() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/ |
D | parse_curly_brackets.pass.cpp | 29 std::string target{"{a}"}; in test1() local 32 assert((std::regex_match(target, smatch, regex))); in test1() 39 std::string target{"{a}"}; in test2() local 42 assert((std::regex_match(target, smatch, regex))); in test2() 49 std::string target{"{a}"}; in test3() local 52 assert((std::regex_match(target, smatch, regex))); in test3() 59 std::string target{"{a}"}; in test4() local 62 assert((std::regex_match(target, smatch, regex))); in test4()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/ |
D | target.pass.cpp | 64 assert(f.target<A>()); in main() 65 assert(f.target<int(*)(int)>() == 0); in main() 71 assert(f.target<int(*)(int)>()); in main() 72 assert(f.target<A>() == 0); in main() 78 assert(f.target<A>()); in main() 79 assert(f.target<int(*)(int)>() == 0); in main() 85 assert(f.target<int(*)(int)>()); in main() 86 assert(f.target<A>() == 0); in main()
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
D | PHONY | 3 $description = "The following tests the use of a PHONY target. It makes\n" 4 ."sure that the rules under a target get executed even if\n" 5 ."a filename of the same name of the target exists in the\n" 8 $details = "This makefile in this test declares the target clean to be a \n" 9 ."PHONY target. We then create a file named \"clean\" in the \n" 10 ."directory. Although this file exists, the rule under the target\n" 31 # Create a file named "clean". This is the same name as the target clean 32 # and tricks the target into thinking that it is up to date. (Unless you 33 # use the .PHONY target.
|
D | DEFAULT | 5 $details = "This tests the use of the .DEFAULT special target to say that \n" 6 ."to remake any target that cannot be made fram the information\n" 8 ."This test gives this makefile the target bar which is not \n" 9 ."defined here but passes the target bar on to another makefile\n" 10 ."which does have the target bar defined.\n";
|
D | FORCE | 21 # Create a file named "clean". This is the same name as the target clean 22 # and tricks the target into thinking that it is up to date. (Unless you 23 # use the .PHONY target.
|
/ndk/build/core/toolchains/arm-linux-androideabi-clang3.6/ |
D | setup.mk | 66 TARGET_CFLAGS += -target $(LLVM_TRIPLE) \ 71 TARGET_LDFLAGS += -target $(LLVM_TRIPLE) \ 79 TARGET_CFLAGS += -target $(LLVM_TRIPLE) \ 85 TARGET_LDFLAGS += -target $(LLVM_TRIPLE) \ 94 TARGET_CFLAGS += -target $(LLVM_TRIPLE) \ 99 TARGET_LDFLAGS += -target $(LLVM_TRIPLE) 143 $(call set-src-files-target-cflags, \ 146 $(call set-src-files-target-cflags,\ 149 $(call set-src-files-target-cflags,\ 152 $(call set-src-files-target-cflags,\ [all …]
|
/ndk/tests/build/project-properties/jni/ |
D | Android.mk | 6 $(error Incorrect target platform: $(TARGET_PLATFORM) (expecteding $(WANTED_PLATFORM_32))) 8 …$(call ndk_log,Test OK: Correct target platform retrieved from project.properties: $(TARGET_PLATFO… 11 $(error Incorrect target platform: $(TARGET_PLATFORM) (expecteding $(WANTED_PLATFORM_64))) 13 …$(call ndk_log,Test OK: Correct target platform retrieved from project.properties but auto-adjuste…
|
/ndk/build/core/toolchains/arm-linux-androideabi-4.9/ |
D | setup.mk | 94 $(call set-src-files-target-cflags, \ 97 $(call set-src-files-target-cflags,\ 100 $(call set-src-files-target-cflags,\ 103 $(call set-src-files-target-cflags,\ 106 $(call set-src-files-target-cflags,\ 109 $(call add-src-files-target-cflags,\
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | type_with_alignment.hpp | 87 template <std::size_t target, class TestType> 89 : public mpl::if_c<(alignment_of<TestType>::value == target), TestType, char> 91 enum { value = (alignment_of<TestType>::value == target) }; 95 template <bool found, std::size_t target, class TestType> 97 : public lower_alignment_helper_impl<found>::template apply<target,TestType> 101 template <bool found, std::size_t target, class TestType> 108 template <std::size_t target, class TestType> 109 struct lower_alignment_helper<false,target,TestType> 111 enum { value = (alignment_of<TestType>::value == target) }; 118 BOOST_PP_CAT(found,I),target,T \ [all …]
|
/ndk/build/core/toolchains/x86_64-clang3.6/ |
D | setup.mk | 45 -target $(LLVM_TRIPLE) \ 56 -target $(LLVM_TRIPLE) \ 77 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_x86_64_debug_CFLAGS)) \ 78 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_x86_64_release_CFLAGS)) \
|
/ndk/build/core/toolchains/x86-clang3.6/ |
D | setup.mk | 45 -target $(LLVM_TRIPLE) \ 57 -target $(LLVM_TRIPLE) \ 79 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_x86_debug_CFLAGS)) \ 80 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_x86_release_CFLAGS)) \
|
/ndk/build/core/toolchains/mipsel-linux-android-clang3.6/ |
D | setup.mk | 49 -target $(LLVM_TRIPLE) \ 63 -target $(LLVM_TRIPLE) \ 81 $(call set-src-files-target-cflags, \ 84 $(call set-src-files-target-cflags,\
|
/ndk/build/core/toolchains/mips64el-linux-android-clang3.6/ |
D | setup.mk | 49 -target $(LLVM_TRIPLE) \ 63 -target $(LLVM_TRIPLE) \ 81 $(call set-src-files-target-cflags, \ 84 $(call set-src-files-target-cflags,\
|
/ndk/build/core/toolchains/aarch64-linux-android-clang3.6/ |
D | setup.mk | 45 -target $(LLVM_TRIPLE) \ 56 -target $(LLVM_TRIPLE) \ 77 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_arm64_debug_CFLAGS)) \ 78 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_arm64_release_CFLAGS)) \
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | escape | 5 Make sure that escaping of `:' works in target names. 6 Make sure escaping of whitespace works in target names. 29 "#MAKEFILE#:2: *** target pattern contains no `%'. Stop.", 42 "#MAKEFILE#:2: *** target pattern contains no `%'. Stop.",
|