| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | ucharstriebuilder.h | 161 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 D | tex3d-layout.lua | 13 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 D | test-http-agent-reuse-drained-socket-only.js | 19 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 D | test-net-autoselectfamily-ipv4first.js | 67 socket.write('response-ipv4'); 74 socket.write('response-ipv6'); 104 connection.write('request');
|
| H A D | test-tls-alert-handling.js | 62 client.write('a'); 67 client.write('a', common.mustCall()); 84 client.write('x');
|
| H A D | test-tls-securepair-server.js | 60 pair.cleartext.write('hello\r\n'); 67 pair.cleartext.write(data); 123 client.stdin.write('world\r\n');
|
| H A D | test-tls-set-secure-context.js | 35 firstResponse.write('multi-'); 38 firstResponse.write('success-'); 57 firstResponse.write('request-');
|
| /third_party/node/deps/v8/tools/unittests/ |
| H A D | v8_presubmit_test.py | 38 f.write(file_name) 60 f.write("modification") 77 f.write("modification")
|
| /third_party/node/deps/v8/tools/ |
| H A D | android-run.py | 68 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 D | bytestriebuilder.h | 160 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 D | ucharstriebuilder.h | 161 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 D | tcp-raw-s2c.js | 1 // 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 D | tcp-raw-c2s.js | 1 // 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 D | tcp-raw-pipe.js | 1 // 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 D | offset.js | 62 p.write(input); 63 p.write(input2); 64 p.write(input3);
|
| /third_party/ltp/testcases/kernel/mem/mmapstress/ |
| H A D | mmapstress05.c | 19 * 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 D | fallocate05.c | 12 * - 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 D | genldexp.c | 16 * 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 D | genfmod.c | 16 * 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 D | genpow.c | 16 * 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 D | getpass.py | 93 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 D | BrotliOutputStreamTest.java | 90 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 D | infutil.h | 57 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 D | CodeGenCoverage.cpp | 113 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 D | check-headers-self-sufficient | 71 proc.stdin.write('#include "%s"\n#include "%s"\n' % (header, header)) 89 sys.stdout.write(r) 98 sys.stdout.write('all good :)\n')
|