Home
last modified time | relevance | path

Searched refs:IntroCommand (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/meson/mesonbuild/
H A Dmintro.py44 class IntroCommand: class
67 ('ast', IntroCommand('Dump the AST of the meson file', no_bd=dump_ast)),
68 … ('benchmarks', IntroCommand('List all benchmarks', func=lambda: list_benchmarks(benchmarkdata))),
69 …('buildoptions', IntroCommand('List all build options', func=lambda: list_buildoptions(coredata), …
70 …('buildsystem_files', IntroCommand('List files that make up the build system', func=lambda: list_b…
71 …('dependencies', IntroCommand('List external dependencies', func=lambda: list_deps(coredata), no_b…
72 …('scan_dependencies', IntroCommand('Scan for dependencies used in the meson.build file', no_bd=lis…
73 …('installed', IntroCommand('List all installed files and directories', func=lambda: list_installed…
74 …('projectinfo', IntroCommand('Information about projects', func=lambda: list_projinfo(builddata), …
75 …('targets', IntroCommand('List top level targets', func=lambda: list_targets(builddata, installdat…
[all …]
/dports/emulators/qemu5/qemu-5.2.0/meson/mesonbuild/
H A Dmintro.py44 class IntroCommand: class
67 ('ast', IntroCommand('Dump the AST of the meson file', no_bd=dump_ast)),
68 … ('benchmarks', IntroCommand('List all benchmarks', func=lambda: list_benchmarks(benchmarkdata))),
69 …('buildoptions', IntroCommand('List all build options', func=lambda: list_buildoptions(coredata), …
70 …('buildsystem_files', IntroCommand('List files that make up the build system', func=lambda: list_b…
71 …('dependencies', IntroCommand('List external dependencies', func=lambda: list_deps(coredata), no_b…
72 …('scan_dependencies', IntroCommand('Scan for dependencies used in the meson.build file', no_bd=lis…
73 …('installed', IntroCommand('List all installed files and directories', func=lambda: list_installed…
74 …('projectinfo', IntroCommand('Information about projects', func=lambda: list_projinfo(builddata), …
75 …('targets', IntroCommand('List top level targets', func=lambda: list_targets(builddata, installdat…
[all …]
/dports/devel/meson/stage/usr/local/lib/python3.8/site-packages/mesonbuild/
H A Dmintro.py47 class IntroCommand: class
70 ('ast', IntroCommand('Dump the AST of the meson file', no_bd=dump_ast)),
71 … ('benchmarks', IntroCommand('List all benchmarks', func=lambda: list_benchmarks(benchmarkdata))),
72 …('buildoptions', IntroCommand('List all build options', func=lambda: list_buildoptions(coredata), …
73 …('buildsystem_files', IntroCommand('List files that make up the build system', func=lambda: list_b…
74 …('dependencies', IntroCommand('List external dependencies', func=lambda: list_deps(coredata), no_b…
75 …('scan_dependencies', IntroCommand('Scan for dependencies used in the meson.build file', no_bd=lis…
76 …('installed', IntroCommand('List all installed files and directories', func=lambda: list_installed…
77 …('install_plan', IntroCommand('List all installed files and directories with their details', func=…
78 …('projectinfo', IntroCommand('Information about projects', func=lambda: list_projinfo(builddata), …
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/mesonbuild/
H A Dmintro.py47 class IntroCommand: class
70 ('ast', IntroCommand('Dump the AST of the meson file', no_bd=dump_ast)),
71 … ('benchmarks', IntroCommand('List all benchmarks', func=lambda: list_benchmarks(benchmarkdata))),
72 …('buildoptions', IntroCommand('List all build options', func=lambda: list_buildoptions(coredata), …
73 …('buildsystem_files', IntroCommand('List files that make up the build system', func=lambda: list_b…
74 …('dependencies', IntroCommand('List external dependencies', func=lambda: list_deps(coredata), no_b…
75 …('scan_dependencies', IntroCommand('Scan for dependencies used in the meson.build file', no_bd=lis…
76 …('installed', IntroCommand('List all installed files and directories', func=lambda: list_installed…
77 …('install_plan', IntroCommand('List all installed files and directories with their details', func=…
78 …('projectinfo', IntroCommand('Information about projects', func=lambda: list_projinfo(builddata), …
[all …]
/dports/devel/meson/meson-0.60.3/build/lib/mesonbuild/
H A Dmintro.py47 class IntroCommand: class
70 ('ast', IntroCommand('Dump the AST of the meson file', no_bd=dump_ast)),
71 … ('benchmarks', IntroCommand('List all benchmarks', func=lambda: list_benchmarks(benchmarkdata))),
72 …('buildoptions', IntroCommand('List all build options', func=lambda: list_buildoptions(coredata), …
73 …('buildsystem_files', IntroCommand('List files that make up the build system', func=lambda: list_b…
74 …('dependencies', IntroCommand('List external dependencies', func=lambda: list_deps(coredata), no_b…
75 …('scan_dependencies', IntroCommand('Scan for dependencies used in the meson.build file', no_bd=lis…
76 …('installed', IntroCommand('List all installed files and directories', func=lambda: list_installed…
77 …('install_plan', IntroCommand('List all installed files and directories with their details', func=…
78 …('projectinfo', IntroCommand('Information about projects', func=lambda: list_projinfo(builddata), …
[all …]
/dports/devel/meson/meson-0.60.3/mesonbuild/
H A Dmintro.py47 class IntroCommand: class
70 ('ast', IntroCommand('Dump the AST of the meson file', no_bd=dump_ast)),
71 … ('benchmarks', IntroCommand('List all benchmarks', func=lambda: list_benchmarks(benchmarkdata))),
72 …('buildoptions', IntroCommand('List all build options', func=lambda: list_buildoptions(coredata), …
73 …('buildsystem_files', IntroCommand('List files that make up the build system', func=lambda: list_b…
74 …('dependencies', IntroCommand('List external dependencies', func=lambda: list_deps(coredata), no_b…
75 …('scan_dependencies', IntroCommand('Scan for dependencies used in the meson.build file', no_bd=lis…
76 …('installed', IntroCommand('List all installed files and directories', func=lambda: list_installed…
77 …('install_plan', IntroCommand('List all installed files and directories with their details', func=…
78 …('projectinfo', IntroCommand('Information about projects', func=lambda: list_projinfo(builddata), …
[all …]
/dports/emulators/qemu/qemu-6.2.0/meson/mesonbuild/
H A Dmintro.py47 class IntroCommand: class
70 ('ast', IntroCommand('Dump the AST of the meson file', no_bd=dump_ast)),
71 … ('benchmarks', IntroCommand('List all benchmarks', func=lambda: list_benchmarks(benchmarkdata))),
72 …('buildoptions', IntroCommand('List all build options', func=lambda: list_buildoptions(coredata), …
73 …('buildsystem_files', IntroCommand('List files that make up the build system', func=lambda: list_b…
74 …('dependencies', IntroCommand('List external dependencies', func=lambda: list_deps(coredata), no_b…
75 …('scan_dependencies', IntroCommand('Scan for dependencies used in the meson.build file', no_bd=lis…
76 …('installed', IntroCommand('List all installed files and directories', func=lambda: list_installed…
77 …('projectinfo', IntroCommand('Information about projects', func=lambda: list_projinfo(builddata), …
78 …('targets', IntroCommand('List top level targets', func=lambda: list_targets(builddata, installdat…
[all …]