Home
last modified time | relevance | path

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

1234567

/external/skia/modules/canvaskit/htmlcanvas/
Dimagedata.js12 writable: false property
16 writable: false property
20 writable: false property
/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
102 let mut writable = task::spawn(client.writable()); in try_read_write() localVariable
116 let mut writable = task::spawn(client.writable()); in try_read_write() localVariable
317 let mut writable = task::spawn(client.writable()); in try_read_buf() localVariable
331 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
137 let mut writable = task::spawn(client.writable()); in try_read_write() localVariable
151 let mut writable = task::spawn(client.writable()); in try_read_write() localVariable
333 let mut writable = task::spawn(client.writable()); in try_read_buf() localVariable
347 let mut writable = task::spawn(client.writable()); in try_read_buf() localVariable
/external/angle/src/libANGLE/renderer/metal/
Dmtl_format_map.json262 "writable": "false", string
270 "writable": "true", string
278 "writable": "true", string
286 "writable": "true", string
294 "writable": "true", string
302 "writable": "true", string
310 "writable": "true", string
318 "writable": "true", string
326 "writable": "true", string
334 "writable": "true", string
[all …]
/external/webrtc/p2p/base/
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()
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()
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()
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.h34 bool writable; member
49 bool writable() const { return writable_; } in writable() function
Drtc_event_dtls_writable_state.cc17 RtcEventDtlsWritableState::RtcEventDtlsWritableState(bool writable) in RtcEventDtlsWritableState()
/external/crosvm/src/crosvm/plugin/
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
/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/ts/types/
Dserial.d.ts33 readonly writable: WritableStream<Uint8Array>; property in SerialPort
/external/angle/scripts/
Dvk_mandatory_format_support_capture_to_json.js70 writable: false property
/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
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DMethodProperty.java36 private final boolean writable; field in MethodProperty
/external/tink/python/tink/streaming_aead/
D_encrypting_stream.py107 def writable(self) -> bool: member in RawEncryptingStream
/external/pigweed/pw_stream/public/pw_stream/
Dstream.h77 constexpr bool writable() const { return writable_; } in writable() function
278 constexpr Stream(bool readable, bool writable, Seekability seekability) in Stream()
/external/pigweed/ts/transport/
Dserial_mock.ts125 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/libchrome/mojo/core/
Dhandle_signals_state.h60 bool writable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_WRITABLE); } in writable() function
/external/skia/src/base/
DSkTLazy.h182 T* writable() { in writable() function
/external/ltp/testcases/kernel/kvm/
Dkvm_pagefault01.c52 int val, *writable, *readonly, *cacher1, *cacher2; in main() local
/external/icu/icu4c/source/common/
Dunistr_case.cpp105 UBool writable = isBufferWritable(); in caseMap() local
/external/cronet/third_party/icu/source/common/
Dunistr_case.cpp105 UBool writable = isBufferWritable(); in caseMap() local

1234567