Home
last modified time | relevance | path

Searched refs:setWritable (Results 1 – 9 of 9) 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/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DCore.java43 HandleSignals.none().setWritable(true).immutable();
61 public HandleSignals setWritable(boolean writable) { in setWritable() method in Core.HandleSignals
/external/llvm/include/llvm/Support/
DMemory.h148 static bool setWritable(MemoryBlock &M, std::string *ErrMsg = nullptr);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMemory.h148 static bool setWritable(MemoryBlock &M, std::string *ErrMsg = nullptr);
/external/llvm/lib/Support/Windows/
DMemory.inc193 bool Memory::setWritable(MemoryBlock &M, std::string *ErrMsg) {
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/common/
DModelFileManagerTest.java353 readOnlyDir.setWritable(false); in deleteUnusedModelFiles_readOnlyModelsUntouched()
/external/llvm/lib/Support/Unix/
DMemory.inc255 bool Memory::setWritable (MemoryBlock &M, std::string *ErrMsg) {
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DMemory.inc242 bool Memory::setWritable (MemoryBlock &M, std::string *ErrMsg) {
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/system/impl/
DCoreImplTest.java52 HandleSignals.none().setPeerClosed(true).setReadable(true).setWritable(true);