/ndk/sources/cxx-stl/llvm-libc++/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() 97 assert(f.target<int(*)(int)>() == 0); in main() 98 assert(f.target<A>() == 0); in main() [all …]
|
D | alloc_F.pass.cpp | 57 assert(f.target<A>()); in main() 58 assert(f.target<int(*)(int)>() == 0); in main() 63 assert(f.target<int(*)(int)>()); in main() 64 assert(f.target<A>() == 0); in main() 70 assert(f.target<int(*)(int)>() == 0); in main() 71 assert(f.target<A>() == 0); in main() 78 assert(f.target<int (A::*)(int) const>() != 0); in main()
|
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_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++/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++/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++/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/toolchains/arm-linux-androideabi-clang3.2/ |
D | setup.mk | 67 TARGET_CFLAGS += -target $(LLVM_TRIPLE) \ 72 TARGET_LDFLAGS += -target $(LLVM_TRIPLE) \ 77 TARGET_CFLAGS += -target $(LLVM_TRIPLE) \ 82 TARGET_LDFLAGS += -target $(LLVM_TRIPLE) 121 $(call set-src-files-target-cflags, \ 124 $(call set-src-files-target-cflags,\ 127 $(call set-src-files-target-cflags,\ 130 $(call set-src-files-target-cflags,\ 133 $(call set-src-files-target-cflags,\ 136 $(call add-src-files-target-cflags,\
|
/ndk/toolchains/arm-linux-androideabi-clang3.1/ |
D | setup.mk | 67 TARGET_CFLAGS += -target $(LLVM_TRIPLE) \ 72 TARGET_LDFLAGS += -target $(LLVM_TRIPLE) \ 77 TARGET_CFLAGS += -target $(LLVM_TRIPLE) \ 82 TARGET_LDFLAGS += -target $(LLVM_TRIPLE) 121 $(call set-src-files-target-cflags, \ 124 $(call set-src-files-target-cflags,\ 127 $(call set-src-files-target-cflags,\ 130 $(call set-src-files-target-cflags,\ 133 $(call set-src-files-target-cflags,\ 136 $(call add-src-files-target-cflags,\
|
/ndk/toolchains/arm-linux-androideabi-4.6/ |
D | setup.mk | 90 $(call set-src-files-target-cflags, \ 93 $(call set-src-files-target-cflags,\ 96 $(call set-src-files-target-cflags,\ 99 $(call set-src-files-target-cflags,\ 102 $(call set-src-files-target-cflags,\ 105 $(call add-src-files-target-cflags,\
|
/ndk/toolchains/arm-linux-androideabi-4.4.3/ |
D | setup.mk | 89 $(call set-src-files-target-cflags, \ 92 $(call set-src-files-target-cflags,\ 95 $(call set-src-files-target-cflags,\ 98 $(call set-src-files-target-cflags,\ 101 $(call set-src-files-target-cflags,\ 104 $(call add-src-files-target-cflags,\
|
/ndk/toolchains/arm-linux-androideabi-4.7/ |
D | setup.mk | 90 $(call set-src-files-target-cflags, \ 93 $(call set-src-files-target-cflags,\ 96 $(call set-src-files-target-cflags,\ 99 $(call set-src-files-target-cflags,\ 102 $(call set-src-files-target-cflags,\ 105 $(call add-src-files-target-cflags,\
|
/ndk/toolchains/x86-clang3.1/ |
D | setup.mk | 49 -target $(LLVM_TRIPLE) \ 62 -target $(LLVM_TRIPLE) \ 84 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_x86_debug_CFLAGS)) \ 85 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_x86_release_CFLAGS)) \
|
/ndk/toolchains/x86-clang3.2/ |
D | setup.mk | 49 -target $(LLVM_TRIPLE) \ 62 -target $(LLVM_TRIPLE) \ 84 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_x86_debug_CFLAGS)) \ 85 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_x86_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.",
|
/ndk/toolchains/mipsel-linux-android-clang3.1/ |
D | setup.mk | 53 -target $(LLVM_TRIPLE) \ 64 -target $(LLVM_TRIPLE) \ 85 $(call set-src-files-target-cflags, \ 88 $(call set-src-files-target-cflags,\
|
/ndk/toolchains/mipsel-linux-android-clang3.2/ |
D | setup.mk | 53 -target $(LLVM_TRIPLE) \ 64 -target $(LLVM_TRIPLE) \ 85 $(call set-src-files-target-cflags, \ 88 $(call set-src-files-target-cflags,\
|
/ndk/tests/build/project-properties/jni/ |
D | Android.mk | 3 $(error Incorrect target platform: $(TARGET_PLATFORM) (expecteding $(WANTED_PLATFORM))) 6 $(call ndk_log,Test OK: Correct target platform retrieved from project.properties: $(TARGET_PLATFOR…
|