Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 21 of 21) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdio-write.c82 fprintf (FILE *stream, const char *format, ...) in fprintf()
105 vfprintf (FILE *stream, const char *format, va_list args) in vfprintf()
119 fputc (int c, FILE *stream) in fputc()
126 fputs (const char *string, FILE *stream) in fputs()
136 FILE *stream = stdout; in puts() local
141 fwrite (const void *ptr, size_t s, size_t n, FILE *stream) in fwrite()
Dgetline.c28 getline (char **lineptr, size_t *n, FILE *stream) in getline()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
Dcopyfmt.pass.cpp34 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
49 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
64 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1()
79 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2()
94 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3()
Dmove.pass.cpp42 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
47 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
52 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1()
61 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2()
70 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3()
Dswap.pass.cpp41 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
47 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
53 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1()
59 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2()
65 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3()
Dimbue.pass.cpp31 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
44 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
57 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.cons/
Ddtor.pass.cpp35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
48 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
61 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/
Dimbue.pass.cpp37 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
50 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
63 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
Dlcast_precision.hpp168 inline void lcast_set_precision(std::ios_base& stream, T*) in lcast_set_precision()
174 inline void lcast_set_precision(std::ios_base& stream, Source*, Target*) in lcast_set_precision()
/ndk/tests/device/test-stlport/unit/
Dstrstream_buffer_read_test.cpp30 strstream stream(hello, sizeof(hello), ios_base::in); in read_from_buffer() local
/ndk/tests/device/test-gnustl-full/unit/
Dstrstream_buffer_read_test.cpp30 strstream stream(hello, sizeof(hello), ios_base::in); in read_from_buffer() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.callback/
Dregister_callback.pass.cpp35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c237 ck_fwrite(ptr, size, nmemb, stream) in ck_fwrite() argument
252 ck_fread(ptr, size, nmemb, stream) in ck_fread() argument
266 ck_getline(text, buflen, stream) in ck_getline() argument
283 ck_fflush(stream) in ck_fflush() argument
293 ck_fclose(stream) in ck_fclose() argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dwrap_stringstream.hpp74 basic_wrap_stringstream<CharT>::stream() in stream() function in boost::basic_wrap_stringstream
/ndk/tests/abcc/jni/device/
DAbcc_device.cpp182 std::ostringstream stream; in prepareToolchain() local
/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c79 usage (FILE *stream, int status) in usage()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc3095 std::stringstream stream; in OnTestIterationEnd() local
3220 void XmlUnitTestResultPrinter::OutputXmlCDataSection(::std::ostream* stream, in OutputXmlCDataSection()
3240 std::ostream* stream, in OutputXmlAttribute()
3257 void XmlUnitTestResultPrinter::OutputXmlTestInfo(::std::ostream* stream, in OutputXmlTestInfo()
3307 void XmlUnitTestResultPrinter::PrintXmlTestCase(std::ostream* stream, in PrintXmlTestCase()
3330 void XmlUnitTestResultPrinter::PrintXmlUnitTest(std::ostream* stream, in PrintXmlUnitTest()
Dgtest-port.cc635 void CaptureStream(int fd, const char* stream_name, CapturedStream** stream) { in CaptureStream()
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c1219 __ptr_t stream = NULL; variable
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp1707 std::istrstream stream(start, finish - start); in shr_using_base_class() local
1709 std::istringstream stream; in shr_using_base_class() local
1711 std::basic_istringstream<CharT, Traits> stream; in shr_using_base_class() local
2461 std::strstream stream; member in boost::detail::lexical_stream
/ndk/sources/host-tools/make-3.81/
Ddir.c1122 read_dirstream (__ptr_t stream) in read_dirstream()