Home
last modified time | relevance | path

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

1234

/external/v8/src/js/
Dintl.js469 writable: false, property
474 %object_define_property(array, 'length', {value: l, writable: false}); property
522 writable: true, property
773 currency: {writable: true}, property
774 currencyDisplay: {writable: true}, property
775 locale: {writable: true}, property
776 maximumFractionDigits: {writable: true}, property
777 minimumFractionDigits: {writable: true}, property
778 minimumIntegerDigits: {writable: true}, property
779 numberingSystem: {writable: true}, property
[all …]
/external/skia/modules/canvaskit/htmlcanvas/
Dimagedata.js12 writable: false property
16 writable: false property
20 writable: false property
/external/skqp/experimental/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/
Dproperty-descriptor.h91 bool writable() const { return writable_; } in writable() function
92 void set_writable(bool writable) { in set_writable()
Dproperty-descriptor.cc240 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/v8/tools/clusterfuzz/
Dv8_mock.js57 result, "constructor", { configurable: false, writable: false }); property
91 Error, 'prepareStackTrace', { configurable: false, 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
940 def rebuild_connection(ds, readable, writable): argument
950 def rebuild_pipe_connection(dh, readable, writable): argument
959 def rebuild_connection(df, readable, writable): argument
/external/skia/include/core/
DSkTLazy.h176 T* 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/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.c24 unsigned int writable; in input_data_run() local
Dcras_apm_list.c423 unsigned int writable; in reverse_data_run() local
521 unsigned int writable, nframes, nread; in cras_apm_list_process() local
/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()
/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c22 uint64_t writable:1; member
37 uint64_t writable:1; member
52 uint64_t writable:1; member
67 uint64_t writable:1; member
/external/python/cpython2/Include/
Dfileobject.h32 int writable; member
/external/python/cpython3/Lib/
Dasynchat.py216 def writable(self): member in async_chat
/external/skia/src/core/
DSkRegionPriv.h124 RunHead* writable = this; in ensureWritable() local
/external/skqp/src/core/
DSkRegionPriv.h124 RunHead* writable = this; in ensureWritable() local

1234