Home
last modified time | relevance | path

Searched defs:outf (Results 1 – 23 of 23) sorted by relevance

/external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/
Dassign_t.pass.cpp33 std::ostringstream outf; in main() local
39 std::ostringstream outf; in main() local
45 std::wostringstream outf; in main() local
51 std::wostringstream outf; in main() local
/external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
Dostream_delim.pass.cpp31 std::ostringstream outf; in main() local
36 std::wostringstream outf; in main() local
41 StringStream outf; in main() local
Dostream.pass.cpp30 std::ostringstream outf; in main() local
35 StringStream outf; in main() local
Dcopy.pass.cpp22 std::ostringstream outf; in main() local
/external/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
Dassign_c.pass.cpp24 std::ostringstream outf; in main() local
32 std::wostringstream outf; in main() local
Dderef.pass.cpp23 std::ostringstream outf; in main() local
29 std::wostringstream outf; in main() local
Dincrement.pass.cpp24 std::ostringstream outf; in main() local
32 std::wostringstream outf; in main() local
/external/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/
Dstreambuf.pass.cpp23 std::ostringstream outf; in main() local
28 std::wostringstream outf; in main() local
Dostream.pass.cpp23 std::ostringstream outf; in main() local
28 std::wostringstream outf; in main() local
/external/strace/
Dcount.c126 call_summary_pers(FILE *outf) in call_summary_pers()
191 call_summary(FILE *outf) in call_summary()
Ddefs.h225 FILE *outf; /* Output file for this process */ member
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
Dcopy_file_large.pass.cpp68 std::ofstream outf(file.native(), std::ios_base::app); in TEST_CASE() local
/external/cldr/tools/java/org/unicode/cldr/json/
DLdml2JsonConverter.java499 PrintWriter outf = FileUtilities.openUTF8Writer(outputDir, outFilename); in convertCldrItems() local
681 … PrintWriter outf = FileUtilities.openUTF8Writer(outputDir + "/" + packageName, "package.json"); in writePackageJson() local
717 … PrintWriter outf = FileUtilities.openUTF8Writer(outputDir + "/" + packageName, "bower.json"); in writeBowerJson() local
744 … PrintWriter outf = FileUtilities.openUTF8Writer(outputDir + "/cldr-core", "defaultContent.json"); in writeDefaultContent() local
753 …PrintWriter outf = FileUtilities.openUTF8Writer(outputDir + "/cldr-core", "availableLocales.json"); in writeAvailableLocales() local
762 … PrintWriter outf = FileUtilities.openUTF8Writer(outputDir + "/cldr-core", "scriptMetadata.json"); in writeScriptMetadata() local
/external/u-boot/scripts/dtc/
Ddtc.c176 FILE *outf = NULL; in main() local
/external/dtc/
Ddtc.c178 FILE *outf = NULL; in main() local
/external/icu/icu4c/source/tools/escapesrc/
Descapesrc.cpp380 std::ofstream outf; in convert() local
/external/curl/docs/examples/
Dfopen.c458 FILE *outf; in main() local
/external/u-boot/tools/
Dproftool.c70 static void outf(int level, const char *fmt, ...) in outf() function
/external/python/cpython3/Python/
Dsysmodule.c513 sys_displayhook_unencodable(PyObject *outf, PyObject *o) in sys_displayhook_unencodable()
583 PyObject *outf; in sys_displayhook() local
/external/skia/tests/
DProcessorTest.cpp391 SkPMColor4f inf[3], outf[3]; in legal_modulation() local
/external/python/cpython2/Python/
Dsysmodule.c89 PyObject *outf; in sys_displayhook() local
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c2200 char outf[INOUTF_SZ]; in do_scsi_device_read_write() local
6282 char outf[INOUTF_SZ]; in do_scsi_sgm_read_write() local
7291 char outf[INOUTF_SZ]; in do_scsi_sgp_read_write() local
/external/skia/src/sksl/
DSkSLInterpreter.h673 #define outf(index) out[index].fFloat in Inverse4x4() macro