Searched defs:outf (Results 1 - 17 of 17) sorted by relevance

/external/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
H A Dostream.pass.cpp22 std::ostringstream outf; local
23 std::ostream_iterator<int> i(outf);
24 assert(outf.good());
H A Dostream_delem.pass.cpp23 std::ostringstream outf; local
24 std::ostream_iterator<int> i(outf, ", ");
25 assert(outf.good());
28 std::wostringstream outf; local
29 std::ostream_iterator<double, wchar_t> i(outf, L", ");
30 assert(outf.good());
H A Dcopy.pass.cpp22 std::ostringstream outf; local
23 std::ostream_iterator<int> i(outf);
25 assert(outf.good());
/external/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
H A Dassign_t.pass.cpp23 std::ostringstream outf; local
24 std::ostream_iterator<int> i(outf);
26 assert(outf.str() == "2");
29 std::ostringstream outf; local
30 std::ostream_iterator<int> i(outf, ", ");
32 assert(outf.str() == "2, ");
35 std::wostringstream outf; local
36 std::ostream_iterator<int, wchar_t> i(outf);
38 assert(outf.str() == L"2");
41 std::wostringstream outf; local
[all...]
/external/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/
H A Dostream.pass.cpp23 std::ostringstream outf; local
24 std::ostreambuf_iterator<char> i(outf);
28 std::wostringstream outf; local
29 std::ostreambuf_iterator<wchar_t> i(outf);
H A Dstreambuf.pass.cpp23 std::ostringstream outf; local
24 std::ostreambuf_iterator<char> i(outf.rdbuf());
28 std::wostringstream outf; local
29 std::ostreambuf_iterator<wchar_t> i(outf.rdbuf());
/external/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
H A Dassign_c.pass.cpp24 std::ostringstream outf; local
25 std::ostreambuf_iterator<char> i(outf);
27 assert(outf.str() == "a");
29 assert(outf.str() == "ab");
32 std::wostringstream outf; local
33 std::ostreambuf_iterator<wchar_t> i(outf);
35 assert(outf.str() == L"a");
37 assert(outf.str() == L"ab");
H A Dderef.pass.cpp23 std::ostringstream outf; local
24 std::ostreambuf_iterator<char> i(outf);
29 std::wostringstream outf; local
30 std::ostreambuf_iterator<wchar_t> i(outf);
H A Dincrement.pass.cpp24 std::ostringstream outf; local
25 std::ostreambuf_iterator<char> i(outf);
32 std::wostringstream outf; local
33 std::ostreambuf_iterator<wchar_t> i(outf);
/external/zlib/src/contrib/iostream3/
H A Dtest.cc13 gzofstream outf; local
17 outf.open("test1.txt.gz");
18 outf << "The quick brown fox sidestepped the lazy canine\n"
20 outf.close();
32 outf.rdbuf()->pubsetbuf(0,0);
33 outf.open("test2.txt.gz");
34 outf << setcompression(Z_NO_COMPRESSION)
37 outf.close();
/external/openssl/apps/
H A Denc.c126 char *inf=NULL,*outf=NULL; local
180 outf= *(++argv);
466 if (outf == NULL)
482 if (BIO_write_filename(out,outf) <= 0)
484 perror(outf);
/external/strace/
H A Dcount.c157 call_summary_pers(FILE *outf) argument
168 fprintf(outf, "%6.6s %11.11s %11.11s %9.9s %9.9s %s\n",
171 fprintf(outf, "%6.6s %11.11s %11.11s %9.9s %9.9s %s\n",
211 fprintf(outf, "%6.2f %11.6f %11lu %9u %9.9s %s\n",
220 fprintf(outf, "%6.6s %11.11s %11.11s %9.9s %9.9s %s\n",
225 fprintf(outf, "%6.6s %11.6f %11.11s %9u %9.9s %s\n",
231 call_summary(FILE *outf) argument
242 fprintf(outf,
245 call_summary_pers(outf);
H A Ddefs.h420 FILE *outf; /* Output file for this process */ member in struct:tcb
/external/zlib/src/contrib/blast/
H A Dblast.c424 local int outf(void *how, unsigned char *buf, unsigned len) function
435 ret = blast(inf, stdin, outf, stdout);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 131 milliseconds