Home
last modified time | relevance | path

Searched refs:should_remove (Results 1 – 25 of 101) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@rollup/plugin-commonjs/node_modules/estree-walker/src/
H A Dindex.ts27 let should_remove = false; variable
31 remove: () => should_remove = true,
66 const _should_remove = should_remove;
69 should_remove = false;
79 if (should_remove) {
84 const removed = should_remove;
87 should_remove = _should_remove;
121 should_remove = false;
130 if (should_remove) {
134 const removed = should_remove;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@rollup/pluginutils/node_modules/estree-walker/src/
H A Dindex.ts27 let should_remove = false; variable
31 remove: () => should_remove = true,
66 const _should_remove = should_remove;
69 should_remove = false;
79 if (should_remove) {
84 const removed = should_remove;
87 should_remove = _should_remove;
121 should_remove = false;
130 if (should_remove) {
134 const removed = should_remove;
[all …]
/dports/net/yami4/yami4-gpl-1.11.0/src/cpp/
H A Doutgoing_message_manager.cpp120 bool should_remove = false; in report_replied() local
150 should_remove = true; in report_replied()
154 if (should_remove) in report_replied()
174 bool should_remove = false; in report_replied() local
204 should_remove = true; in report_replied()
208 if (should_remove) in report_replied()
228 bool should_remove = false; in report_rejected() local
252 should_remove = true; in report_rejected()
256 if (should_remove) in report_rejected()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/clap/src/app/
H A Dmacros.rs5 let should_remove = ora.iter().any(|&(_, ref name)| name == &$rem_from[i]);
6 if should_remove { $rem_from.swap_remove(i); }
117 let should_remove = grp.args.contains(&$me.required[i]);
118 if should_remove { $me.required.swap_remove(i); }
125 let should_remove = $me.blacklist[i] == $arg.name();
126 if should_remove { $me.blacklist.swap_remove(i); }
/dports/devel/py-pyee/pyee-8.2.2/tests/
H A Dtest_sync.py134 def should_remove(): function
137 ee.on("remove", should_remove)
149 ee.on("remove", should_remove)
/dports/net/libcharon/libCharon-4.8.0/Charon/Service/
H A DRequestQueue.py36 self.should_remove = False
136 self.__request_map[request_id].should_remove = True
153 if request.should_remove:
/dports/multimedia/quodlibet/quodlibet-4.3.0/gdist/
H A Dclean.py69 def should_remove(filename): function
78 for filename in filter(should_remove, files):
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_mrview/test/eunit/
H A Dcouch_mrview_compact_tests.erl44 fun should_remove/1
77 should_remove(Db) -> function
/dports/graphics/py-plotly/plotly-4.14.3/plotly/
H A Dbasewidget.py876 def _transform_data(to_data, from_data, should_remove=True, relayout_path=()): argument
925 should_remove=should_remove,
941 if should_remove:
977 should_remove=should_remove,
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CodeCacheRemSet.cpp71 int remove_if(CB& should_remove);
180 int CodeRootSetTable::remove_if(CB& should_remove) { in remove_if() argument
187 if (should_remove(e->literal())) { in remove_if()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CodeCacheRemSet.cpp71 int remove_if(CB& should_remove);
180 int CodeRootSetTable::remove_if(CB& should_remove) { in remove_if() argument
187 if (should_remove(e->literal())) { in remove_if()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/hyper-0.11.27/src/client/
H A Dpool.rs75 let mut should_remove = false; in take() localVariable
81 should_remove = list.is_empty(); in take()
91 should_remove = true; in take()
95 if should_remove { in take()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/hyper-0.11.27/src/client/
H A Dpool.rs75 let mut should_remove = false;
81 should_remove = list.is_empty();
91 should_remove = true;
95 if should_remove {
/dports/audio/py-mutagen/mutagen-1.42.0/
H A Dsetup.py35 def should_remove(filename): function
43 for filename in filter(should_remove, files):
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1CodeRootSetTable.hpp64 int remove_if(CB& should_remove);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1CodeRootSetTable.hpp64 int remove_if(CB& should_remove);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1CodeRootSetTable.hpp64 int remove_if(CB& should_remove);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1CodeRootSetTable.hpp64 int remove_if(CB& should_remove);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1CodeRootSetTable.hpp64 int remove_if(CB& should_remove);
H A Dg1CodeCacheRemSet.cpp124 int G1CodeRootSetTable::remove_if(CB& should_remove) { in remove_if() argument
131 if (should_remove(e->literal())) { in remove_if()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1CodeRootSetTable.hpp64 int remove_if(CB& should_remove);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1CodeRootSetTable.hpp64 int remove_if(CB& should_remove);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1CodeRootSetTable.hpp64 int remove_if(CB& should_remove);
/dports/x11-wm/picom/picom-8.2/src/
H A Doptions.c725 bool should_remove = true; in get_cfg() local
734 should_remove = false; in get_cfg()
739 !should_remove ? "replaced by `--use-damage`" : in get_cfg()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/sharded-slab-0.1.4/src/page/
H A Dslot.rs381 let should_remove = match self.mark_release(gen) { in try_remove_value() localVariable
385 Some(should_remove) => should_remove, in try_remove_value()
399 if should_remove { in try_remove_value()

12345