HomeSort by relevance Sort by last modified time
    Searched refs:writable (Results 101 - 125 of 443) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fileio.py 131 'readable', 'writable']
229 f.writable()
270 self.assertEqual(f.writable(), True)
276 self.assertEqual(f.writable(), False)
282 self.assertEqual(f.writable(), True)
297 self.assertEqual(f.writable(), True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileio.py 131 'readable', 'writable']
229 f.writable()
270 self.assertEqual(f.writable(), True)
276 self.assertEqual(f.writable(), False)
282 self.assertEqual(f.writable(), True)
297 self.assertEqual(f.writable(), True)
  /external/python/cpython3/Modules/_io/
bufferedio.c 46 _Py_IDENTIFIER(writable); variable
213 int writable; member in struct:__anon33319
256 methods (this is helped by the members `readable` and `writable`, which
370 (self->writable && self->write_end != -1)
879 if (self->writable) {
1012 if (self->writable) {
1150 if (self->writable) {
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start.S 474 .byte 0x92 # present, ring 0, data, expand-up, writable
483 .byte 0x9A # present, ring 0, data, expand-up, writable
492 .byte 0x92 # present, ring 0, data, expand-up, writable
501 .byte 0x9A # present, ring 0, data, expand-up, writable
510 .byte 0 # present, ring 0, data, expand-up, writable
519 .byte 0 # present, ring 0, data, expand-up, writable
528 .byte 0 # present, ring 0, data, expand-up, writable
    [all...]
start16.S 467 .byte 0x92 # present, ring 0, data, expand-up, writable
476 .byte 0x9A # present, ring 0, data, expand-up, writable
485 .byte 0x92 # present, ring 0, data, expand-up, writable
494 .byte 0x9A # present, ring 0, data, expand-up, writable
503 .byte 0 # present, ring 0, data, expand-up, writable
512 .byte 0 # present, ring 0, data, expand-up, writable
521 .byte 0 # present, ring 0, data, expand-up, writable
    [all...]
start32.S 482 .byte 0x92 # present, ring 0, data, expand-up, writable
491 .byte 0x9A # present, ring 0, data, expand-up, writable
500 .byte 0x92 # present, ring 0, data, expand-up, writable
509 .byte 0x9A # present, ring 0, data, expand-up, writable
518 .byte 0 # present, ring 0, data, expand-up, writable
527 .byte 0 # present, ring 0, data, expand-up, writable
536 .byte 0 # present, ring 0, data, expand-up, writable
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.S 733 .byte 0x92 # present, ring 0, data, expand-up, writable
742 .byte 0x9A # present, ring 0, data, expand-up, writable
751 .byte 0x92 # present, ring 0, data, expand-up, writable
760 .byte 0x9A # present, ring 0, data, expand-up, writable
769 .byte 0x9b # present, ring 0, data, expand-up, writable
778 .byte 0x93 # present, ring 0, data, expand-up, not-writable
787 .byte 0 # present, ring 0, data, expand-up, writable
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 189 writable (false), edit_count (0),
205 this->writable = false;
282 this->writable ? "GRANTED" : "DENIED");
284 return this->writable;
298 bool writable; member in struct:OT::hb_sanitize_context_t
344 if (edit_count && !c->writable) {
349 c->writable = true;
350 /* ok, we made it writable by relocating. try again */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
bufferedio.c 199 int writable; member in struct:__anon4379
241 methods (this is helped by the members `readable` and `writable`, which
339 (self->writable && self->write_end != -1)
803 if (self->writable) {
895 if (self->writable) {
982 if (self->writable) {
1117 if (self->writable) {
1155 if (self->writable) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_pyio.py 389 def writable(self): member in class:IOBase
397 """Internal: raise an IOError if file is not writable
399 if not self.writable():
400 raise IOError("File or stream is not writable."
742 def writable(self): member in class:_BufferedIOMixin
743 return self.raw.writable()
884 def writable(self): member in class:BytesIO
1198 def writable(self): member in class:BufferedRWPair
1555 def writable(self): member in class:TextIOWrapper
    [all...]
asyncore.py 132 is_w = obj.writable()
182 if obj.writable():
186 # or writable.
324 def writable(self): member in class:dispatcher
539 def writable(self): member in class:dispatcher_with_send
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
bufferedio.c 199 int writable; member in struct:__anon4692
241 methods (this is helped by the members `readable` and `writable`, which
339 (self->writable && self->write_end != -1)
762 if (self->writable) {
836 if (self->writable) {
889 if (self->writable) {
939 if (self->writable) {
1090 if (self->writable) {
1128 if (self->writable) {
    [all...]
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
base_config.py 74 def __init__(self, file_path, writable=False):
78 writable: False: This config will be used to lookup information.
95 self._writable = writable
100 if not writable:
120 ReadWriteError: If called when the config is writable.
126 'Trying to read dependency info from a writable config. File for '
226 ReadWriteError: If the config was not initialized as writable, or if
  /external/python/cpython2/Lib/
_pyio.py 281 arrays of bytes. In some cases, such as readinto, a writable object such
401 def writable(self): member in class:IOBase
409 """Internal: raise an IOError if file is not writable
411 if not self.writable():
412 raise IOError("File or stream is not writable."
755 def writable(self): member in class:_BufferedIOMixin
756 return self.raw.writable()
899 def writable(self): member in class:BytesIO
1212 def writable(self): member in class:BufferedRWPair
1578 def writable(self): member in class:TextIOWrapper
    [all...]
  /external/python/cpython2/Modules/_io/
bufferedio.c 198 int writable; member in struct:__anon32713
240 methods (this is helped by the members `readable` and `writable`, which
338 (self->writable && self->write_end != -1)
802 if (self->writable) {
894 if (self->writable) {
981 if (self->writable) {
1115 if (self->writable) {
1153 if (self->writable) {
    [all...]
  /external/skia/experimental/svg/model/
SkSVGRenderContext.cpp 328 fPresentationContext.writable()->fInherited.f ## ATTR.set(*value); \
331 fPresentationContext.writable()); \
375 auto* pctx = fPresentationContext.writable();
  /external/skqp/experimental/svg/model/
SkSVGRenderContext.cpp 328 fPresentationContext.writable()->fInherited.f ## ATTR.set(*value); \
331 fPresentationContext.writable()); \
375 auto* pctx = fPresentationContext.writable();
  /external/webrtc/talk/app/webrtc/
datachannel.cc 408 void DataChannel::OnChannelReady(bool writable) {
409 writable_ = writable;
410 if (!writable) {
454 // If we have received buffers before the channel got writable.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_pyio.py 392 def writable(self): member in class:IOBase
400 """Internal: raise an IOError if file is not writable
402 if not self.writable():
403 raise IOError("File or stream is not writable."
748 def writable(self): member in class:_BufferedIOMixin
749 return self.raw.writable()
892 def writable(self): member in class:BytesIO
1205 def writable(self): member in class:BufferedRWPair
1564 def writable(self): member in class:TextIOWrapper
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_pyio.py 392 def writable(self): member in class:IOBase
400 """Internal: raise an IOError if file is not writable
402 if not self.writable():
403 raise IOError("File or stream is not writable."
748 def writable(self): member in class:_BufferedIOMixin
749 return self.raw.writable()
892 def writable(self): member in class:BytesIO
1205 def writable(self): member in class:BufferedRWPair
1564 def writable(self): member in class:TextIOWrapper
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 392 def writable(self): member in class:IOBase
400 """Internal: raise an IOError if file is not writable
402 if not self.writable():
403 raise IOError("File or stream is not writable."
748 def writable(self): member in class:_BufferedIOMixin
749 return self.raw.writable()
892 def writable(self): member in class:BytesIO
1205 def writable(self): member in class:BufferedRWPair
1564 def writable(self): member in class:TextIOWrapper
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 392 def writable(self): member in class:IOBase
400 """Internal: raise an IOError if file is not writable
402 if not self.writable():
403 raise IOError("File or stream is not writable."
748 def writable(self): member in class:_BufferedIOMixin
749 return self.raw.writable()
892 def writable(self): member in class:BytesIO
1205 def writable(self): member in class:BufferedRWPair
1564 def writable(self): member in class:TextIOWrapper
    [all...]
  /compatibility/cdd/9_security-model/
9_7_kernel-security-features.md 36 code is read-only, read-only data is non-executable and non-writable, and
37 writable data is non-executable (e.g. `CONFIG_DEBUG_RODATA` or `CONFIG_STRICT_KERNEL_RWX`).
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
Flat32.asm 155 DB 09Bh ; present, ring 0, data, expand-up, not-writable
165 DB 093h ; present, ring 0, data, expand-up, not-writable
  /external/chromium-trace/catapult/common/bin/
update_chrome_reference_binaries 157 config = base_config.BaseConfig(_CHROME_BINARIES_CONFIG, writable=True)

Completed in 739 milliseconds

1 2 3 45 6 7 8 91011>>