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

/external/c-ares/
H A Dares_getopt.c66 ares_getopt(int nargc, char * const nargv[], const char *ostr) argument
84 (oli = strchr(ostr, optopt)) == NULL) {
93 if (opterr && *ostr != ':')
108 if (*ostr == ':')
/external/bison/examples/calc++/
H A Dlocation.hh154 ** \param ostr the destination output stream
161 operator<< (std::basic_ostream<YYChar>& ostr, const location& loc) argument
164 ostr << loc.begin;
168 ostr << '-' << last;
170 ostr << '-' << last.line << '.' << last.column;
172 ostr << '-' << last.column;
173 return ostr;
H A Dposition.hh156 ** \param ostr the destination output stream
161 operator<< (std::basic_ostream<YYChar>& ostr, const position& pos) argument
164 ostr << *pos.filename << ':';
165 return ostr << pos.line << '.' << pos.column;
/external/libchrome/base/
H A Dlogging_unittest.cc292 std::ostringstream ostr; local
293 ostr << wstr;
294 EXPECT_EQ("Hello World", ostr.str());
/external/fio/crc/
H A Dtest.c256 char *ostr, *str = strdup(type); local
261 ostr = str;
272 free(ostr);
/external/opencv3/modules/ts/src/
H A Dcuda_test.cpp229 std::ostringstream ostr; local
230 ostr << "(";
234 ostr << static_cast<OutT>(m.at<T>(p.y, p.x * cn));
237 ostr << ", " << static_cast<OutT>(m.at<T>(p.y, p.x * cn + c));
239 ostr << ")";
241 return ostr.str();
/external/fio/
H A Dinit.c1876 char *ostr = cmd_optstr; local
1881 ostr[c++] = l_opts[i].val;
1883 ostr[c++] = ':';
1885 ostr[c++] = ':';
1886 ostr[c++] = ':';
1890 ostr[c] = '\0';
1943 char *ostr = cmd_optstr; local
1954 while ((c = getopt_long_only(argc, argv, ostr, l_opts, &lidx)) != -1) {
/external/netperf/src/
H A Dnetlib.c366 getopt(int argc, char **argv, char *ostr)
386 || !(oli = strchr(ostr, optopt))) {
363 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 ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...

Completed in 275 milliseconds