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

/external/parameter-framework/utility/
H A DUtility.h74 std::ostringstream ostr; local
76 ostr << uiValue;
78 return ostr.str();
/external/openfst/src/include/fst/
H A Dicu.h75 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_cas
[all...]
/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/parameter-framework/parameter/
H A DSubsystemObject.cpp86 std::ostringstream ostr; local
88 ostr << uiValue;
90 return ostr.str();
/external/fio/crc/
H A Dtest.c256 char *ostr, *str = strdup(type); local
261 ostr = str;
272 free(ostr);
/external/openfst/src/include/fst/script/
H A Dfst-class.h56 virtual bool Write(ostream &ostr, const FstWriteOptions &opts) const = 0;
121 virtual bool Write(ostream &ostr, const FstWriteOptions &opts) const { argument
122 return impl_->Write(ostr, opts);
210 virtual bool Write(ostream &ostr, const FstWriteOptions &opts) const { argument
211 return impl_->Write(ostr, opts);
309 virtual bool Write(ostream &ostr, const FstWriteOptions &opts) const { argument
310 return GetImpl()->Write(ostr, opts);
/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/
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 563 milliseconds