| /third_party/vk-gl-cts/executor/tools/ |
| H A D | xeExtractShaderPrograms.cpp | 95 out.write(shader.source.source.c_str(), shader.source.source.size()); in writeShaderProgram()
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
| H A D | ByteArray.java | 148 * @throws IndexOutOfBoundsException if attempt to write outside the bounds of the data 152 throw new IndexOutOfBoundsException("Attempt to write outside the bounds of the data."); in put() 186 throw new IndexOutOfBoundsException("Attempt to write outside the bounds of the data."); in put() 267 os.write(b, 0, bytesRead); in copyTo()
|
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/bin/ |
| H A D | generate_language_headers.py | 238 f.write(CGenerator().generate(grammar))
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/bin/ |
| H A D | generate_language_headers.py | 238 f.write(CGenerator().generate(grammar))
|
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | bccache.py | 78 raise TypeError("can't write empty bucket") 79 f.write(bc_magic) 131 """Subclasses have to override this method to write the bytecode 263 # write access on the file system and the function does not exist
|
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| H A D | spdy_event_loop.c | 284 write(0, buf, size); in new_post_data_cb()
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
| H A D | AnalyzerActivity.java | 248 writer.write(resultString); in writeTestResult()
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/ |
| H A D | SynthEngine.java | 139 mAudioOutput.write(buffer, 0, buffer.length); in run()
|
| /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)
|
| /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))
|