Home
last modified time | relevance | path

Searched refs:readonly_ (Results 1 – 25 of 93) sorted by relevance

1234

/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiIndices.cpp47 : QWidget(parent), readonly_(false), in GuiIndices()
75 indexCO->setEnabled(!readonly_); in updateWidgets()
78 indexOptionsLE->setReadOnly(readonly_); in updateWidgets()
80 multipleIndicesCB->setEnabled(!readonly_); in updateWidgets()
83 newIndexLE->setReadOnly(readonly_); in updateWidgets()
85 addIndexPB->setEnabled(use_indices_ && !readonly_ in updateWidgets()
88 removePB->setEnabled(use_indices_ && have_sel && !readonly_); in updateWidgets()
89 colorPB->setEnabled(use_indices_ && have_sel && !readonly_); in updateWidgets()
90 renamePB->setEnabled(use_indices_ && have_sel && !readonly_); in updateWidgets()
97 readonly_ = readonly; in update()
/dports/sysutils/intel-pcm/pcm-202109/
H A Dmmio.cpp85 …ORange(uint64 baseAddr_, uint64 /* size_ */, bool readonly_) : startAddr(baseAddr_), readonly(read… in WinPmemMMIORange() argument
98 MMIORange::MMIORange(uint64 baseAddr_, uint64 size_, bool readonly_) in MMIORange() argument
110 impl = std::make_shared<OwnMMIORange>(baseAddr_, size_, readonly_); in MMIORange()
119 impl = std::make_shared<WinPmemMMIORange>(baseAddr_, size_, readonly_); in MMIORange()
173 MMIORange::MMIORange(uint64 physical_address, uint64 size_, bool readonly_) :
176 readonly(readonly_)
218 MMIORange::MMIORange(uint64 baseAddr_, uint64 size_, bool readonly_) :
222 readonly(readonly_)
H A Dmmio.h84 WinPmemMMIORange(uint64 baseAddr_, uint64 size_, bool readonly_ = true);
112 OwnMMIORange(uint64 baseAddr_, uint64 size_, bool readonly_ = true);
124 MMIORange(uint64 baseAddr_, uint64 size_, bool readonly_ = true);
152 MMIORange(uint64 baseAddr_, uint64 size_, bool readonly_ = true);
/dports/sysutils/intel-pcm-devel/pcm-0212b38/
H A Dmmio.cpp85 …ORange(uint64 baseAddr_, uint64 /* size_ */, bool readonly_) : startAddr(baseAddr_), readonly(read… in WinPmemMMIORange() argument
98 MMIORange::MMIORange(uint64 baseAddr_, uint64 size_, bool readonly_) in MMIORange() argument
110 impl = std::make_shared<OwnMMIORange>(baseAddr_, size_, readonly_); in MMIORange()
119 impl = std::make_shared<WinPmemMMIORange>(baseAddr_, size_, readonly_); in MMIORange()
173 MMIORange::MMIORange(uint64 physical_address, uint64 size_, bool readonly_) :
176 readonly(readonly_)
218 MMIORange::MMIORange(uint64 baseAddr_, uint64 size_, bool readonly_) :
222 readonly(readonly_)
H A Dmmio.h84 WinPmemMMIORange(uint64 baseAddr_, uint64 size_, bool readonly_ = true);
112 OwnMMIORange(uint64 baseAddr_, uint64 size_, bool readonly_ = true);
124 MMIORange(uint64 baseAddr_, uint64 size_, bool readonly_ = true);
152 MMIORange(uint64 baseAddr_, uint64 size_, bool readonly_ = true);
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fs_mgr/libdm/include/libdm/
H A Ddm_table.h33 DmTable() : num_sectors_(0), readonly_(false) {} in DmTable()
70 void set_readonly(bool readonly) { readonly_ = readonly; } in set_readonly()
71 bool readonly() const { return readonly_; } in readonly()
86 bool readonly_; variable
/dports/databases/xapian-core/xapian-core-1.4.18/backends/glass/
H A Dglass_check.h46 bool readonly_, std::ostream *out_) in GlassTableCheck() argument
47 : GlassTable(tablename_, path_, readonly_), out(out_) { } in GlassTableCheck()
50 bool readonly_, std::ostream *out_) in GlassTableCheck() argument
51 : GlassTable(tablename_, fd, offset_, readonly_), out(out_) { } in GlassTableCheck()
H A Dglass_postlist.h72 GlassPostListTable(const string & path_, bool readonly_) in GlassPostListTable() argument
73 : GlassTable("postlist", path_ + "/postlist.", readonly_), in GlassPostListTable()
77 GlassPostListTable(int fd, off_t offset_, bool readonly_) in GlassPostListTable() argument
78 : GlassTable("postlist", fd, offset_, readonly_), in GlassPostListTable()
H A Dglass_positionlist.h57 GlassPositionListTable(int fd, off_t offset_, bool readonly_) in GlassPositionListTable() argument
58 : GlassLazyTable("position", fd, offset_, readonly_) { } in GlassPositionListTable()
/dports/chinese/librime/librime-1.7.3/src/rime/dict/
H A Dtext_db.cc109 readonly_ = false; in Open()
131 readonly_ = false; in OpenReadOnly()
134 readonly_ = true; in OpenReadOnly()
149 readonly_ = false; in Close()
H A Dlevel_db.cc263 readonly_ = false; in Open()
264 auto status = db_->Open(file_name(), readonly_); in Open()
286 readonly_ = true; in OpenReadOnly()
287 auto status = db_->Open(file_name(), readonly_); in OpenReadOnly()
304 readonly_ = false; in Close()
H A Ddb.h63 bool readonly() const { return readonly_; } in readonly()
72 bool readonly_ = false; variable
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/brass/
H A Dbrass_record.h50 BrassRecordTable(const string & path_, bool readonly_) in BrassRecordTable() argument
51 : BrassTable("record", path_ + "/record.", readonly_, Z_DEFAULT_STRATEGY) { } in BrassRecordTable()
H A Dbrass_postlist.h68 BrassPostListTable(const string & path_, bool readonly_) in BrassPostListTable() argument
69 : BrassTable("postlist", path_ + "/postlist.", readonly_), in BrassPostListTable()
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/flint/
H A Dflint_record.h50 FlintRecordTable(const string & path_, bool readonly_) in FlintRecordTable() argument
51 : FlintTable("record", path_ + "/record.", readonly_, Z_DEFAULT_STRATEGY) { } in FlintRecordTable()
H A Dflint_values.h58 FlintValueTable(const string & path_, bool readonly_) in FlintValueTable() argument
59 : FlintTable("value", path_ + "/value.", readonly_, DONT_COMPRESS, true) { } in FlintValueTable()
H A Dflint_postlist.h60 FlintPostListTable(const string & path_, bool readonly_) in FlintPostListTable() argument
61 : FlintTable("postlist", path_ + "/postlist.", readonly_) { } in FlintPostListTable()
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/chert/
H A Dchert_record.h50 ChertRecordTable(const string & path_, bool readonly_) in ChertRecordTable() argument
51 : ChertTable("record", path_ + "/record.", readonly_, Z_DEFAULT_STRATEGY) { } in ChertRecordTable()
H A Dchert_postlist.h67 ChertPostListTable(const string & path_, bool readonly_) in ChertPostListTable() argument
68 : ChertTable("postlist", path_ + "/postlist.", readonly_), in ChertPostListTable()
/dports/databases/xapian-core/xapian-core-1.4.18/backends/chert/
H A Dchert_record.h51 ChertRecordTable(const string & path_, bool readonly_) in ChertRecordTable() argument
52 : ChertTable("record", path_ + "/record.", readonly_, Z_DEFAULT_STRATEGY) { } in ChertRecordTable()
H A Dchert_postlist.h68 ChertPostListTable(const string & path_, bool readonly_) in ChertPostListTable() argument
69 : ChertTable("postlist", path_ + "/postlist.", readonly_), in ChertPostListTable()
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A DidlParse.py85 readonly_,
147 attributeDef = Optional(readonly_) + attribute_ + typeDef + identifier + semi
/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A DidlParse.py28readonly_, sequence_, short_, string_, struct_, switch_, TRUE_, typedef_, unsigned_, union_, void_,
52 attributeDef = Optional( readonly_ ) + attribute_ + typeDef + identifier + semi
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/metrics/
H A Dpersistent_memory_allocator.cc329 readonly_(readonly), in PersistentMemoryAllocator()
472 if (name.empty() || readonly_) in CreateTrackingHistograms()
558 DCHECK(!readonly_); in ChangeType()
633 DCHECK(!readonly_); in AllocateImpl()
777 DCHECK(!readonly_); in MakeIterable()
848 if (!readonly_) { in SetCorrupt()
934 DCHECK(!readonly_); in UpdateTrackingHistograms()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/metrics/
H A Dpersistent_memory_allocator.cc329 readonly_(readonly), in PersistentMemoryAllocator()
474 if (name.empty() || readonly_) in CreateTrackingHistograms()
560 DCHECK(!readonly_); in ChangeType()
635 DCHECK(!readonly_); in AllocateImpl()
779 DCHECK(!readonly_); in MakeIterable()
850 if (!readonly_) { in SetCorrupt()
936 DCHECK(!readonly_); in UpdateTrackingHistograms()

1234