Home
last modified time | relevance | path

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

123456

/external/skqp/experimental/canvaskit/htmlcanvas/
Dimagedata.js12 writable: false property
16 writable: false property
20 writable: false property
/external/skia/modules/canvaskit/htmlcanvas/
Dimagedata.js12 writable: false property
16 writable: false property
20 writable: false property
/external/angle/src/libANGLE/renderer/metal/
Dmtl_format_map.json265 "writable": "false", string
273 "writable": "true", string
281 "writable": "true", string
289 "writable": "true", string
297 "writable": "true", string
305 "writable": "true", string
313 "writable": "true", string
321 "writable": "true", string
329 "writable": "true", string
337 "writable": "true", string
[all …]
/external/rust/crates/tokio/tests/
Dtcp_stream.rs61 let mut writable = task::spawn(client.writable()); in try_read_write() localVariable
75 let mut writable = task::spawn(client.writable()); in try_read_write() localVariable
268 let mut writable = task::spawn(client.writable()); in try_read_buf() localVariable
282 let mut writable = task::spawn(client.writable()); in try_read_buf() localVariable
Duds_stream.rs96 let mut writable = task::spawn(client.writable()); in try_read_write() localVariable
110 let mut writable = task::spawn(client.writable()); in try_read_write() localVariable
288 let mut writable = task::spawn(client.writable()); in try_read_buf() localVariable
302 let mut writable = task::spawn(client.writable()); in try_read_buf() localVariable
/external/webrtc/p2p/base/
Dfake_packet_transport.h41 void SetWritable(bool writable) { set_writable(writable); } in SetWritable()
63 bool writable() const override { return writable_; } in writable() function
114 void set_writable(bool writable) { in set_writable()
Dfake_dtls_transport.h78 void SetWritable(bool writable) { in SetWritable()
231 bool writable() const override { return writable_; } in writable() function
272 void set_writable(bool writable) { in set_writable()
Dfake_ice_transport.h50 void SetWritable(bool writable) { set_writable(writable); } in SetWritable()
223 bool writable() const override { return writable_; } in writable() function
283 void set_writable(bool writable) { in set_writable()
Dmock_ice_transport.h82 bool writable() const override { return true; } in writable() function
/external/webrtc/logging/rtc_event_log/events/
Drtc_event_dtls_writable_state.h30 bool writable() const { return writable_; } in writable() function
Drtc_event_dtls_writable_state.cc17 RtcEventDtlsWritableState::RtcEventDtlsWritableState(bool writable) in RtcEventDtlsWritableState()
/external/llvm-project/lld/test/ELF/linkerscript/
Dsections-constraint.s35 writable: label
/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
/external/pigweed/pw_web_ui/types/
Dserial.d.ts34 readonly writable: WritableStream<Uint8Array>; property in SerialPort
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DMethodProperty.java35 private final boolean writable; field in MethodProperty
/external/angle/scripts/
Dvk_mandatory_format_support_capture_to_json.js70 writable: false property
/external/python/cpython3/Lib/multiprocessing/
Dconnection.py122 def __init__(self, handle, readable=True, writable=True): argument
169 def writable(self): member in _ConnectionBase
956 def rebuild_connection(ds, readable, writable): argument
966 def rebuild_pipe_connection(dh, readable, writable): argument
975 def rebuild_connection(df, readable, writable): argument
/external/pigweed/pw_web_ui/src/transport/
Dserial_mock.ts119 writable = new WritableStream<Uint8Array>({ property in SerialPortMock
/external/libchrome/mojo/public/cpp/system/
Dhandle_signals_state.h56 bool writable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_WRITABLE); } in writable() function
/external/skqp/include/core/
DSkTLazy.h176 T* writable() { in writable() function
/external/libchrome/mojo/core/
Dhandle_signals_state.h60 bool writable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_WRITABLE); } in writable() function
/external/skia/src/core/
DSkTLazy.h185 T* writable() { in writable() function
/external/cros/system_api/dbus/seneschal/
Dseneschal_service.proto31 bool writable = 2; field
/external/icu/icu4c/source/common/
Dunistr_case.cpp105 UBool writable = isBufferWritable(); in caseMap() local
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DCore.java61 public HandleSignals setWritable(boolean writable) { in setWritable()

123456