| /scripts/kconfig/tests/choice/ |
| A 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 17 def test_allmod(conf): argument 18 assert conf.allmodconfig() == 0 22 def test_allno(conf): argument 23 assert conf.allnoconfig() == 0 27 def test_alldef(conf): argument [all …]
|
| /scripts/kconfig/ |
| A D | streamline_config.pl | 104 my $file = $conf->{"file"}; 109 `$conf->{"test"} $conf->{"file"} 2>/dev/null`; 113 my $exec = $conf->{"exec"}; 235 my $conf = $1; 403 foreach my $conf (@arr) { 407 my $c=$conf; 460 if (!defined($orig_configs{$conf}) || $orig_configs{$conf} eq "y") { 469 $configs{$conf} = 1; 507 if (defined($orig_configs{$conf}) && $orig_configs{$conf} ne "m") { 519 $next_config = $conf; [all …]
|
| A D | .gitignore | 2 /conf 3 /[gmnq]conf 4 /[gmnq]conf-bin 5 /[gmnq]conf-cflags 6 /[gmnq]conf-libs
|
| A D | Makefile | 41 config-prog := 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) 233 $(obj)/%conf-cflags $(obj)/%conf-libs $(obj)/%conf-bin: $(src)/%conf-cfg.sh [all …]
|
| A 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()
|
| A 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() 820 conf(&rootmenu); in main()
|
| /scripts/kconfig/tests/choice_randomize2/ |
| A 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/ |
| A 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/ |
| A 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/auto_submenu/ |
| A D | __init__.py | 11 def test(conf): argument 12 assert conf.oldaskconfig() == 0 13 assert conf.stdout_contains('expected_stdout')
|
| /scripts/kconfig/tests/err_recursive_dep/ |
| A 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/ |
| A D | __init__.py | 9 def test(conf): argument 10 assert conf.oldaskconfig() != 0 11 assert conf.stderr_contains('expected_stderr')
|
| /scripts/kconfig/tests/new_choice_with_dep/ |
| A 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/preprocess/escape/ |
| A D | __init__.py | 6 def test(conf): argument 7 assert conf.oldaskconfig() == 0 8 assert conf.stderr_matches('expected_stderr')
|
| /scripts/kconfig/tests/preprocess/variable/ |
| A D | __init__.py | 6 def test(conf): argument 7 assert conf.oldaskconfig() == 0 8 assert conf.stderr_matches('expected_stderr')
|
| /scripts/kconfig/tests/no_write_if_dep_unmet/ |
| A 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/preprocess/circular_expansion/ |
| A D | __init__.py | 9 def test(conf): argument 10 assert conf.oldaskconfig() != 0 11 assert conf.stderr_matches('expected_stderr')
|
| /scripts/package/ |
| A D | mkspec | 20 if grep -q CONFIG_MODULES=y include/config/auto.conf; then 28 if grep -q CONFIG_DEBUG_INFO=y include/config/auto.conf && 29 (! grep -q CONFIG_MODULE_COMPRESS=y include/config/auto.conf) && 30 (! grep -q CONFIG_DEBUG_INFO_SPLIT=y include/config/auto.conf); then
|
| A D | install-extmod-build | 9 grep -q "^$1=y" include/config/auto.conf 37 echo include/config/auto.conf
|
| /scripts/ |
| A D | setlocalversion | 189 if ! test -e include/config/auto.conf; then 195 config_localversion=$(sed -n 's/^CONFIG_LOCALVERSION=\(.*\)$/\1/p' include/config/auto.conf) 198 if grep -q "^CONFIG_LOCALVERSION_AUTO=y$" include/config/auto.conf; then
|
| A D | Makefile | 17 filechk_rust_target = $< < include/config/auto.conf 19 $(obj)/target.json: scripts/generate_rust_target include/config/auto.conf FORCE
|
| A D | Makefile.dtbinst | 14 include include/config/auto.conf
|
| A D | sphinx-pre-install | 11 my $conf = $prefix . "Documentation/conf.py"; 287 open IN, $conf or die "Can't open $conf"; 296 die "Can't get needs_sphinx version from $conf" if (!$min_version);
|
| A D | xz_wrap.sh | 31 grep -q "^$1=y$" include/config/auto.conf
|
| /scripts/selinux/ |
| A D | install_policy.sh | 36 ./mdp -m policy.conf file_contexts 37 $CP -U allow -M -o policy.$VERS policy.conf
|