HomeSort by relevance Sort by last modified time
    Searched refs:IsReadOnly (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/pdfium/fpdfsdk/pdfwindow/
PWL_SpecialButton.cpp 41 if (IsReadOnly())
62 if (IsReadOnly())
PWL_EditCtrl.cpp 103 if (!IsReadOnly())
252 if (IsReadOnly())
373 if (!IsReadOnly())
461 if (!IsReadOnly())
466 if (!IsReadOnly())
471 if (!IsReadOnly())
476 if (!IsReadOnly())
481 if (!IsReadOnly())
486 return !IsReadOnly() && m_pEdit->CanUndo();
490 return !IsReadOnly() && m_pEdit->CanRedo()
    [all...]
  /test/vts-testcase/kernel/api/selinux/
KernelSelinuxFileTestBase.py 54 By default, return the IsReadOnly function from target_file_utils.
61 return target_file_utils.IsReadOnly
  /test/vts-testcase/kernel/api/sysfs/
KernelApiSysfsTest.py 69 def IsReadOnly(self, path):
84 target_file_utils.IsReadOnly(permission),
99 self.IsReadOnly(filepath)
109 self.IsReadOnly(filepath)
114 self.IsReadOnly(filepath)
  /external/libbrillo/brillo/streams/
memory_containers.h 58 virtual bool IsReadOnly() const = 0;
116 bool IsReadOnly() const override { return true; }
163 bool IsReadOnly() const override { return false; }
247 bool IsReadOnly() const override { return false; }
  /external/libmojo/mojo/edk/system/
shared_buffer_dispatcher.cc 201 (!shared_buffer_->IsReadOnly())) {
208 DCHECK(read_only_buffer->IsReadOnly());
239 LOG(ERROR) << "Unable to map: read_only" << shared_buffer_->IsReadOnly();
263 (shared_buffer_->IsReadOnly() ? kSerializedStateFlagsReadOnly : 0);
  /external/llvm/tools/lli/
RemoteJITUtils.h 98 bool IsReadOnly) override {
100 IsReadOnly);
  /external/lzma/CPP/Windows/
FileFind.h 15 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; }
56 bool IsReadOnly() const { return MatchesMask(FILE_ATTRIBUTE_READONLY); }
  /external/libmojo/mojo/edk/embedder/
platform_shared_buffer.h 68 bool IsReadOnly() const;
  /external/llvm/include/llvm-c/
ExecutionEngine.h 160 const char *SectionName, LLVMBool IsReadOnly);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
ExecutionEngine.h 160 const char *SectionName, LLVMBool IsReadOnly);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
ExecutionEngine.h 160 const char *SectionName, LLVMBool IsReadOnly);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
ExecutionEngine.h 160 const char *SectionName, LLVMBool IsReadOnly);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
ExecutionEngine.h 160 const char *SectionName, LLVMBool IsReadOnly);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
ExecutionEngine.h 160 const char *SectionName, LLVMBool IsReadOnly);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
ExecutionEngine.h 160 const char *SectionName, LLVMBool IsReadOnly);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
ExecutionEngine.h 160 const char *SectionName, LLVMBool IsReadOnly);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
ExecutionEngine.h 160 const char *SectionName, LLVMBool IsReadOnly);
  /external/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 26 bool IsReadOnly) {
27 if (IsReadOnly)
  /external/llvm/unittests/ExecutionEngine/Orc/
ObjectLinkingLayerTest.cpp 54 bool IsReadOnly) override {
60 IsReadOnly);
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 46 LLVMBool isReadOnly) {
50 size, alignment, sectionID, sectionName, isReadOnly);
107 bool IsReadOnly) override {
108 useSpace(IsReadOnly ? &UsedDataSizeRO : &UsedDataSizeRW, Size, Alignment);
110 SectionID, SectionName, IsReadOnly);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
MmcHost.h 166 MMC_ISREADONLY IsReadOnly;
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 132 bool IsReadOnly) = 0;
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.h 85 static bool IsReadOnly(CPDFSDK_Widget* pWidget);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 126 bool IsReadOnly) = 0;

Completed in 399 milliseconds

1 2 3 4