Home
last modified time | relevance | path

Searched defs:writable (Results 1 – 25 of 705) sorted by relevance

12345678910>>...29

/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dmtl_format_map.json268 "writable": "false", string
276 "writable": "true", string
284 "writable": "true", string
292 "writable": "true", string
300 "writable": "true", string
308 "writable": "true", string
316 "writable": "true", string
324 "writable": "true", string
332 "writable": "true", string
340 "writable": "true", string
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dtcp_stream.rs62 let mut writable = task::spawn(client.writable()); in try_read_write() localVariable
76 let mut writable = task::spawn(client.writable()); in try_read_write() localVariable
103 let mut writable = task::spawn(client.writable()); in try_read_write() localVariable
117 let mut writable = task::spawn(client.writable()); in try_read_write() localVariable
321 let mut writable = task::spawn(client.writable()); in try_read_buf() localVariable
335 let mut writable = task::spawn(client.writable()); in try_read_buf() localVariable
Duds_stream.rs101 let mut writable = task::spawn(client.writable()); in try_read_write() localVariable
115 let mut writable = task::spawn(client.writable()); in try_read_write() localVariable
142 let mut writable = task::spawn(client.writable()); in try_read_write() localVariable
156 let mut writable = task::spawn(client.writable()); in try_read_write() localVariable
338 let mut writable = task::spawn(client.writable()); in try_read_buf() localVariable
352 let mut writable = task::spawn(client.writable()); in try_read_buf() localVariable
/aosp_15_r20/art/runtime/oat/
H A Doat_file.cc218 bool writable, in OpenOatFile()
261 bool writable, in OpenOatFile()
297 bool writable, in LoadVdex()
318 bool writable, in LoadVdex()
1162 [[maybe_unused]] bool writable, in Load()
1238 bool writable, in Load()
1655 bool writable, in Load()
1675 bool writable, in Load()
1700 bool writable, in ElfFileOpen()
1878 [[maybe_unused]] bool writable, in Load()
[all …]
/aosp_15_r20/external/skia/modules/canvaskit/htmlcanvas/
H A Dimagedata.js12 writable: false property
16 writable: false property
20 writable: false property
/aosp_15_r20/external/webrtc/p2p/base/
H A Dfake_packet_transport.h35 void SetWritable(bool writable) { set_writable(writable); } in SetWritable()
57 bool writable() const override { return writable_; } in writable() function
102 void set_writable(bool writable) { in set_writable()
H A Dfake_ice_transport.h68 void SetWritable(bool writable) { in SetWritable()
288 bool writable() const override { in writable() function
368 void set_writable(bool writable) in set_writable()
H A Dfake_dtls_transport.h86 void SetWritable(bool writable) { in SetWritable()
240 bool writable() const override { return writable_; } in writable() function
281 void set_writable(bool writable) { in set_writable()
/aosp_15_r20/external/crosvm/src/crosvm/plugin/
H A Dconfig.rs20 pub writable: bool, field
60 let writable: bool = match components.get(2) { in from_str() localVariable
163 let writable: bool = match components.get(2) { in parse_plugin_mount_option() localVariable
/aosp_15_r20/system/update_engine/common/
H A Dtest_utils.cc113 bool writable) { in SetLoopDeviceStatus()
138 bool writable, in BindToUnusedLoopDeviceLegacy()
176 bool writable, in BindToUnusedLoopDevice()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dconnection.py117 def __init__(self, handle, readable=True, writable=True): argument
164 def writable(self): member in _ConnectionBase
950 def rebuild_connection(ds, readable, writable): argument
960 def rebuild_pipe_connection(dh, readable, writable): argument
969 def rebuild_connection(df, readable, writable): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dconnection.py117 def __init__(self, handle, readable=True, writable=True): argument
164 def writable(self): member in _ConnectionBase
950 def rebuild_connection(ds, readable, writable): argument
960 def rebuild_pipe_connection(dh, readable, writable): argument
969 def rebuild_connection(df, readable, writable): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dconnection.py117 def __init__(self, handle, readable=True, writable=True): argument
164 def writable(self): member in _ConnectionBase
950 def rebuild_connection(ds, readable, writable): argument
960 def rebuild_pipe_connection(dh, readable, writable): argument
969 def rebuild_connection(df, readable, writable): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dconnection.py117 def __init__(self, handle, readable=True, writable=True): argument
164 def writable(self): member in _ConnectionBase
950 def rebuild_connection(ds, readable, writable): argument
960 def rebuild_pipe_connection(dh, readable, writable): argument
969 def rebuild_connection(df, readable, writable): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dconnection.py117 def __init__(self, handle, readable=True, writable=True): argument
164 def writable(self): member in _ConnectionBase
950 def rebuild_connection(ds, readable, writable): argument
960 def rebuild_pipe_connection(dh, readable, writable): argument
969 def rebuild_connection(df, readable, writable): argument
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dconnection.py117 def __init__(self, handle, readable=True, writable=True): argument
164 def writable(self): member in _ConnectionBase
950 def rebuild_connection(ds, readable, writable): argument
960 def rebuild_pipe_connection(dh, readable, writable): argument
969 def rebuild_connection(df, readable, writable): argument
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
H A DFileChannelImpl.java37 boolean writable, in FileChannelImpl()
47 boolean writable, in open()
56 boolean writable, in open()
302 private final boolean writable; field in FileChannelImpl
/aosp_15_r20/packages/services/Car/cpp/car_binder_lib/largeParcelable/include/
DSharedMemory.h80 bool writable = true; in mapReadWrite() local
85 bool writable = false; in mapReadOnly() local
/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Drtc_event_dtls_writable_state.h34 bool writable; member
49 bool writable() const { return writable_; } in writable() function
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/
Dreduction.py169 def rebuild_connection(reduced_handle, readable, writable): argument
209 def rebuild_pipe_connection(reduced_handle, readable, writable): argument
/aosp_15_r20/external/pigweed/pw_channel/public/pw_channel/
H A Dchannel.h74 [[nodiscard]] static constexpr bool writable() { in writable() function
224 [[nodiscard]] constexpr bool writable() const { in writable() function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/external/python/cpython3/Lib/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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

12345678910>>...29