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

1 2 3

  /external/openfst/src/include/fst/
icu.h 75 ostringstream ostr; local
82 ostr << static_cast<char>(code);
84 ostr << static_cast<char>((code >> 6) | 0xc0);
85 ostr << static_cast<char>((code & 0x3f) | 0x80);
87 ostr << static_cast<char>((code >> 12) | 0xe0);
88 ostr << static_cast<char>(((code >> 6) & 0x3f) | 0x80);
89 ostr << static_cast<char>((code & 0x3f) | 0x80);
91 ostr << static_cast<char>((code >> 18) | 0xf0);
92 ostr << static_cast<char>(((code >> 12) & 0x3f) | 0x80);
93 ostr << static_cast<char>(((code >> 6) & 0x3f) | 0x80)
    [all...]
  /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/openssh/openbsd-compat/
getopt.c 58 BSDgetopt(nargc, nargv, ostr)
61 const char *ostr;
67 if (ostr == NULL)
83 !(oli = strchr(ostr, BSDoptopt))) {
92 if (BSDopterr && *ostr != ':')
107 if (*ostr == ':')
  /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);
  /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/
qemu_socket.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;
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/postmessage_redir/
nacl.scons 22 for (ostr, thr, delay_us, envar) in [
45 'pm_redir_'+ ostr + '_' + thr + '_' + delay_us + '_test.out',
50 test_args=[('stream', ostr), ('thread', thr), ('delay_us', delay_us)],
56 ('run_pm_redir_' + ostr + '_' + thr +
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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.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...]

Completed in 991 milliseconds

1 2 3