Home
last modified time | relevance | path

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

12345678

/ndk/sources/cxx-stl/llvm-libc++/libcxx/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()
99 assert(f2.target<int(*)(int)>()); in main()
100 assert(f2.target<A>() == 0); in main()
[all …]
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()
Dalloc_F.pass.cpp62 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()
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++/libcxx/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++/libcxx/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++/libcxx/test/re/re.alg/re.alg.match/
Dparse_curly_brackets.pass.cpp29 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/
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";
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_relocations.cpp337 ELF::Addr* CRAZY_UNUSED target = reinterpret_cast<ELF::Addr*>(reloc); in ApplyRelaReloc() local
342 target, in ApplyRelaReloc()
344 *target = sym_addr + addend; in ApplyRelaReloc()
349 target, in ApplyRelaReloc()
351 *target = sym_addr + addend; in ApplyRelaReloc()
356 target, in ApplyRelaReloc()
357 *target, in ApplyRelaReloc()
359 *target += sym_addr + addend; in ApplyRelaReloc()
364 target, in ApplyRelaReloc()
365 *target, in ApplyRelaReloc()
[all …]
/ndk/toolchains/arm-linux-androideabi-clang3.3/
Dsetup.mk67 TARGET_CFLAGS += -target $(LLVM_TRIPLE) \
72 TARGET_LDFLAGS += -target $(LLVM_TRIPLE) \
78 TARGET_CFLAGS += -target $(LLVM_TRIPLE) \
84 TARGET_LDFLAGS += -target $(LLVM_TRIPLE) \
91 TARGET_CFLAGS += -target $(LLVM_TRIPLE) \
96 TARGET_LDFLAGS += -target $(LLVM_TRIPLE)
136 $(call set-src-files-target-cflags, \
139 $(call set-src-files-target-cflags,\
142 $(call set-src-files-target-cflags,\
145 $(call set-src-files-target-cflags,\
[all …]
/ndk/toolchains/arm-linux-androideabi-clang3.4/
Dsetup.mk67 TARGET_CFLAGS += -target $(LLVM_TRIPLE) \
72 TARGET_LDFLAGS += -target $(LLVM_TRIPLE) \
78 TARGET_CFLAGS += -target $(LLVM_TRIPLE) \
84 TARGET_LDFLAGS += -target $(LLVM_TRIPLE) \
91 TARGET_CFLAGS += -target $(LLVM_TRIPLE) \
96 TARGET_LDFLAGS += -target $(LLVM_TRIPLE)
136 $(call set-src-files-target-cflags, \
139 $(call set-src-files-target-cflags,\
142 $(call set-src-files-target-cflags,\
145 $(call set-src-files-target-cflags,\
[all …]
/ndk/tests/build/project-properties/jni/
DAndroid.mk6 $(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/toolchains/arm-linux-androideabi-4.8/
Dsetup.mk97 $(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 set-src-files-target-cflags,\
112 $(call add-src-files-target-cflags,\
/ndk/toolchains/arm-linux-androideabi-4.6/
Dsetup.mk97 $(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 set-src-files-target-cflags,\
112 $(call add-src-files-target-cflags,\
/ndk/toolchains/arm-linux-androideabi-4.9/
Dsetup.mk97 $(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 set-src-files-target-cflags,\
112 $(call add-src-files-target-cflags,\
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dtype_with_alignment.hpp87 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/toolchains/x86_64-clang3.4/
Dsetup.mk49 -target $(LLVM_TRIPLE) \
61 -target $(LLVM_TRIPLE) \
82 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_x86_64_debug_CFLAGS)) \
83 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_x86_64_release_CFLAGS)) \
/ndk/toolchains/x86-clang3.3/
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.4/
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)) \

12345678