/ndk/sources/cxx-stl/system/include/ |
D | typeinfo | 20 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/ |
D | setf_fmtflags_mask.pass.cpp | 33 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()
|
D | flags_fmtflags.pass.cpp | 33 test::fmtflags f = t.flags(test::hex | test::right); in main() 35 assert(t.flags() == (test::hex | test::right)); in main()
|
D | setf_fmtflags.pass.cpp | 33 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()
|
D | unsetf_mask.pass.cpp | 33 t.unsetf(test::dec | test::right); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip/ |
D | right.pass.cpp | 26 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/ |
D | fmtflags.pass.cpp | 45 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/ |
D | put_double.pass.cpp | 83 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 …]
|
D | put_long_double.pass.cpp | 83 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/ |
D | en@quot.header | 8 # 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).
|
D | en@boldquot.header | 8 # 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/ |
D | en@quot.header | 8 # 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).
|
D | en@boldquot.header | 8 # 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/ |
D | manis.sed | 4 # Protect against being on the right side of a sed subst in config.status.
|
D | readin.good | 4 I have as much right as the other fellow has
|
D | readin.inp | 3 I have as much right as the other fellow has
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ios_base.h | 70 _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/ |
D | regcomp.c | 116 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/ |
D | menu.css | 13 padding-right:4ex;
|
D | content.css | 21 margin-right: auto
|
/ndk/sources/host-tools/nawk-20071023/ |
D | b.c | 43 #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/ |
D | compile | 46 right script to run: please start by reading the file `INSTALL'.
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
D | ios | 29 using _STLP_NEW_IO_NAMESPACE::right;
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | num_put_get_test.cpp | 623 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/ |
D | 0002-gcc-prevent-crash-on-Eclair-and-older-platforms.patch | 37 + * 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
|