| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinterInlineAsm.cpp | 189 OS.write(LastEmitted, LiteralEnd-LastEmitted); in EmitMSInlineAsmStr() 331 OS.write(LastEmitted, LiteralEnd-LastEmitted); in EmitGCCInlineAsmStr()
|
| /third_party/skia/src/core/ |
| H A D | SkICC.cpp | 68 // We will write a profile with the minimum nine required tags. 302 md5.write(&toXYZD50, sizeof(toXYZD50)); in get_color_profile_tag() 304 md5.write(&fn, sizeof(fn)); in get_color_profile_tag()
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
| H A D | LzcompCompress.java | 65 private void write(byte[] dataIn) { in write() method in LzcompCompress 413 compressor.write(dataIn); in compress()
|
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| H A D | reslist.h | 78 void write(const char *outputDir, const char *outputPkg, 125 /* write a java resource file */ 130 /* write a xml resource file */ 203 * The preWrite() and write() functions start and end at the same 205 * Prewriting allows bundle.write() to determine the root resource item word, 216 void write(UNewDataMemory *mem, uint32_t *byteOffset);
|
| /third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
| H A D | restricted_trace_gold_tests.py | 516 out_file.write(json.dumps(results, indent=2)) 520 out_file.write(json.dumps({}))
|
| /third_party/skia/third_party/externals/freetype/src/gzip/ |
| H A D | infblock.c | 81 s->read = s->write = s->window; in inflate_blocks_reset() 129 Bytef *q; /* output window write pointer */ in inflate_blocks() 360 if (s->read != s->write) in inflate_blocks()
|
| /third_party/python/Lib/test/ |
| H A D | test_string_literals.py | 281 f.write(TEMPLATE % encoding) 282 f.write(extra)
|
| H A D | test_dbm_dumb.py | 148 file.write(data) 237 stream.write("str(print('Hacked!')), 0\n") 282 f.close() # don't write
|
| H A D | test_telnetlib.py | 296 '''The only thing that write does is replace each tl.IAC for 307 telnet.write(data) 377 telnet.write(b'xxx')
|
| /third_party/python/Lib/ |
| H A D | webbrowser.py | 668 osapipe.write(script) 705 osapipe.write(script)
|
| H A D | base64.py | 521 output.write(line) 531 output.write(s)
|
| /third_party/python/Lib/email/ |
| H A D | feedparser.py | 104 self._partial.write(data) 120 self._partial.write(parts.pop())
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
| H A D | wasm-runtime.cpp | 314 return trace(write(Fd, WASM_REF(char *, Buffer), Length)); in env$$__syscall4() 417 int Curr = write(Fd, Iov[I].Ptr.asPtr(), Iov[I].Length); in env$$__syscall146()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.cpp | 612 EW.write(uint32_t(I.first.getUInt())); in toLegacyBlob() 613 EW.write(uint32_t(I.second.getUInt())); in toLegacyBlob()
|
| /third_party/toybox/toys/pending/ |
| H A D | syslogd.c | 68 struct logfile *lfiles; // list of write logfiles 277 //write to file with rotation 310 return write(tf->logfd, toybuf, len); in write_rotate() 313 //Parse message and write to file. 366 if (wlen < 0) perror_msg("write failed file : %s ", tf->filename + isNetwork); in logmsg() 373 * closes all read and write fds 402 if (write(TT.sigfd[1], &ch, 1) != 1) error_msg("can't send signal"); in signal_handler()
|
| H A D | telnetd.c | 252 if (count != 2) break; //short write in dup_iacs() 369 if ((w = write(tm->pty_fd, tm->buff2+ tm->buff2_written, in telnetd_main() 374 if ((w = write(tm->pty_fd, tm->buff2 + tm->buff2_written, in telnetd_main()
|
| /third_party/typescript/tests/ts_extra_tests/tool/ |
| H A D | testcfg.py | 101 file_added.write('\rprint("TESTCASE SUCCESS");')
255 fileAdded.write('console.log("TESTCASE SUCCESS");')
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | WireFormatTest.java | 162 output.write(12); in testSerializeDelimited() 164 output.write(34); in testSerializeDelimited()
|
| /third_party/python/PC/layout/support/ |
| H A D | appxmanifest.py | 243 xml.write(f, encoding="utf-8") 486 xml.write(buffer, encoding="utf-8", xml_declaration=True)
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_dist.py | 237 f.write('[distutils]\n') 451 f.write('.') 507 # write it then reloads it
|
| /third_party/rust/crates/nix/test/sys/ |
| H A D | test_sockopt.rs | 97 use nix::unistd::{close, write}; in test_so_tcp_maxseg() 137 write(rsess, b"hello").unwrap(); in test_so_tcp_maxseg()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
| H A D | p2p-nfc.py | 43 f.write(txt + "\n") 49 f.write(txt + "\n") 421 success_report("Tag write succeeded") 569 parser.add_argument('command', choices=['write-p2p-sel'], 616 if args.command == "write-p2p-sel":
|
| H A D | wps-nfc.py | 36 f.write(txt + "\n") 42 f.write(txt + "\n") 322 success_report("Tag write succeeded") 458 parser.add_argument('command', choices=['write-config', 459 'write-er-config', 460 'write-password'], 488 if args.command == "write-config": 492 if args.command == "write-er-config": 496 if args.command == "write-password":
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
| H A D | p2p-nfc.py | 43 f.write(txt + "\n") 49 f.write(txt + "\n") 421 success_report("Tag write succeeded") 569 parser.add_argument('command', choices=['write-p2p-sel'], 616 if args.command == "write-p2p-sel":
|
| H A D | wps-nfc.py | 36 f.write(txt + "\n") 42 f.write(txt + "\n") 322 success_report("Tag write succeeded") 458 parser.add_argument('command', choices=['write-config', 459 'write-er-config', 460 'write-password'], 488 if args.command == "write-config": 492 if args.command == "write-er-config": 496 if args.command == "write-password":
|