Home
last modified time | relevance | path

Searched refs:GlobalRead (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/wxlauncher/code/apis/
H A DProfileManager.h53 bool GlobalRead(const wxString& key, bool* b) const;
54 bool GlobalRead(const wxString& key, bool* b, bool defaultVal, bool writeBackIfAbsent = false);
55 bool GlobalRead(const wxString& key, wxString* str) const;
56 …bool GlobalRead(const wxString& key, wxString* str, const wxString& defaultVal, bool writeBackIfAb…
57 bool GlobalRead(const wxString& key, long* l, long defaultVal, bool writeBackIfAbsent = false);
H A DProfileManager.cpp389 bool ProMan::GlobalRead(const wxString& key, bool* b) const { in GlobalRead() function in ProMan
405 bool ProMan::GlobalRead(const wxString& key, bool* b, bool defaultVal, bool writeBackIfAbsent) { in GlobalRead() function in ProMan
423 bool ProMan::GlobalRead(const wxString& key, wxString* str) const { in GlobalRead() function in ProMan
439 bool ProMan::GlobalRead(const wxString& key, wxString* str, const wxString& defaultVal, bool writeB… in GlobalRead() function in ProMan
461 bool ProMan::GlobalRead(const wxString& key, long* l, long defaultVal, bool writeBackIfAbsent) { in GlobalRead() function in ProMan
/dports/games/wxlauncher/wxLauncher-release-0.10.0/code/apis/
H A DProfileManager.h67 bool GlobalRead(const wxString& key, bool* b) const;
68 bool GlobalRead(const wxString& key, bool* b, bool defaultVal, bool writeBackIfAbsent = false);
69 bool GlobalRead(const wxString& key, wxString* str) const;
70 …bool GlobalRead(const wxString& key, wxString* str, const wxString& defaultVal, bool writeBackIfAb…
71 bool GlobalRead(const wxString& key, long* l, long defaultVal, bool writeBackIfAbsent = false);
H A DProfileManager.cpp451 bool ProMan::GlobalRead(const wxString& key, bool* b) const { in GlobalRead() function in ProMan
467 bool ProMan::GlobalRead(const wxString& key, bool* b, bool defaultVal, bool writeBackIfAbsent) { in GlobalRead() function in ProMan
485 bool ProMan::GlobalRead(const wxString& key, wxString* str) const { in GlobalRead() function in ProMan
501 bool ProMan::GlobalRead(const wxString& key, wxString* str, const wxString& defaultVal, bool writeB… in GlobalRead() function in ProMan
523 bool ProMan::GlobalRead(const wxString& key, long* l, long defaultVal, bool writeBackIfAbsent) { in GlobalRead() function in ProMan
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/concurrency/
H A Dd_concurrency_test.cpp246 TEST_F(DConcurrencyTestFixture, GlobalRead) { in TEST_F() argument
249 Lock::GlobalRead globalRead(opCtx.get()); in TEST_F()
269 Lock::GlobalRead globalRead(opCtx.get()); in TEST_F()
523 Lock::GlobalRead globalRead(clients[0].second.get()); in TEST_F()
866 { Lock::GlobalRead r(newClients[1].second.get()); } in TEST_F()
916 { Lock::GlobalRead r(newClients[1].second.get()); } in TEST_F()
939 Lock::GlobalRead R1(opctx1, 0); in TEST_F()
944 Lock::GlobalRead R2(opctx2, timeoutMillis); in TEST_F()
970 Lock::GlobalRead R1(opctx1, 0); in TEST_F()
973 Lock::GlobalRead R2(opctx2, 0); in TEST_F()
[all …]
H A Dd_concurrency.h257 class GlobalRead : public GlobalLock {
259 explicit GlobalRead(OperationContext* opCtx, unsigned timeoutMs = UINT_MAX)
/dports/games/wxlauncher/wxLauncher-release-0.10.0/code/controls/
H A DBottomButtons.cpp40 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_OPT_CONFIG_FRED, &showFred, false); in BottomButtons()
141 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_OPT_CONFIG_FRED, &showFred, false); in OnFREDEnabledChanged()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/wxlauncher/code/tabs/
H A DWelcomePage.cpp158 proman->GlobalRead(GBL_CFG_MAIN_LASTPROFILE, &lastselected, ProMan::DEFAULT_PROFILE_NAME); in BEGIN_EVENT_TABLE()
167 proman->GlobalRead(GBL_CFG_MAIN_AUTOSAVEPROFILES, &autosave, true, true); in BEGIN_EVENT_TABLE()
448 if ( !proman->GlobalRead(GBL_CFG_NET_DOWNLOAD_NEWS, &allowedToUpdateNews)) { in UpdateNews()
453 proman->GlobalRead(GBL_CFG_NET_NEWS_LAST_TIME, &lastTimeString); in UpdateNews()
460 if ( proman->GlobalRead(GBL_CFG_NET_THE_NEWS, &theNews) ){ in UpdateNews()
504 if (!ProMan::GetProfileManager()->GlobalRead(GBL_CFG_NET_DOWNLOAD_NEWS, &updateNews)) { in getOrPromptUpdateNews()
H A DBasicSettingsPage.cpp168 proman->GlobalRead(GBL_CFG_OPT_CONFIG_FRED, &fredEnabled, false); in ProfileChanged()
876 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_OPT_CONFIG_FRED, &fredEnabled, false); in OnTCChanged()
1090 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_OPT_CONFIG_FRED, &fredEnabled, false); in OnPressFredExecutableChoiceRefreshButton()
1208 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_OPT_CONFIG_FRED, &fredEnabled, false); in DisableExecutableChoiceControls()
1262 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_OPT_CONFIG_FRED, &fredEnabled, false); in OnCurrentFredBinaryChanged()
2229 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_PROXY_TYPE, &type, _T("none")); in ProxyChoice()
2238 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_PROXY_SERVER, &server, _T("")); in ProxyChoice()
2243 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_PROXY_PORT, &port, 0); in ProxyChoice()
/dports/games/wxlauncher/wxLauncher-release-0.10.0/code/
H A DMainWindow.cpp128 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_OPT_CONFIG_FRED, &fredEnabled, false); in OnStartFred()
319 proman->GlobalRead(GBL_CFG_OPT_CONFIG_FRED, &fredEnabled, false); in OnF3Pressed()
/dports/games/wxlauncher/wxLauncher-release-0.10.0/code/tabs/
H A DWelcomePage.cpp168 proman->GlobalRead(GBL_CFG_MAIN_LASTPROFILE, &lastselected, ProMan::DEFAULT_PROFILE_NAME); in BEGIN_EVENT_TABLE()
177 proman->GlobalRead(GBL_CFG_MAIN_AUTOSAVEPROFILES, &autosave, true, true); in BEGIN_EVENT_TABLE()
458 if ( !proman->GlobalRead(GBL_CFG_NET_DOWNLOAD_NEWS, &allowedToUpdateNews)) { in UpdateNews()
516 if (!ProMan::GetProfileManager()->GlobalRead(GBL_CFG_NET_DOWNLOAD_NEWS, &updateNews)) { in getOrPromptUpdateNews()
H A DBasicSettingsPage.cpp819 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_OPT_CONFIG_FRED, &fredEnabled, false); in OnFREDEnabledChanged()
892 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_OPT_CONFIG_FRED, &fredEnabled, false); in OnTCChanged()
1106 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_OPT_CONFIG_FRED, &fredEnabled, false); in OnPressFredExecutableChoiceRefreshButton()
1224 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_OPT_CONFIG_FRED, &fredEnabled, false); in DisableExecutableChoiceControls()
1388 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_OPT_CONFIG_FRED, &fredEnabled, false); in OnCurrentFredBinaryChanged()
2399 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_PROXY_TYPE, &type, _T("none")); in ProxyChoice()
2408 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_PROXY_SERVER, &server, _T("")); in ProxyChoice()
2413 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_PROXY_PORT, &port, 0); in ProxyChoice()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/wxlauncher/code/controls/
H A DBottomButtons.cpp36 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_OPT_CONFIG_FRED, &showFred, false); in BottomButtons()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/commands/
H A Dtest_commands.cpp145 Lock::GlobalRead lk(opCtx); in _sleepInReadLock()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/wxlauncher/code/
H A DMainWindow.cpp135 ProMan::GetProfileManager()->GlobalRead(GBL_CFG_OPT_CONFIG_FRED, &fredEnabled, false); in OnStartFred()
/dports/www/interchange/interchange-5.6.3/lib/Vend/
H A DConfig.pm46 $GlobalRead $SystemCodeDone $SystemGroupsDone $CodeDest
766 $GlobalRead->($lvar, $value);
844 $GlobalRead->($lvar, $value);
1620 $GlobalRead->($lvar, $value);
1853 $GlobalRead = $read;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/Analysis/
H A DScopBuilder.cpp3687 Instruction *GlobalRead = GlobalReadPair.second; in buildScop() local
3689 addArrayAccess(GlobalReadStmt, MemAccInst(GlobalRead), MemoryAccess::READ, in buildScop()
3690 BP, BP->getType(), false, {AF}, {nullptr}, GlobalRead); in buildScop()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/Analysis/
H A DScopBuilder.cpp3724 Instruction *GlobalRead = GlobalReadPair.second; in buildScop() local
3726 addArrayAccess(GlobalReadStmt, MemAccInst(GlobalRead), MemoryAccess::READ, in buildScop()
3727 BP, BP->getType(), false, {AF}, {nullptr}, GlobalRead); in buildScop()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/Analysis/
H A DScopBuilder.cpp3688 Instruction *GlobalRead = GlobalReadPair.second; in buildScop() local
3690 addArrayAccess(GlobalReadStmt, MemAccInst(GlobalRead), MemoryAccess::READ, in buildScop()
3691 BP, BP->getType(), false, {AF}, {nullptr}, GlobalRead); in buildScop()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/Analysis/
H A DScopBuilder.cpp3688 Instruction *GlobalRead = GlobalReadPair.second; in buildScop() local
3690 addArrayAccess(GlobalReadStmt, MemAccInst(GlobalRead), MemoryAccess::READ, in buildScop()
3691 BP, BP->getType(), false, {AF}, {nullptr}, GlobalRead); in buildScop()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopBuilder.cpp3719 Instruction *GlobalRead = GlobalReadPair.second; in buildScop() local
3721 addArrayAccess(GlobalReadStmt, MemAccInst(GlobalRead), MemoryAccess::READ, in buildScop()
3722 BP, BP->getType(), false, {AF}, {nullptr}, GlobalRead); in buildScop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/Analysis/
H A DScopBuilder.cpp3687 Instruction *GlobalRead = GlobalReadPair.second; in buildScop() local
3689 addArrayAccess(GlobalReadStmt, MemAccInst(GlobalRead), MemoryAccess::READ, in buildScop()
3690 BP, BP->getType(), false, {AF}, {nullptr}, GlobalRead); in buildScop()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/Analysis/
H A DScopBuilder.cpp3653 Instruction *GlobalRead = GlobalReadPair.second; in buildScop() local
3655 addArrayAccess(GlobalReadStmt, MemAccInst(GlobalRead), MemoryAccess::READ, in buildScop()
3656 BP, BP->getType(), false, {AF}, {nullptr}, GlobalRead); in buildScop()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopBuilder.cpp3719 Instruction *GlobalRead = GlobalReadPair.second; in buildScop() local
3721 addArrayAccess(GlobalReadStmt, MemAccInst(GlobalRead), MemoryAccess::READ, in buildScop()
3722 BP, BP->getType(), false, {AF}, {nullptr}, GlobalRead); in buildScop()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopBuilder.cpp3719 Instruction *GlobalRead = GlobalReadPair.second;
3721 addArrayAccess(GlobalReadStmt, MemAccInst(GlobalRead), MemoryAccess::READ,
3722 BP, BP->getType(), false, {AF}, {nullptr}, GlobalRead);

12