Home
last modified time | relevance | path

Searched refs:should_open (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/R-cran-vroom/vroom/src/
H A Dfixed_width_index_connection.cc43 bool should_open = !is_open(in); in fixed_width_index_connection() local
44 if (should_open) { in fixed_width_index_connection()
158 bool should_close = should_open || Rf_inherits(in, "rawConnection"); in fixed_width_index_connection()
H A Ddelimited_index_connection.cc54 bool should_open = !is_open(in); in delimited_index_connection() local
55 if (should_open) { in delimited_index_connection()
60 bool should_close = should_open || Rf_inherits(in, "rawConnection"); in delimited_index_connection()
H A Dvroom_write.cc494 bool should_open = !is_open(con); in vroom_write_connection_() local
495 if (should_open) { in vroom_write_connection_()
499 bool should_close = should_open; in vroom_write_connection_()
/dports/games/naev/naev-0.7.0/src/
H A Dland.c1011 #define should_open(s, w) \ in land_genWindows() macro
1020 if (should_open( PLANET_SERVICE_BAR, LAND_WINDOW_BAR )) in land_genWindows()
1022 if (should_open( PLANET_SERVICE_MISSIONS, LAND_WINDOW_MISSION )) in land_genWindows()
1025 if (should_open( PLANET_SERVICE_OUTFITS, LAND_WINDOW_OUTFITS )) in land_genWindows()
1028 if (should_open( PLANET_SERVICE_SHIPYARD, LAND_WINDOW_SHIPYARD )) in land_genWindows()
1036 if (should_open( PLANET_SERVICE_COMMODITY, LAND_WINDOW_COMMODITY )) in land_genWindows()
1038 #undef should_open in land_genWindows()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/
H A Ddownload_prefs.cc501 void DownloadPrefs::SetShouldOpenPdfInSystemReader(bool should_open) { in SetShouldOpenPdfInSystemReader() argument
502 if (should_open_pdf_in_system_reader_ == should_open) in SetShouldOpenPdfInSystemReader()
504 should_open_pdf_in_system_reader_ = should_open; in SetShouldOpenPdfInSystemReader()
506 should_open); in SetShouldOpenPdfInSystemReader()
H A Ddownload_prefs.h124 void SetShouldOpenPdfInSystemReader(bool should_open);
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/net/
H A DSessionProxy.cpp184 auto should_open = [&] { in open_session() local
196 if (!should_open) { in open_session()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/evmc/test/unittests/
H A Dtest_loader.cpp278 bool should_open = is_windows || std::strchr(path, '\\') == nullptr; in TEST_F() local
279 setup(should_open ? path : nullptr, "evmc_create_eee_bbb", create_eee_bbb); in TEST_F()
283 if (should_open) in TEST_F()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dscript_editor_plugin.cpp2070 …const bool should_open = (open_dominant && !use_external_editor) || !EditorNode::get_singleton()->… in edit() local
2073 if (should_open) { in edit()
2151 if (should_open) { in edit()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dscript_editor_plugin.cpp2070 …const bool should_open = (open_dominant && !use_external_editor) || !EditorNode::get_singleton()->… in edit() local
2073 if (should_open) { in edit()
2151 if (should_open) { in edit()