Searched refs:ends (Results 1 – 25 of 25) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/ |
D | cp_size_mode.pass.cpp | 28 out << i << ' ' << d << ' ' << s << std::ends; in main() 38 out << i << ' ' << d << ' ' << s << std::ends; in main()
|
D | default.pass.cpp | 25 out << i << ' ' << d << ' ' << s << std::ends; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/ |
D | ends.pass.cpp | 58 ends(os); in main() 66 ends(os); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/using/h/ |
D | ostream.h | 3 using _STLP_OLD_IO_NAMESPACE::ends;
|
D | iostream.h | 19 using _STLP_OLD_IO_NAMESPACE::ends;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/ |
D | str.pass.cpp | 23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/ |
D | str.pass.cpp | 23 out << 123 << ' ' << 4.5 << ' ' << "dog" << std::ends; in main()
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
D | ostream | 9 using _STLP_NEW_IO_NAMESPACE::ends;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/ |
D | default.pass.cpp | 25 inout << i << ' ' << d << ' ' << s << std::ends; in main()
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-message_test.cc | 135 << "A NUL char " << std::ends << std::flush in TEST()
|
D | gtest_unittest.cc | 4537 << "A NUL char " << std::ends << std::flush << " in line 2."; in TEST() 5034 r << "Data" << std::endl << std::flush << std::ends << "Will be visible"; in TEST()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ostream.h | 365 ends(basic_ostream<_CharT, _Traits>& __os) { in ends() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | ostream | 116 basic_ostream<charT,traits>& ends(basic_ostream<charT,traits>& os); 1030 ends(basic_ostream<_CharT, _Traits>& __os)
|
D | locale | 415 // matching keyword. If the longer matching keyword ends up not matching, then
|
/ndk/sources/host-tools/make-3.81/ |
D | readme.vms | 249 and the sub-shell ends.
|
D | aclocal.m4 | 548 # messages which can occur if `w' ends up in MAKEFLAGS.
|
D | ChangeLog | 150 list gets set to point to another list which also ends in
|
/ndk/sources/host-tools/make-3.81/config/ |
D | po.m4 | 264 # See if the line ends in a backslash.
|
D | texinfo.tex | 292 % take effect in \write's, yet the group defined by the \vbox ends 433 % either the null string, or it ends with \^^M---thus there is no danger 733 % message, so this ends up printing `@group can only ...'. 2875 % box from the multistrut, so the strut ends up on a line by itself. 3001 % If we're here, #1 ends with ^^M\ifinfo (for example). 3460 % makeinfo does not expand macros in the argument to @deffn, which ends up 3819 \pdfgettoks#2.\ \the\toksA % The page number ends the paragraph. 3924 % invocation ends. Having called \balancecolumns once, we do not 5238 % the (first) argument ends when '@end verbatim' is reached, ie:
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-2 | 79 For example, `%.c' as a pattern matches any file name that ends in 81 `s.', ends in `.c' and is at least five characters long. (There must 254 in that way. Instead, if the target name ends with a recognized 346 only if the file name starts with the prefix and ends with the suffix, 358 along with the slash that ends them, are added on to the prerequisite 522 suffix and the source suffix. It matches any file whose name ends with
|
D | make.texi | 2363 tells @code{make} to look for any prerequisite whose name ends in @file{.h} 5924 The @code{endif} directive ends the conditional. Every conditional must 6659 A file name that ends with a slash becomes an empty string. This is 8991 For example, @samp{%.c} as a pattern matches any file name that ends in 8993 with @samp{s.}, ends in @samp{.c} and is at least five characters long. 9213 in that way. Instead, if the target name ends with a recognized suffix 9338 if the file name starts with the prefix and ends with the suffix, without 9350 names, along with the slash that ends them, are added on to the 9520 and the source suffix. It matches any file whose name ends with the
|
D | make.info-1 | 2014 tells `make' to look for any prerequisite whose name ends in `.h' in 4865 The `endif' directive ends the conditional. Every conditional must 5438 A file name that ends with a slash becomes an empty string. This
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 2447 # It thinks the first close brace ends the variable substitution. 3603 # messages which can occur if `w' ends up in MAKEFLAGS.
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 1610 $(call gen-test, input.output/iostream.format/output.streams/ostream.manip/ends)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 1619 $(call gen-test, input.output/iostream.format/output.streams/ostream.manip/ends)
|