Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 76) sorted by relevance

1234

/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip/
Dleft.pass.cpp26 std::ios_base& r = std::left(ios); in main()
28 assert(ios.flags() & std::ios::left); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
Dfmtflags.pass.cpp43 assert(std::ios_base::left); in main()
61 & std::ios_base::left in main()
73 assert(std::ios_base::adjustfield == (std::ios_base::left in main()
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
Dput_double.pass.cpp75 left(ios); in test1()
109 left(ios); in test1()
146 left(ios); in test1()
180 left(ios); in test1()
220 left(ios); in test1()
254 left(ios); in test1()
291 left(ios); in test1()
325 left(ios); in test1()
368 left(ios); in test1()
402 left(ios); in test1()
[all …]
Dput_long_double.pass.cpp75 left(ios); in test1()
109 left(ios); in test1()
146 left(ios); in test1()
180 left(ios); in test1()
220 left(ios); in test1()
254 left(ios); in test1()
291 left(ios); in test1()
325 left(ios); in test1()
368 left(ios); in test1()
402 left(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/cxx-stl/llvm-libc++/www/
Dcontent.css15 ul { padding-left:1.5em; }
20 margin-left: auto;
Dmenu.css12 left:29ex;
/ndk/sources/host-tools/nawk-20071023/
Dawkgram.y78 %left BOR
79 %left AND
80 %left GETLINE
82 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
83 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER
84 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
85 %left REGEXPR VAR VARNF IVAR WHILE '('
86 %left CAT
87 %left '+' '-'
88 %left '*' '/' '%'
[all …]
Db.c42 #define left(v) (v)->narg[0] macro
192 penter(left(p)); in penter()
193 parent(left(p)) = p; in penter()
197 penter(left(p)); in penter()
199 parent(left(p)) = p; in penter()
216 freetr(left(p)); in freetr()
221 freetr(left(p)); in freetr()
369 cfoll(f,left(v)); in cfoll()
373 cfoll(f,left(v)); in cfoll()
409 if (first(left(p)) == 0) return(0); in first()
[all …]
/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()
1213 if (node->left) in postorder()
1214 node = node->left; in postorder()
1247 if (node->left) in preorder()
1248 node = node->left; in preorder()
1280 && node->left && node->left->token.type == SUBEXP) in optimize_subexps()
1282 Idx other_idx = node->left->token.opr.idx; in optimize_subexps()
1284 node->left = node->left->left; in optimize_subexps()
[all …]
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h69 _STLP_STATIC_CONSTANT(int, left = 0x0001);
84 _STLP_STATIC_CONSTANT(int, adjustfield = left | right | internal);
316 inline ios_base& _STLP_CALL left(ios_base& __s) in left() function
317 { __s.setf(ios_base::left, ios_base::adjustfield); return __s; } in left()
/ndk/sources/cxx-stl/stlport/stlport/using/
Dios28 using _STLP_NEW_IO_NAMESPACE::left;
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
Dunsigned_char_pointer.pass.cpp82 left(os); in main()
Dchar.pass.cpp82 left(os); in main()
Dsigned_char_pointer.pass.cpp82 left(os); in main()
Dsigned_char.pass.cpp82 left(os); in main()
Dunsigned_char.pass.cpp82 left(os); in main()
Dchar_pointer.pass.cpp82 left(os); in main()
Dchar_to_wide_pointer.pass.cpp82 left(os); in main()
Dchar_to_wide.pass.cpp82 left(os); in main()
DCharT.pass.cpp82 left(os); in main()
DCharT_pointer.pass.cpp82 left(os); in main()

1234