/aosp_15_r20/external/rust/android-crates-io/crates/lz4_flex/src/frame/ |
D | compress.rs | 377 fn write(&mut self, mut buf: &[u8]) -> io::Result<usize> { in write() method 433 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method
|
/aosp_15_r20/frameworks/base/core/java/android/util/jar/ |
H A D | StrictJarVerifier.java | 130 public void write(int value) { in write() method in StrictJarVerifier.VerifierEntry 138 public void write(byte[] buf, int off, int nbytes) { in write() method in StrictJarVerifier.VerifierEntry
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/ |
H A D | queue.rs | 183 write: bool, field 308 pub fn write(&self) { in write() method
|
/aosp_15_r20/build/make/tools/sbom/ |
H A D | sbom_writers.py | 228 def write(sbom_doc, file, fragment=False): member in TagValueWriter 407 def write(sbom_doc, file): member in JSONWriter
|
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mman.cc | 180 void OnUserAlloc(ThreadState *thr, uptr pc, uptr p, uptr sz, bool write) { in OnUserAlloc() 189 void OnUserFree(ThreadState *thr, uptr pc, uptr p, bool write) { in OnUserFree()
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
H A D | BluetoothChatService.java | 297 public void write(byte[] out) { in write() method in BluetoothChatService 586 public void write(byte[] buffer) { in write() method in BluetoothChatService.ConnectedThread
|
/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/net/uds/ |
D | stream.rs | 175 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method 189 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/ |
H A D | queue.rs | 183 write: bool, field 308 pub fn write(&self) { in write() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/ |
H A D | queue.rs | 183 write: bool, field 308 pub fn write(&self) { in write() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/ |
H A D | queue.rs | 183 write: bool, field 308 pub fn write(&self) { in write() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/rwlock/ |
H A D | queue.rs | 183 write: bool, field 308 pub fn write(&self) { in write() method
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | fat32lib.jar | ... ) throws java.io.IOException
public abstract void write (long, java.nio.ByteBuffer) throws ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/ |
HD | jna-3.4.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/sun/
com/ ... |
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_vec4_visitor.cpp | 1170 vec4_instruction *write = SCRATCH_WRITE(dst, temp, index); in emit_scratch_write() local 1190 vec4_instruction *write = SCRATCH_WRITE(dst, shuffled_float, index); in emit_scratch_write() local 1208 vec4_instruction *write = in emit_scratch_write() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/memmap2/src/ |
D | windows.rs | 231 let write = protection_supported(handle, PAGE_READWRITE); in map() localVariable 263 let write = protection_supported(handle, PAGE_READWRITE); in map_exec() localVariable 329 let write = protection_supported(handle, PAGE_READWRITE); in map_copy_read_only() localVariable
|
/aosp_15_r20/external/libchrome/base/ |
H A D | pickle.cc | 420 char* write = mutable_payload() + write_offset_; in ClaimUninitializedBytesInternal() local 431 void* write = ClaimUninitializedBytesInternal(length); in WriteBytesCommon() local
|
/aosp_15_r20/external/pigweed/pw_uart/ |
H A D | blocking_adapter_test.cc | 72 std::optional<WriteTransaction> write = ConsumeCurrentWrite(); in CompleteWrite() local 190 std::optional<WriteTransaction> write = ConsumeCurrentWrite(); in DoCancelWrite() local
|
/aosp_15_r20/external/crosvm/base/src/sys/unix/ |
H A D | stream_channel.rs | 195 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method 210 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
H A D | ConscryptFileDescriptorSocket.java | 601 public void write(int oneByte) throws IOException { in write() method in ConscryptFileDescriptorSocket.SSLOutputStream 612 public void write(byte[] buf, int offset, int byteCount) throws IOException { in write() method in ConscryptFileDescriptorSocket.SSLOutputStream
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | asan.c | 237 size_t size, bool write, in check_memory_region_inline() 264 void check_memory_region(unsigned long addr, size_t size, bool write, in check_memory_region()
|
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/ |
H A D | ByteStringJavaTest.kt | 125 fun write() { in write() method in okio.ByteStringJavaTest
|
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A D | ConscryptFileDescriptorSocket.java | 601 public void write(int oneByte) throws IOException { in write() method in ConscryptFileDescriptorSocket.SSLOutputStream 612 public void write(byte[] buf, int offset, int byteCount) throws IOException { in write() method in ConscryptFileDescriptorSocket.SSLOutputStream
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | GenerateChangeChart.java | 329 public void write() { in write() method in GenerateChangeChart.ChartWriter 413 public void write(char[] cbuf, int off, int len) throws IOException { in write() method in GenerateChangeChart.FormattedFileWriter
|
/aosp_15_r20/external/crosvm/devices/src/ |
H A D | pflash.rs | 141 fn write(&mut self, info: BusAccessInfo, data: &[u8]) { in write() method 300 fn write() { in write() function
|
/aosp_15_r20/out/soong/.intermediates/art/libartservice/service/service-art-proto-java/android_common/turbine-combined/ |
D | service-art-proto-java.jar | com/android/server/art/proto/BatchDexoptParams.class
<Unknown>
package com. ... |