Home
last modified time | relevance | path

Searched refs:write (Results 3026 - 3050 of 5652) sorted by relevance

1...<<121122123124125126127128129130>>...227

/third_party/vk-gl-cts/executor/tools/
H A DxeExtractShaderPrograms.cpp95 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 DByteArray.java148 * @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 Dgenerate_language_headers.py238 f.write(CGenerator().generate(grammar))
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/bin/
H A Dgenerate_language_headers.py238 f.write(CGenerator().generate(grammar))
/third_party/skia/third_party/externals/jinja2/
H A Dbccache.py78 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 Dspdy_event_loop.c284 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 DAnalyzerActivity.java248 writer.write(resultString); in writeTestResult()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H A DSynthEngine.java139 mAudioOutput.write(buffer, 0, buffer.length); in run()
/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)
/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))

Completed in 14 milliseconds

1...<<121122123124125126127128129130>>...227