Home
last modified time | relevance | path

Searched defs:writable (Results 26 – 50 of 705) sorted by relevance

12345678910>>...29

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
D_pyio.py479 def writable(self): member in IOBase
1034 def writable(self): member in BytesIO
1259 def writable(self): member in BufferedWriter
1397 def writable(self): member in BufferedRWPair
1792 def writable(self): member in FileIO
2182 def writable(self): member in TextIOWrapper
Dasyncore.py316 def writable(self): member in dispatcher
525 def writable(self): member in dispatcher_with_send
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
D_pyio.py479 def writable(self): member in IOBase
1034 def writable(self): member in BytesIO
1259 def writable(self): member in BufferedWriter
1397 def writable(self): member in BufferedRWPair
1792 def writable(self): member in FileIO
2182 def writable(self): member in TextIOWrapper
Dasyncore.py316 def writable(self): member in dispatcher
525 def writable(self): member in dispatcher_with_send
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_batch.c323 add_bo_to_batch(struct iris_batch *batch, struct iris_bo *bo, bool writable) in add_bo_to_batch()
345 bool writable) in flush_for_cross_batch_dependencies()
387 bool writable, enum iris_domain access) in iris_use_pinned_bo()
/aosp_15_r20/external/python/cpython2/Lib/
D_pyio.py401 def writable(self): member in IOBase
755 def writable(self): member in _BufferedIOMixin
899 def writable(self): member in BytesIO
1212 def writable(self): member in BufferedRWPair
1578 def writable(self): member in TextIOWrapper
Dasyncore.py327 def writable(self): member in dispatcher
543 def writable(self): member in dispatcher_with_send
/aosp_15_r20/packages/modules/UprobeStats/src/bpf/headers/include/bpf/
DBpfMap.h62 void abortOnMismatch(bool writable) const { in abortOnMismatch()
105 [[clang::reinitializes]] Result<void> init(const char* path, int fd, bool writable) { in init()
/aosp_15_r20/packages/modules/Virtualization/libs/vmconfig/src/
Dlib.rs160 pub writable: bool, field
184 pub writable: bool, field
/aosp_15_r20/packages/modules/Connectivity/bpf/headers/include/bpf/
DBpfMap.h62 void abortOnMismatch(bool writable) const { in abortOnMismatch()
105 [[clang::reinitializes]] Result<void> init(const char* path, int fd, bool writable) { in init()
/aosp_15_r20/art/runtime/
H A Dvdex_file.h212 bool writable, in Open()
228 bool writable, in Open()
H A Dvdex_file.cc71 bool writable, in OpenAtAddress()
115 bool writable, in OpenAtAddress()
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/io/
H A DFile.annotated.java112 public boolean setWritable(boolean writable, boolean ownerOnly) { throw new RuntimeException("Stub!… in setWritable()
114 public boolean setWritable(boolean writable) { throw new RuntimeException("Stub!"); } in setWritable()
/aosp_15_r20/external/pigweed/pw_stream/public/pw_stream/
H A Dstream.h77 constexpr bool writable() const { return writable_; } in writable() function
298 constexpr Stream(bool readable, bool writable, Seekability seekability) in Stream()
/aosp_15_r20/packages/modules/Virtualization/libs/framework-virtualization/src/android/system/virtualmachine/
DVirtualMachineCustomImageConfig.java414 private final boolean writable; field in VirtualMachineCustomImageConfig.Disk
418 private Disk(boolean writable, String imagePath) { in Disk()
460 public final boolean writable; field in VirtualMachineCustomImageConfig.Partition
463 public Partition(String name, String imagePath, boolean writable, String guid) { in Partition()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dphysical_socket_server.cc1289 bool writable, in ProcessEvents()
1446 bool writable = FD_ISSET(fd, &fdsWrite); in WaitSelect() local
1590 bool writable = (event.events & EPOLLOUT); in WaitEpoll() local
1658 bool writable = (fds.revents & POLLOUT); in WaitPoll() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DFileChannelImpl.java84 private final boolean writable; field in FileChannelImpl
105 boolean writable, Object parent) in FileChannelImpl()
122 boolean readable, boolean writable, in open()
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-queue/src/
Dchain.rs92 pub fn writable(self) -> DescriptorChainRwIter<M> { in writable() function
191 writable: bool, field
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/
H A DFile.java199 public boolean setWritable(boolean writable, boolean ownerOnly) { in setWritable()
203 public boolean setWritable(boolean writable) { in setWritable()
/aosp_15_r20/system/core/fastboot/
H A Dusb_linux.cpp156 char *ptr, int len, int writable, in filter_usb_device()
369 int writable; in find_usb_device() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hfp_hal_linux.cc169 struct pollfd writable[1]; in mgmt_get_codec_capabilities() local
256 struct pollfd writable[1]; in mgmt_notify_sco_connection_change() local
/aosp_15_r20/external/webrtc/p2p/base/
H A Ddtls_transport.cc485 bool DtlsTransport::writable() const { in writable() function in cricket::DtlsTransport
814 void DtlsTransport::set_writable(bool writable) { in set_writable()
/aosp_15_r20/art/runtime/oat/
H A Delf_file.cc40 ElfFileImpl<ElfTypes>::ElfFileImpl(File* file, bool writable, bool program_header_only) in ElfFileImpl()
61 bool writable, in Open()
1503 bool writable, in Open()
/aosp_15_r20/external/python/cpython3/Lib/
Dasyncore.py316 def writable(self): member in dispatcher
525 def writable(self): member in dispatcher_with_send
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dasyncore.py316 def writable(self): member in dispatcher
525 def writable(self): member in dispatcher_with_send

12345678910>>...29