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

  /external/qemu/
qemu_socket.h 10 int inet_listen(const char *str, char *ostr, int olen,
14 int unix_listen(const char *path, char *ostr, int olen);
qemu-sockets-android.c 42 int inet_listen(const char *str, char *ostr, int olen,
165 if (ostr) {
167 snprintf(ostr, olen, "[%s]:%d%s", uaddr,
170 snprintf(ostr, olen, "%s:%d%s", uaddr,
265 int unix_listen(const char *str, char *ostr, int olen)
296 snprintf(ostr, olen, "%s%s", path, opts ? opts : "");
345 int unix_listen(const char *path, char *ostr, int olen)
qemu-sockets.c 91 int inet_listen(const char *str, char *ostr, int olen,
214 if (ostr) {
216 snprintf(ostr, olen, "[%s]:%d%s", uaddr,
219 snprintf(ostr, olen, "%s:%d%s", uaddr,
319 int unix_listen(const char *str, char *ostr, int olen)
356 snprintf(ostr, olen, "%s%s", un.sun_path, opts ? opts : "");
405 int unix_listen(const char *path, char *ostr, int olen)
  /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/
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 );
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" );
locale_test.cpp 283 ostringstream ostr; local
284 ostr << "combining '" << loc2.name() << "' money facets with '" << loc1.name() << "'";
285 CPPUNIT_MESSAGE( ostr.str().c_str() );
fstream_test.cpp 536 ostringstream ostr; local
537 ostr << in.rdbuf();
538 CPPUNIT_ASSERT( ostr );
540 CPPUNIT_ASSERT( ostr.str() == "0123456789" );
564 ostringstream ostr; local
565 ostr << in.rdbuf();
566 CPPUNIT_ASSERT( ostr );
568 CPPUNIT_ASSERT( ostr.str() == "0123456789" );
codecvt_test.cpp 295 ofstream ostr(fileName);
297 CPPUNIT_ASSERT( ostr.good() );
299 ostr << "0123456789";
301 CPPUNIT_ASSERT( ostr.good() );
string_test.cpp 246 ostringstream ostr;
247 ostr << "Duration: " << duration << endl;
248 CPPUNIT_MESSAGE(ostr.str().c_str());
1277 ostringstream ostr; local
1278 ostr << str;
1279 CPPUNIT_ASSERT( ostr.good() );
1280 CPPUNIT_ASSERT( ostr.str() == str );
    [all...]
  /ndk/sources/android/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 );
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" );
locale_test.cpp 283 ostringstream ostr; local
284 ostr << "combining '" << loc2.name() << "' money facets with '" << loc1.name() << "'";
285 CPPUNIT_MESSAGE( ostr.str().c_str() );
fstream_test.cpp 554 ostringstream ostr; local
555 ostr << in.rdbuf();
556 CPPUNIT_ASSERT( ostr );
558 CPPUNIT_ASSERT( ostr.str() == "0123456789" );
582 ostringstream ostr; local
583 ostr << in.rdbuf();
584 CPPUNIT_ASSERT( ostr );
586 CPPUNIT_ASSERT( ostr.str() == "0123456789" );
codecvt_test.cpp 296 ofstream ostr(fileName);
298 CPPUNIT_ASSERT( ostr.good() );
300 ostr << "0123456789";
302 CPPUNIT_ASSERT( ostr.good() );
string_test.cpp 246 ostringstream ostr;
247 ostr << "Duration: " << duration << endl;
248 CPPUNIT_MESSAGE(ostr.str().c_str());
1277 ostringstream ostr; local
1278 ostr << str;
1279 CPPUNIT_ASSERT( ostr.good() );
1280 CPPUNIT_ASSERT( ostr.str() == str );
    [all...]
  /external/bison/data/
location.cc 124 ** \param ostr the destination output stream
128 operator<< (std::ostream& ostr, const position& pos)
131 ostr << *pos.filename << ':';
132 return ostr << pos.line << '.' << pos.column;
229 ** \param ostr the destination output stream
234 inline std::ostream& operator<< (std::ostream& ostr, const location& loc)
237 ostr << loc.begin;
241 ostr << '-' << last;
243 ostr << '-' << last.line << '.' << last.column;
245 ostr << '-' << last.column
    [all...]
  /external/netperf/
netlib.c 352 getopt(int argc, char **argv, char *ostr)
372 || !(oli = strchr(ostr, optopt))) {
    [all...]

Completed in 1988 milliseconds