Home
last modified time | relevance | path

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

12345678910>>...27

/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
/third_party/NuttX/fs/vfs/include/
H A Ddriver.h76 ssize_t (*write)(struct Vnode *vnode, const unsigned char *buffer, member
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
H A DCapElement.java23 public abstract void write(PrintWriter pw, int i); in write() method in CapElement
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DThaiStateTransition.java53 public void write(PrintStream output) in write() method in ThaiStateTransition
/third_party/libunwind/libunwind/src/ptrace/
H A D_UPT_access_reg.c40 _UPT_access_reg(unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, void *arg) _UPT_access_reg() argument
82 _UPT_access_reg(unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, void *arg) _UPT_access_reg() argument
326 _UPT_access_reg(unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, void *arg) _UPT_access_reg() argument
[all...]
/third_party/libunwind/libunwind/tests/
H A Dtest-proc-info.c57 access_mem(unw_addr_space_t as UNUSED, unw_word_t addr UNUSED, unw_word_t *valp, int write, void *arg UNUSED) access_mem() argument
68 access_reg(unw_addr_space_t as UNUSED, unw_regnum_t regnum UNUSED, unw_word_t *valp, int write, void *arg UNUSED) access_reg() argument
79 access_fpreg(unw_addr_space_t as UNUSED, unw_regnum_t regnum UNUSED, unw_fpreg_t *valp, int write, void *arg UNUSED) access_fpreg() argument
/third_party/mbedtls/scripts/
H A Dmin_requirements.py73 def write(self, out: typing_util.Writable) -> None: member in Requirements
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dtest_case.py67 def write(self, out: typing_util.Writable) -> None: member in TestCase
/third_party/libwebsockets/lib/secure-streams/cpp/
H A DlssFile.cxx90 lws_ss_state_return_t lssFile::write(const uint8_t *buf, size_t len, int flags) in write() function in lssFile
/third_party/node/benchmark/net/
H A Dnet-s2c.js

Completed in 7 milliseconds

12345678910>>...27