Home
last modified time | relevance | path

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

1234567

/external/skia/modules/canvaskit/htmlcanvas/
Dimagedata.js12 writable: false property
16 writable: false property
20 writable: false property
/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
/external/angle/src/libANGLE/renderer/metal/
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 …]
/external/sandboxed-api/sandboxed_api/sandbox2/
Dmount_tree.proto30 bool writable = 3; field
36 bool writable = 3; field
46 bool writable = 3; field
/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/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/pigweed/pw_channel/public/pw_channel/
Dchannel.h74 [[nodiscard]] static constexpr bool writable() { in writable() function
224 [[nodiscard]] constexpr bool writable() const { in writable() function
/external/python/cpython3/Lib/multiprocessing/
Dconnection.py118 def __init__(self, handle, readable=True, writable=True): argument
165 def writable(self): member in _ConnectionBase
1168 def rebuild_connection(ds, readable, writable): argument
1178 def rebuild_pipe_connection(dh, readable, writable): argument
1187 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
298 constexpr Stream(bool readable, bool writable, Seekability seekability) in Stream()
/external/libchrome/mojo/core/
Dhandle_signals_state.h60 bool writable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_WRITABLE); } in writable() function
/external/libchrome/mojo/public/cpp/system/
Dhandle_signals_state.h56 bool writable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_WRITABLE); } in writable() function
/external/pigweed/ts/transport/
Dserial_mock.ts125 writable = new WritableStream<Uint8Array>({ property in SerialPortMock
/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/cronet/tot/third_party/icu/source/common/
Dunistr_case.cpp105 UBool writable = isBufferWritable(); in caseMap() local

1234567