Home
last modified time | relevance | path

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

12345678910>>...268

/third_party/node/test/parallel/
Dtest-stream-writable-destroy.js8 const write = new Writable({ constant
9 write(chunk, enc, cb) { cb(); } method
12 write.on('finish', common.mustNotCall());
13 write.on('close', common.mustCall());
15 write.destroy();
16 assert.strictEqual(write.destroyed, true);
20 const write = new Writable({ constant
21 write(chunk, enc, cb) { method
27 write.on('error', common.mustCall());
28 write.on('finish', common.mustNotCall());
[all …]
/third_party/curl/packages/vms/
Dconfig_h.com88 $ write sys$output "Found existing custom file ''file'."
91 $ write sys$output "Creating new sys$disk:[]config_vms.h for you."
162 $ write sys$output "Can not find sys$disk:config.h.in"
165 $ write/symbol sys$output line_out
168 $ write sys$output "Also looked in PRJ_INCLUDE: for these files."
171 $ write tf ""
172 $ write tf -
174 $ write tf -
176 $ write tf -
180 $ write tf -
[all …]
Dgenerate_config_vms_h_curl.com116 $ write sys$output "NOTICE: A LIBIDN port has been detected."
117 $ write sys$output " This port of curl for VMS has not been tested with it."
124 $ write sys$output " LIBIDN support is not enabled."
125 $ write sys$output "Run with the ""libidn"" parameter to attempt to use."
127 $ write sys$output " Untested LIBIDN support requested."
135 $ write sys$output "NOTICE: A LIBSSH2 port has been detected."
136 $ write sys$output " This port of curl for VMS has not been tested with it."
143 $ write sys$output " LIBSSH2 support is not enabled."
144 $ write sys$output "Run with the ""libssh2"" parameter to attempt to use."
146 $ write sys$output " Untested LIBSSH2 support requested."
[all …]
/third_party/skia/third_party/externals/freetype/src/tools/
Dglnames.py4922 write = file.write
4923 write( "#ifndef DEFINE_PS_TABLES_DATA\n" )
4924 write( "#ifdef __cplusplus\n" )
4925 write( ' extern "C"\n' )
4926 write( "#else\n" )
4927 write( " extern\n" )
4928 write( "#endif\n" )
4929 write( "#endif\n" )
4930 write( " const char " + self.master_table +
4932 write( "#ifdef DEFINE_PS_TABLES_DATA\n" )
[all …]
/third_party/freetype/src/tools/
Dglnames.py4922 write = file.write
4923 write( "#ifndef DEFINE_PS_TABLES_DATA\n" )
4924 write( "#ifdef __cplusplus\n" )
4925 write( ' extern "C"\n' )
4926 write( "#else\n" )
4927 write( " extern\n" )
4928 write( "#endif\n" )
4929 write( "#endif\n" )
4930 write( " const char " + self.master_table +
4932 write( "#ifdef DEFINE_PS_TABLES_DATA\n" )
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/tools/
Dglnames.py4922 write = file.write
4923 write( "#ifndef DEFINE_PS_TABLES_DATA\n" )
4924 write( "#ifdef __cplusplus\n" )
4925 write( ' extern "C"\n' )
4926 write( "#else\n" )
4927 write( " extern\n" )
4928 write( "#endif\n" )
4929 write( "#endif\n" )
4930 write( " const char " + self.master_table +
4932 write( "#ifdef DEFINE_PS_TABLES_DATA\n" )
[all …]
/third_party/glib/gio/gdbus-2.0/codegen/
Dcodegen.py99 self.outfile.write(LICENSE_STR.format(config.VERSION, basenames))
100 self.outfile.write("\n")
103 self.outfile.write("#pragma once\n")
105 self.outfile.write("#ifndef __{!s}__\n".format(self.header_guard))
106 self.outfile.write("#define __{!s}__\n".format(self.header_guard))
109 self.outfile.write("\n")
110 self.outfile.write('#include "%s"\n' % self.symbol_decorator_header)
112 self.outfile.write("\n")
113 self.outfile.write("#include <gio/gio.h>\n")
114 self.outfile.write("\n")
[all …]
Dcodegen_docbook.py62 self.out.write(
73 self.out.write("%s%*s (" % (m.name, max_method_len - len(m.name), ""))
77 self.out.write(",\n%*s" % (max_method_len + 2, ""))
78 self.out.write(
85 self.out.write(",\n%*s" % (max_method_len + 2, ""))
86 self.out.write(
91 self.out.write(");\n")
111 self.out.write(
122 self.out.write("%s%*s (" % (s.name, max_signal_len - len(s.name), ""))
126 self.out.write(",\n%*s" % (max_signal_len + 2, ""))
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackWriter.cpp23 void Writer::writeNil() { EW.write(FirstByte::Nil); } in writeNil()
25 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } in write() function in Writer
27 void Writer::write(int64_t i) { in write() function in Writer
29 write(static_cast<uint64_t>(i)); in write()
34 EW.write(static_cast<int8_t>(i)); in write()
39 EW.write(FirstByte::Int8); in write()
40 EW.write(static_cast<int8_t>(i)); in write()
45 EW.write(FirstByte::Int16); in write()
46 EW.write(static_cast<int16_t>(i)); in write()
51 EW.write(FirstByte::Int32); in write()
[all …]
/third_party/openh264/build/
Dmktargets.py27 f.write("%s: %s\n"%(dst, src))
28 …f.write('\t$(QUIET_CXX)$(CXX) $(CFLAGS) $(CXXFLAGS) $(INCLUDES) $(' + PREFIX + '_CFLAGS) $(' + PRE…
29 f.write("\n")
35 f.write("%s: %s\n"%(dst, src))
36 …f.write('\t$(QUIET_CC)$(CC) $(CFLAGS) $(INCLUDES) $(' + PREFIX + '_CFLAGS) $(' + PREFIX + '_INCLUD…
37 f.write("\n")
43 f.write("%s: %s\n"%(dst, src))
44 …f.write('\t$(QUIET_ASM)$(ASM) $(ASMFLAGS) $(ASM_INCLUDES) $(' + PREFIX + '_ASMFLAGS) $(' + PREFIX …
45 f.write("\n")
51 f.write("%s: %s\n"%(dst, src))
[all …]
/third_party/boost/tools/build/test/
Dproject_glob.py16 t.write("jamroot.jam", "")
17 t.write("d1/a.cpp", "int main() {}\n")
18 t.write("d1/jamfile.jam", "exe a : [ glob *.cpp ] ../d2/d//l ;")
19 t.write("d2/d/l.cpp", """\
25 t.write("d2/d/jamfile.jam", "lib l : [ glob *.cpp ] ;")
26 t.write("d3/d/jamfile.jam", "exe a : [ glob ../*.cpp ] ;")
27 t.write("d3/a.cpp", "int main() {}\n")
50 t.write("jamroot.jam", "")
51 t.write("d1/a.cpp", "very bad non-compilable file\n")
52 t.write("d1/src/a.cpp", "int main() {}\n")
[all …]
Dtesting.py16 t.write("pass.cpp", "int main() {}\n")
17 t.write("fail-compile.cpp", "#error expected to fail\n")
18 t.write("fail-link.cpp", "int f();\nint main() { return f(); }\n")
19 t.write("fail-run.cpp", "int main() { return 1; }\n")
21 t.write("Jamroot.jam", """import testing ;
52 t.write("pass.cpp", "int main() {}\n")
53 t.write("fail-compile.cpp", "#error expected to fail\n")
54 t.write("fail-link.cpp", "int f();\nint main() { return f(); }\n")
55 t.write("fail-run.cpp", "int main() { return 1; }\n")
57 t.write("Jamroot.jam", """import testing ;
[all …]
Duse_requirements.py15 t.write("jamroot.jam", "")
19 t.write("jamfile.jam", """\
26 t.write("b.cpp", """\
34 t.write("c.cpp", """\
42 t.write("a.cpp", """\
60 t.write("jamfile.jam", """\
66 t.write("b.cpp", """\
74 t.write("a.cpp", """\
85 t.write("jamfile.jam", "exe a : a.cpp lib//b ;")
87 t.write("lib/jamfile.jam", """\
[all …]
Dstage.py14 t.write("jamroot.jam", "")
15 t.write("jamfile.jam", """\
19 t.write("a.cpp", """\
26 t.write("a.h", "")
27 t.write("auxilliary/1", "")
34 t.write("jamfile.jam", """\
45 t.write("jamfile.jam", """\
60 t.write("jamroot.jam", "path-constant DIST : dist ;")
61 t.write("jamfile.jam", "build-project d ;")
62 t.write("d/jamfile.jam", """\
[all …]
Drescan_header.py12 t.write("test.cpp", '#include "header1.h"\n')
14 t.write("header1.h", """\
21 t.write("header2.h", """\
29 t.write("header3.in", "/* empty file */\n")
31 t.write("jamroot.jam", """\
45 t.write("test.cpp", '#include "header1.h"\n')
47 t.write("header1.in", """\
54 t.write("header2.in", """\
61 t.write("header3.in", "/* empty file */\n")
63 t.write("jamroot.jam", """\
[all …]
/third_party/skia/gn/
Dgn_to_cmake.py62 out.write('set("')
63 out.write(CMakeStringEscape(variable_name))
64 out.write('" "')
65 out.write(CMakeStringEscape(value))
66 out.write('")\n')
75 out.write('list(APPEND "')
76 out.write(CMakeStringEscape(variable_name))
77 out.write('"\n "')
78 out.write('"\n "'.join([CMakeStringEscape(value) for value in values]))
79 out.write('")\n')
[all …]
/third_party/flutter/skia/gn/
Dgn_to_cmake.py62 out.write('set("')
63 out.write(CMakeStringEscape(variable_name))
64 out.write('" "')
65 out.write(CMakeStringEscape(value))
66 out.write('")\n')
75 out.write('list(APPEND "')
76 out.write(CMakeStringEscape(variable_name))
77 out.write('"\n "')
78 out.write('"\n "'.join([CMakeStringEscape(value) for value in values]))
79 out.write('")\n')
[all …]
/third_party/grpc/tools/release/
Drelease_notes.py182 file.write(content_header.format(version=version, date=date))
183 file.write("PRs with missing release notes label - please fix in Github\n")
184 file.write("---\n")
185 file.write("\n")
188 file.write("\n".join(langs_pr["nolabel"]))
190 file.write("- None")
191 file.write("\n")
192 file.write("\n")
193 file.write("PRs with missing lang label - please fix in Github\n")
194 file.write("---\n")
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dcmake.py144 output.write('set_source_files_properties(')
145 output.write(source_name)
146 output.write(' PROPERTIES ')
147 output.write(property_name)
148 output.write(' "')
150 output.write(CMakeStringEscape(value))
151 output.write(sep)
152 output.write('")\n')
157 output.write('set_source_files_properties(')
159 output.write(' PROPERTIES ')
[all …]
/third_party/node/tools/gyp/pylib/gyp/generator/
Dcmake.py152 output.write("set_source_files_properties(")
153 output.write(source_name)
154 output.write(" PROPERTIES ")
155 output.write(property_name)
156 output.write(' "')
158 output.write(CMakeStringEscape(value))
159 output.write(sep)
160 output.write('")\n')
165 output.write("set_source_files_properties(")
167 output.write(" PROPERTIES ")
[all …]
/third_party/flutter/skia/src/sksl/
DSkSLMetalCodeGenerator.cpp37 void MetalCodeGenerator::write(const char* s) { in write() function in SkSL::MetalCodeGenerator
51 this->write(s); in writeLine()
56 void MetalCodeGenerator::write(const String& s) { in write() function in SkSL::MetalCodeGenerator
57 this->write(s.c_str()); in write()
78 this->write(type.name()); in writeType()
87 this->write("}"); in writeType()
91 this->write(to_string(type.columns())); in writeType()
95 this->write(to_string(type.columns())); in writeType()
96 this->write("x"); in writeType()
97 this->write(to_string(type.rows())); in writeType()
[all …]
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp67 void MetalCodeGenerator::write(skstd::string_view s) { in write() function in SkSL::MetalCodeGenerator
81 this->write(s); in writeLine()
128 this->write(this->typeName(type)); in writeType()
215 this->write(" "); in getOutParamHelper()
216 this->write(name); in getOutParamHelper()
217 this->write("("); in getOutParamHelper()
229 this->write(separator); in getOutParamHelper()
239 this->write("&"); in getOutParamHelper()
244 this->write(" "); in getOutParamHelper()
250 this->write(" _var"); in getOutParamHelper()
[all …]
/third_party/skia/third_party/externals/tint/src/diagnostic/
Dprinter_test.cc41 printer->write("Default", Style{Color::kDefault, false}); in TEST_F()
42 printer->write("Black", Style{Color::kBlack, false}); in TEST_F()
43 printer->write("Red", Style{Color::kRed, false}); in TEST_F()
44 printer->write("Green", Style{Color::kGreen, false}); in TEST_F()
45 printer->write("Yellow", Style{Color::kYellow, false}); in TEST_F()
46 printer->write("Blue", Style{Color::kBlue, false}); in TEST_F()
47 printer->write("Magenta", Style{Color::kMagenta, false}); in TEST_F()
48 printer->write("Cyan", Style{Color::kCyan, false}); in TEST_F()
49 printer->write("White", Style{Color::kWhite, false}); in TEST_F()
55 printer->write("Default", Style{Color::kDefault, true}); in TEST_F()
[all …]
/third_party/protobuf/python/google/protobuf/internal/
Dencoder.py376 def EncodeVarint(write, value, unused_deterministic=None): argument
380 write(local_int2byte(0x80|bits))
383 return write(local_int2byte(bits))
393 def EncodeSignedVarint(write, value, unused_deterministic=None): argument
399 write(local_int2byte(0x80|bits))
402 return write(local_int2byte(bits))
446 def EncodePackedField(write, value, deterministic): argument
447 write(tag_bytes)
451 local_EncodeVarint(write, size, deterministic)
453 encode_value(write, element, deterministic)
[all …]
/third_party/libxml2/python/
Dgenerator.py455 include.write("#if %s\n" % cond)
456 export.write("#if %s\n" % cond)
457 output.write("#if %s\n" % cond)
459 include.write("PyObject * ")
460 include.write("libxml_%s(PyObject *self, PyObject *args);\n" % (name))
462 export.write(" { (char *)\"%s\", libxml_%s, METH_VARARGS, NULL },\n" %
468 include.write("#endif\n")
469 export.write("#endif\n")
470 output.write("#endif\n")
475 include.write("#endif\n")
[all …]

12345678910>>...268