| /third_party/skia/src/utils/win/ |
| H A D | SkIStream.cpp | 209 bool wrote = this->fSkWStream->write(pv, cb); in Write()
|
| /third_party/skia/src/utils/ |
| H A D | SkMultiPictureDocument.cpp | 85 wStream->write(&s, sizeof(s));
|
| /third_party/skia/third_party/externals/freetype/src/gzip/ |
| H A D | infcodes.c | 92 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 D | test_finder.py | 130 file.write("# test file for importlib")
|
| /third_party/python/Lib/test/ |
| H A D | test_winconsoleio.py | 127 self.assertEqual(f.write(b''), 0)
|
| H A D | test_zipfile64.py | 35 # And write it to a file. 37 fp.write(self.data)
|
| H A D | test_devpoll.py | 56 os.write(wr, MSG)
|
| H A D | test_getpass.py | 67 stderr.write.assert_called_once_with(prompt)
|
| H A D | test_threading_local.py | 149 sys.stderr.write(self._failed)
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
| H A D | SampleProf.cpp | 215 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 D | FileUtilities.cpp | 292 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 D | AMDGPUAsmBackend.cpp | 177 // 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 D | AVRMCCodeEmitter.cpp | 276 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 D | MSP430MCCodeEmitter.cpp | 96 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 D | PPCAsmBackend.cpp | 190 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 D | SparcAsmBackend.cpp | 286 support::endian::write<uint32_t>(OS, 0x01000000, Endian);
|
| H A D | SparcMCCodeEmitter.cpp | 101 support::endian::write(OS, Bits, in encodeInstruction()
|
| /third_party/skia/third_party/externals/tint/src/diagnostic/ |
| H A D | formatter.cc | 60 /// @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 D | JsonWriteBuffer.cpp | 142 void JsonWriteBuffer::write(const SkM44& matrix) { in write() function in JsonWriteBuffer
|
| /third_party/spirv-headers/tools/buildHeaders/bin/ |
| H A D | generate_language_headers.py | 238 f.write(CGenerator().generate(grammar))
|
| /third_party/toybox/scripts/ |
| H A D | mkflags.c | 250 int i = write(1, outbuf, strlen(outbuf)); in main()
|
| /third_party/pulseaudio/src/modules/bluetooth/ |
| H A D | bluez5-util.h | 129 pa_bluetooth_transport_write_cb write; member
|
| /third_party/python/Lib/lib2to3/tests/ |
| H A D | test_main.py | 72 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 D | sorting_animate.py | 137 write(text, align="center", font=("Courier", 16, "bold"))
|
| /third_party/rust/crates/cxx/src/ |
| H A D | unique_ptr.rs | 279 write!(f, "CxxVector<{}>", display(T::__typename)) in __typename()
|