Home
last modified time | relevance | path

Searched refs:setWritable (Results 1 – 13 of 13) sorted by relevance

/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/io/
DFileMatchersTest.java54 file.setWritable(false); in testAWritableFile()
60 file.setWritable(false); in testAFileWithSizeLong()
66 file.setWritable(false); in testAFileWithSizeMatcherOfLong()
72 file.setWritable(false); in testAFileNamed()
78 file.setWritable(false); in testAFileWithCanonicalPath()
84 file.setWritable(false); in testAFileWithAbsolutePath()
/external/droiddriver/src/io/appium/droiddriver/util/
DFileUtils.java47 file.setWritable(true /* readable */, false/* ownerOnly */); in open()
80 dir.setWritable(true /* readable */, false/* ownerOnly */); in mkdirs()
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
DCore.java45 HandleSignals.none().setWritable(true).immutable();
63 public HandleSignals setWritable(boolean writable) { in setWritable() method in Core.HandleSignals
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMemory.h83 static bool setWritable(MemoryBlock &M, std::string *ErrMsg = 0);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMemory.h148 static bool setWritable(MemoryBlock &M, std::string *ErrMsg = nullptr);
/external/llvm/include/llvm/Support/
DMemory.h148 static bool setWritable(MemoryBlock &M, std::string *ErrMsg = nullptr);
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DMemory.inc70 bool Memory::setWritable(MemoryBlock &M, std::string *ErrMsg) {
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DMemory.inc107 bool llvm::sys::Memory::setWritable (MemoryBlock &M, std::string *ErrMsg) {
/external/llvm/lib/Support/Windows/
DMemory.inc193 bool Memory::setWritable(MemoryBlock &M, std::string *ErrMsg) {
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/
DCoreImplTest.java48 HandleSignals.none().setPeerClosed(true).setReadable(true).setWritable(true);
282 Core.HandleSignals.none().setReadable(true).setWritable(true), 0); in testMessagePipeEmpty()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp499 sys::Memory::setWritable(CodeSlabs[i]); in setMemoryWritable()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DMemory.inc242 bool Memory::setWritable (MemoryBlock &M, std::string *ErrMsg) {
/external/llvm/lib/Support/Unix/
DMemory.inc255 bool Memory::setWritable (MemoryBlock &M, std::string *ErrMsg) {