Home
last modified time | relevance | path

Searched refs:n_ (Results 1 – 15 of 15) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
Diterator.hpp34 , BOOST_MPL_AUX_NTTP_DECL(long, n_)
40 typedef typename v_at<Vector,n_>::type type;
43 typedef mpl::long_<n_> pos;
47 next_ = n_ + 1
48 , prior_ = n_ - 1
49 , pos_ = n_
63 , BOOST_MPL_AUX_NTTP_DECL(long, n_)
65 struct next< v_iter<Vector,n_> >
67 typedef v_iter<Vector,(n_ + 1)> type;
72 , BOOST_MPL_AUX_NTTP_DECL(long, n_)
[all …]
Dat.hpp31 template< typename Vector, long n_ >
34 typedef long_< (Vector::lower_bound_::value + n_) > index_;
39 template< typename Vector, long n_ >
41 : aux::wrapped_type< typename v_at_impl<Vector,n_>::type >
62 template< typename Vector, BOOST_MPL_AUX_NTTP_DECL(long, n_) > struct v_at;
64 template< BOOST_MPL_AUX_NTTP_DECL(long, n_) >
65 struct at_impl< aux::vector_tag<n_> >
88 template< BOOST_MPL_AUX_NTTP_DECL(long, n_) > struct v_at_impl
104 template< typename T, BOOST_MPL_AUX_NTTP_DECL(long, n_) >
106 : aux::v_at_impl<n_>::template result_<T>
Dfront.hpp41 template< BOOST_MPL_AUX_NTTP_DECL(long, n_) >
42 struct front_impl< aux::vector_tag<n_> >
Dback.hpp44 template< long n_ >
45 struct back_impl< aux::vector_tag<n_> >
/ndk/tests/device/test-stlport_static-exception/jni/
Deh1.cpp10 Foo(int n) : n_(n) { } in Foo()
11 int f() { return n_; } in f()
18 int n_; member in Foo
28 n_ = 16; in badTest()
31 return n_; in badTest()
50 return n_; in goodTest()
/ndk/tests/device/test-stlport_shared-exception/jni/
Deh1.cpp10 Foo(int n) : n_(n) { } in Foo()
11 int f() { return n_; } in f()
18 int n_; member in Foo
28 n_ = 16; in badTest()
31 return n_; in badTest()
50 return n_; in goodTest()
/ndk/tests/device/test-gnustl-full/unit/
Dunary.h12 bool operator()(int n_) const { return(n_ % 2) == 1; } in operator()
16 bool operator()(int n_) const { return n_ >= 0; } in operator()
Dptr2_test.cpp39 bool even(int n_) in even() argument
41 return(n_ % 2) == 0; in even()
Drndshf_test.cpp20 unsigned long operator()(unsigned long n_) in operator ()() argument
22 return rand() % n_; in operator ()()
/ndk/tests/device/test-stlport/unit/
Dunary.h12 bool operator()(int n_) const { return(n_ % 2) == 1; } in operator()
16 bool operator()(int n_) const { return n_ >= 0; } in operator()
Dptr2_test.cpp39 bool even(int n_) in even() argument
41 return(n_ % 2) == 0; in even()
Drndshf_test.cpp20 unsigned long operator()(unsigned long n_) in operator ()() argument
22 return rand() % n_; in operator ()()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
Dfull_lambda.hpp84 #define n_ BOOST_MPL_LIMIT_METAFUNCTION_ARITY macro
88 BOOST_MPL_PP_DEFAULT_PARAMS(n_,bool C,false)
96 struct lambda_or< BOOST_MPL_PP_ENUM(n_,false) >
102 #undef n_
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-param-test_test.cc843 NonParameterizedBaseTest() : n_(17) { } in NonParameterizedBaseTest()
845 int n_; member in NonParameterizedBaseTest
859 EXPECT_EQ(17, n_); in TEST_F()
863 EXPECT_EQ(17, n_); in TEST_P()
/ndk/sources/host-tools/make-3.81/po/
Dvi.po753 " Các biến _môi trường có quyền cao hơn_\n"
852 "\t(_không có quy tắc có sẵn_)\n"
858 "\t(_không có biến có sẵn_)\n"
884 " -v, --version In ra số thứ tự _phiên bản_ của trình make, "