Home
last modified time | relevance | path

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

1234

/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
/external/skqp/include/core/
DSkTLazy.h168 T* writable() { in writable() function
/external/skia/include/core/
DSkTLazy.h168 T* 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
931 def rebuild_connection(ds, readable, writable): argument
941 def rebuild_pipe_connection(dh, readable, writable): argument
950 def rebuild_connection(df, readable, writable): argument
/external/v8/tools/foozzie/
Dv8_mock.js64 Error, 'prepareStackTrace', { configurable: false, writable: false }); property
/external/icu/icu4c/source/common/
Dunistr_case.cpp105 UBool writable = isBufferWritable(); in caseMap() local
/external/fio/oslib/
Dlibmtd.h93 unsigned int writable:1; member
/external/skia/src/core/
DSkRegionPriv.h111 RunHead* writable = this; in ensureWritable() local
/external/skqp/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/python/cpython3/Lib/
Dasynchat.py216 def writable(self): member in async_chat
Dlzma.py177 def writable(self): member in LZMAFile
Dbz2.py156 def writable(self): member in BZ2File
Dasyncore.py314 def writable(self): member in dispatcher
523 def writable(self): member in dispatcher_with_send
D_pyio.py421 def writable(self): member in IOBase
948 def writable(self): member in BytesIO
1173 def writable(self): member in BufferedWriter
1296 def writable(self): member in BufferedRWPair
1687 def writable(self): member in FileIO
2022 def writable(self): member in TextIOWrapper
/external/cros/system_api/dbus/vm_concierge/
Dservice.proto49 bool writable = 6; field
/external/python/cpython2/Lib/
Dasyncore.py327 def writable(self): member in dispatcher
543 def writable(self): member in dispatcher_with_send
/external/webrtc/talk/media/sctp/
Dsctpdataengine_unittest.cc151 void OnSignaled(bool writable) { in OnSignaled()
156 bool IsSignaled(bool writable) { in IsSignaled()

1234