/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdio | 49 int fclose(FILE* stream); 50 int fflush(FILE* stream); 53 FILE * restrict stream); 54 void setbuf(FILE* restrict stream, char* restrict buf); 55 int setvbuf(FILE* restrict stream, char* restrict buf, int mode, size_t size); 56 int fprintf(FILE* restrict stream, const char* restrict format, ...); 57 int fscanf(FILE* restrict stream, const char * restrict format, ...); 63 int vfprintf(FILE* restrict stream, const char* restrict format, va_list arg); 64 int vfscanf(FILE* restrict stream, const char* restrict format, va_list arg); // C99 71 int fgetc(FILE* stream); [all …]
|
D | cwchar | 34 int fwprintf(FILE* restrict stream, const wchar_t* restrict format, ...); 35 int fwscanf(FILE* restrict stream, const wchar_t* restrict format, ...); 38 int vfwprintf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); 39 int vfwscanf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); // C99 46 wint_t fgetwc(FILE* stream); 47 wchar_t* fgetws(wchar_t* restrict s, int n, FILE* restrict stream); 48 wint_t fputwc(wchar_t c, FILE* stream); 49 int fputws(const wchar_t* restrict s, FILE* restrict stream); 50 int fwide(FILE* stream, int mode); 51 wint_t getwc(FILE* stream); [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.cons/ |
D | dtor.pass.cpp | 35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() argument 42 assert(stream.getloc().name() == "C"); in f1() 48 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() argument 55 assert(stream.getloc().name() == "C"); in f2() 61 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3() argument 68 assert(stream.getloc().name() == "C"); in f3()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/ |
D | imbue.pass.cpp | 37 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() argument 44 assert(stream.getloc().name() == LOCALE_en_US_UTF_8); in f1() 50 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() argument 57 assert(stream.getloc().name() == LOCALE_en_US_UTF_8); in f2() 63 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3() argument 70 assert(stream.getloc().name() == LOCALE_en_US_UTF_8); in f3()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | wrap_stringstream.hpp | 51 wrapped_stream& stream(); 66 targ.stream() << t; in operator <<() 74 basic_wrap_stringstream<CharT>::stream() in stream() function in boost::basic_wrap_stringstream 123 targ.stream() << man; in operator <<() 133 targ.stream() << man; in operator <<() 143 targ.stream() << man; in operator <<()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
D | imbue.pass.cpp | 31 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() argument 38 assert(stream.getloc().name() == LOCALE_en_US_UTF_8); in f1() 44 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() argument 51 assert(stream.getloc().name() == LOCALE_en_US_UTF_8); in f2() 57 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3() argument 64 assert(stream.getloc().name() == LOCALE_en_US_UTF_8); in f3()
|
D | copyfmt.pass.cpp | 34 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() argument 43 assert(stream.getloc().name() == LOCALE_en_US_UTF_8); in f1() 49 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() argument 58 assert(stream.getloc().name() == LOCALE_en_US_UTF_8); in f2() 64 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1() argument 73 assert(stream.getloc().name() == LOCALE_fr_FR_UTF_8); in g1() 79 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2() argument 88 assert(stream.getloc().name() == LOCALE_fr_FR_UTF_8); in g2() 94 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3() argument 103 assert(stream.getloc().name() == LOCALE_fr_FR_UTF_8); in g3()
|
D | move.pass.cpp | 42 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() argument 47 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() argument 52 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1() argument 61 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2() argument 70 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3() argument
|
D | swap.pass.cpp | 41 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() argument 47 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2() argument 53 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1() argument 59 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2() argument 65 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3() argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | unit_test_log.ipp | 114 std::ostream& stream() { return *m_stream; } 135 s_log_impl().m_log_formatter->log_start( s_log_impl().stream(), test_cases_amount ); 138 s_log_impl().m_log_formatter->log_build_info( s_log_impl().stream() ); 151 s_log_impl().m_log_formatter->log_finish( s_log_impl().stream() ); 153 s_log_impl().stream().flush(); 175 s_log_impl().m_log_formatter->test_unit_start( s_log_impl().stream(), tu ); 191 s_log_impl().m_log_formatter->test_unit_finish( s_log_impl().stream(), tu, elapsed ); 205 s_log_impl().m_log_formatter->test_unit_skipped( s_log_impl().stream(), tu ); 238 …s_log_impl().m_log_formatter->log_exception( s_log_impl().stream(), s_log_impl().m_checkpoint_data… 286 s_log_impl().m_log_formatter->log_entry_finish( s_log_impl().stream() ); [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/error.reporting/ |
D | make_error_code.pass.cpp | 20 std::error_code ec = make_error_code(std::io_errc::stream); in main() 21 assert(ec.value() == static_cast<int>(std::io_errc::stream)); in main()
|
D | make_error_condition.pass.cpp | 20 const std::error_condition ec1 = std::make_error_condition(std::io_errc::stream); in main() 21 assert(ec1.value() == static_cast<int>(std::io_errc::stream)); in main()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | strstream_buffer_read_test.cpp | 30 strstream stream(hello, sizeof(hello), ios_base::in); in read_from_buffer() local 32 stream >> cur; in read_from_buffer()
|
/ndk/tests/device/test-stlport/unit/ |
D | strstream_buffer_read_test.cpp | 30 strstream stream(hello, sizeof(hello), ios_base::in); in read_from_buffer() local 32 stream >> cur; in read_from_buffer()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
D | lcast_precision.hpp | 168 inline void lcast_set_precision(std::ios_base& stream, T*) in lcast_set_precision() argument 170 stream.precision(lcast_get_precision<T>()); in lcast_set_precision() 174 inline void lcast_set_precision(std::ios_base& stream, Source*, Target*) in lcast_set_precision() argument 178 stream.precision(s > t ? s : t); in lcast_set_precision()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.callback/ |
D | register_callback.pass.cpp | 35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1() argument 39 assert(stream.getloc().name() == LOCALE_en_US_UTF_8); in f1()
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | addr2line.c | 79 usage (FILE *stream, int status) in usage() argument 81 fprintf (stream, _("Usage: %s [option(s)] [addr(s)]\n"), program_name); in usage() 82 fprintf (stream, _(" Convert addresses into line number/file name pairs.\n")); in usage() 83 …fprintf (stream, _(" If no addresses are specified on the command line, they will be read from std… in usage() 84 fprintf (stream, _(" The options are:\n\ in usage() 99 list_supported_targets (program_name, stream); in usage() 101 fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); in usage()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_failure/ |
D | ctor_string_error_code.pass.cpp | 33 assert(se.code() == std::make_error_code(std::io_errc::stream)); in main() 37 (std::io_errc::stream))) != std::string::npos); in main()
|
D | ctor_char_pointer_error_code.pass.cpp | 33 assert(se.code() == std::make_error_code(std::io_errc::stream)); in main() 37 (std::io_errc::stream))) != std::string::npos); in main()
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-param-test_test.cc | 83 ::std::stringstream stream; in PrintValue() 84 stream << value; in PrintValue() 85 return stream.str(); in PrintValue() 98 ::std::stringstream stream; in PrintValue() 99 stream << "(" << get<0>(value) << ", " << get<1>(value) << ")"; in PrintValue() 100 return stream.str(); in PrintValue() 105 ::std::stringstream stream; in PrintValue() 106 stream << "(" << get<0>(value) << ", " << get<1>(value) in PrintValue() 108 return stream.str(); in PrintValue() 115 ::std::stringstream stream; in PrintValue() [all …]
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest.cc | 1489 ::std::stringstream stream; in WideStringToUtf8() 1503 stream << CodePointToUtf8(unicode_code_point); in WideStringToUtf8() 1505 return StringStreamToString(&stream); in WideStringToUtf8() 3025 static void OutputXmlAttribute(std::ostream* stream, 3031 static void OutputXmlCDataSection(::std::ostream* stream, const char* data); 3034 static void OutputXmlTestInfo(::std::ostream* stream, 3039 static void PrintXmlTestCase(::std::ostream* stream, 3043 static void PrintXmlUnitTest(::std::ostream* stream, 3095 std::stringstream stream; in OnTestIterationEnd() local 3096 PrintXmlUnitTest(&stream, unit_test); in OnTestIterationEnd() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/ |
D | stream_inserter.pass.cpp | 25 out << std::error_code(std::io_errc::stream); in main()
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
D | file_reporter.h | 52 explicit FileReporter(FILE* stream, bool doMonitor = false): 55 { _file = stream; }
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
D | file_reporter.h | 52 explicit FileReporter(FILE* stream, bool doMonitor = false): 55 { _file = stream; }
|
/ndk/tests/abcc/jni/device/ |
D | Abcc_device.cpp | 192 std::ostringstream stream; in prepareToolchain() local 193 stream << android_getCpuCount(); in prepareToolchain() 194 cmd += " -thread=" + stream.str(); in prepareToolchain()
|