Home
last modified time | relevance | path

Searched refs:write (Results 676 - 700 of 3634) sorted by relevance

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

/third_party/icu/icu4c/source/common/unicode/
H A Ducharstriebuilder.h161 virtual void write(StringTrieBuilder &builder) override;
170 virtual int32_t write(int32_t unit) override;
171 int32_t write(const char16_t *s, int32_t length);
/third_party/mesa3d/src/freedreno/decode/scripts/
H A Dtex3d-layout.lua13 io.write("Analyzing Data...\n")
28 return io.write(string.format(fmt, ...))
32 io.write("Parsing " .. name .. "\n")
/third_party/node/test/parallel/
H A Dtest-http-agent-reuse-drained-socket-only.js19 sock.write('HTTP/1.1 200 OK\r\nContent-Length: 0\r\nConnection: Keep-Alive\r\n\r\n');
40 // Make the `req.socket` non drained, i.e. has some data queued to write to
70 req.write(dataLargerThanTCPSendBuf);
76 req.write(dataLargerThanTCPSendBuf);
H A Dtest-net-autoselectfamily-ipv4first.js67 socket.write('response-ipv4');
74 socket.write('response-ipv6');
104 connection.write('request');
H A Dtest-tls-alert-handling.js62 client.write('a');
67 client.write('a', common.mustCall());
84 client.write('x');
H A Dtest-tls-securepair-server.js60 pair.cleartext.write('hello\r\n');
67 pair.cleartext.write(data);
123 client.stdin.write('world\r\n');
H A Dtest-tls-set-secure-context.js35 firstResponse.write('multi-');
38 firstResponse.write('success-');
57 firstResponse.write('request-');
/third_party/node/deps/v8/tools/unittests/
H A Dv8_presubmit_test.py38 f.write(file_name)
60 f.write("modification")
77 f.write("modification")
/third_party/node/deps/v8/tools/
H A Dandroid-run.py68 sys.stdout.write(output)
69 sys.stderr.write(errors)
85 tmp_file.write(data)
/third_party/node/deps/icu-small/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);
H A Ducharstriebuilder.h161 virtual void write(StringTrieBuilder &builder) override;
170 virtual int32_t write(int32_t unit) override;
171 int32_t write(const char16_t *s, int32_t length);
/third_party/node/benchmark/net/
H A Dtcp-raw-s2c.js1 // In this benchmark, we connect a client to the server, and write
60 write();
62 function write() { function
80 fail(err, 'write');
90 fail(status, 'write');
93 write();
H A Dtcp-raw-c2s.js1 // In this benchmark, we connect a client to the server, and write
102 write();
105 function write() {
122 fail(err, 'write');
127 fail(err, 'write');
130 write();
H A Dtcp-raw-pipe.js1 // In this benchmark, we connect a client to the server, and write
58 fail(err, 'write');
62 fail(err, 'write');
116 write();
119 function write() { function
136 fail(err, 'write');
141 fail(err, 'write');
144 write();
/third_party/node/deps/npm/node_modules/jsonparse/test/
H A Doffset.js62 p.write(input);
63 p.write(input2);
64 p.write(input3);
/third_party/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress05.c19 * along with this program; if not, write to the Free Software
155 if (write(fd, buf, pagesize) != pagesize) { in main()
156 CERROR("couldn't write page case 1"); in main()
163 if (write(fd, buf, pagesize) != pagesize) { in main()
164 CERROR("couldn't write page case 2"); in main()
171 if (write(fd, buf, pagesize) != pagesize) { in main()
172 CERROR("couldn't write page case 3"); in main()
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate05.c12 * - write() into the preallocated space
14 * - write() into the extra allocated space
16 * - write() to the end of file to check that some blocks were freed
73 TEST(write(fd, buf, bufsize)); in run()
76 tst_res(TFAIL | TTERRNO, "write() failed unexpectedly"); in run()
78 tst_res(TFAIL, "Short write(): %ld bytes (expected %zu)", in run()
81 tst_res(TPASS, "write() wrote %ld bytes", TST_RET); in run()
106 TEST(write(fd, buf, MIN(bufsize, tmp))); in run()
109 tst_res(TFAIL | TTERRNO, "write() failed unexpectedly"); in run()
132 TEST(write(f in run()
[all...]
/third_party/ltp/testcases/misc/math/float/exp_log/
H A Dgenldexp.c16 * along with this program; if not, write to the Free Software
87 write(fp, &tabR[i], sizeof(double)); in create_Result_file()
130 write(fp, &tabDD[i], sizeof(double)); in create_Data_file()
131 write(fpi, &tabDI[i], sizeof(int)); in create_Data_file()
/third_party/ltp/testcases/misc/math/float/power/
H A Dgenfmod.c16 * along with this program; if not, write to the Free Software
82 write(fp, &tabR[i], sizeof(double)); in create_Result_file()
118 write(fp, &tabD[i], sizeof(double)); in create_Data_file()
119 write(fp1, &tabD1[i], sizeof(double)); in create_Data_file()
H A Dgenpow.c16 * along with this program; if not, write to the Free Software
73 write(fp, &tabR[i], sizeof(double)); in create_Result_file()
110 write(fp, &tabD[i], sizeof(double)); in create_Data_file()
111 write(fp2, &tabD_pow[i], sizeof(double)); in create_Data_file()
/third_party/python/Lib/
H A Dgetpass.py93 stream.write('\n')
138 stream.write(prompt)
143 stream.write(prompt)
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DBrotliOutputStreamTest.java90 encoder.write(original); in run()
95 encoder.write(original, offset, Math.min(CHUNK_SIZE, original.length - offset)); in run()
101 encoder.write(singleByte); in run()
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinfutil.h57 Bytef *write; /* window write pointer */ member
68 #define UPDOUT {s->write=q;}
79 #define LOADOUT {q=s->write;m=(uInt)WAVAIL;}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCodeGenCoverage.cpp113 CoverageFile->os().write((const char *)&Zero, sizeof(unsigned char)); in emit()
115 CoverageFile->os().write((const char *)&I, sizeof(uint64_t)); in emit()
116 CoverageFile->os().write((const char *)&InvZero, sizeof(uint64_t)); in emit()
/third_party/skia/tools/
H A Dcheck-headers-self-sufficient71 proc.stdin.write('#include "%s"\n#include "%s"\n' % (header, header))
89 sys.stdout.write(r)
98 sys.stdout.write('all good :)\n')

Completed in 8 milliseconds

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