Home
last modified time | relevance | path

Searched defs:write (Results 501 - 525 of 636) sorted by relevance

1...<<212223242526

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWindowsResource.cpp706 WindowsResourceCOFFWriter::write(uint32_t TimeDateStamp) { in write() function in llvm::object::WindowsResourceCOFFWriter
[all...]
/third_party/skia/src/core/
H A DSkStream.cpp423 bool SkFILEWStream::write(const void* buffer, size_t size) in write() function in SkFILEWStream
532 bool SkDynamicMemoryWStream::write(const void* buffer, size_t count) { in write() function in SkDynamicMemoryWStream
[all...]
H A DSkRemoteGlyphCache.cpp89 void write(const T& data) { in write() function in Serializer
[all...]
/third_party/skia/third_party/externals/jinja2/
H A Dcompiler.py385 def write(self, x): member in CodeGenerator
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
H A DLatencyAnalyzer.h111 int32_t write(int16_t *inputData, int32_t inputChannelCount, int32_t numFrames) { in write() function in AudioRecording
123 int32_t write(float *inputData, int32_t inputChannelCount, int32_t numFrames) { in write() function in AudioRecording
135 int32_t write(float sample) { in write() function in AudioRecording
/third_party/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.cpp45 void GLSLCodeGenerator::write(skstd::string_view s) { in write() function in SkSL::GLSLCodeGenerator
[all...]
/third_party/skia/src/utils/
H A DSkJSON.cpp921 void DOM::write(SkWStream* stream) const { in write() function in skjson::DOM
/third_party/skia/tests/
H A DReadWritePixelsGpuTest.cpp811 gpu_write_pixels_test_driver(skiatest::Reporter* reporter, const std::function<GpuDstFactory<T>>& dstFactory, const std::function<GpuWriteDstFn<T>>& write, const std::function<GpuReadDstFn<T>>& read) gpu_write_pixels_test_driver() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DCommandBufferVk.cpp852 WriteBufferCmd* write = mCommands.NextCommand<WriteBufferCmd>(); in RecordCommands() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp869 WriteBufferCmd* write = mCommands.NextCommand<WriteBufferCmd>(); in Execute() local
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshalgo.c198 PSH_Hint write = table->hints; in psh_hint_table_init() local
/third_party/python/Lib/test/
H A Dtest_httpservers.py983 def write(self, data): global() member in AuditableBytesIO
[all...]
H A Dtest_tempfile.py385 def write(self, str): member in TestMkstempInner.mkstemped
[all...]
H A Dtest_sys.py234 r'import sys; sys.stderr.write("unflushed,"); sys.exit("message")', namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Draw_ostream.cpp222 raw_ostream &raw_ostream::write(unsigned char C) { in write() function in raw_ostream
242 raw_ostream &raw_ostream::write(const char *Ptr, size_t Size) { in write() function in raw_ostream
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DBinaryWriter.java1377 public void write(byte value) { in write() method in BinaryWriter.SafeHeapWriter
1382 public void write(byte[] value, int offset, int length) { in write() method in BinaryWriter.SafeHeapWriter
1410 public void write(ByteBuffer value) { in write() method in BinaryWriter.SafeHeapWriter
1912 public void write(byte value) { write() method in BinaryWriter.UnsafeHeapWriter
1917 public void write(byte[] value, int offset, int length) { write() method in BinaryWriter.UnsafeHeapWriter
1951 public void write(ByteBuffer value) { write() method in BinaryWriter.UnsafeHeapWriter
2459 public void write(byte value) { write() method in BinaryWriter.SafeDirectWriter
2464 public void write(byte[] value, int offset, int length) { write() method in BinaryWriter.SafeDirectWriter
2494 public void write(ByteBuffer value) { write() method in BinaryWriter.SafeDirectWriter
2998 public void write(byte value) { write() method in BinaryWriter.UnsafeDirectWriter
3003 public void write(byte[] value, int offset, int length) { write() method in BinaryWriter.UnsafeDirectWriter
3033 public void write(ByteBuffer value) { write() method in BinaryWriter.UnsafeDirectWriter
[all...]
H A DByteString.java1018 public synchronized void write(int b) { in write() method in ByteString.Output
1026 public synchronized void write(byte[] b, int offset, int length) { in write() method in ByteString.Output
[all...]
/third_party/python/Lib/unittest/test/
H A Dtest_result.py41 def write(self, arg): member in BufferedWriter
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java699 private void write(final CharSequence data) throws IOException { in write() method in JsonFormat.PrettyTextGenerator
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.h129 pa_bluetooth_transport_write_cb write; member
/third_party/pulseaudio/src/pulsecore/
H A Dpstream.c144 } write; member
[all...]
/third_party/python/Lib/xml/etree/
H A DElementTree.py693 def write(self, file_or_filename, member in ElementTree
1116 def write(self, b): global() member in _ListDataStream
[all...]
/third_party/rust/crates/syn/src/
H A Dlit.rs1575 let mut write = start; variables
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs527 fn write(&mut self, _: &[u8]) -> io::Result<usize> { in write_panic() functions
558 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in read_panic() functions
590 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in flush_panic() functions
1303 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() functions
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutTests.cpp205 const bool write = access ? (!read || (rnd.getFloat() < writeWeight)) : false; in generateBufferVar() local

Completed in 45 milliseconds

1...<<212223242526