Home
last modified time | relevance | path

Searched defs:write (Results 401 - 425 of 652) sorted by relevance

1...<<11121314151617181920>>...27

/third_party/rust/crates/cxx/src/
H A Dcxx_string.rs269 fn write(&mut self, buf: &[u8]) -> std::io::Result<usize> { in write() functions
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DByteStringTest.java351 public void write(byte[] buf, int off, int len) { in write() method in ByteStringTest.EvilOutputStream
358 public void write(int ignored) { in write() method in ByteStringTest.EvilOutputStream
[all...]
/third_party/python/Lib/
H A Dcodecs.py373 def write(self, object): member in StreamWriter
719 def write(self, data): member in StreamReaderWriter
834 def write(self, data): member in StreamRecoder
[all...]
H A Dsocketserver.py833 def write(self, b): member in _SocketWriter
H A Dplistlib.py332 def write(self, value): member in _PlistWriter
637 def write(self, value): member in _BinaryPlistWriter
[all...]
H A Dasyncore.py94 def write(obj): function
619 write = send variable in .file_wrapper
/third_party/python/Lib/asyncio/
H A Dproactor_events.py337 def write(self, data): member in _ProactorBaseWritePipeTransport
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dgenerator.py25 def write(*args, **kwargs): function
[all...]
H A Dreg.py15 from generator import GeneratorOptions, OutputGenerator, noneStr, write namespace
[all...]
H A Dvaliditygenerator.py13 from generator import OutputGenerator, write namespace
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DOboeAudioStream.java51 public int write(float[] buffer, int offset, int length) { in write() method in OboeAudioStream
/third_party/skia/third_party/externals/oboe/src/aaudio/
H A DAudioStreamAAudio.cpp420 ResultWithValue<int32_t> AudioStreamAAudio::write(const void *buffer, in write() function in oboe::AudioStreamAAudio
/third_party/skia/tests/
H A DTestUtils.cpp67 bool write = dstContext->writePixels(dContext, pm, {0, 0}); in TestWritePixels() local
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftbitmap.c219 FT_Byte* write = line; in ft_bitmap_assure_buffer() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp56 void write(uint64_t V) { LE.write<uint64_t>(V); } in write() function in llvm::ProfOStream
377 void InstrProfWriter::write(raw_fd_ostream &OS) { write() function in InstrProfWriter
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestriebuilder.cpp359 BytesTrieBuilder::BTLinearMatchNode::write(StringTrieBuilder &builder) { in write() function in BytesTrieBuilder::BTLinearMatchNode
403 BytesTrieBuilder::write(int32_t byte) { in write() function in BytesTrieBuilder
413 BytesTrieBuilder::write(const char *b, int32_t length) { in write() function in BytesTrieBuilder
[all...]
H A Ducharstriebuilder.cpp306 UCharsTrieBuilder::UCTLinearMatchNode::write(StringTrieBuilder &builder) { in write() function in UCharsTrieBuilder::UCTLinearMatchNode
350 UCharsTrieBuilder::write(int32_t unit) { in write() function in UCharsTrieBuilder
360 UCharsTrieBuilder::write(const UChar *s, int32_t length) { in write() function in UCharsTrieBuilder
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32.cc355 int write(int fd, const void* buffer, size_t size) { in write() function
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DByteStringTest.java469 public void write(byte[] buf, int off, int len) { in write() method in ByteStringTest.EvilOutputStream
476 public void write(int ignored) { in write() method in ByteStringTest.EvilOutputStream
[all...]
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dwrite.rs47 fn write(out: &mut OutFile, ns_entries: &NamespaceEntries, indent: usize) { in write_forward_declarations() functions
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsign.rs396 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() functions
622 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() functions
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBufferMapTests.cpp53 BufferMapReadCase (Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, int bufferSize, int mapOffset, int mapSize, WriteType write) in BufferMapReadCase() argument
580 WriteType write; in init() member
606 WriteType write = bufferDataSources[srcNdx].write; in init() local
[all...]
/third_party/vulkan-headers/registry/
H A Dgenerator.py25 def write(*args, **kwargs): function
[all...]
H A Dreg.py15 from generator import GeneratorOptions, OutputGenerator, noneStr, write namespace
[all...]
/base/tee/tee_client/services/teecd/include/
H A Dfs_work_agent.h104 } write; member

Completed in 25 milliseconds

1...<<11121314151617181920>>...27