Home
last modified time | relevance | path

Searched refs:rel (Results 1 – 6 of 6) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dassert.hpp259 # define BOOST_MPL_ASSERT_RELATION_IMPL(counter, x, rel, y) \ argument
260 enum { BOOST_PP_CAT(mpl_assert_rel_value,counter) = (x rel y) }; \
267 boost::mpl::assert_::arg rel boost::mpl::assert_::arg \
276 # define BOOST_MPL_ASSERT_RELATION_IMPL(counter, x, rel, y) \
280 boost::mpl::assert_::arg rel boost::mpl::assert_::arg \
283 BOOST_MPL_AUX_ASSERT_CONSTANT( bool, BOOST_PP_CAT(mpl_assert_rel_value,counter) = (x rel y) ); \
299 # define BOOST_MPL_ASSERT_RELATION(x, rel, y) \ argument
300 BOOST_MPL_ASSERT_RELATION_IMPL(BOOST_MPL_AUX_PP_COUNTER(), x, rel, y) \
306 # define BOOST_MPL_ASSERT_RELATION(x, rel, y) \
310 boost::mpl::assertion_failed<(x rel y)>( boost::mpl::assert_rel_arg( \
[all …]
/ndk/sources/host-tools/make-3.81/
Dbuild_w32.bat25 if exist link.rel del link.rel
99 echo WinRel\variable.obj >>link.rel
101 echo WinRel\rule.obj >>link.rel
103 echo WinRel\remote-stub.obj >>link.rel
105 echo WinRel\commands.obj >>link.rel
107 echo WinRel\file.obj >>link.rel
109 echo WinRel\getloadavg.obj >>link.rel
111 echo WinRel\default.obj >>link.rel
113 echo WinRel\signame.obj >>link.rel
115 echo WinRel\expand.obj >>link.rel
[all …]
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk4088 $(call gen-test, utilities/memory/unique.ptr/unique.ptr.special/rel)
4178 $(call gen-test, utilities/meta/meta.rel/is_base_of)
4179 $(call gen-test, utilities/meta/meta.rel/is_convertible)
4180 $(call gen-test, utilities/meta/meta.rel/is_same)
4494 $(call gen-test, utilities/tuple/tuple.tuple/tuple.rel/eq)
4495 $(call gen-test, utilities/tuple/tuple.tuple/tuple.rel/lt)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk4097 $(call gen-test, utilities/memory/unique.ptr/unique.ptr.special/rel)
4187 $(call gen-test, utilities/meta/meta.rel/is_base_of)
4188 $(call gen-test, utilities/meta/meta.rel/is_convertible)
4189 $(call gen-test, utilities/meta/meta.rel/is_same)
4503 $(call gen-test, utilities/tuple/tuple.tuple/tuple.rel/eq)
4504 $(call gen-test, utilities/tuple/tuple.tuple/tuple.rel/lt)
/ndk/sources/host-tools/make-3.81/po/
Dpt_BR.po1058 msgstr "aviso: O rel�gio est� errado. Sua compila��o pode ficar incompleta."
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dtype_traits839 // Test taken directly from definition of is_convertible predicate in [meta.rel]p4.