HomeSort by relevance Sort by last modified time
    Searched refs:ostr (Results 1 - 25 of 56) sorted by null

1 2 3

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/output/
plain_report_formatter.hpp 39 void results_report_start( std::ostream& ostr );
40 void results_report_finish( std::ostream& ostr );
42 void test_unit_report_start( test_unit const&, std::ostream& ostr );
43 void test_unit_report_finish( test_unit const&, std::ostream& ostr );
45 void do_confirmation_report( test_unit const&, std::ostream& ostr );
xml_report_formatter.hpp 39 void results_report_start( std::ostream& ostr );
40 void results_report_finish( std::ostream& ostr );
42 void test_unit_report_start( test_unit const&, std::ostream& ostr );
43 void test_unit_report_finish( test_unit const&, std::ostream& ostr );
45 void do_confirmation_report( test_unit const&, std::ostream& ostr );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
custom_manip.hpp 35 explicit custom_printer( std::ostream& ostr ) : m_ostr( &ostr ) {}
51 operator<<( std::ostream& ostr, custom_manip<Uniq> const& ) { return custom_printer<custom_manip<Uniq> >( ostr ); }
lazy_ostream.hpp 40 friend std::ostream& operator<<( std::ostream& ostr, lazy_ostream const& o ) { return o( ostr ); }
46 virtual std::ostream& operator()( std::ostream& ostr ) const { return ostr; }
72 virtual std::ostream& operator()( std::ostream& ostr ) const
74 return m_prev(ostr) << m_value;
  /external/libpcap/Win32/Src/
getopt.c 57 getopt(nargc, nargv, ostr)
60 const char *ostr;
83 !(oli = strchr(ostr, optopt))) {
92 if (opterr && *ostr != ':')
107 if (*ostr == ':')
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
results_reporter.hpp 45 virtual void results_report_start( std::ostream& ostr ) = 0;
46 virtual void results_report_finish( std::ostream& ostr ) = 0;
48 virtual void test_unit_report_start( test_unit const&, std::ostream& ostr ) = 0;
49 virtual void test_unit_report_finish( test_unit const&, std::ostream& ostr ) = 0;
51 virtual void do_confirmation_report( test_unit const&, std::ostream& ostr ) = 0;
  /external/c-ares/
ares_getopt.c 66 ares_getopt(int nargc, char * const nargv[], const char *ostr)
84 (oli = strchr(ostr, optopt)) == NULL) {
93 if (opterr && *ostr != ':')
108 if (*ostr == ':')
ares_getopt.h 34 int ares_getopt(int nargc, char * const nargv[], const char *ostr);
  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 68 static string reset_stream(ostringstream &ostr)
70 string tmp = ostr.str();
71 ostr.str("");
395 ostringstream ostr; local
396 ostr << 1.23457e+17f;
397 CPPUNIT_ASSERT(ostr.good());
398 output = reset_stream(ostr);
405 ostringstream ostr; local
406 ostr << setprecision(200) << 1.23457e+17f;
407 CPPUNIT_ASSERT(ostr.good())
413 ostringstream ostr; local
421 ostringstream ostr; local
431 ostringstream ostr; local
441 ostringstream ostr; local
451 ostringstream ostr; local
461 ostringstream ostr; local
469 ostringstream ostr; local
477 ostringstream ostr; local
485 ostringstream ostr; local
493 ostringstream ostr; local
504 ostringstream ostr; local
515 ostringstream ostr; local
522 ostringstream ostr; local
530 ostringstream ostr; local
539 ostringstream ostr; local
    [all...]
money_facets_test.cpp 65 ostringstream ostr; local
66 ostr.imbue(streamLoc);
67 ostr << showbase;
77 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, true, ostr, ' ', 123456);
80 str_res = ostr.str();
176 ostr.str( "" );
177 ostr.clear();
178 fmg.get(istr, istreambuf_iterator<char, char_traits<char> >(), true, ostr, err, digits);
184 ostr.str("")
285 ostringstream ostr; local
    [all...]
rope_test.cpp 64 ostringstream ostr; local
65 ostr << rstr;
67 CPPUNIT_ASSERT( ostr );
68 CPPUNIT_ASSERT( ostr.str() == cstr );
time_facets_test.cpp 33 ostringstream ostr; local
34 ostr.imbue(loc);
37 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size());
54 istringstream istr( ostr.str() );
115 wostringstream ostr; local
116 ostr.imbue(loc);
119 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size());
137 wistringstream istr( ostr.str() )
    [all...]
sstream_test.cpp 349 ostringstream ostr; local
350 ostr << in.rdbuf();
351 CPPUNIT_ASSERT( ostr );
353 CPPUNIT_ASSERT( ostr.str() == "0123456789" );
377 ostringstream ostr; local
378 ostr << in.rdbuf();
379 CPPUNIT_ASSERT( ostr );
381 CPPUNIT_ASSERT( ostr.str() == "01234567890123456789" );
  /ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp 68 static string reset_stream(ostringstream &ostr)
70 string tmp = ostr.str();
71 ostr.str("");
395 ostringstream ostr; local
396 ostr << 1.23457e+17f;
397 CPPUNIT_ASSERT(ostr.good());
398 output = reset_stream(ostr);
405 ostringstream ostr; local
406 ostr << setprecision(200) << 1.23457e+17f;
407 CPPUNIT_ASSERT(ostr.good())
413 ostringstream ostr; local
421 ostringstream ostr; local
431 ostringstream ostr; local
441 ostringstream ostr; local
451 ostringstream ostr; local
461 ostringstream ostr; local
469 ostringstream ostr; local
477 ostringstream ostr; local
485 ostringstream ostr; local
493 ostringstream ostr; local
504 ostringstream ostr; local
515 ostringstream ostr; local
522 ostringstream ostr; local
530 ostringstream ostr; local
539 ostringstream ostr; local
    [all...]
money_facets_test.cpp 65 ostringstream ostr; local
66 ostr.imbue(streamLoc);
67 ostr << showbase;
77 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, true, ostr, ' ', 123456);
80 str_res = ostr.str();
176 ostr.str( "" );
177 ostr.clear();
178 fmg.get(istr, istreambuf_iterator<char, char_traits<char> >(), true, ostr, err, digits);
184 ostr.str("")
285 ostringstream ostr; local
    [all...]
rope_test.cpp 64 ostringstream ostr; local
65 ostr << rstr;
67 CPPUNIT_ASSERT( ostr );
68 CPPUNIT_ASSERT( ostr.str() == cstr );
time_facets_test.cpp 33 ostringstream ostr; local
34 ostr.imbue(loc);
37 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size());
54 istringstream istr( ostr.str() );
115 wostringstream ostr; local
116 ostr.imbue(loc);
119 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size());
137 wistringstream istr( ostr.str() )
    [all...]
  /external/bison/examples/calc++/
location.hh 154 ** \param ostr the destination output stream
161 operator<< (std::basic_ostream<YYChar>& ostr, const location& loc)
164 ostr << loc.begin;
168 ostr << '-' << last;
170 ostr << '-' << last.line << '.' << last.column;
172 ostr << '-' << last.column;
173 return ostr;
position.hh 156 ** \param ostr the destination output stream
161 operator<< (std::basic_ostream<YYChar>& ostr, const position& pos)
164 ostr << *pos.filename << ':';
165 return ostr << pos.line << '.' << pos.column;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_compiler.h 539 _M_print(std::ostream& ostr)
544 ostr << "any-character\n";
547 ostr << "backref\n";
550 ostr << "bracket-begin\n";
553 ostr << "bracket-end\n";
556 ostr << "char-class-name \"" << _M_curValue << "\"\n";
559 ostr << "closure0\n";
562 ostr << "closure1\n";
565 ostr << "coll-elem-multi \"" << _M_curValue << "\"\n";
568 ostr << "coll-elem-single \"" << _M_curValue << "\"\n"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_compiler.h 539 _M_print(std::ostream& ostr)
544 ostr << "any-character\n";
547 ostr << "backref\n";
550 ostr << "bracket-begin\n";
553 ostr << "bracket-end\n";
556 ostr << "char-class-name \"" << _M_curValue << "\"\n";
559 ostr << "closure0\n";
562 ostr << "closure1\n";
565 ostr << "coll-elem-multi \"" << _M_curValue << "\"\n";
568 ostr << "coll-elem-single \"" << _M_curValue << "\"\n"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_compiler.h 539 _M_print(std::ostream& ostr)
544 ostr << "any-character\n";
547 ostr << "backref\n";
550 ostr << "bracket-begin\n";
553 ostr << "bracket-end\n";
556 ostr << "char-class-name \"" << _M_curValue << "\"\n";
559 ostr << "closure0\n";
562 ostr << "closure1\n";
565 ostr << "coll-elem-multi \"" << _M_curValue << "\"\n";
568 ostr << "coll-elem-single \"" << _M_curValue << "\"\n"
    [all...]
  /external/bison/data/
location.cc 136 ** \param ostr the destination output stream
141 operator<< (std::basic_ostream<YYChar>& ostr, const position& pos)
144 ostr << *pos.filename << ':';
145 return ostr << pos.line << '.' << pos.column;
274 ** \param ostr the destination output stream
281 operator<< (std::basic_ostream<YYChar>& ostr, const location& loc)
284 ostr << loc.begin;
288 ostr << '-' << last;
290 ostr << '-' << last.line << '.' << last.column;
292 ostr << '-' << last.column
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 215 llvm::raw_string_ostream ostr(intermediate);
216 Output yout(ostr);
361 llvm::raw_string_ostream ostr(intermediate);
362 Output yout(ostr);
476 llvm::raw_string_ostream ostr(intermediate);
477 Output yout(ostr);
671 llvm::raw_string_ostream ostr(intermediate);
672 Output yout(ostr);
762 llvm::raw_string_ostream ostr(intermediate);
763 Output yout(ostr);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
parser.hpp 126 void usage( out_stream& ostr );
127 void help( out_stream& ostr );

Completed in 901 milliseconds

1 2 3