Home
last modified time | relevance | path

Searched refs:write (Results 2476 - 2500 of 5039) sorted by relevance

1...<<919293949596979899100>>...202

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp189 OS.write(LastEmitted, LiteralEnd-LastEmitted); in EmitMSInlineAsmStr()
331 OS.write(LastEmitted, LiteralEnd-LastEmitted); in EmitGCCInlineAsmStr()
/third_party/skia/src/core/
H A DSkICC.cpp68 // 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 DLzcompCompress.java65 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 Dreslist.h78 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 Drestricted_trace_gold_tests.py516 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 Dinfblock.c81 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 Dtest_string_literals.py281 f.write(TEMPLATE % encoding)
282 f.write(extra)
H A Dtest_dbm_dumb.py148 file.write(data)
237 stream.write("str(print('Hacked!')), 0\n")
282 f.close() # don't write
H A Dtest_telnetlib.py296 '''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 Dwebbrowser.py668 osapipe.write(script)
705 osapipe.write(script)
H A Dbase64.py521 output.write(line)
531 output.write(s)
/third_party/python/Lib/email/
H A Dfeedparser.py104 self._partial.write(data)
120 self._partial.write(parts.pop())
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dwasm-runtime.cpp314 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 DAMDGPUPALMetadata.cpp612 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 Dsyslogd.c68 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 Dtelnetd.c252 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 Dtestcfg.py101 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 DWireFormatTest.java162 output.write(12); in testSerializeDelimited()
164 output.write(34); in testSerializeDelimited()
/third_party/python/PC/layout/support/
H A Dappxmanifest.py243 xml.write(f, encoding="utf-8")
486 xml.write(buffer, encoding="utf-8", xml_declaration=True)
/third_party/python/Lib/distutils/tests/
H A Dtest_dist.py237 f.write('[distutils]\n')
451 f.write('.')
507 # write it then reloads it
/third_party/rust/crates/nix/test/sys/
H A Dtest_sockopt.rs97 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 Dp2p-nfc.py43 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 Dwps-nfc.py36 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 Dp2p-nfc.py43 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 Dwps-nfc.py36 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":

Completed in 20 milliseconds

1...<<919293949596979899100>>...202