Home
last modified time | relevance | path

Searched defs:writable (Results 1 – 25 of 155) 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.json261 "writable": "false", string
269 "writable": "true", string
277 "writable": "true", string
285 "writable": "true", string
293 "writable": "true", string
301 "writable": "true", string
309 "writable": "true", string
317 "writable": "true", string
325 "writable": "true", string
333 "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/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.ts34 readonly writable: WritableStream<Uint8Array>; property in SerialPort
/external/angle/scripts/
Dvk_mandatory_format_support_capture_to_json.js70 writable: false property
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DMethodProperty.java35 private final boolean writable; field in MethodProperty
/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_stream/public/pw_stream/
Dstream.h68 constexpr bool writable() const { return writable_; } in writable() function
243 constexpr Stream(bool readable, bool writable, Seekability seekability) in Stream()
/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/pigweed/ts/transport/
Dserial_mock.ts119 writable = new WritableStream<Uint8Array>({ property in SerialPortMock
/external/linux-kselftest/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod.c75 struct bpf_testmod_test_writable_ctx writable = { in bpf_testmod_test_read() local
/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/third_party/icu/source/common/
Dunistr_case.cpp105 UBool writable = isBufferWritable(); in caseMap() local
/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()

1234567