| /third_party/node/test/parallel/ |
| H A D | test-stream-write-destroy.js | 14 write(data, enc, cb) { 34 w.write('abc', onWrite); 42 // Test 2 cases: There either is or is not data still in the write queue. 43 // (The second write will never actually get executed either way.) 44 w.write('def', onWrite); 51 w.write('ghi', onWrite);
|
| H A D | test-tls-connect-stream-writes.js | 44 write: function write(data, enc, cb) { 45 raw.write(data, enc, cb); 54 socket.write(content);
|
| H A D | test-stream-finished.js | 32 write(data, enc, cb) { 240 write(data, env, cb) { 273 const writable = new Writable({ write() {} }); 292 write(chunk, encoding, callback) { 371 testClosed((opts) => new Writable({ write() {}, ...opts })); 375 write(chunk, encoding, cb) { 388 write(chunk, encoding, cb) { 393 w.write('asd'); 532 response.write('chunk 1'); 533 response.write('chun [all...] |
| /third_party/node/test/pummel/ |
| H A D | test-https-large-response.js | 36 process.stdout.write('build body...'); 38 process.stdout.write('done\n'); 56 process.stdout.write('.'); 65 process.stdout.write('\n');
|
| /third_party/node/deps/v8/tools/ |
| H A D | gen-v8-gn.py | 29 out.write(''' 40 out.write(''' 47 out.write('''// AUTOMATICALLY GENERATED. DO NOT EDIT. 80 f.write(contents)
|
| /third_party/node/benchmark/fs/ |
| H A D | write-stream-throughput.js | 49 f.on('drain', write); 50 f.on('open', write); 64 function write() { 73 while (false !== f.write(chunk, encoding));
|
| /third_party/node/benchmark/tls/ |
| H A D | throughput-c2s.js | 47 conn.on('drain', write); 48 write(); 51 function write() { 52 while (false !== conn.write(chunk, encoding));
|
| /third_party/python/Lib/test/ |
| H A D | test_memoryio.py | 73 self.assertEqual(f.write(t("blah.")), 5) 75 self.assertEqual(f.write(t("Hello.")), 6) 79 self.assertEqual(f.write(t(" world\n\n\n")), 9) 81 self.assertEqual(f.write(t("h")), 1) 94 self.assertRaises(TypeError, memio.write, None) 96 self.assertRaises(ValueError, memio.write, self.buftype("")) 136 memio.write(buf) 331 memio.write(self.EOF) 333 memio.write(buf) 450 self.assertRaises(BufferError, memio.write, [all...] |
| H A D | test_io.py | 94 def write(self, b): member in MockRawIOWithoutRead 165 def write(self, b): member in MisbehavedRawIO 166 return super().write(b) * 2 290 def write(self, b): member in MockNonBlockWriterIO 300 # write data up to the first blocker 326 self.assertEqual(f.write(b"blah."), 5) 331 self.assertEqual(f.write(b"blah."), 5) 333 self.assertEqual(f.write(b"Hello."), 6) 338 self.assertEqual(f.write(buffer), 9) 341 self.assertEqual(f.write( 469 write = self.BufferedIOBase.write global() variable in IOTest.test_optional_abilities.text_reader.UnseekableReader 3414 def write(self, *args, **kwargs): global() member in TextIOWrapperTest.test_bufio_write_through.BufferedWriter 3789 def write(self, data): global() member in CTextIOWrapperTest.test_internal_buffer_size.MockIO [all...] |
| /third_party/skia/gn/ |
| H A D | make_gm_gni.py | 9 o.write('''# Copyright 2016 Google Inc. 20 o.write(' "%s",\n' % path.replace('../gm', '$_gm')) 21 o.write(']\n')
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ci/ |
| H A D | radeonsi-run-tests.py | 296 sys.stdout.write(next(spin)) 298 sys.stdout.write("\b") 300 logfile.write(line) 308 sys.stdout.write(" ... ") 470 suite.write("[[deqp]]\n") 471 suite.write( 476 suite.write( 482 suite.write('baseline = "{}"\n'.format(baseline)) 483 suite.write('skips = ["{}"]\n'.format(skips)) 484 suite.write("deqp_arg [all...] |
| /third_party/node/deps/v8/third_party/test262-harness/src/ |
| H A D | test262.py | 114 os.write(self.fd, str) 166 target.write("--- output --- \n %s" % out) 169 target.write("--- errors --- \n %s" % err) 511 def write(s): function 513 self.logf.write(s + "\n") 517 write("=== Summary ==="); 521 write(" - Ran %i test%s" % MakePlural(count)) 523 write(" - All tests succeeded") 525 write(" - Passed " + PercentFormat(succeeded, count)) 526 write(" [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 66 SampleProfileWriter::write(const StringMap<FunctionSamples> &ProfileMap) { in write() function in SampleProfileWriter 130 std::error_code SampleProfileWriterExtBinaryBase::write( in write() function in SampleProfileWriterExtBinaryBase 200 if (std::error_code EC = ProfSymList->write(*OutputStream)) in writeSections() 214 std::error_code SampleProfileWriterCompactBinary::write( in write() function in SampleProfileWriterCompactBinary 216 if (std::error_code EC = SampleProfileWriter::write(ProfileMap)) in write() 336 Writer.write(FuncOffsetTableStart); in writeFuncOffsetTable() 411 Writer.write(static_cast<uint64_t>(SectionHdrLayout.size())); in allocSecHdrTable() 414 Writer.write(static_cast<uint64_t>(-1)); in allocSecHdrTable() 415 Writer.write(static_cast<uint64_t>(-1)); in allocSecHdrTable() 416 Writer.write(static_cas in allocSecHdrTable() [all...] |
| /test/xts/acts/graphic/vktest/ |
| H A D | genlocal.py | 153 f.write("<?xml version='1.0' encoding='UTF-8'?>\n") 154 f.write("<testsuites name=\"{}\" timestamp=\"{}\" time=\"0.0\" errors=\"0\" disabled=\"0\" failures=\"{}\" tests=\"{}\" ignored=\"0\" unavailable=\"{}\" productinfo=\"{}\">\n".format(suitename, curtime, failcnt, total, unavailablecnt, "{}")) 155 f.write(" <testsuite name=\"{}\" time=\"0.0\" errors=\"0\" disabled=\"0\" failures=\"{}\" ignored=\"0\" tests=\"{}\" message=\"\">\n".format(suitename, failcnt, total)) 163 f.write(" <testcase name=\"{}\" status=\"{}\" time=\"0.0\" classname=\"{}\" result=\"{}\" level=\"1\" message=\"\" />\n".format(recasename, casestate, suitename, caseresult)) 164 f.write(" </testsuite>\n") 165 f.write("</testsuites>\n")
|
| /third_party/libunwind/libunwind/src/x86/ |
| H A D | Ginit.c | 135 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write, in access_mem() argument 138 if (write) in access_mem() 156 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, in access_reg() argument 168 if (write) in access_reg() 187 int write, void *arg) in access_fpreg() 198 if (write) in access_fpreg() 186 access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) access_fpreg() argument
|
| /third_party/libunwind/libunwind/src/mips/ |
| H A D | Ginit.c | 93 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write, in access_mem() argument 96 if (write) in access_mem() 110 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, in access_reg() argument 123 if (write) in access_reg() 142 int write, void *arg) in access_fpreg() 153 if (write) in access_fpreg() 141 access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) access_fpreg() argument
|
| /third_party/libunwind/libunwind/src/ppc64/ |
| H A D | Ginit.c | 135 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write, in access_mem() argument 138 if (write) in access_mem() 153 int write, void *arg) in access_reg() 167 if (write) in access_reg() 186 int write, void *arg) in access_fpreg() 200 if (write) in access_fpreg() 152 access_reg(unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, void *arg) access_reg() argument 185 access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) access_fpreg() argument
|
| /third_party/node/lib/internal/main/ |
| H A D | watch_mode.js | 60 process.stdout.write(`${blue}Completed running ${kCommandStr}${white}\n`); 62 process.stdout.write(`${red}Failed running ${kCommandStr}${white}\n`); 87 process.stdout.write(`${blue}Waiting for graceful termination...${white}\n`); 92 process.stdout.write(`${clear}${green}Gracefully restarted ${kCommandStr}${white}\n`); 105 if (!kPreserveOutput) process.stdout.write(clear); 106 process.stdout.write(`${green}Restarting ${kCommandStr}${white}\n`);
|
| /third_party/node/deps/npm/node_modules/iconv-lite/encodings/ |
| H A D | internal.js | 59 InternalDecoder.prototype.write = function(buf) { 64 return this.decoder.write(buf); 79 InternalEncoder.prototype.write = function(str) { 94 InternalEncoderBase64.prototype.write = function(str) { 114 InternalEncoderCesu8.prototype.write = function(str) { 148 InternalDecoderCesu8.prototype.write = function(buf) {
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_zsa.c | 60 * write is enabled, we need to disable lrz-test, since in update_lrz_stencil() 61 * conceptually stencil test and write happens before depth- in update_lrz_stencil() 71 so->lrz.write = false; in update_lrz_stencil() 78 so->lrz.write = false; in update_lrz_stencil() 115 so->lrz.write = true; in fd6_zsa_state_create() 133 so->lrz.write = false; in fd6_zsa_state_create() 141 so->lrz.write = false; in fd6_zsa_state_create() 189 * write LRZ before seeing if we end up discarding or not in fd6_zsa_state_create() 192 so->lrz.write = false; in fd6_zsa_state_create()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| H A D | json_h_generator.py | 16 regSortFeatures, write) 161 write(copyright, file=self.outFile) 162 write(predefinedCode, file=self.outFile) 164 write(self.printPrototypes(), file=self.outFile) 165 write("void dumpPNextChain(const void* pNext);\n", file=self.outFile) 183 write('\n'.join(contents), file=self.outFile)
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyMCCodeEmitter.cpp | 108 support::endian::write<uint8_t>(OS, MO.getImm(), support::little); in encodeInstruction() 111 support::endian::write<uint16_t>(OS, MO.getImm(), support::little); in encodeInstruction() 114 support::endian::write<uint32_t>(OS, MO.getImm(), support::little); in encodeInstruction() 117 support::endian::write<uint64_t>(OS, MO.getImm(), support::little); in encodeInstruction() 134 support::endian::write<float>(OS, F, support::little); in encodeInstruction() 138 support::endian::write<double>(OS, D, support::little); in encodeInstruction()
|
| /third_party/python/Lib/ |
| H A D | uu.py | 89 out_file.write(('begin %o %s\n' % ((mode & 0o777), name)).encode("ascii")) 92 out_file.write(binascii.b2a_uu(data, backtick=backtick)) 95 out_file.write(b'`\nend\n') 97 out_file.write(b' \nend\n') 143 raise Error(f'Refusing to write to {out_file} due to directory traversal') 168 sys.stderr.write("Warning: %s\n" % v) 169 out_file.write(data)
|
| /third_party/vk-gl-cts/scripts/log/ |
| H A D | log_to_xml.py | 154 out.write("<?xml version=\"1.0\"?>\n") 155 out.write("<?xml-stylesheet href=\"%s\" type=\"text/xsl\"?>\n" % STYLESHEET_FILENAME) 161 out.write(dstDoc.toprettyxml().splitlines()[1]) 162 out.write("\n") 179 out.write("\t" + line + "\n") 190 out.write(line + "\n")
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 229 OS.write((const char *)A.data(), arrayDataSize(A)); in writeArrayData() 299 // Align the start of the section header and write the ELF header. in writeELFHeader() 309 OS.write((const char *)&Header, sizeof(Header)); in writeELFHeader() 424 // in the YAML, we need to write them here. This ensures the file offset in initSectionHeaders() 447 // We do not write any content for special SHN_UNDEF section. in initSectionHeaders() 660 STB.write(OS); in initStrtabSectionHeader() 821 OS.write((const char *)&REntry, sizeof(REntry)); in writeSectionContent() 827 OS.write((const char *)&REntry, sizeof(REntry)); in writeSectionContent() 853 support::endian::write<uintX_t>(OS, E, ELFT::TargetEndianness); in writeSectionContent() 867 support::endian::write<uint32_ in writeSectionContent() [all...] |