Home
last modified time | relevance | path

Searched refs:write (Results 651 - 675 of 3634) sorted by relevance

1...<<21222324252627282930>>...146

/third_party/node/test/parallel/
H A Dtest-http-server-write-after-end.js13 res.write('hello');
17 res.write('world', common.mustCall((err) => {
H A Dtest-http-server-write-end-after-end.js11 res.write('hello');
19 res.write('world', common.mustCall((err) => {
H A Dtest-net-sync-cork.js20 conn.write(buf);
21 res = conn.write(buf);
H A Dtest-repl-function-definition-edge-case.js20 input.write = input.pause = input.resume = () => {};
27 output.write = (data) => output.accumulator.push(data);
H A Dtest-repl-import-referrer.js25 child.stdin.write('await import(\'./message.mjs\');\n');
26 child.stdin.write('.exit');
/third_party/node/deps/v8/tools/
H A Dupdate-object-macros-undef.py39 outfile.write(HEADER)
44 outfile.write('#undef {}\n'.format(match.group(1)))
/third_party/node/benchmark/http/
H A Dupgrade.js33 socket.write(resData);
45 conn.write(reqData);
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dmemfd_create.c31 int cnt = write(fd, tmpfile, strlen(tmpfile)); in memfd_create_0100()
48 int cnt = write(fd, tmpfile, strlen(tmpfile)); in memfd_create_0200()
/third_party/musl/libc-test/src/functionalext/supplement/temp/
H A Dmkstemp.c31 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkstemp_0100()
53 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkstemp_0200()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H A Dunistd_Exit_test.cpp27 write(pipefd[1], "before exit", sizeof("before exit")); in HWTEST_F()
30 write(pipefd[1], "after exit", sizeof("after exit")); in HWTEST_F()
H A Dunistd_write_test.cpp19 * @tc.desc: checks whether the write function behaves correctly when writing data to a file opened in write-only
20 * mode and when attempting to write data to a file opened in read-only mode.
26 int fd = open("/data/write.txt", O_WRONLY | O_CREAT | O_TRUNC, 0644); in HWTEST_F()
28 EXPECT_EQ(BUF_SIZE, write(fd, buf, BUF_SIZE)); in HWTEST_F()
30 fd = open("/data/write.txt", O_RDONLY); in HWTEST_F()
32 int ret = write(fd, buf, BUF_SIZE); in HWTEST_F()
35 remove("/data/write.txt"); in HWTEST_F()
/third_party/python/Tools/scripts/
H A Dfixps.py27 f.write(line)
28 f.write(rest)
/third_party/protobuf/benchmarks/js/
H A Dbenchmark_suite.js11 process.stdout.write(
17 process.stdout.write(String(event.target) + "\n");
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DBitIOWriter.java39 buf.write(byteBuf); in writeBit()
58 buf.write(byteBuf); in flush()
H A DMagnitudeDependentWriter.java42 buf.write(byteBuf); in writeBit()
63 buf.write(byteBuf); in flush()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingWriter.h36 void write(raw_ostream &OS);
53 void write(raw_ostream &OS);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dcircular_raw_ostream.cpp20 TheStream->write(Ptr, Size); in write_impl()
42 TheStream->write(Banner, std::strlen(Banner)); in flushBufferWithBanner()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dcircular_raw_ostream.cpp19 TheStream->write(Ptr, Size); in write_impl()
41 TheStream->write(Banner, std::strlen(Banner)); in flushBufferWithBanner()
/third_party/skia/third_party/externals/tint/test/
H A Dextract-spvasm.py43 f.write('; Test: ' + test_name + '\n')
45 f.write(l)
/third_party/rust/crates/rustix/tests/io/
H A Deventfd.rs4 use rustix::io::{eventfd, read, write, EventfdFlags}; in test_eventfd()
12 assert_eq!(write(&efd, &u.to_ne_bytes()).unwrap(), size_of::<u64>()); in test_eventfd()
/third_party/skia/bench/
H A DStreamBench.cpp36 stream.write(t3, 3);
37 stream.write(t5, 5);
/third_party/vk-gl-cts/modules/glshared/
H A DglsMemoryStressCase.hpp54 bool write; member
61 MemoryStressCase (tcu::TestContext& testCtx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, bool use, bool useUnusedData, bool clearAfterOOM, const char* name, const char* desc);
/third_party/ffmpeg/tools/
H A Dcws2fws.c74 // write out modified header in main()
76 if (write(fd_out, &buf_in, 8) < 8) { in main()
118 if (write(fd_out, &buf_out, zstream.total_out - last_out) < in main()
141 || write(fd_out, &buf_in, 4) < 4) { in main()
/third_party/googletest/googletest/scripts/
H A Dfuse_gtest_files.py172 output_file.write(line)
209 output_file.write('#include "%s"\n' % (GTEST_H_OUTPUT,))
216 output_file.write(line)
/third_party/icu/icu4c/source/common/unicode/
H A Dbytestriebuilder.h160 virtual void write(StringTrieBuilder &builder) override;
169 virtual int32_t write(int32_t byte) override;
170 int32_t write(const char *b, int32_t length);

Completed in 7 milliseconds

1...<<21222324252627282930>>...146