/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/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;
|
/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/stlport/test/unit/ |
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-gnustl-full/unit/ |
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/ |
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/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
progress_monitor.ipp | 95 progress_monitor_t::set_stream( std::ostream& ostr ) 97 s_pm_impl().m_stream = &ostr;
|
results_reporter.ipp | 109 set_stream( std::ostream& ostr ) 111 s_rr_impl().m_output = &ostr; 112 s_rr_impl().m_stream_state_saver.reset( new io_saver_type( ostr ) );
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
parser.ipp | 192 parser::usage( out_stream& ostr ) 225 ostr << BOOST_RT_PARAM_CSTRING_LITERAL( "Usage:\n" ) << fs.str() << std::endl; 231 parser::help( out_stream& ostr ) 233 usage( ostr ); 242 ostr << BOOST_RT_PARAM_CSTRING_LITERAL( "where:\n" ); 246 ostr << curr_param->id_2_report() << BOOST_RT_PARAM_CSTRING_LITERAL( " - " ) << curr_param->p_description << std::endl;
|
parser.hpp | 126 void usage( out_stream& ostr ); 127 void help( out_stream& ostr );
|