/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/ |
D | get_line_delim.pass.cpp | 28 getline(in, s, '*'); in main() 31 getline(in, s, '*'); in main() 34 getline(in, s, '*'); in main() 37 getline(in, s, '*'); in main() 44 getline(in, s, L'*'); in main() 47 getline(in, s, L'*'); in main() 50 getline(in, s, L'*'); in main() 53 getline(in, s, L'*'); in main() 62 getline(in, s, '*'); in main() 65 getline(in, s, '*'); in main() [all …]
|
D | get_line.pass.cpp | 28 getline(in, s); in main() 31 getline(in, s); in main() 34 getline(in, s); in main() 41 getline(in, s); in main() 44 getline(in, s); in main() 47 getline(in, s); in main() 56 getline(in, s); in main() 59 getline(in, s); in main() 62 getline(in, s); in main() 70 getline(in, s); in main() [all …]
|
D | get_line_rv.pass.cpp | 28 getline(std::istringstream(" abc\n def\n ghij"), s); in main() 33 getline(std::wistringstream(L" abc\n def\n ghij"), s); in main() 40 getline(std::istringstream(" abc\n def\n ghij"), s); in main() 46 getline(std::wistringstream(L" abc\n def\n ghij"), s); in main()
|
D | get_line_delim_rv.pass.cpp | 28 getline(std::istringstream(" abc* def* ghij"), s, '*'); in main() 33 getline(std::wistringstream(L" abc* def* ghij"), s, L'*'); in main() 40 getline(std::istringstream(" abc* def* ghij"), s, '*'); in main() 46 getline(std::wistringstream(L" abc* def* ghij"), s, L'*'); in main()
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | getline.m4 | 1 # getline.m4 serial 19 11 dnl See if there's a working, system-supplied version of the getline function. 12 dnl We can't just do AC_REPLACE_FUNCS([getline]) because some systems 19 dnl Persuade glibc <stdio.h> to declare getline(). 22 AC_CHECK_DECLS_ONCE([getline]) 25 AC_CHECK_FUNC([getline], 30 AC_CACHE_CHECK([for working getline function], [am_cv_func_working_getline], 44 len = getline (&line, &siz, in); 70 AC_LIBOBJ([getline]) 76 # Prerequisites of lib/getline.c.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ |
D | getline_pointer_size.pass.cpp | 47 is.getline(s, 5); in main() 52 is.getline(s, 5); in main() 57 is.getline(s, 5); in main() 67 is.getline(s, 5); in main() 72 is.getline(s, 5); in main() 77 is.getline(s, 5); in main()
|
D | getline_pointer_size_chart.pass.cpp | 47 is.getline(s, 5, '*'); in main() 52 is.getline(s, 5, '*'); in main() 57 is.getline(s, 5, '*'); in main() 67 is.getline(s, 5, L'*'); in main() 72 is.getline(s, 5, L'*'); in main() 77 is.getline(s, 5, L'*'); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _string_io.h | 57 getline(basic_istream<_CharT, _Traits>& __is, 65 getline(basic_istream<_CharT, _Traits>& __is, in getline() function 67 return getline(__is, __s, __is.widen('\n')); in getline()
|
D | _istream.h | 144 _Self& getline(char_type* __s, streamsize __n, char_type delim); 145 _Self& getline(char_type* __s, streamsize __n) in getline() function 146 { return getline(__s, __n, this->widen('\n')); } in getline()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | logged_expectations.ipp | 94 std::getline( m_log_file, line, LINE_SEP ); 116 std::getline( m_log_file, line, LINE_SEP ); 139 std::getline( m_log_file, line, LINE_SEP ); 162 std::getline( m_log_file, line, LINE_SEP ); 183 std::getline( m_log_file, line, LINE_SEP ); 204 std::getline( m_log_file, line, LINE_SEP );
|
/ndk/build/awk/ |
D | extract-minsdkversion.awk | 52 if (getline <= 0) return 0; # read new input line 118 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
|
D | extract-package-name.awk | 56 if (getline <= 0) return 0; # read new input line 122 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
|
D | extract-debuggable.awk | 55 if (getline <= 0) return 0; # read new input line 121 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
|
D | xml.awk | 40 if (getline <= 0) return 0; # read new input line 106 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
|
D | extract-launchable.awk | 114 if (getline <= 0) return 0; # read new input line 180 if (getline <= 0) _xml_panic("Unexpected EOF: " ERRNO);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | getline.c | 28 getline (char **lineptr, size_t *n, FILE *stream) in getline() function
|
D | stdio.in.h | 502 # undef getline 503 # define getline rpl_getline 512 extern ssize_t getline (char **lineptr, size_t *linesize, FILE *stream); 515 # undef getline 516 # define getline(l, s, f) \ 519 getline (l, s, f))
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | tst-pcre.c | 66 if ((len = getline (&line, &line_len, f)) <= 0 in main() 77 while ((len = getline (&line, &line_len, f)) > 0) in main()
|
D | xemacs.good | 24 " m4/getline.m4 m4/glibc21.m4 m4/isc-posix.m4 m4/progtest.m4 \\" 65 "$(ACLOCAL_M4): configure.ac m4/codeset.m4 m4/getline.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m…
|
D | xemacs.inp | 24 m4/getline.m4 m4/glibc21.m4 m4/isc-posix.m4 m4/progtest.m4 \ 65 $(ACLOCAL_M4): configure.ac m4/codeset.m4 m4/getline.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4…
|
/ndk/tests/device/test-stlport/unit/ |
D | sstream_test.cpp | 114 getline( s, str ); in input() 117 getline( s, str ); in input() 165 getline( s, str ); in io() 168 getline( s, str ); in io()
|
D | fstream_test.cpp | 143 getline( f, str ); in input() 146 getline( f, str ); in input() 155 getline(in, s); in input() 199 getline( f, s ); in io() 202 getline( f, s ); in io() 610 while (getline(in, line)) { in win32_file_format() 917 f.getline( buf, 1 ); // <-- key line in null_buf()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | sstream_test.cpp | 114 getline( s, str ); in input() 117 getline( s, str ); in input() 165 getline( s, str ); in io() 168 getline( s, str ); in io()
|
D | fstream_test.cpp | 143 getline( f, str ); in input() 146 getline( f, str ); in input() 155 getline(in, s); in input() 199 getline( f, s ); in io() 202 getline( f, s ); in io() 610 while (getline(in, line)) { in win32_file_format() 917 f.getline( buf, 1 ); // <-- key line in null_buf()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | proto.h | 26 #define getline awk_getline macro 157 extern Cell *getline(Node **, int);
|