/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/ |
H A D | mtl_format_map.json | 268 "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/ |
D | tcp_stream.rs | 62 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
|
D | uds_stream.rs | 101 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 D | oat_file.cc | 218 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 D | imagedata.js | 12 writable: false property 16 writable: false property 20 writable: false property
|
/aosp_15_r20/external/webrtc/p2p/base/ |
H A D | fake_packet_transport.h | 35 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 D | fake_ice_transport.h | 68 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 D | fake_dtls_transport.h | 86 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 D | config.rs | 20 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 D | test_utils.cc | 113 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/ |
D | connection.py | 117 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/ |
D | connection.py | 117 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/ |
D | connection.py | 117 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 D | connection.py | 117 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/ |
D | connection.py | 117 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/ |
D | connection.py | 117 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 D | FileChannelImpl.java | 37 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/ |
D | SharedMemory.h | 80 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 D | rtc_event_dtls_writable_state.h | 34 bool writable; member 49 bool writable() const { return writable_; } in writable() function
|
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/ |
D | reduction.py | 169 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 D | channel.h | 74 [[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.py | 479 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.py | 479 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.py | 479 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.py | 479 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
|