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

1 2

  /external/llvm/unittests/ExecutionEngine/Orc/
ObjectLinkingLayerTest.cpp 32 bool IsReadOnly) override {
38 IsReadOnly);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_SpecialButton.cpp 41 if (IsReadOnly())
62 if (IsReadOnly())
PWL_EditCtrl.cpp 116 if (!IsReadOnly())
266 if (IsReadOnly())
399 if (!IsReadOnly())
502 if (!IsReadOnly())
507 if (!IsReadOnly())
512 if (!IsReadOnly())
517 if (!IsReadOnly())
522 if (!IsReadOnly())
527 return !IsReadOnly() && m_pEdit->CanUndo();
531 return !IsReadOnly() && m_pEdit->CanRedo()
    [all...]
PWL_Edit.cpp 117 return !IsReadOnly() && m_pEdit->IsSelected();
126 return CanCopy() && !IsReadOnly();
130 if (IsReadOnly())
525 if (!IsReadOnly()) {
587 if (IsReadOnly()) {
677 if (!IsReadOnly()) {
693 if (!IsReadOnly()) {
    [all...]
  /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; }
memory_containers_unittest.cc 31 MOCK_CONST_METHOD0(IsReadOnly, bool());
memory_stream.cc 89 return IsOpen() && !container_->IsReadOnly();
memory_stream_unittest.cc 39 MOCK_CONST_METHOD0(IsReadOnly, bool());
83 EXPECT_CALL(container_mock(), IsReadOnly())
  /external/llvm/tools/lli/
RemoteMemoryManager.h 75 bool IsReadOnly) override;
RemoteMemoryManager.cpp 50 bool 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/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 115 bool IsReadOnly) = 0;
  /external/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/MCJIT/
MCJITCAPITest.cpp 46 LLVMBool isReadOnly) {
50 size, alignment, sectionID, sectionName, isReadOnly);
106 bool IsReadOnly) override {
107 useSpace(IsReadOnly ? &UsedDataSizeRO : &UsedDataSizeRW, Size, Alignment);
109 SectionID, SectionName, IsReadOnly);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } }
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 50 bool IsReadOnly) override {
52 SectionName, IsReadOnly);
  /external/v8/src/compiler/
access-info.cc 250 if (details.IsReadOnly()) {
441 if (details.IsReadOnly()) return false;
js-global-object-specialization.cc 85 if (!property_details.IsConfigurable() && property_details.IsReadOnly()) {
175 if (property_details.IsReadOnly()) return NoChange();
  /external/v8/src/
lookup.h 241 bool IsReadOnly() const { return property_details().IsReadOnly(); }
property-details.h 332 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; }
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 360 bool IsReadOnly = isReadOnlyData(Section);
380 } else if (IsReadOnly) {
571 bool IsReadOnly = isReadOnlyData(Section);
612 Name, IsReadOnly);
    [all...]
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_IFormFiller.h 91 static FX_BOOL IsReadOnly(CPDFSDK_Widget* pWidget);
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 155 bool IsReadOnly) override;
239 bool IsReadOnly) {
  /art/runtime/
dex_file_test.cc 164 EXPECT_TRUE(dex_file->IsReadOnly());

Completed in 389 milliseconds

1 2