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

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
st16_64.S 612 .byte 0x92 # present, ring 0, data, expand-up, writable
621 .byte 0x9A # present, ring 0, data, expand-up, writable
630 .byte 0x92 # present, ring 0, data, expand-up, writable
639 .byte 0x9A # present, ring 0, data, expand-up, writable
648 .byte 0 # present, ring 0, data, expand-up, writable
679 .byte 0 # present, ring 0, data, expand-up, writable
    [all...]
st32_64.S 627 .byte 0x92 # present, ring 0, data, expand-up, writable
636 .byte 0x9A # present, ring 0, data, expand-up, writable
645 .byte 0x92 # present, ring 0, data, expand-up, writable
654 .byte 0x9A # present, ring 0, data, expand-up, writable
663 .byte 0 # present, ring 0, data, expand-up, writable
694 .byte 0 # present, ring 0, data, expand-up, writable
    [all...]
start64.S 619 .byte 0x92 # present, ring 0, data, expand-up, writable
628 .byte 0x9A # present, ring 0, data, expand-up, writable
637 .byte 0x92 # present, ring 0, data, expand-up, writable
646 .byte 0x9A # present, ring 0, data, expand-up, writable
655 .byte 0 # present, ring 0, data, expand-up, writable
686 .byte 0 # present, ring 0, data, expand-up, writable
    [all...]
  /art/runtime/
elf_file.cc 40 ElfFileImpl<ElfTypes>::ElfFileImpl(File* file, bool writable,
43 : writable_(writable),
64 bool writable,
70 (file, writable, program_header_only, requested_base));
73 if (writable) {
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
test_io.py 62 self.assertTrue(f.writable())
173 self.assertFalse(f.writable())
  /external/python/cpython2/Lib/multiprocessing/
connection.py 197 c1 = _multiprocessing.Connection(fd1, writable=False)
238 c1 = _multiprocessing.PipeConnection(h1, writable=duplex)
  /external/python/cpython3/Lib/idlelib/idle_test/
test_iomenu.py 53 self.assertTrue(f.writable())
143 self.assertFalse(f.writable())
  /external/webrtc/webrtc/p2p/base/
port.h 445 bool writable() const { return write_state_ == STATE_WRITABLE; } function in class:cricket::Connection
451 bool weak() const { return !(writable() && receiving() && connected()); }
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 474 boolean writable = checkFsWritable();
475 return writable;
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
connection.py 197 c1 = _multiprocessing.Connection(fd1, writable=False)
238 c1 = _multiprocessing.PipeConnection(h1, writable=duplex)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
connection.py 197 c1 = _multiprocessing.Connection(fd1, writable=False)
238 c1 = _multiprocessing.PipeConnection(h1, writable=duplex)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 197 c1 = _multiprocessing.Connection(fd1, writable=False)
238 c1 = _multiprocessing.PipeConnection(h1, writable=duplex)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 197 c1 = _multiprocessing.Connection(fd1, writable=False)
238 c1 = _multiprocessing.PipeConnection(h1, writable=duplex)
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 140 assertTrue("Found writable directories: " + writableDirs.toString(),
567 * the root directory are not writable. An application should only be
568 * able to write to it's own home directory. World writable directories
577 * test only. Writable directories within unreadable subdirectories
585 assertTrue("Found writable directories: " + writableDirs.toString(),
756 * testAllOtherDirectoriesNotWritable are not writable. An application
758 * writable directories are a security hole because they enable a
778 assertTrue("Found writable directories: " + writableDirs.toString(),
875 Set<File> writable = getAllWritableFilesInDirAndSubDir(new File("/sys")); local
876 writable.removeAll(SYS_EXCEPTIONS)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
asynchat.py 200 def writable (self): member in class:async_chat
201 "predicate for inclusion in the writable for select()"
  /external/fio/oslib/
libmtd_legacy.c 341 mtd->writable = 1;
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 412 unsigned writable:1; /**< writable shader resource */ member in struct:pipe_surface
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.cpp 105 info.writable = rw;
  /external/python/cpython2/Lib/
asynchat.py 207 def writable (self): member in class:async_chat
208 "predicate for inclusion in the writable for select()"
  /external/python/cpython3/Lib/
asynchat.py 216 def writable(self): member in class:async_chat
217 "predicate for inclusion in the writable for select()"
lzma.py 177 def writable(self): member in class:LZMAFile
  /external/skia/src/shaders/
SkShader.cpp 214 opaquePaint.writable()->setAlpha(SK_AlphaOPAQUE);
  /external/skia/tools/debugger/
SkDebugCanvas.cpp 43 paint->writable()->setColor(SK_ColorRED);
44 paint->writable()->setAlpha(0x08);
45 paint->writable()->setBlendMode(SkBlendMode::kSrcOver);
49 paint->writable()->setFilterQuality(fFilterQuality);
  /external/skqp/src/shaders/
SkShader.cpp 214 opaquePaint.writable()->setAlpha(SK_AlphaOPAQUE);
  /external/skqp/tools/debugger/
SkDebugCanvas.cpp 43 paint->writable()->setColor(SK_ColorRED);
44 paint->writable()->setAlpha(0x08);
45 paint->writable()->setBlendMode(SkBlendMode::kSrcOver);
49 paint->writable()->setFilterQuality(fFilterQuality);

Completed in 642 milliseconds

1 2 3 4 5 67 8 91011>>