Home
last modified time | relevance | path

Searched refs:outf (Results 1 – 25 of 25) sorted by relevance

/external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
Dassign_t.pass.cpp23 std::ostringstream outf; in main() local
24 std::ostream_iterator<int> i(outf); in main()
26 assert(outf.str() == "2"); in main()
29 std::ostringstream outf; in main() local
30 std::ostream_iterator<int> i(outf, ", "); in main()
32 assert(outf.str() == "2, "); in main()
35 std::wostringstream outf; in main() local
36 std::ostream_iterator<int, wchar_t> i(outf); in main()
38 assert(outf.str() == L"2"); in main()
41 std::wostringstream outf; in main() local
[all …]
/external/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
Dassign_c.pass.cpp24 std::ostringstream outf; in main() local
25 std::ostreambuf_iterator<char> i(outf); in main()
27 assert(outf.str() == "a"); in main()
29 assert(outf.str() == "ab"); in main()
32 std::wostringstream outf; in main() local
33 std::ostreambuf_iterator<wchar_t> i(outf); in main()
35 assert(outf.str() == L"a"); in main()
37 assert(outf.str() == L"ab"); in main()
Dderef.pass.cpp23 std::ostringstream outf; in main() local
24 std::ostreambuf_iterator<char> i(outf); in main()
29 std::wostringstream outf; in main() local
30 std::ostreambuf_iterator<wchar_t> i(outf); in main()
Dincrement.pass.cpp24 std::ostringstream outf; in main() local
25 std::ostreambuf_iterator<char> i(outf); in main()
32 std::wostringstream outf; in main() local
33 std::ostreambuf_iterator<wchar_t> i(outf); in main()
/external/zlib/src/contrib/iostream3/
Dtest.cc13 gzofstream outf; in main() local
17 outf.open("test1.txt.gz"); in main()
18 outf << "The quick brown fox sidestepped the lazy canine\n" in main()
20 outf.close(); in main()
32 outf.rdbuf()->pubsetbuf(0,0); in main()
33 outf.open("test2.txt.gz"); in main()
34 outf << setcompression(Z_NO_COMPRESSION) in main()
37 outf.close(); in main()
DREADME4 gzofstream outf("blah.gz");
5 outf << "These go into the gzip file " << 123 << endl;
/external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
Dostream_delem.pass.cpp23 std::ostringstream outf; in main() local
24 std::ostream_iterator<int> i(outf, ", "); in main()
25 assert(outf.good()); in main()
28 std::wostringstream outf; in main() local
29 std::ostream_iterator<double, wchar_t> i(outf, L", "); in main()
30 assert(outf.good()); in main()
Dostream.pass.cpp22 std::ostringstream outf; in main() local
23 std::ostream_iterator<int> i(outf); in main()
24 assert(outf.good()); in main()
Dcopy.pass.cpp22 std::ostringstream outf; in main() local
23 std::ostream_iterator<int> i(outf); in main()
25 assert(outf.good()); in main()
/external/curl/docs/examples/
Dfopen.c452 FILE *outf; in main() local
464 outf=fopen("fgets.test","w+"); in main()
465 if(!outf) { in main()
473 fclose(outf); in main()
479 fwrite(buffer,1,strlen(buffer),outf); in main()
484 fclose(outf); in main()
488 outf=fopen("fread.test","w+"); in main()
489 if(!outf) { in main()
497 fclose(outf); in main()
503 fwrite(buffer,1,nread,outf); in main()
[all …]
/external/valgrind/none/tests/mips32/
Dfpu_branches.c44 float outf = 0; \
56 : "=f" (outf) \
61 instruction, outf, fs_f[i], ft_f[i]); \
88 float outf = 0; \
99 : "=f" (outf) \
104 instruction, outf, fs_f[i], ft_f[i]); \
130 float outf = 0; \
142 : "=f" (outf) \
147 instruction, outf, fs_f[i], ft_f[i]); \
/external/autotest/client/tests/cgroup/
Dcgroup.py135 outf = NamedTemporaryFile('w+', prefix="cgroup_client-",
144 ps = item.test("memfill %d %s" % (mem, outf.name))
155 outf.seek(0)
156 outf.flush()
157 out = outf.readlines()
172 ps = item.test("memfill %d %s" % (mem, outf.name))
187 outf.seek(0)
188 outf.flush()
189 out = outf.readlines()
220 ps = item.test("memfill %d %s" % (mem, outf.name))
[all …]
/external/valgrind/none/tests/mips64/
Dmacro_fpu.h219 float outf = 0; \
233 : "=f" (outf) \
238 instruction, outf, fs_f[i], ft_f[i]); \
267 float outf = 0; \
280 : "=f" (outf) \
285 instruction, outf, fs_f[i], ft_f[i]); \
313 float outf = 0; \
326 : "=f" (outf) \
331 instruction, outf, fs_f[i], ft_f[i]); \
/external/strace/
Dcount.c154 call_summary_pers(FILE *outf) in call_summary_pers() argument
165 fprintf(outf, "%6.6s %11.11s %11.11s %9.9s %9.9s %s\n", in call_summary_pers()
168 fprintf(outf, "%6.6s %11.11s %11.11s %9.9s %9.9s %s\n", in call_summary_pers()
206 fprintf(outf, "%6.2f %11.6f %11lu %9u %9.9s %s\n", in call_summary_pers()
215 fprintf(outf, "%6.6s %11.11s %11.11s %9.9s %9.9s %s\n", in call_summary_pers()
220 fprintf(outf, "%6.6s %11.6f %11.11s %9u %9.9s %s\n", in call_summary_pers()
226 call_summary(FILE *outf) in call_summary() argument
237 fprintf(outf, in call_summary()
240 call_summary_pers(outf); in call_summary()
Dstrace.c565 int n = strace_vfprintf(current_tcp->outf, fmt, args); in tprintf()
567 if (current_tcp->outf != stderr) in tprintf()
583 int n = fputs_unlocked(str, current_tcp->outf); in tprints()
588 if (current_tcp->outf != stderr) in tprints()
598 fflush(current_tcp->outf); in line_ended()
683 tcp->outf = shared_log; /* if not -ff mode, the same file is for all */ in newoutf()
687 tcp->outf = strace_fopen(name); in newoutf()
759 if (tcp->outf) { in droptcb()
762 fprintf(tcp->outf, " <detached ...>\n"); in droptcb()
763 fclose(tcp->outf); in droptcb()
[all …]
Ddefs.h302 FILE *outf; /* Output file for this process */ member
Dsyscall.c877 fflush(tcp->outf); in trace_syscall_entering()
DChangeLog-CVS1448 Reinitialize tcp->outf properly.
4117 * strace.c: close tcp->outf in droptcb()
4651 * strace.c: close outf before we exec a child process
5427 Check if outfname is NULL instead of checking outf for stderr.
5428 Reinitialize each startup TCB's outf to fix -p/-o ordering bug.
5429 (droptcb): Reset close TCB's outf to NULL instead of stderr.
5430 (tprintf): Avoid calling vfprintf if outf is NULL.
/external/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/
Dostream.pass.cpp23 std::ostringstream outf; in main() local
24 std::ostreambuf_iterator<char> i(outf); in main()
28 std::wostringstream outf; in main() local
29 std::ostreambuf_iterator<wchar_t> i(outf); in main()
Dstreambuf.pass.cpp23 std::ostringstream outf; in main() local
24 std::ostreambuf_iterator<char> i(outf.rdbuf()); in main()
28 std::wostringstream outf; in main() local
29 std::ostreambuf_iterator<wchar_t> i(outf.rdbuf()); in main()
/external/autotest/client/site_tests/security_Firewall/
Dsecurity_Firewall.py44 outf = open(os.path.join(self.resultsdir, "%s_rules" % executable), 'w')
46 outf.write(rule + "\n")
48 outf.close()
/external/zlib/src/contrib/blast/
Dblast.c424 local int outf(void *how, unsigned char *buf, unsigned len) in outf() function
435 ret = blast(inf, stdin, outf, stdout); in main()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...