Searched refs:right (Results 1 - 25 of 47) sorted by relevance

12

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
H A Dswap.hpp30 void swap_impl(T& left, T& right) argument
33 swap(left,right);
37 void swap_impl(T (& left)[N], T (& right)[N])
41 ::boost_swap_impl::swap_impl(left[i], right[i]);
49 void swap(T1& left, T2& right) argument
51 ::boost_swap_impl::swap_impl(left, right);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip/
H A Dright.pass.cpp14 // ios_base& right(ios_base& str);
26 std::ios_base& r = std::right(ios);
28 assert(ios.flags() & std::ios::right);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/
H A Dsetf_fmtflags_mask.pass.cpp33 test::fmtflags f = t.setf(test::hex | test::right, test::dec | test::right);
35 assert(t.flags() == (test::skipws | test::right));
H A Dflags_fmtflags.pass.cpp33 test::fmtflags f = t.flags(test::hex | test::right);
35 assert(t.flags() == (test::hex | test::right));
H A Dsetf_fmtflags.pass.cpp33 test::fmtflags f = t.setf(test::hex | test::right);
35 assert(t.flags() == (test::skipws | test::dec | test::hex | test::right));
H A Dunsetf_mask.pass.cpp33 t.unsetf(test::dec | test::right);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
H A Dfmtflags.pass.cpp21 // static const fmtflags right;
29 // static const fmtflags adjustfield = left | right | internal;
45 assert(std::ios_base::right);
63 & std::ios_base::right
74 | std::ios_base::right
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
H A Dtest_tools.hpp71 // R - right argument
534 predicate_result equal_impl( Left const& left, Right const& right )
536 return left == right;
541 predicate_result BOOST_TEST_DECL equal_impl( char const* left, char const* right );
542 inline predicate_result equal_impl( char* left, char const* right ) { return equal_impl( static_cast<char const*>(left), static_cast<char const*>(right) ); }
543 inline predicate_result equal_impl( char const* left, char* right ) { return equal_impl( static_cast<char const*>(left), static_cast<char const*>(right) ); }
544 inline predicate_result equal_impl( char* left, char* right ) { return equal_impl( static_cast<char const*>(left), static_cast<char const*>(right) ); }
558 call_impl( Left const& left, Right const& right, mpl::false_ ) const argument
565 call_impl( Left const& left, Right const& right, mpl::true_ ) const argument
[all...]
H A Dfloating_point_comparison.hpp185 predicate_result operator()( FPT left, FPT right ) const
187 FPT diff = tt_detail::fpt_abs( left - right );
188 FPT d1 = tt_detail::safe_fpt_division( diff, tt_detail::fpt_abs( right ) );
221 operator()( FPT1 left, FPT2 right, percent_tolerance_t<ToleranceBaseType> tolerance, argument
233 return pred( left, right );
237 operator()( FPT1 left, FPT2 right, fraction_tolerance_t<ToleranceBaseType> tolerance, argument
246 return pred( left, right );
/ndk/docs/renderscript/
H A Ddoxygen.css83 margin-right: 15px;
192 margin-right: 8px;
238 text-align: right;
239 padding-right: 12px;
395 margin-right: 15px;
406 margin-right: 5px;
418 border-right: 1px solid #A8B8D9;
425 border-top-right-radius: 8px;
433 -webkit-border-top-right-radius: 8px;
444 border-right
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
H A Dbinary_search.hpp144 ForwardIter middle, left, right; local
160 right = boost::detail::upper_bound(++middle, first, val);
161 return std::pair<ForwardIter, ForwardIter>(left, right);
176 ForwardIter middle, left, right; local
192 right = boost::detail::upper_bound(++middle, first, val, comp);
193 return std::pair<ForwardIter, ForwardIter>(left, right);
/ndk/sources/host-tools/make-3.81/config/
H A Dcompile46 right script to run: please start by reading the file `INSTALL'.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_long_double.pass.cpp83 right(ios);
117 right(ios);
154 right(ios);
188 right(ios);
228 right(ios);
262 right(ios);
299 right(ios);
333 right(ios);
376 right(ios);
410 right(io
[all...]
H A Dput_double.pass.cpp83 right(ios);
117 right(ios);
154 right(ios);
188 right(ios);
228 right(ios);
262 right(ios);
299 right(ios);
333 right(ios);
376 right(ios);
410 right(io
[all...]
H A Dput_long_long.pass.cpp193 right(ios);
233 right(ios);
273 right(ios);
311 right(ios);
H A Dput_unsigned_long_long.pass.cpp193 right(ios);
233 right(ios);
273 right(ios);
311 right(ios);
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_ios_base.h70 _STLP_STATIC_CONSTANT(int, right = 0x0002);
84 _STLP_STATIC_CONSTANT(int, adjustfield = left | right | internal);
319 inline ios_base& _STLP_CALL right(ios_base& __s) function
320 { __s.setf(ios_base::right, ios_base::adjustfield); return __s; }
/ndk/sources/host-tools/nawk-20071023/
H A Db.c43 #define right(v) (v)->narg[1] macro
52 left is index, right contains value or pointer to value
53 unary (STAR, PLUS, QUEST): left is child, right is null
54 binary (CAT, OR): left and right are children
198 penter(right(p));
200 parent(right(p)) = p;
222 freetr(right(p));
348 f->re[info(v)].lval.np = right(v);
374 cfoll(f,right(v));
405 if (type(p) == CCL && (*(char *) right(
[all...]
H A Dawkgram.y75 %right ASGNOP
76 %right '?'
77 %right ':'
90 %right POWER
91 %right DECR INCR
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregcomp.c116 bin_tree_t *left, bin_tree_t *right,
119 bin_tree_t *left, bin_tree_t *right,
1217 /* Descend down the tree, preferably to the left (or to the right
1219 while (node->left || node->right)
1223 node = node->right;
1235 /* Go up while we have a node that is reached from the right. */
1236 while (node->right == prev || node->right == NULL);
1237 node = node->right;
1253 /* Go to the left node, or up and to the right
1421 Idx left, right; local
3730 create_tree(re_dfa_t *dfa, bin_tree_t *left, bin_tree_t *right, re_token_type_t type) argument
3739 create_token_tree(re_dfa_t *dfa, bin_tree_t *left, bin_tree_t *right, const re_token_t *token) argument
[all...]
/ndk/tests/device/test-gnustl-full/unit/
H A Dnum_put_get_test.cpp623 CHECK_COMPLETE(type, val, base, noshowbase, noshowpos, nouppercase, 0, right, expected)
673 CHECK_COMPLETE(short, 0, oct, showbase, noshowpos, nouppercase, 0, right, "0")
674 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0")
676 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01")
716 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 0, right, "+0")
717 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 6, right, " +0")
718 CHECK_COMPLETE(short, 1, dec, showbase, showpos, nouppercase, 6, right, " +1")
767 CHECK_COMPLETE(short, 0, hex, showbase, showpos, nouppercase, 0, right, "0")
768 CHECK_COMPLETE(short, 0, hex, showbase, noshowpos, nouppercase, 6, right, " 0")
771 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, nouppercase, 6, right, "
[all...]
/ndk/tests/device/test-stlport/unit/
H A Dnum_put_get_test.cpp623 CHECK_COMPLETE(type, val, base, noshowbase, noshowpos, nouppercase, 0, right, expected)
673 CHECK_COMPLETE(short, 0, oct, showbase, noshowpos, nouppercase, 0, right, "0")
674 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0")
676 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01")
716 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 0, right, "+0")
717 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 6, right, " +0")
718 CHECK_COMPLETE(short, 1, dec, showbase, showpos, nouppercase, 6, right, " +1")
767 CHECK_COMPLETE(short, 0, hex, showbase, showpos, nouppercase, 0, right, "0")
768 CHECK_COMPLETE(short, 0, hex, showbase, noshowpos, nouppercase, 6, right, " 0")
771 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, nouppercase, 6, right, "
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/
H A Dput_long_double_en_US.pass.cpp152 { // negative, showbase, right
156 right(ios);
260 { // negative, showbase, right
264 right(ios);
371 { // negative, showbase, right
375 right(ios);
479 { // negative, showbase, right
483 right(ios);
H A Dput_long_double_fr_FR.pass.cpp154 { // negative, showbase, right
158 right(ios);
262 { // negative, showbase, right
266 right(ios);
372 { // negative, showbase, right
376 right(ios);
480 { // negative, showbase, right
484 right(ios);
H A Dput_long_double_ru_RU.pass.cpp154 { // negative, showbase, right
158 right(ios);
262 { // negative, showbase, right
266 right(ios);
372 { // negative, showbase, right
376 right(ios);
480 { // negative, showbase, right
484 right(ios);

Completed in 1414 milliseconds

12