Searched defs:ostr (Results 1 - 14 of 14) sorted by relevance

/external/openssl/crypto/asn1/
H A Dasn_moid.c115 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/
H A Dlocale_test.cpp283 ostringstream ostr; local
284 ostr << "combining '" << loc2.name() << "' money facets with '" << loc1.name() << "'";
285 CPPUNIT_MESSAGE( ostr.str().c_str() );
H A Drope_test.cpp64 ostringstream ostr; local
65 ostr << rstr;
67 CPPUNIT_ASSERT( ostr );
68 CPPUNIT_ASSERT( ostr.str() == cstr );
H A Dtime_facets_test.cpp33 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
[all...]
H A Dsstream_test.cpp349 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" );
H A Dmoney_facets_test.cpp65 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
285 ostringstream ostr; local
[all...]
H A Dnum_put_get_test.cpp68 static string reset_stream(ostringstream &ostr) argument
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
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...]
H A Dfstream_test.cpp536 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" );
H A Dstring_test.cpp246 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 );
/external/qemu/
H A Dqemu-sockets-android.c443 int inet_listen(const char *str, char *ostr, int olen, argument
453 if (sock != -1 && ostr) {
456 snprintf(ostr, olen, "[%s]:%s%s",
461 snprintf(ostr, olen, "%s:%s%s",
555 int unix_listen(const char *str, char *ostr, int olen) argument
578 if (sock != -1 && ostr)
579 snprintf(ostr, olen, "%s%s", qemu_opt_get(opts, "path"), optstr ? optstr : "");
610 int unix_listen(const char *path, char *ostr, int olen) argument
H A Dqemu-sockets.c498 int inet_listen(const char *str, char *ostr, int olen, argument
508 if (sock != -1 && ostr) {
511 snprintf(ostr, olen, "[%s]:%s%s",
516 snprintf(ostr, olen, "%s:%s%s",
622 int unix_listen(const char *str, char *ostr, int olen) argument
645 if (sock != -1 && ostr)
646 snprintf(ostr, olen, "%s%s", qemu_opt_get(opts, "path"), optstr ? optstr : "");
679 int unix_listen(const char *path, char *ostr, int olen) argument
/external/linux-tools-perf/util/
H A Dparse-events.c836 const char *ostr; local
839 ostr = str;
855 evsel->name = calloc(str - ostr + 1, 1);
858 strncpy(evsel->name, ostr, str - ostr);
/external/netperf/
H A Dnetlib.c352 getopt(int argc, char **argv, char *ostr)
372 || !(oli = strchr(ostr, optopt))) {
349 getopt(int argc, char **argv, char *ostr) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 110 milliseconds