Home
last modified time | relevance | path

Searched refs:to_file (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/filesystem/example/
Dmbcopy.cpp38 fs::ofstream to_file( to, std::ios_base::out | std::ios_base::binary ); in copy_file() local
39 if ( !to_file ) { std::cout << "output open failed\n"; return; } in copy_file()
44 to_file.put(c); in copy_file()
45 if ( to_file.fail() ) { std::cout << "write error\n"; return; } in copy_file()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_knobs.py51 MakoTemplateWriter.to_file(
59 MakoTemplateWriter.to_file(
Dgen_backends.py121 MakoTemplateWriter.to_file(
132 MakoTemplateWriter.to_file(
145 MakoTemplateWriter.to_file(
Dgen_llvm_ir_macros.py228 MakoTemplateWriter.to_file(
273 MakoTemplateWriter.to_file(
302 MakoTemplateWriter.to_file(
Dgen_common.py187 def to_file(template_filename, output_filename, **kwargs): member in MakoTemplateWriter
Dgen_archrast.py314 MakoTemplateWriter.to_file(template_file, output_fullpath,
Dgen_llvm_types.py311 MakoTemplateWriter.to_file(
/third_party/grpc/src/compiler/
Dnode_generator.cc87 const std::string& to_file) { in GetRelativePath() argument
88 return GetRootPath(from_file, to_file) + to_file; in GetRelativePath()
/third_party/node/tools/gyp/pylib/gyp/
Dinput.py2202 def MakePathRelative(to_file, fro_file, item): argument
2220 if to_file == fro_file or exception_re.match(item):
2229 os.path.dirname(fro_file), os.path.dirname(to_file)
2239 def MergeLists(to, fro, to_file, fro_file, is_paths=False, append=True): argument
2261 to_item = MakePathRelative(to_file, fro_file, item)
2275 MergeDicts(to_item, item, to_file, fro_file)
2283 MergeLists(to_item, item, to_file, fro_file)
2313 def MergeDicts(to, fro, to_file, fro_file): argument
2342 to[k] = MakePathRelative(to_file, fro_file, v)
2349 MergeDicts(to[k], v, to_file, fro_file)
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dinput.py2013 def MakePathRelative(to_file, fro_file, item): argument
2031 if to_file == fro_file or exception_re.match(item):
2039 os.path.dirname(to_file)),
2045 def MergeLists(to, fro, to_file, fro_file, is_paths=False, append=True): argument
2066 to_item = MakePathRelative(to_file, fro_file, item)
2080 MergeDicts(to_item, item, to_file, fro_file)
2088 MergeLists(to_item, item, to_file, fro_file)
2117 def MergeDicts(to, fro, to_file, fro_file): argument
2142 to[k] = MakePathRelative(to_file, fro_file, v)
2149 MergeDicts(to[k], v, to_file, fro_file)
[all …]
/third_party/unity/auto/
Dunity_to_junit.py100 TestSuite.to_file(f, ts, prettyprint='True', encoding='utf-8')
/third_party/cJSON/tests/unity/auto/
Dunity_to_junit.py100 TestSuite.to_file(f, ts, prettyprint='True', encoding='utf-8')