Home
last modified time | relevance | path

Searched refs:write (Results 851 - 875 of 5849) sorted by relevance

1...<<31323334353637383940>>...234

/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dvtzone.h34 * With the <code>VTimeZone</code> instance created from the ID, you can write out the rule
157 void write(UnicodeString& result, UErrorCode& status) const;
167 void write(UDate start, UnicodeString& result, UErrorCode& status) const;
388 void write(VTZWriter& writer, UErrorCode& status) const;
389 void write(UDate start, VTZWriter& writer, UErrorCode& status) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp201 MPWriter.write(Node.getBool()); in writeToBlob()
204 MPWriter.write(Node.getInt()); in writeToBlob()
207 MPWriter.write(Node.getUInt()); in writeToBlob()
210 MPWriter.write(Node.getString()); in writeToBlob()
/third_party/skia/tools/
H A DHashAndEncode.cpp89 st->write(&fSize, sizeof(fSize)); in feedHash()
91 st->write(px, sizeof(*px) * fSize.width() * fSize.height()); in feedHash()
97 st->write(&salt, sizeof(salt)); in feedHash()
124 if (!st->write(ptr, len)) { in encodePNG()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dnweb_spawn_service_test.cpp230 int len = write(socketId, buffer.data(), msgLen); in HWTEST_F()
271 int len = write(socketId, buffer.data(), msgLen - 10); // 10 in HWTEST_F()
301 int len = write(socketId, buffer.data(), msgLen); in HWTEST_F()
344 len = write(socketId, buffer.data() + currIndex, sendStep); in HWTEST_F()
351 len = write(socketId, buffer.data() + currIndex, msgLen - currIndex); in HWTEST_F()
392 int len = write(socketId, buffer1.data(), msgLen1 + msgLen2); in HWTEST_F()
432 int len = write(socketId, buffer1.data(), msgLen1 + msgLen2); in HWTEST_F()
466 int len = write(socketId, buffer.data(), msgLen); in HWTEST_F()
494 int len = write(socketId, buffer.data(), msgLen - 20); // 20 test in HWTEST_F()
/third_party/node/deps/v8/tools/release/
H A Dtest_scripts.py214 f.write(" // Some line...\n")
215 f.write("\n")
216 f.write("#define V8_MAJOR_VERSION %s\n" % major)
217 f.write("#define V8_MINOR_VERSION %s\n" % minor)
218 f.write("#define V8_BUILD_NUMBER %s\n" % build)
219 f.write("#define V8_PATCH_LEVEL %s\n" % patch)
220 f.write(" // Some line...\n")
221 f.write("#define V8_IS_CANDIDATE_VERSION 0\n")
235 f.write(content)
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.py175 sys.stderr.write(stderr)
212 sys.stderr.write(stderr)
411 out.write(name + "\n")
427 out.write("{}\n".format(name))
428 out.write("start,nested\n")
430 out.write("{}\n".format(cause))
431 out.write("end,nested\n")
471 sys.stdout.write(stderr)
491 f.write(output)
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp204 union pipe_query_result *result, bool write, bool wait)
212 if (write)
274 if (write) {
310 union pipe_query_result *result, bool write, bool wait)
316 if (!accumulate_subresult(ctx, q, 0, &local_result, write, wait))
320 if (!accumulate_subresult(ctx, q, 1, &local_result, write, wait))
324 if (!accumulate_subresult(ctx, q, 2, &local_result, write, wait))
329 if (!accumulate_subresult(ctx, q, 0, &local_result, write, wait))
335 return accumulate_subresult(ctx, q, 0, result, write, wait);
/third_party/skia/tools/skqp/src/
H A Dskqp.cpp209 out.write(info.c_str(), info.size()); in print_backend_info()
227 bool success = wStream.isValid() && wStream.write(src->data(), src->size()); in write_to_file()
445 inline void write(SkWStream* wStream, const T& text) { in write() function
446 wStream->write(text.c_str(), text.size()); in write()
472 write(&csvOut, SkStringPrintf("%s\n", str.c_str())); in makeReport()
478 write(&htmOut, SkStringPrintf(" f(%s);\n", str.c_str())); in makeReport()
486 write(&htmOut, SkStringPrintf("<p>gles errors: %d (of %d)</br>\n" in makeReport()
497 write(&unitOut, SkStringPrintf(" FAILED (%zu errors)\n", result.fErrors.size())); in makeReport()
499 write(&unitOut, err); in makeReport()
/third_party/libfuse/test/
H A Dtest_examples.py282 fh.write(b'foobar')
317 fh.write('dummy')
328 fh.write(b'whatever')
436 proc.stdin.write(data)
524 fh.write(b'hello')
626 os.write(fd, b'foo\n')
628 os.write(fd, b'bar\n')
639 os.write(fd, b'foobar\n')
642 os.write(fd, b'com')
653 fh.write(data
[all...]
/third_party/python/Lib/test/test_importlib/source/
H A Dtest_file_loader.py127 file.write("testing_var = 42\n")
148 file.write('+++ bad syntax +++')
165 file.write('=')
178 file.write("# test file for importlib")
202 f.write("x = 5")
246 fp.write(b'state = "old"')
259 fp.write(b'state = "new"')
278 fp.write(b'state = "old"')
291 fp.write(b'state = "new"')
302 fp.write(
[all...]
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
H A Dmain.c87 write(fdout, paychunk, paychunk_len); in pay_cb()
291 write(fdout, sbuf, lec.used); in main()
300 write(fdout, sbuf, lec.used); in main()
354 write(fdout, buf, (size_t)os); in main()
377 write(fdout, buf, (size_t)os); in main()
/third_party/node/deps/v8/third_party/inspector_protocol/
H A Dcheck_protocol_compatibility.py415 sys.stderr.write("%s error: %s\n" % (message, subset[i]))
440 sys.stderr.write("Self-test failed")
450 sys.stderr.write("Usage: %s [--show_changes] <protocol-1> [, <protocol-2>...]\n" % sys.argv[0])
471 sys.stderr.write(" Compatibility checks FAILED\n")
473 sys.stderr.write(" %s\n" % error)
/third_party/node/tools/inspector_protocol/
H A Dcheck_protocol_compatibility.py415 sys.stderr.write("%s error: %s\n" % (message, subset[i]))
440 sys.stderr.write("Self-test failed")
450 sys.stderr.write("Usage: %s [--show_changes] <protocol-1> [, <protocol-2>...]\n" % sys.argv[0])
471 sys.stderr.write(" Compatibility checks FAILED\n")
473 sys.stderr.write(" %s\n" % error)
/third_party/ninja/misc/
H A Dwrite_fake_manifests.py164 f.write('namespace %s { struct %s { %s(); }; }' % (namespace,
168 f.write('#include "%s"\n' % include)
169 f.write('\n')
170 f.write('namespace %s { %s::%s() {} }' % (namespace,
174 f.write('int main(int argc, char **argv) {}\n')
244 help='write sources to directory (relative to output directory)')
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtime-schedule.c18 along with this program; if not, write to the Free Software
195 write(pipe_write_fd, &ch, 1); in main()
226 write(write_fd, &ch, 1); in main()
365 write(pipe_write_fd, &ch, 1); in yielder_main()
369 write(pipe_write_fd, &ch, 1); in yielder_main()
414 write(pipe_write_fd, &ch, 1); in run_low_priority()
/third_party/python/Tools/scripts/
H A Dreindent.py66 sys.stderr.write(" ".join(str(arg) for arg in args))
67 sys.stderr.write("\n")
98 r.write(sys.stdout)
150 r.write(f)
272 def write(self, f): member in Reindenter
/third_party/python/Lib/dbm/
H A Ddumb.py136 f.write(entry)
163 f.write(b'\0'*(npos-pos))
165 f.write(val)
175 f.write(val)
185 f.write("%r, %r\n" % (key.decode("Latin-1"), pos_and_siz_pair))
/third_party/skia/src/utils/
H A DSkParsePath.cpp236 stream->write(buffer, stop - buffer); in write_scalar()
248 stream.write(&cmd, 1); in ToSVGString()
253 stream.write(" ", 1); in ToSVGString()
256 stream.write(" ", 1); in ToSVGString()
291 stream.write("Z", 1); in ToSVGString()
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Dgen_restricted_traces.py223 out_file.write(gni_data)
322 out_file.write(header_data)
329 out_file.write(source_data)
336 out_file.write('\n'.join(sorted(ignores)))
376 f.write(new_deps)
/third_party/skia/third_party/externals/dawn/generator/
H A Dgenerator_lib.py298 f.write(args.output_json_tarball + ": " +
302 sys.stdout.write(";".join(dependencies))
321 sys.stdout.write(";".join([
361 f.write(json.dumps(json_root))
373 outfile.write(output.content)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp211 OS.write('\0'); in emitMagic()
218 OS.write(Version.data(), Version.size()); in emitVersion()
229 OS.write(StrTabSizeBuf.data(), StrTabSizeBuf.size()); in emitStrTab()
239 OS.write(FilenameBuf.data(), FilenameBuf.size()); in emitExternalFile()
240 OS.write('\0'); in emitExternalFile()
/third_party/python/Lib/test/
H A Dtest_file.py30 p.write(b'teststring')
46 self.f.write(b'12')
104 ('write', (b"",)),
109 ('write', (b"",)),
194 f.write(str(s).encode("ascii"))
226 f.write(b'12345678901') # 11 bytes
268 bag.write(filler * nchunks)
/third_party/python/Lib/wsgiref/
H A Dhandlers.py184 self.write(data)
251 return self.write
275 def write(self, data): member in BaseHandler
276 """'write()' callable as specified by PEP 3333"""
279 "write() argument must be a bytes instance"
282 raise AssertionError("write() before start_response()")
407 just separates write and flush operations for greater efficiency
466 result = self.stdout.write(data)
470 warn("SimpleHandler.stdout.write() should not do partial writes",
476 result = self.stdout.write(dat
[all...]
/third_party/skia/buildtools/checkdeps/
H A Dgraphdeps.py246 out.write('digraph DEPS {\n'
248 out.write('\n'.join(nodes))
249 out.write('\n\n')
250 out.write('\n'.join(edges))
251 out.write('\n}\n')
/third_party/rust/crates/nix/test/sys/
H A Dtest_uio.rs47 // Blocking io, should write all data. in test_writev()
49 let written = write_res.expect("couldn't write"); in test_writev()
89 // Blocking io, should write all data. in test_readv()
90 write(writer, &to_write).expect("write failed"); in test_readv()
130 .write(true) in test_pread()
164 .write(true) in test_pwritev()
194 .write(true) in test_preadv()
263 let _ = write(w, b"\0"); in test_process_vm_readv()

Completed in 18 milliseconds

1...<<31323334353637383940>>...234