Home
last modified time | relevance | path

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

12345

/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/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/v8/src/objects/
Dproperty-descriptor.h89 bool writable() const { return writable_; } in writable() function
90 void set_writable(bool writable) { in set_writable()
Dproperty-descriptor.cc239 Handle<Object> writable; in ToPropertyDescriptor() local
/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/webrtc/webrtc/p2p/base/
Dtransportchannel.cc34 void TransportChannel::set_writable(bool writable) { in set_writable()
Dtransportchannel.h75 bool writable() const { return writable_; } in writable() function
/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/skia/src/core/
DSkTLazy.h176 T* writable() { in writable() function
DSkRegionPriv.h124 RunHead* writable = this; in ensureWritable() local
/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/skqp/include/core/
DSkTLazy.h176 T* writable() { in writable() function
/external/adhd/cras/src/server/
Dinput_data.c23 unsigned int writable; in input_data_run() local
/external/icu/icu4c/source/common/
Dunistr_case.cpp105 UBool writable = isBufferWritable(); in caseMap() local
/external/cros/system_api/dbus/seneschal/
Dseneschal_service.proto31 bool writable = 2; field
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DCore.java61 public HandleSignals setWritable(boolean writable) { in setWritable()
/external/v8/src/heap/
Dread-only-spaces.h182 bool writable() const { return !is_marked_read_only_; } in writable() function
/external/python/cpython2/Include/
Dfileobject.h32 int writable; member
/external/v8/src/inspector/
Dvalue-mirror.h37 bool writable; member
/external/skqp/src/core/
DSkRegionPriv.h124 RunHead* writable = this; in ensureWritable() local
/external/python/cpython3/Lib/
Dasynchat.py216 def writable(self): member in async_chat
/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c21 uint64_t writable:1; member
36 uint64_t writable:1; member
51 uint64_t writable:1; member
66 uint64_t writable:1; member

12345