Searched refs:targ (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | symlinks | 19 # We'll make both dep and targ older than sym 23 &utouch(-5, 'targ'); 27 # With -L, it should update targ 28 run_make_test('targ: sym ; @echo make $@ from $<', '', 29 "#MAKE#: `targ' is up to date."); 30 run_make_test(undef, '-L', "make targ from sym"); 32 # Now update dep; in all cases targ should be out of date. 34 run_make_test(undef, '', "make targ from sym"); 35 run_make_test(undef, '-L', "make targ from sym"); 37 # Now update targ; in all cases targ should be up to date. [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | wrap_stringstream.hpp | 64 operator<<( basic_wrap_stringstream<CharT>& targ, T const& t ) in operator <<() argument 66 targ.stream() << t; in operator <<() 67 return targ; in operator <<() 109 operator<<( basic_wrap_stringstream<CharT>& targ, basic_wrap_stringstream<CharT>& src ) in operator <<() argument 111 targ << src.str(); in operator <<() 112 return targ; in operator <<() 121 operator<<( basic_wrap_stringstream<CharT>& targ, std::ios_base& (BOOST_TEST_CALL_DECL *man)(std::i… in operator <<() argument 123 targ.stream() << man; in operator <<() 124 return targ; in operator <<() 131 operator<<( basic_wrap_stringstream<CharT>& targ, std::basic_ostream<Elem,Tr>& (BOOST_TEST_CALL_DEC… in operator <<() argument [all …]
|
/ndk/sources/host-tools/make-3.81/ |
D | configure | 1064 -target | --target | --targe | --targ | --tar | --ta | --t) 1066 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 1064 -target | --target | --targe | --targ | --tar | --ta | --t) 1066 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 3928 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target) 3929 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target_typ…
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 3937 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target) 3938 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target_typ…
|