Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 144) sorted by relevance

123456

/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dcopy.pass.cpp71 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 …]
Dcopy_assign.pass.cpp71 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 …]
Dalloc_function.pass.cpp73 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 …]
Dalloc_F.pass.cpp57 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()
DF.pass.cpp73 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()
DF_assign.pass.cpp77 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()
Dalloc_rfunction.pass.cpp70 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()
Dnullptr_t_assign.pass.cpp71 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/
Dswap.pass.cpp80 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/
Dswap.pass.cpp79 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/
Dtarget.pass.cpp64 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/
DPHONY3 $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.
DDEFAULT5 $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";
DFORCE21 # 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/
Dsetup.mk67 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/
Dsetup.mk67 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/
Dsetup.mk90 $(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/
Dsetup.mk89 $(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/
Dsetup.mk90 $(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/
Dsetup.mk49 -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/
Dsetup.mk49 -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/
Descape5 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/
Dsetup.mk53 -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/
Dsetup.mk53 -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/
DAndroid.mk3 $(error Incorrect target platform: $(TARGET_PLATFORM) (expecteding $(WANTED_PLATFORM)))
6 $(call ndk_log,Test OK: Correct target platform retrieved from project.properties: $(TARGET_PLATFOR…

123456