Home
last modified time | relevance | path

Searched refs:output_re (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/py-testinfra/testinfra-3.2.0/testinfra/modules/
H A Dpip.py49 output_re = re.compile(r'^(.+) \((.+)\)$')
56 name, version = _re_match(line, output_re)
91 output_re = regexpes[1] if 'Current:' in line else regexpes[0]
92 name, current, latest = _re_match(line, output_re)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/icx/
H A Dicx_banner.py145 output_re = ''
150output_re = re.search(r'banner %s( require-enter-key)' % module.params['banner'], out, re.S).group…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/
H A Dicx_banner.py139 output_re = ''
144output_re = re.search(r'banner %s( require-enter-key)' % module.params['banner'], out, re.S).group…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/modules/network/icx/
H A Dicx_banner.py139 output_re = ''
144output_re = re.search(r'banner %s( require-enter-key)' % module.params['banner'], out, re.S).group…
/dports/math/fftw/fftw-2.1.5/matlab/
H A Dfftw.c282 void unpack_output_work(double *output_re, double *output_im) in unpack_output_work() argument
287 output_re[i] = c_re(output_work[i]); in unpack_output_work()
/dports/math/fftw-float/fftw-2.1.5/matlab/
H A Dfftw.c282 void unpack_output_work(double *output_re, double *output_im) in unpack_output_work() argument
287 output_re[i] = c_re(output_work[i]); in unpack_output_work()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/
H A Dlit.common.cfg.py283 output_re = re.match("^hw.cpusubtype: ([0-9]+)$", output) variable
284 if output_re:
285 cpu_subtype = int(output_re.group(1))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/
H A Dlit.common.cfg.py294 output_re = re.match("^hw.cpusubtype: ([0-9]+)$", output) variable
295 if output_re:
296 cpu_subtype = int(output_re.group(1))
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/
H A Dlit.common.cfg.py335 output_re = re.match("^hw.cpusubtype: ([0-9]+)$", output) variable
336 if output_re:
337 cpu_subtype = int(output_re.group(1))
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/
H A Dlit.common.cfg.py290 output_re = re.match("^hw.cpusubtype: ([0-9]+)$", output) variable
291 if output_re:
292 cpu_subtype = int(output_re.group(1))
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/
H A Dlit.common.cfg.py290 output_re = re.match("^hw.cpusubtype: ([0-9]+)$", output) variable
291 if output_re:
292 cpu_subtype = int(output_re.group(1))
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/
H A Dlit.common.cfg.py335 output_re = re.match("^hw.cpusubtype: ([0-9]+)$", output) variable
336 if output_re:
337 cpu_subtype = int(output_re.group(1))
/dports/lang/clover/mesa-21.3.6/src/amd/compiler/tests/
H A Dglsl_scraper.py48 output_re = r'out\W+%s\W+%s;(?P<type_out>)' % (type_re%1, id_re%9) variable
49 …combined_texture_sampler_decl_re, texture_decl_re, sampler_decl_re, input_re, output_re]) + r'))$')
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/compiler/tests/
H A Dglsl_scraper.py48 output_re = r'out\W+%s\W+%s;(?P<type_out>)' % (type_re%1, id_re%9) variable
49 …combined_texture_sampler_decl_re, texture_decl_re, sampler_decl_re, input_re, output_re]) + r'))$')
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/compiler/tests/
H A Dglsl_scraper.py48 output_re = r'out\W+%s\W+%s;(?P<type_out>)' % (type_re%1, id_re%9) variable
49 …combined_texture_sampler_decl_re, texture_decl_re, sampler_decl_re, input_re, output_re]) + r'))$')
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/compiler/tests/
H A Dglsl_scraper.py48 output_re = r'out\W+%s\W+%s;(?P<type_out>)' % (type_re%1, id_re%9) variable
49 …combined_texture_sampler_decl_re, texture_decl_re, sampler_decl_re, input_re, output_re]) + r'))$')
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/compiler/tests/
H A Dglsl_scraper.py48 output_re = r'out\W+%s\W+%s;(?P<type_out>)' % (type_re%1, id_re%9) variable
49 …combined_texture_sampler_decl_re, texture_decl_re, sampler_decl_re, input_re, output_re]) + r'))$')
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/compiler/tests/
H A Dglsl_scraper.py48 output_re = r'out\W+%s\W+%s;(?P<type_out>)' % (type_re%1, id_re%9) variable
49 …combined_texture_sampler_decl_re, texture_decl_re, sampler_decl_re, input_re, output_re]) + r'))$')
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/compiler/tests/
H A Dglsl_scraper.py48 output_re = r'out\W+%s\W+%s;(?P<type_out>)' % (type_re%1, id_re%9) variable
49 …combined_texture_sampler_decl_re, texture_decl_re, sampler_decl_re, input_re, output_re]) + r'))$')
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/compiler/tests/
H A Dglsl_scraper.py48 output_re = r'out\W+%s\W+%s;(?P<type_out>)' % (type_re%1, id_re%9) variable
49 …combined_texture_sampler_decl_re, texture_decl_re, sampler_decl_re, input_re, output_re]) + r'))$')
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/compiler/tests/
H A Dglsl_scraper.py48 output_re = r'out\W+%s\W+%s;(?P<type_out>)' % (type_re%1, id_re%9) variable
49 …combined_texture_sampler_decl_re, texture_decl_re, sampler_decl_re, input_re, output_re]) + r'))$')
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/compiler/tests/
H A Dglsl_scraper.py48 output_re = r'out\W+%s\W+%s;(?P<type_out>)' % (type_re%1, id_re%9) variable
49 …combined_texture_sampler_decl_re, texture_decl_re, sampler_decl_re, input_re, output_re]) + r'))$')
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/compiler/tests/
H A Dglsl_scraper.py48 output_re = r'out\W+%s\W+%s;(?P<type_out>)' % (type_re%1, id_re%9) variable
49 …combined_texture_sampler_decl_re, texture_decl_re, sampler_decl_re, input_re, output_re]) + r'))$')
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/
H A Dlit.common.cfg.py393 output_re = re.match("^hw.cpusubtype: ([0-9]+)$", output) variable
394 if output_re:
395 cpu_subtype = int(output_re.group(1))
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/
H A Dlit.common.cfg.py393 output_re = re.match("^hw.cpusubtype: ([0-9]+)$", output) variable
394 if output_re:
395 cpu_subtype = int(output_re.group(1))

12