Home
last modified time | relevance | path

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

12

/external/v8/src/js/
Di18n.js612 writable: false, property
617 %object_define_property(array, 'length', {value: l, writable: false}); property
693 {value: value, writable: true, enumerable: true}); property
713 writable: true, property
1039 caseFirst: {writable: true}, property
1040 collation: {value: internalOptions.collation, writable: true}, property
1041 ignorePunctuation: {writable: true}, property
1042 locale: {writable: true}, property
1043 numeric: {writable: true}, property
1044 requestedLocale: {value: requestedLocale, writable: true}, property
[all …]
/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/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.cc240 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
/external/skia/include/core/
DSkTLazy.h149 T* writable() { in writable() function
/external/v8/tools/foozzie/
Dv8_mock.js64 Error, 'prepareStackTrace', { configurable: false, writable: false }); property
/external/fio/oslib/
Dlibmtd.h93 unsigned int writable:1; member
/external/skia/src/core/
DSkRegionPriv.h111 RunHead* writable = this; in ensureWritable() local
/external/python/cpython2/Include/
Dfileobject.h32 int writable; member
/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/python/cpython2/Lib/
Dasyncore.py327 def writable(self): member in dispatcher
543 def writable(self): member in dispatcher_with_send
Dasynchat.py207 def writable (self): member in async_chat
D_pyio.py401 def writable(self): member in IOBase
755 def writable(self): member in _BufferedIOMixin
899 def writable(self): member in BytesIO
1212 def writable(self): member in BufferedRWPair
1578 def writable(self): member in TextIOWrapper
Dgzip.py418 def writable(self): member in GzipFile
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
DCore.java63 public HandleSignals setWritable(boolean writable) { in setWritable()
/external/python/cpython2/Modules/_multiprocessing/
Dconnection.h41 BOOL readable = TRUE, writable = TRUE; in connection_new() local
/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()

12