Home
last modified time | relevance | path

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

12

/external/v8/src/js/
Di18n.js581 writable: false, property
586 %object_define_property(array, 'length', {value: l, writable: false}); property
655 {value: value, writable: true, enumerable: true}); property
675 writable: true, property
1007 caseFirst: {writable: true}, property
1008 collation: {value: internalOptions.collation, writable: true}, property
1009 ignorePunctuation: {writable: true}, property
1010 locale: {writable: true}, property
1011 numeric: {writable: true}, property
1012 requestedLocale: {value: requestedLocale, writable: true}, property
[all …]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DMethodProperty.java35 private final boolean writable; field in MethodProperty
/external/v8/src/
Dproperty-descriptor.h88 bool writable() const { return writable_; } in writable() function
89 void set_writable(bool writable) { in set_writable()
Dproperty-descriptor.cc233 Handle<Object> writable; in ToPropertyDescriptor() local
/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
Dfaketransportcontroller.h145 void SetWritable(bool writable) { set_writable(writable); } in SetWritable()
372 void SetWritable(bool writable) { in SetWritable()
Dtransport.h100 bool writable; // Has this connection received a STUN response? member
Dport.h445 bool writable() const { return write_state_ == STATE_WRITABLE; } in writable() function
Dp2ptransportchannel.cc1112 bool writable = best_connection_ && best_connection_->writable(); in UpdateState() local
/external/skia/include/core/
DSkTLazy.h149 T* writable() { in writable() function
/external/skia/src/core/
DSkRegionPriv.h111 RunHead* writable = this; in ensureWritable() local
/external/chromium-trace/catapult/telemetry/third_party/tsproxy/
Dtsproxy.py260 def writable(self): member in TCPConnection
417 def writable(self): member in Socks5Connection
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dbase_config.py74 def __init__(self, file_path, writable=False): argument
/external/webrtc/talk/media/sctp/
Dsctpdataengine_unittest.cc151 void OnSignaled(bool writable) { in OnSignaled()
156 bool IsSignaled(bool writable) { in IsSignaled()
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
DCore.java63 public HandleSignals setWritable(boolean writable) { in setWritable()
/external/webrtc/talk/app/webrtc/
Ddatachannel.cc408 void DataChannel::OnChannelReady(bool writable) { in OnChannelReady()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyUtil.h251 bool writable() const { return Data && Data->NumRefs == 1; } in writable() function
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jmemmgr.c760 boolean writable) in access_virt_sarray()
845 boolean writable) in access_virt_barray()
/external/libjpeg-turbo/
Djmemmgr.c821 boolean writable) in access_virt_sarray()
906 boolean writable) in access_virt_barray()
/external/webrtc/talk/session/media/
Dchannel.h116 bool writable() const { return writable_; } in writable() function
/external/libchrome/base/memory/
Dshared_memory_unittest.cc371 void* writable = mmap(NULL, contents.size(), PROT_READ | PROT_WRITE, in TEST() local
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
Dserialutil.py528 def writable(self): return True member in SerialBase
/external/v8/src/inspector/
Dinjected-script-source.js417 …descriptor = { name: name, value: o[property], writable: false, configurable: false, enumerable: f… property
/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp1227 UBool writable = utext_isWritable(ut); in FreezeTest() local

12