Searched refs:ostr (Results 1 - 16 of 16) sorted by relevance

/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/libpcap/Win32/Src/
H A Dgetopt.c57 getopt(nargc, nargv, ostr)
60 const char *ostr;
83 !(oli = strchr(ostr, optopt))) {
92 if (opterr && *ostr != ':')
107 if (*ostr == ':')
/external/tcpdump/win32/Src/
H A Dgetopt.c57 getopt(nargc, nargv, ostr)
60 const char *ostr;
79 !(oli = strchr(ostr, optopt))) {
88 if (opterr && *ostr != ':')
103 if (*ostr == ':')
/external/parameter-framework/utility/
H A DUtility.h74 std::ostringstream ostr; local
76 ostr << uiValue;
78 return ostr.str();
/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/bison/data/
H A Dlocation.cc136 ** \param ostr the destination output stream
141 operator<< (std::basic_ostream<YYChar>& ostr, const position& pos)
144 ostr << *pos.filename << ':';
145 return ostr << pos.line << '.' << pos.column;
274 ** \param ostr the destination output stream
281 operator<< (std::basic_ostream<YYChar>& ostr, const location& loc)
284 ostr << loc.begin;
288 ostr << '-' << last;
290 ostr << '-' << last.line << '.' << last.column;
292 ostr << '
[all...]
/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/parameter-framework/parameter/
H A DSubsystemObject.cpp86 std::ostringstream ostr; local
88 ostr << uiValue;
90 return ostr.str();
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp215 llvm::raw_string_ostream ostr(intermediate);
216 Output yout(ostr);
361 llvm::raw_string_ostream ostr(intermediate);
362 Output yout(ostr);
476 llvm::raw_string_ostream ostr(intermediate);
477 Output yout(ostr);
671 llvm::raw_string_ostream ostr(intermediate);
672 Output yout(ostr);
762 llvm::raw_string_ostream ostr(intermediate);
763 Output yout(ostr);
[all...]
/external/openfst/src/test/
H A Dfst_test.h241 ofstream ostr(aligned.c_str());
245 CHECK(fst.Write(ostr, opts));
260 ofstream ostr(aligned.c_str());
264 CHECK(fst.Write(ostr, opts));
/external/fio/crc/
H A Dtest.c256 char *ostr, *str = strdup(type); local
261 ostr = str;
272 free(ostr);
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java1074 String ostr = formatConfig.getOverrideString();
1075 boolean useFast = ( ostr != null && ostr.length() > 0 );
/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 2543 milliseconds