HomeSort by relevance Sort by last modified time
    Searched refs:outf (Results 1 - 25 of 41) sorted by null

1 2

  /external/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
ostream.pass.cpp 22 std::ostringstream outf; local
23 std::ostream_iterator<int> i(outf);
24 assert(outf.good());
ostream_delem.pass.cpp 23 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());
copy.pass.cpp 22 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/
assign_t.pass.cpp 23 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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
ostream.pass.cpp 22 std::ostringstream outf; local
23 std::ostream_iterator<int> i(outf);
24 assert(outf.good());
ostream_delem.pass.cpp 23 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());
copy.pass.cpp 22 std::ostringstream outf; local
23 std::ostream_iterator<int> i(outf);
25 assert(outf.good());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
assign_t.pass.cpp 23 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.ops/
assign_c.pass.cpp 24 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");
deref.pass.cpp 23 std::ostringstream outf; local
24 std::ostreambuf_iterator<char> i(outf);
29 std::wostringstream outf; local
30 std::ostreambuf_iterator<wchar_t> i(outf);
increment.pass.cpp 24 std::ostringstream outf; local
25 std::ostreambuf_iterator<char> i(outf);
32 std::wostringstream outf; local
33 std::ostreambuf_iterator<wchar_t> i(outf);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
assign_c.pass.cpp 24 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");
deref.pass.cpp 23 std::ostringstream outf; local
24 std::ostreambuf_iterator<char> i(outf);
29 std::wostringstream outf; local
30 std::ostreambuf_iterator<wchar_t> i(outf);
increment.pass.cpp 24 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/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/
ostream.pass.cpp 23 std::ostringstream outf; local
24 std::ostreambuf_iterator<char> i(outf);
28 std::wostringstream outf; local
29 std::ostreambuf_iterator<wchar_t> i(outf);
streambuf.pass.cpp 23 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());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/
ostream.pass.cpp 23 std::ostringstream outf; local
24 std::ostreambuf_iterator<char> i(outf);
28 std::wostringstream outf; local
29 std::ostreambuf_iterator<wchar_t> i(outf);
streambuf.pass.cpp 23 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/zlib/src/contrib/iostream3/
test.cc 13 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/valgrind/main/none/tests/mips32/
fpu_branches.c 44 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/strace/
count.c 157 call_summary_pers(FILE *outf)
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)
242 fprintf(outf,
245 call_summary_pers(outf);
  /external/valgrind/main/none/tests/mips64/
macro_fpu.h 218 float outf = 0; \
232 : "=f" (outf) \
237 instruction, outf, fs_f[i], ft_f[i]); \
266 float outf = 0; \
279 : "=f" (outf) \
284 instruction, outf, fs_f[i], ft_f[i]); \
312 float outf = 0; \
325 : "=f" (outf) \
330 instruction, outf, fs_f[i], ft_f[i]); \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 96 outf = open(outfile, "w")
98 outf.write("#!%s%s\n" %
102 outf.write("#!%s%s\n" %
108 outf.writelines(f.readlines())
109 outf.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 96 outf = open(outfile, "w")
98 outf.write("#!%s%s\n" %
102 outf.write("#!%s%s\n" %
108 outf.writelines(f.readlines())
109 outf.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pipes.py 231 [inf, cmd, kind, outf] = item
233 cmd = 'OUT=' + quote(outf) + '; ' + cmd
238 if kind[1] == '-' and outf:
239 cmd = cmd + ' >' + quote(outf)

Completed in 521 milliseconds

1 2