Home
last modified time | relevance | path

Searched defs:write (Results 126 - 150 of 708) sorted by relevance

12345678910>>...29

/third_party/python/Tools/clinic/
H A Dcpp.py65 def write(self, s): member in Monitor
/third_party/python/Lib/test/test_asyncio/
H A Dtest_transports.py34 def write(self, data): member in TransportTests.test_writelines.MyTransport
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dformatsgenerator.py7 from generator import OutputGenerator, write namespace
H A Dhostsyncgenerator.py7 from generator import OutputGenerator, write namespace
H A Dinterfacedocgenerator.py8 from generator import OutputGenerator, write namespace
[all...]
H A Djsgenerator.py5 from generator import OutputGenerator, enquote, write namespace
[all...]
H A Dpygenerator.py7 from generator import OutputGenerator, enquote, write namespace
[all...]
H A Drubygenerator.py7 from generator import OutputGenerator, enquote, write namespace
[all...]
H A Dspirvcapgenerator.py7 from generator import OutputGenerator, write namespace
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dsampler_descriptor.cc56 VkWriteDescriptorSet write = VkWriteDescriptorSet(); in UpdateDescriptorSetIfNeeded() local
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
H A DDebuggingOutputStream.java36 public void write(byte[] b, int off, int len) throws IOException { in write() method in DebuggingOutputStream
43 public void write(byte[] b) throws IOException { in write() method in DebuggingOutputStream
48 public void write(int b) throws IOException { in write() method in DebuggingOutputStream
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
H A Dmakeconv.h58 (*U_CALLCONV_FPTR write)(NewConverter *cnvData, const UConverterStaticData *staticData, member
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
H A DInfiniteRecording.h51 void write(T sample) { in write() function in InfiniteRecording
/third_party/skia/third_party/externals/oboe/src/common/
H A DFilterAudioStream.cpp58 ResultWithValue<int32_t> FilterAudioStream::write(const void *buffer, in write() function in FilterAudioStream
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DBrotliOutputStream.java57 public void write(int b) throws IOException { in write() method in BrotliOutputStream
68 public void write(byte[] b) throws IOException { in write() method in BrotliOutputStream
73 public void write(byte[] b, int off, int len) throws IOException { in write() method in BrotliOutputStream
H A DBrotliEncoderChannel.java60 public int write(ByteBuffer src) throws IOException { in write() method in BrotliEncoderChannel
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommands.cpp200 WriteBufferCmd* write = commands->NextCommand<WriteBufferCmd>(); in FreeCommands() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DEndianStream.h27 inline void write(raw_ostream &os, value_type value, endianness endian) { in write() function
33 inline void write<float>(raw_ostream &os, float value, endianness endian) { in write() function
38 inline void write<double>(raw_ostream &os, double value, in write() function
44 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write() function
55 template <typename value_type> void write(ArrayRe in Writer() function
58 template <typename value_type> void write(value_type Val) { write() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp25 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } in write() function in Writer
27 void Writer::write(int64_t i) { in write() function in Writer
60 void Writer::write(uint64_t u) { write() function in Writer
88 void Writer::write(double d) { write() function in Writer
101 void Writer::write(StringRef s) { write() function in Writer
121 void Writer::write(MemoryBufferRef Buffer) { write() function in Writer
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DFDRTraceWriter.cpp38 static size_t write(support::endian::Writer &OS, Tuple &&) { in write() function
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_align.h7 volatile unsigned write; /**< Next position to be written*/ member
/third_party/rust/crates/nix/src/sys/ptrace/
H A Dbsd.rs193 pub fn write(pid: Pid, addr: AddressType, data: c_int) -> Result<()> { in write() functions
/third_party/rust/crates/rustix/src/net/
H A Dsocket_addr_any.rs77 pub unsafe fn write(&self, storage: *mut SocketAddrStorage) -> usize { in write() functions
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DStringPool.java110 public void write(DataOutputStream dataOutputStream) throws IOException { in write() method in StringPool
/base/security/dlp_permission_service/frameworks/test/mock/
H A Dfile_io_mock.cpp44 ssize_t write(int fd, const void *buf, size_t count) in write() function

Completed in 8 milliseconds

12345678910>>...29