HomeSort by relevance Sort by last modified time
    Searched refs:ostr (Results 1 - 25 of 69) 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;
  /sdk/emulator/opengl/host/tools/emugen/
getopt.h 12 int getopt(int argc, char* const argv[], const char* ostr);
getopt.c 13 int getopt(int argc, char* const argv[], const char* ostr) {
32 if (!strchr(ostr, '-')) {
43 char* oindex = strchr(ostr, optopt);
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn_moid.c 115 char *ln, *ostr, *p, *lntmp; local
120 ostr = value;
125 ostr = p + 1;
126 if (!*ostr)
128 while(isspace((unsigned char)*ostr)) ostr++;
131 nid = OBJ_create(ostr, name, ln);
  /external/openssl/crypto/asn1/
asn_moid.c 115 char *ln, *ostr, *p, *lntmp; local
120 ostr = value;
125 ostr = p + 1;
126 if (!*ostr)
128 while(isspace((unsigned char)*ostr)) ostr++;
131 nid = OBJ_create(ostr, name, ln);
  /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 == ':')
  /external/tcpdump/win32/Src/
getopt.c 57 getopt(nargc, nargv, ostr)
60 const char *ostr;
79 !(oli = strchr(ostr, optopt))) {
88 if (opterr && *ostr != ':')
103 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/qemu/include/qemu/
sockets.h 13 int inet_listen(const char *str, char *ostr, int olen,
21 int unix_listen(const char *path, char *ostr, int olen);
  /external/stlport/test/unit/
num_put_get_test.cpp 68 static string reset_stream(ostringstream &ostr)
70 string tmp = ostr.str();
71 ostr.str("");
403 ostringstream ostr; local
404 ostr << 1.23457e+17f;
405 CPPUNIT_ASSERT(ostr.good());
406 output = reset_stream(ostr);
413 ostringstream ostr; local
414 ostr << setprecision(200) << 1.23457e+17f;
415 CPPUNIT_ASSERT(ostr.good())
421 ostringstream ostr; local
429 ostringstream ostr; local
439 ostringstream ostr; local
449 ostringstream ostr; local
459 ostringstream ostr; local
469 ostringstream ostr; local
477 ostringstream ostr; local
485 ostringstream ostr; local
493 ostringstream ostr; local
501 ostringstream ostr; local
512 ostringstream ostr; local
523 ostringstream ostr; local
530 ostringstream ostr; local
538 ostringstream ostr; local
547 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 );
  /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("");
403 ostringstream ostr; local
404 ostr << 1.23457e+17f;
405 CPPUNIT_ASSERT(ostr.good());
406 output = reset_stream(ostr);
413 ostringstream ostr; local
414 ostr << setprecision(200) << 1.23457e+17f;
415 CPPUNIT_ASSERT(ostr.good())
421 ostringstream ostr; local
429 ostringstream ostr; local
439 ostringstream ostr; local
449 ostringstream ostr; local
459 ostringstream ostr; local
469 ostringstream ostr; local
477 ostringstream ostr; local
485 ostringstream ostr; local
493 ostringstream ostr; local
501 ostringstream ostr; local
512 ostringstream ostr; local
523 ostringstream ostr; local
530 ostringstream ostr; local
538 ostringstream ostr; local
547 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 );
  /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("");
403 ostringstream ostr; local
404 ostr << 1.23457e+17f;
405 CPPUNIT_ASSERT(ostr.good());
406 output = reset_stream(ostr);
413 ostringstream ostr; local
414 ostr << setprecision(200) << 1.23457e+17f;
415 CPPUNIT_ASSERT(ostr.good())
421 ostringstream ostr; local
429 ostringstream ostr; local
439 ostringstream ostr; local
449 ostringstream ostr; local
459 ostringstream ostr; local
469 ostringstream ostr; local
477 ostringstream ostr; local
485 ostringstream ostr; local
493 ostringstream ostr; local
501 ostringstream ostr; local
512 ostringstream ostr; local
523 ostringstream ostr; local
530 ostringstream ostr; local
538 ostringstream ostr; local
547 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 );
  /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.6/x86_64-linux/include/c++/4.6/bits/
regex_compiler.h 535 _M_print(std::ostream& ostr)
540 ostr << "any-character\n";
543 ostr << "backref\n";
546 ostr << "bracket-begin\n";
549 ostr << "bracket-end\n";
552 ostr << "char-class-name \"" << _M_curValue << "\"\n";
555 ostr << "closure0\n";
558 ostr << "closure1\n";
561 ostr << "coll-elem-multi \"" << _M_curValue << "\"\n";
564 ostr << "coll-elem-single \"" << _M_curValue << "\"\n"
    [all...]
  /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...]

Completed in 1607 milliseconds

1 2 3