Home
last modified time | relevance | path

Searched refs:right (Results 1 – 25 of 89) sorted by relevance

1234

/ndk/sources/cxx-stl/system/include/
Dtypeinfo20 bool operator==(type_info const & right) const;
21 bool operator!=(type_info const & right) const;
22 bool before(type_info const & right) const;
25 type_info(type_info const & right);
26 type_info & operator=(type_info const & right);
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios.base/fmtflags.state/
Dsetf_fmtflags_mask.pass.cpp33 test::fmtflags f = t.setf(test::hex | test::right, test::dec | test::right); in main()
35 assert(t.flags() == (test::skipws | test::right)); in main()
Dflags_fmtflags.pass.cpp33 test::fmtflags f = t.flags(test::hex | test::right); in main()
35 assert(t.flags() == (test::hex | test::right)); in main()
Dsetf_fmtflags.pass.cpp33 test::fmtflags f = t.setf(test::hex | test::right); in main()
35 assert(t.flags() == (test::skipws | test::dec | test::hex | test::right)); in main()
Dunsetf_mask.pass.cpp33 t.unsetf(test::dec | test::right); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip/
Dright.pass.cpp26 std::ios_base& r = std::right(ios); in main()
28 assert(ios.flags() & std::ios::right); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
Dfmtflags.pass.cpp45 assert(std::ios_base::right); in main()
63 & std::ios_base::right in main()
74 | std::ios_base::right in main()
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
Dput_double.pass.cpp83 right(ios); in test1()
117 right(ios); in test1()
154 right(ios); in test1()
188 right(ios); in test1()
228 right(ios); in test1()
262 right(ios); in test1()
299 right(ios); in test1()
333 right(ios); in test1()
376 right(ios); in test1()
410 right(ios); in test1()
[all …]
Dput_long_double.pass.cpp83 right(ios); in test1()
117 right(ios); in test1()
154 right(ios); in test1()
188 right(ios); in test1()
228 right(ios); in test1()
262 right(ios); in test1()
299 right(ios); in test1()
333 right(ios); in test1()
376 right(ios); in test1()
410 right(ios); in test1()
[all …]
/ndk/sources/host-tools/sed-4.2.1/po/
Den@quot.header8 # left single quotation mark (U+2018) and right single quotation mark (U+2019).
10 # left single quotation mark (U+2018) and right single quotation mark (U+2019)
12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
Den@boldquot.header8 # left single quotation mark (U+2018) and right single quotation mark (U+2019).
10 # left single quotation mark (U+2018) and right single quotation mark (U+2019)
12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
/ndk/sources/host-tools/make-3.81/po/
Den@quot.header8 # left single quotation mark (U+2018) and right single quotation mark (U+2019).
10 # left single quotation mark (U+2018) and right single quotation mark (U+2019)
12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
Den@boldquot.header8 # left single quotation mark (U+2018) and right single quotation mark (U+2019).
10 # left single quotation mark (U+2018) and right single quotation mark (U+2019)
12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmanis.sed4 # Protect against being on the right side of a sed subst in config.status.
Dreadin.good4 I have as much right as the other fellow has
Dreadin.inp3 I have as much right as the other fellow has
/ndk/sources/cxx-stl/stlport/stlport/stl/
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) in right() function
320 { __s.setf(ios_base::right, ios_base::adjustfield); return __s; } in right()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregcomp.c116 bin_tree_t *left, bin_tree_t *right,
119 bin_tree_t *left, bin_tree_t *right,
1212 while (node->left || node->right) in postorder()
1216 node = node->right; in postorder()
1229 while (node->right == prev || node->right == NULL); in postorder()
1230 node = node->right; in postorder()
1252 while (node->right == prev || node->right == NULL) in preorder()
1259 node = node->right; in preorder()
1310 if (node->right && node->right->token.type == SUBEXP) in lower_subexps()
1312 node->right = lower_subexp (&err, preg, node->right); in lower_subexps()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/www/
Dmenu.css13 padding-right:4ex;
Dcontent.css21 margin-right: auto
/ndk/sources/host-tools/nawk-20071023/
Db.c43 #define right(v) (v)->narg[1] macro
198 penter(right(p)); in penter()
200 parent(right(p)) = p; in penter()
222 freetr(right(p)); in freetr()
348 f->re[info(v)].lval.np = right(v); in cfoll()
374 cfoll(f,right(v)); in cfoll()
405 if (type(p) == CCL && (*(char *) right(p)) == '\0') in first()
416 if (first(left(p)) == 0 && first(right(p)) == 0) return(0); in first()
419 b = first(right(p)); in first()
448 if (first(right(p)) == 0) { in follow()
/ndk/sources/host-tools/make-3.81/config/
Dcompile46 right script to run: please start by reading the file `INSTALL'.
/ndk/sources/cxx-stl/stlport/stlport/using/
Dios29 using _STLP_NEW_IO_NAMESPACE::right;
/ndk/tests/device/test-gnustl-full/unit/
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") in num_put_integer()
674 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0") in num_put_integer()
676 CHECK_COMPLETE(short, 1, oct, showbase, noshowpos, nouppercase, 6, right, " 01") in num_put_integer()
716 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 0, right, "+0") in num_put_integer()
717 CHECK_COMPLETE(short, 0, dec, showbase, showpos, nouppercase, 6, right, " +0") in num_put_integer()
718 CHECK_COMPLETE(short, 1, dec, showbase, showpos, nouppercase, 6, right, " +1") in num_put_integer()
767 CHECK_COMPLETE(short, 0, hex, showbase, showpos, nouppercase, 0, right, "0") in num_put_integer()
768 CHECK_COMPLETE(short, 0, hex, showbase, noshowpos, nouppercase, 6, right, " 0") in num_put_integer()
771 CHECK_COMPLETE(short, 1, hex, showbase, noshowpos, nouppercase, 6, right, " 0x1") in num_put_integer()
/ndk/build/tools/toolchain-patches/gcc/
D0002-gcc-prevent-crash-on-Eclair-and-older-platforms.patch37 + * but I couldn't find the right location. The point of the macro
61 + * but I couldn't find the right location. The point of the macro
85 + * but I couldn't find the right location. The point of the macro

1234