Home
last modified time | relevance | path

Searched refs:write (Results 2676 - 2700 of 4904) sorted by relevance

1...<<101102103104105106107108109110>>...197

/third_party/skia/src/utils/win/
H A DSkIStream.cpp209 bool wrote = this->fSkWStream->write(pv, cb); in Write()
/third_party/skia/src/utils/
H A DSkMultiPictureDocument.cpp85 wStream->write(&s, sizeof(s));
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinfcodes.c92 Bytef *q; /* output window write pointer */ in inflate_codes()
228 if (s->read != s->write) in inflate_codes()
/third_party/python/Lib/test/test_importlib/source/
H A Dtest_finder.py130 file.write("# test file for importlib")
/third_party/python/Lib/test/
H A Dtest_winconsoleio.py127 self.assertEqual(f.write(b''), 0)
H A Dtest_zipfile64.py35 # And write it to a file.
37 fp.write(self.data)
H A Dtest_devpoll.py56 os.write(wr, MSG)
H A Dtest_getpass.py67 stderr.write.assert_called_once_with(prompt)
H A Dtest_threading_local.py149 sys.stderr.write(self._failed)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProf.cpp215 std::error_code ProfileSymbolList::write(raw_ostream &OS) { in write() function in ProfileSymbolList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileUtilities.cpp292 OS.write(Buffer.data(), Buffer.size()); in writeFileAtomically()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp177 // bigger problems), so just write zeros instead. in writeNopData()
180 // We are properly aligned, so write NOPs as requested. in writeNopData()
188 support::endian::write<uint32_t>(OS, Encoded_S_NOP_0, Endian); in writeNopData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.cpp276 support::endian::write(OS, Word, support::endianness::little); in emitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCCodeEmitter.cpp96 support::endian::write(OS, (uint16_t)BinaryOpCode, support::little); in encodeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp190 support::endian::write<uint32_t>(OS, 0x60000000, Endian);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp286 support::endian::write<uint32_t>(OS, 0x01000000, Endian);
H A DSparcMCCodeEmitter.cpp101 support::endian::write(OS, Bits, in encodeInstruction()
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dformatter.cc60 /// @param p the printer to write formatted messages to.
78 printer->write(str, style); in flush()
85 /// @param msg the value or string to write to the printer
/third_party/skia/tools/debugger/
H A DJsonWriteBuffer.cpp142 void JsonWriteBuffer::write(const SkM44& matrix) { in write() function in JsonWriteBuffer
/third_party/spirv-headers/tools/buildHeaders/bin/
H A Dgenerate_language_headers.py238 f.write(CGenerator().generate(grammar))
/third_party/toybox/scripts/
H A Dmkflags.c250 int i = write(1, outbuf, strlen(outbuf)); in main()
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.h129 pa_bluetooth_transport_write_cb write; member
/third_party/python/Lib/lib2to3/tests/
H A Dtest_main.py72 trivial.write("print 'I need a simple conversion.'")
82 ["-n", "--add-suffix", suffix, "--write-unchanged-files",
111 ["-n", "-w", "--write-unchanged-files",
/third_party/python/Lib/turtledemo/
H A Dsorting_animate.py137 write(text, align="center", font=("Courier", 16, "bold"))
/third_party/rust/crates/cxx/src/
H A Dunique_ptr.rs279 write!(f, "CxxVector<{}>", display(T::__typename)) in __typename()

Completed in 13 milliseconds

1...<<101102103104105106107108109110>>...197