Home
last modified time | relevance | path

Searched refs:gen_wrappers (Results 1 – 23 of 23) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/config/
H A Dmoz.build57 # the files in gen_wrappers()
61 stl.script = 'make-stl-wrappers.py:gen_wrappers'
71 system.script = 'make-system-wrappers.py:gen_wrappers'
H A Dmake-system-wrappers.py18 def gen_wrappers(unused, outdir, *header_list): function
H A Dmake-stl-wrappers.py27 def gen_wrappers(unused, outdir, compiler, template_file, *header_list): function
/dports/www/firefox-esr/firefox-91.8.0/config/
H A Dmoz.build56 # the files in gen_wrappers()
63 entry_point="gen_wrappers",
94 entry_point="gen_wrappers",
H A Dmake-stl-wrappers.py15 def gen_wrappers(unused, outdir, compiler, template_file, *header_list): function
H A Dmake-system-wrappers.py20 def gen_wrappers(unused, outdir, *header_list): function
/dports/lang/spidermonkey78/firefox-78.9.0/config/
H A Dmoz.build56 # the files in gen_wrappers()
60 stl.script = 'make-stl-wrappers.py:gen_wrappers'
83 system.script = 'make-system-wrappers.py:gen_wrappers'
H A Dmake-stl-wrappers.py15 def gen_wrappers(unused, outdir, compiler, template_file, *header_list): function
H A Dmake-system-wrappers.py20 def gen_wrappers(unused, outdir, *header_list): function
/dports/www/firefox/firefox-99.0/config/
H A Dmoz.build56 # the files in gen_wrappers()
63 entry_point="gen_wrappers",
94 entry_point="gen_wrappers",
H A Dmake-stl-wrappers.py15 def gen_wrappers(unused, outdir, compiler, template_file, *header_list): function
H A Dmake-system-wrappers.py20 def gen_wrappers(unused, outdir, *header_list): function
/dports/mail/thunderbird/thunderbird-91.8.0/config/
H A Dmoz.build56 # the files in gen_wrappers()
63 entry_point="gen_wrappers",
94 entry_point="gen_wrappers",
H A Dmake-stl-wrappers.py15 def gen_wrappers(unused, outdir, compiler, template_file, *header_list): function
H A Dmake-system-wrappers.py20 def gen_wrappers(unused, outdir, *header_list): function
/dports/emulators/qemu60/qemu-6.0.0/scripts/
H A Dblock-coroutine-wrapper.py149 def gen_wrappers(input_code: str) -> str: function
166 f_out.write(gen_wrappers(f_in.read()))
/dports/emulators/qemu5/qemu-5.2.0/scripts/
H A Dblock-coroutine-wrapper.py149 def gen_wrappers(input_code: str) -> str: function
166 f_out.write(gen_wrappers(f_in.read()))
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/
H A Dblock-coroutine-wrapper.py150 def gen_wrappers(input_code: str) -> str: function
167 f_out.write(gen_wrappers(f_in.read()))
/dports/emulators/qemu/qemu-6.2.0/scripts/
H A Dblock-coroutine-wrapper.py158 def gen_wrappers(input_code: str) -> str: function
175 f_out.write(gen_wrappers(f_in.read()))
/dports/www/ikiwiki/ikiwiki-3.20200202.3/IkiWiki/
H A DWrapper.pm11 sub gen_wrappers () { subroutine
/dports/www/ikiwiki/ikiwiki-3.20200202.3/
H A Dikiwiki.in163 gen_wrappers();
/dports/lang/ghc/ghc-8.10.7/utils/genprimopcode/
H A DMain.hs184 -> putStr (gen_wrappers p_o_specs)
609 gen_wrappers :: Info -> String
610 gen_wrappers (Info _ entries) function
/dports/cad/yosys/yosys-yosys-0.12/misc/
H A Dpy_wrap_generator.py2216 def gen_wrappers(filename, debug_level_ = 0): function