Home
last modified time | relevance | path

Searched refs:to_clear (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/devel/tex-kpathsea/texlive-20150521-source/texk/kpathsea/
H A Dkpsestat.c33 int to_set, to_keep, to_clear; in main() local
66 to_set = to_keep = to_clear = 0; in main()
96 case '-': to_clear |= value; break; in main()
121 result &= ~to_clear; in main()
/dports/print/tex-xdvik/xdvik-22.87/texk/kpathsea/
H A Dkpsestat.c33 int to_set, to_keep, to_clear; in main() local
66 to_set = to_keep = to_clear = 0; in main()
96 case '-': to_clear |= value; break; in main()
121 result &= ~to_clear; in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/
H A Dwarning_service_unittest.cc91 std::set<Warning::WarningType> to_clear; in TEST_F() local
92 to_clear.insert(warning_2); in TEST_F()
93 warning_service.ClearWarnings(to_clear); in TEST_F()
108 to_clear.insert(warning_1); in TEST_F()
109 warning_service.ClearWarnings(to_clear); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/
H A Dwarning_service_unittest.cc91 std::set<Warning::WarningType> to_clear; in TEST_F() local
92 to_clear.insert(warning_2); in TEST_F()
93 warning_service.ClearWarnings(to_clear); in TEST_F()
108 to_clear.insert(warning_1); in TEST_F()
109 warning_service.ClearWarnings(to_clear); in TEST_F()
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/test/
H A Dxid_test.cpp60 wsrep::xid to_clear(1, 1, 0, "a"); in BOOST_AUTO_TEST_CASE() local
61 to_clear.clear(); in BOOST_AUTO_TEST_CASE()
62 BOOST_REQUIRE(to_clear.is_null()); in BOOST_AUTO_TEST_CASE()
63 BOOST_REQUIRE(null_xid == to_clear); in BOOST_AUTO_TEST_CASE()
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/test/
H A Dxid_test.cpp60 wsrep::xid to_clear(1, 1, 0, "a"); in BOOST_AUTO_TEST_CASE() local
61 to_clear.clear(); in BOOST_AUTO_TEST_CASE()
62 BOOST_REQUIRE(to_clear.is_null()); in BOOST_AUTO_TEST_CASE()
63 BOOST_REQUIRE(null_xid == to_clear); in BOOST_AUTO_TEST_CASE()
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/test/
H A Dxid_test.cpp60 wsrep::xid to_clear(1, 1, 0, "a"); in BOOST_AUTO_TEST_CASE() local
61 to_clear.clear(); in BOOST_AUTO_TEST_CASE()
62 BOOST_REQUIRE(to_clear.is_null()); in BOOST_AUTO_TEST_CASE()
63 BOOST_REQUIRE(null_xid == to_clear); in BOOST_AUTO_TEST_CASE()
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/test/
H A Dxid_test.cpp60 wsrep::xid to_clear(1, 1, 0, "a"); in BOOST_AUTO_TEST_CASE() local
61 to_clear.clear(); in BOOST_AUTO_TEST_CASE()
62 BOOST_REQUIRE(to_clear.is_null()); in BOOST_AUTO_TEST_CASE()
63 BOOST_REQUIRE(null_xid == to_clear); in BOOST_AUTO_TEST_CASE()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/discussions_diff/
H A Dhighlight_cache_spec.rb86 to_clear, to_leave = mapping.keys
89 described_class.clear_multiple([to_clear])
91 cleared, left = described_class.read_multiple([to_clear, to_leave])
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/audio/
H A Dnoaudio.c126 int to_clear = audio_MIN (samples, total); in no_read() local
128 audio_pcm_info_clear_buf (&sw->info, buf, to_clear); in no_read()
129 return to_clear << sw->info.shift; in no_read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/events/
H A Daccessibility_event_rewriter.cc73 std::set<int> to_clear; in SetKeyCodesForSwitchAccessCommand() local
87 to_clear.insert(old_key_code); in SetKeyCodesForSwitchAccessCommand()
97 to_clear.insert(old_key_code); in SetKeyCodesForSwitchAccessCommand()
101 for (int key_code : to_clear) { in SetKeyCodesForSwitchAccessCommand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dwarning_badge_service_unittest.cc78 std::set<Warning::WarningType> to_clear = in TEST() local
80 warnings.ClearWarnings(to_clear); in TEST()
/dports/games/angband/Angband-4.2.2/src/
H A Dui-output.c462 region to_clear; in window_make() local
464 to_clear.col = origin_x; in window_make()
465 to_clear.row = origin_y; in window_make()
466 to_clear.width = end_x - origin_x; in window_make()
467 to_clear.page_rows = end_y - origin_y; in window_make()
469 region_erase(&to_clear); in window_make()
/dports/emulators/mess/mame-mame0226/src/devices/bus/ieee488/
H A Dremote488.cpp484 void remote488_device::update_signals_from_rem(uint8_t to_set , uint8_t to_clear) in update_signals_from_rem() argument
488 m_in_signals &= ~to_clear; in update_signals_from_rem()
522 uint8_t to_clear = ~new_signals & m_out_signals; in update_state() local
533 if (to_clear) { in update_state()
534 send_update(MSG_SIGNAL_CLEAR , to_clear); in update_state()
/dports/emulators/mame/mame-mame0226/src/devices/bus/ieee488/
H A Dremote488.cpp484 void remote488_device::update_signals_from_rem(uint8_t to_set , uint8_t to_clear) in update_signals_from_rem() argument
488 m_in_signals &= ~to_clear; in update_signals_from_rem()
522 uint8_t to_clear = ~new_signals & m_out_signals; in update_state() local
533 if (to_clear) { in update_state()
534 send_update(MSG_SIGNAL_CLEAR , to_clear); in update_state()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/disk_cache/blockfile/
H A Dblock_files.cc136 uint8_t to_clear = ((1 << size) - 1) << (index % 8); in DeleteMapBlock() local
137 STRESS_DCHECK((byte_map[byte_index] & to_clear) == to_clear); in DeleteMapBlock()
138 byte_map[byte_index] &= ~to_clear; in DeleteMapBlock()
165 uint8_t to_clear = ((1 << size) - 1) << (index % 8); in UsedMapBlock() local
166 return ((byte_map[byte_index] & to_clear) == to_clear); in UsedMapBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/disk_cache/blockfile/
H A Dblock_files.cc136 uint8_t to_clear = ((1 << size) - 1) << (index % 8); in DeleteMapBlock() local
137 STRESS_DCHECK((byte_map[byte_index] & to_clear) == to_clear); in DeleteMapBlock()
138 byte_map[byte_index] &= ~to_clear; in DeleteMapBlock()
165 uint8_t to_clear = ((1 << size) - 1) << (index % 8); in UsedMapBlock() local
166 return ((byte_map[byte_index] & to_clear) == to_clear); in UsedMapBlock()
/dports/textproc/py-python-lsp-server/python-lsp-server-1.3.3/pylsp/plugins/
H A D_resolvers.py40 to_clear = [
45 for time_key in to_clear:
/dports/mail/notmuch/notmuch-0.34.2/lib/
H A Dmessage.cc1855 char *to_set, *to_clear; in _get_maildir_flag_actions() local
1861 to_clear = talloc_strdup (message, ""); in _get_maildir_flag_actions()
1872 to_clear = talloc_asprintf_append (to_clear, in _get_maildir_flag_actions()
1886 if (strchr (to_clear, flag2tag[i].flag) == NULL) in _get_maildir_flag_actions()
1890 to_clear = talloc_asprintf_append (to_clear, "%c", flag2tag[i].flag); in _get_maildir_flag_actions()
1895 *to_clear_ret = to_clear; in _get_maildir_flag_actions()
2020 char *to_set, *to_clear; in notmuch_message_tags_to_maildir_flags() local
2023 _get_maildir_flag_actions (message, &to_set, &to_clear); in notmuch_message_tags_to_maildir_flags()
2034 to_set, to_clear); in notmuch_message_tags_to_maildir_flags()
2070 talloc_free (to_clear); in notmuch_message_tags_to_maildir_flags()
/dports/mail/notmuch-emacs/notmuch-0.34.2/lib/
H A Dmessage.cc1855 char *to_set, *to_clear; in _get_maildir_flag_actions() local
1861 to_clear = talloc_strdup (message, ""); in _get_maildir_flag_actions()
1872 to_clear = talloc_asprintf_append (to_clear, in _get_maildir_flag_actions()
1886 if (strchr (to_clear, flag2tag[i].flag) == NULL) in _get_maildir_flag_actions()
1890 to_clear = talloc_asprintf_append (to_clear, "%c", flag2tag[i].flag); in _get_maildir_flag_actions()
1895 *to_clear_ret = to_clear; in _get_maildir_flag_actions()
2020 char *to_set, *to_clear; in notmuch_message_tags_to_maildir_flags() local
2023 _get_maildir_flag_actions (message, &to_set, &to_clear); in notmuch_message_tags_to_maildir_flags()
2034 to_set, to_clear); in notmuch_message_tags_to_maildir_flags()
2070 talloc_free (to_clear); in notmuch_message_tags_to_maildir_flags()
/dports/mail/py-notmuch2/notmuch-0.34.2/lib/
H A Dmessage.cc1855 char *to_set, *to_clear; in _get_maildir_flag_actions() local
1861 to_clear = talloc_strdup (message, ""); in _get_maildir_flag_actions()
1872 to_clear = talloc_asprintf_append (to_clear, in _get_maildir_flag_actions()
1886 if (strchr (to_clear, flag2tag[i].flag) == NULL) in _get_maildir_flag_actions()
1890 to_clear = talloc_asprintf_append (to_clear, "%c", flag2tag[i].flag); in _get_maildir_flag_actions()
1895 *to_clear_ret = to_clear; in _get_maildir_flag_actions()
2020 char *to_set, *to_clear; in notmuch_message_tags_to_maildir_flags() local
2023 _get_maildir_flag_actions (message, &to_set, &to_clear); in notmuch_message_tags_to_maildir_flags()
2034 to_set, to_clear); in notmuch_message_tags_to_maildir_flags()
2070 talloc_free (to_clear); in notmuch_message_tags_to_maildir_flags()
/dports/mail/notmuch-mutt/notmuch-0.34.2/lib/
H A Dmessage.cc1855 char *to_set, *to_clear; in _get_maildir_flag_actions() local
1861 to_clear = talloc_strdup (message, ""); in _get_maildir_flag_actions()
1872 to_clear = talloc_asprintf_append (to_clear, in _get_maildir_flag_actions()
1886 if (strchr (to_clear, flag2tag[i].flag) == NULL) in _get_maildir_flag_actions()
1890 to_clear = talloc_asprintf_append (to_clear, "%c", flag2tag[i].flag); in _get_maildir_flag_actions()
1895 *to_clear_ret = to_clear; in _get_maildir_flag_actions()
2020 char *to_set, *to_clear; in notmuch_message_tags_to_maildir_flags() local
2023 _get_maildir_flag_actions (message, &to_set, &to_clear); in notmuch_message_tags_to_maildir_flags()
2034 to_set, to_clear); in notmuch_message_tags_to_maildir_flags()
2070 talloc_free (to_clear); in notmuch_message_tags_to_maildir_flags()
/dports/mail/py-notmuch/notmuch-0.34.2/lib/
H A Dmessage.cc1855 char *to_set, *to_clear; in _get_maildir_flag_actions() local
1861 to_clear = talloc_strdup (message, ""); in _get_maildir_flag_actions()
1872 to_clear = talloc_asprintf_append (to_clear, in _get_maildir_flag_actions()
1886 if (strchr (to_clear, flag2tag[i].flag) == NULL) in _get_maildir_flag_actions()
1890 to_clear = talloc_asprintf_append (to_clear, "%c", flag2tag[i].flag); in _get_maildir_flag_actions()
1895 *to_clear_ret = to_clear; in _get_maildir_flag_actions()
2020 char *to_set, *to_clear; in notmuch_message_tags_to_maildir_flags() local
2023 _get_maildir_flag_actions (message, &to_set, &to_clear); in notmuch_message_tags_to_maildir_flags()
2034 to_set, to_clear); in notmuch_message_tags_to_maildir_flags()
2070 talloc_free (to_clear); in notmuch_message_tags_to_maildir_flags()
/dports/devel/kf5-extra-cmake-modules/extra-cmake-modules-5.89.0/docs/sphinx/ext/
H A Decm.py266 to_clear = []
269 to_clear.append(fullname)
270 for fullname in to_clear:
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/event/
H A Dattr.py189 to_clear = set()
191 to_clear.update(dispatcher)
193 registry._clear(self, to_clear)

12345678