| /scripts/kconfig/tests/choice/ |
| D | __init__.py | 7 def test_oldask0(conf): argument 8 assert conf.oldaskconfig() == 0 9 assert conf.stdout_contains('oldask0_expected_stdout') 12 def test_allyes(conf): argument 13 assert conf.allyesconfig() == 0 14 assert conf.config_contains('allyes_expected_config') 17 def test_allmod(conf): argument 18 assert conf.allmodconfig() == 0 19 assert conf.config_contains('allmod_expected_config') 22 def test_allno(conf): argument [all …]
|
| /scripts/kconfig/ |
| D | streamline_config.pl | 103 foreach my $conf (@searchconfigs) { 104 my $file = $conf->{"file"}; 108 if (defined($conf->{"test"})) { 109 `$conf->{"test"} $conf->{"file"} 2>/dev/null`; 113 my $exec = $conf->{"exec"}; 233 my $conf = $1; 234 if (defined($selects{$conf})) { 235 $selects{$conf} .= " " . $config; 237 $selects{$conf} = $config; 401 foreach my $conf (@arr) { [all …]
|
| D | .gitignore | 2 /conf 3 /[gmnq]conf 4 /[gmnq]conf-bin 5 /[gmnq]conf-cflags 6 /[gmnq]conf-libs
|
| D | Makefile | 41 config-prog := conf 59 localyesconfig localmodconfig: $(obj)/conf 84 $(simple-targets): $(obj)/conf 89 savedefconfig: $(obj)/conf 92 defconfig: $(obj)/conf 101 %_defconfig: $(obj)/conf 110 %.config: $(obj)/conf 122 testconfig: $(obj)/conf 174 hostprogs += conf 175 conf-objs := conf.o $(common-objs) [all …]
|
| D | mconf.c | 293 static void conf(struct menu *menu, struct menu *active_menu); 441 conf(data.target->parent, data.target); in search_conf() 753 static void conf(struct menu *menu, struct menu *active_menu) in conf() function 801 conf(submenu, NULL); in conf() 807 conf(submenu, NULL); in conf() 850 conf(submenu, NULL); in conf() 958 conf(&rootmenu, NULL); in main()
|
| D | conf.c | 20 static void conf(struct menu *menu); 509 static void conf(struct menu *menu) in conf() function 569 conf(child); in conf() 598 conf(rootEntry); in check_conf() 817 conf(&rootmenu); in main()
|
| /scripts/kconfig/tests/choice_randomize2/ |
| D | __init__.py | 13 def test(conf): argument 15 assert conf.randconfig(seed=i) == 0 16 assert (conf.config_matches('expected_config0') or 17 conf.config_matches('expected_config1') or 18 conf.config_matches('expected_config2'))
|
| /scripts/kconfig/tests/choice_randomize/ |
| D | __init__.py | 11 def test(conf): argument 18 assert conf.randconfig(seed=i) == 0 20 if conf.config_matches('expected_config0'): 22 elif conf.config_matches('expected_config1'): 24 elif conf.config_matches('expected_config2'):
|
| /scripts/kconfig/tests/preprocess/builtin_func/ |
| D | __init__.py | 6 def test(conf): argument 7 assert conf.oldaskconfig() == 0 8 assert conf.stdout_contains('expected_stdout') 9 assert conf.stderr_matches('expected_stderr')
|
| /scripts/kconfig/tests/preprocess/variable/ |
| D | __init__.py | 6 def test(conf): argument 7 assert conf.oldaskconfig() == 0 8 assert conf.stderr_matches('expected_stderr')
|
| /scripts/kconfig/tests/preprocess/circular_expansion/ |
| D | __init__.py | 9 def test(conf): argument 10 assert conf.oldaskconfig() != 0 11 assert conf.stderr_matches('expected_stderr')
|
| /scripts/kconfig/tests/auto_submenu/ |
| D | __init__.py | 11 def test(conf): argument 12 assert conf.oldaskconfig() == 0 13 assert conf.stdout_contains('expected_stdout')
|
| /scripts/kconfig/tests/new_choice_with_dep/ |
| D | __init__.py | 13 def test(conf): argument 14 assert conf.oldconfig('config', 'y') == 0 15 assert conf.stdout_contains('expected_stdout')
|
| /scripts/kconfig/tests/no_write_if_dep_unmet/ |
| D | __init__.py | 18 def test(conf): argument 19 assert conf.oldaskconfig('config', 'n') == 0 20 assert conf.config_matches('expected_config')
|
| /scripts/kconfig/tests/err_recursive_dep/ |
| D | __init__.py | 8 def test(conf): argument 9 assert conf.oldaskconfig() == 1 10 assert conf.stderr_contains('expected_stderr')
|
| /scripts/kconfig/tests/err_recursive_inc/ |
| D | __init__.py | 9 def test(conf): argument 10 assert conf.oldaskconfig() != 0 11 assert conf.stderr_contains('expected_stderr')
|
| /scripts/kconfig/tests/preprocess/escape/ |
| D | __init__.py | 6 def test(conf): argument 7 assert conf.oldaskconfig() == 0 8 assert conf.stderr_matches('expected_stderr')
|
| /scripts/ |
| D | setlocalversion | 185 if ! test -e include/config/auto.conf; then 191 config_localversion=$(sed -n 's/^CONFIG_LOCALVERSION=\(.*\)$/\1/p' include/config/auto.conf) 194 if grep -q "^CONFIG_LOCALVERSION_AUTO=y$" include/config/auto.conf; then
|
| D | Makefile | 17 filechk_rust_target = $< < include/config/auto.conf 19 $(obj)/target.json: scripts/generate_rust_target include/config/auto.conf FORCE
|
| D | Makefile.dtbinst | 14 include include/config/auto.conf
|
| D | sphinx-pre-install | 11 my $conf = $prefix . "Documentation/conf.py"; 283 open IN, $conf or die "Can't open $conf"; 292 die "Can't get needs_sphinx version from $conf" if (!$min_version);
|
| D | xz_wrap.sh | 31 grep -q "^$1=y$" include/config/auto.conf
|
| /scripts/package/ |
| D | install-extmod-build | 9 grep -q "^$1=y" include/config/auto.conf 37 echo include/config/auto.conf
|
| D | mkspec | 20 if grep -q CONFIG_MODULES=y include/config/auto.conf; then
|
| /scripts/selinux/ |
| D | install_policy.sh | 36 ./mdp -m policy.conf file_contexts 37 $CP -U allow -M -o policy.$VERS policy.conf
|