Home
last modified time | relevance | path

Searched refs:all_stages (Results 1 – 13 of 13) sorted by relevance

/dports/science/dvc/dvc-0.30.1/dvc/repo/
H A Dcheckout.py7 def _cleanup_unused_links(self, all_stages): argument
9 for stage in all_stages:
19 all_stages = self.active_stages()
27 all_stages = self.active_stages(target)
28 stages = all_stages
31 _cleanup_unused_links(self, all_stages)
/dports/science/py-obspy/obspy-1.2.2/obspy/core/inventory/
H A Dresponse.py1208 all_stages = defaultdict(list)
1225 stage_list = sorted(all_stages.keys())
1230 if 1 in all_stages and all_stages[1] and (
1231 not all_stages[1][0].input_units or
1232 not all_stages[1][0].output_units):
1234 all_stages[1][0] = copy.deepcopy(all_stages[1][0])
1238 if not all_stages[1][0].input_units:
1240 all_stages[1][0].input_units = \
1245 if not all_stages[1][0].output_units:
1253 if 2 in all_stages and all_stages[2] and \
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/talos/talos/xtalos/
H A Detlparser.py288 error_filename=None, all_stages=False, all_threads=False, argument
344 filekeys = filter(lambda x: (all_stages or x[2] == stages[0]) and
346 (all_stages and x[2] != stages[0] or
352 outputData = filter(lambda x: (all_stages or x[2] in [stages[0], stages[1]]) and
353 (all_stages and x[2] not in [stages[0], stages[1]] or
553 args.error_filename, args.all_stages, args.all_threads,
/dports/www/firefox-esr/firefox-91.8.0/testing/talos/talos/xtalos/
H A Detlparser.py346 all_stages=False,
406 if (all_stages or x[2] == stages[0])
408 and (all_stages and x[2] != stages[0] or not checkAllowlist(x[0], allowlist))
416 if (all_stages or x[2] in [stages[0], stages[1]])
418 all_stages
633 args.all_stages,
/dports/www/firefox/firefox-99.0/testing/talos/talos/xtalos/
H A Detlparser.py349 all_stages=False, argument
408 if (all_stages or x[2] == stages[0])
410 and (all_stages and x[2] != stages[0] or not checkAllowlist(x[0], allowlist))
418 if (all_stages or x[2] in [stages[0], stages[1]])
420 all_stages
635 args.all_stages,
/dports/mail/thunderbird/thunderbird-91.8.0/testing/talos/talos/xtalos/
H A Detlparser.py346 all_stages=False, argument
406 if (all_stages or x[2] == stages[0])
408 and (all_stages and x[2] != stages[0] or not checkAllowlist(x[0], allowlist))
416 if (all_stages or x[2] in [stages[0], stages[1]])
418 all_stages
633 args.all_stages,
/dports/lang/spidermonkey78/firefox-78.9.0/testing/talos/talos/xtalos/
H A Detlparser.py332 error_filename=None, all_stages=False, all_threads=False, argument
388 filekeys = filter(lambda x: (all_stages or x[2] == stages[0]) and
390 (all_stages and x[2] != stages[0] or
396 outputData = filter(lambda x: (all_stages or x[2] in [stages[0], stages[1]]) and
397 (all_stages and x[2] not in [stages[0], stages[1]] or
597 args.error_filename, args.all_stages, args.all_threads,
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/scripts/
H A Dsync_val_gen.py41 def ParseAccessMasks(valid_usage_path, all_stages): argument
75 'VK_PIPELINE_STAGE_*_SHADER_BIT': [stage for stage in all_stages if '_SHADER_BIT' in stage]
315 all_stages = set()
340 all_stages.add(stage)
359 print('all_stages','|'.join(all_stages))
363 prior = { stage:set() for stage in all_stages }
364 subseq = { stage:set() for stage in all_stages }
426 …return { 'stages': all_stages, 'stage_lists':stage_lists, 'prior': prior, 'subseq':subseq, 'touchu…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/scripts/
H A Dsync_val_gen.py351 all_stages = set()
376 all_stages.add(stage)
395 print('all_stages',"|".join(all_stages))
399 prior = { stage:set() for stage in all_stages }
400 subseq = { stage:set() for stage in all_stages }
463 …return { 'stages': all_stages, 'stage_lists':stage_lists, 'prior': prior, 'subseq':subseq, 'touchu…
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/talos/talos/xtalos/
H A Detlparser.py266 error_filename=None, all_stages=False, all_threads=False, argument
317 filekeys = filter(lambda x: (all_stages or x[2] == stages[0]) and
319 (all_stages and x[2] != stages[0] or
515 args.error_filename, args.all_stages, args.all_threads,
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/libmysqlgcs/src/bindings/xcom/
H A Dgcs_message_stages.cc221 const Gcs_stages_list &all_stages = *retrieve_pipeline(pipeline_version); in get_stages_to_apply() local
223 stages_to_apply.reserve(all_stages.size()); in get_stages_to_apply()
225 for (auto const &stage_code : all_stages) { in get_stages_to_apply()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_condition_attribute_unittest.cc180 base::ListValue all_stages; in TEST() local
182 all_stages.AppendString(active_stages[i].second); in TEST()
185 &all_stages, in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_condition_attribute_unittest.cc243 base::ListValue all_stages; in TEST() local
245 all_stages.AppendString(active_stages[i].second); in TEST()
248 &all_stages, in TEST()