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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
saxutils.py 91 buffer.writable = lambda: True
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
fetch_test.go 429 // On iOS, $HOME points to the app root directory and is not writable.
430 // On Android, $HOME points to / which is not writable.
  /prebuilts/go/darwin-x86/src/os/
file.go 329 // bit (owner writable) of mode is used; it controls whether the
332 // 0600 for a readable+writable file.
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
fetch_test.go 429 // On iOS, $HOME points to the app root directory and is not writable.
430 // On Android, $HOME points to / which is not writable.
  /prebuilts/go/linux-x86/src/os/
file.go 329 // bit (owner writable) of mode is used; it controls whether the
332 // 0600 for a readable+writable file.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 431 conn.readable, conn.writable)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_poplib.py 150 def writable(self): member in class:DummyPOP3Server
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 91 buffer.writable = lambda: True
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 431 conn.readable, conn.writable)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_poplib.py 150 def writable(self): member in class:DummyPOP3Server
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 91 buffer.writable = lambda: True
  /system/core/fastboot/
usb_osx.cpp 367 handle->info.writable = 1;
  /external/python/cpython3/Lib/test/
test_asyncore.py 252 self.assertEqual(d.writable(), True)
648 def writable(self): member in class:BaseTestAPI.test_handle_close_after_conn_broken.TestHandler
test_lzma.py 756 self.assertFalse(f.writable())
758 self.assertFalse(f.writable())
761 self.assertRaises(ValueError, f.writable)
765 self.assertTrue(f.writable())
768 self.assertRaises(ValueError, f.writable)
    [all...]
  /external/selinux/python/sepolicy/
sepolicy.py 410 writable = get_types(args.source, args.tclass, args.sourceaccess.split(","))
412 out = list(set(writable) & set(readable))
  /external/v8/src/inspector/
injected-script-source.js 416 // Not all bindings provide proper descriptors. Fall back to the writable, configurable property.
420 descriptor = { name: name, value: o[property], writable: false, configurable: false, enumerable: false, __proto__: null };
498 yield { name: "__proto__", value: proto, writable: true, configurable: true, enumerable: false, isOwn: true, __proto__: null };
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
output.cc     [all...]
  /external/skia/src/core/
SkDraw.cpp     [all...]
  /external/skqp/src/core/
SkDraw.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
gzip.py 400 def writable(self): member in class:GzipFile
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialutil.py 528 def writable(self): return True member in class:SerialBase
  /external/python/cpython2/Lib/
gzip.py 418 def writable(self): member in class:GzipFile
  /external/python/cpython3/Lib/
gzip.py 346 def writable(self): member in class:GzipFile
socket.py 573 """Read up to len(b) bytes into the writable buffer *b* and return
618 def writable(self): member in class:SocketIO
  /external/python/cpython3/Lib/idlelib/
run.py 337 def writable(self): member in class:PseudoOutputFile

Completed in 1440 milliseconds

1 2 3 4 5 6 7 8 91011>>