Home
last modified time | relevance | path

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

12

/scripts/kconfig/tests/choice/
D__init__.py14 def test_oldask0(conf): argument
15 assert conf.oldaskconfig() == 0
16 assert conf.stdout_contains('oldask0_expected_stdout')
19 def test_oldask1(conf): argument
20 assert conf.oldaskconfig('oldask1_config') == 0
21 assert conf.stdout_contains('oldask1_expected_stdout')
24 def test_allyes(conf): argument
25 assert conf.allyesconfig() == 0
26 assert conf.config_contains('allyes_expected_config')
29 def test_allmod(conf): argument
[all …]
/scripts/kconfig/
Dstreamline_config.pl103 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 …]
DMakefile31 config: $(obj)/conf
45 localyesconfig localmodconfig: $(obj)/conf
70 $(simple-targets): $(obj)/conf
75 savedefconfig: $(obj)/conf
78 defconfig: $(obj)/conf
87 %_defconfig: $(obj)/conf
92 %.config: $(obj)/conf
113 testconfig: $(obj)/conf
157 hostprogs += conf
158 conf-objs := conf.o $(common-objs)
[all …]
D.gitignore3 *conf-cfg
8 conf
Dconf.c20 static void conf(struct menu *menu);
340 conf(child); in conf_choice()
347 static void conf(struct menu *menu) in conf() function
409 conf(child); in conf()
449 conf(rootEntry); in check_conf()
681 conf(&rootmenu); in main()
Dmconf.c284 static void conf(struct menu *menu, struct menu *active_menu);
453 conf(targets[i]->parent, targets[i]); in search_conf()
644 static void conf(struct menu *menu, struct menu *active_menu) in conf() function
692 conf(submenu, NULL); in conf()
698 conf(submenu, NULL); in conf()
741 conf(submenu, NULL); in conf()
1035 conf(&rootmenu, NULL); in main()
Dnconf.c279 static void conf(struct menu *menu);
1068 static void conf(struct menu *menu) in conf() function
1166 conf(submenu); in conf()
1176 conf(submenu); in conf()
1184 conf(submenu); in conf()
1543 conf(&rootmenu); in main()
/scripts/kconfig/tests/preprocess/builtin_func/
D__init__.py6 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/choice_value_with_m_dep/
D__init__.py13 def test(conf): argument
14 assert conf.oldaskconfig('config', 'y') == 0
15 assert conf.config_contains('expected_config')
16 assert conf.stdout_contains('expected_stdout')
/scripts/kconfig/tests/preprocess/escape/
D__init__.py6 def test(conf): argument
7 assert conf.oldaskconfig() == 0
8 assert conf.stderr_matches('expected_stderr')
/scripts/kconfig/tests/preprocess/circular_expansion/
D__init__.py9 def test(conf): argument
10 assert conf.oldaskconfig() != 0
11 assert conf.stderr_matches('expected_stderr')
/scripts/kconfig/tests/err_recursive_inc/
D__init__.py9 def test(conf): argument
10 assert conf.oldaskconfig() != 0
11 assert conf.stderr_contains('expected_stderr')
/scripts/kconfig/tests/auto_submenu/
D__init__.py11 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__.py13 def test(conf): argument
14 assert conf.oldconfig('config', 'y') == 0
15 assert conf.stdout_contains('expected_stdout')
/scripts/kconfig/tests/err_recursive_dep/
D__init__.py8 def test(conf): argument
9 assert conf.oldaskconfig() == 1
10 assert conf.stderr_contains('expected_stderr')
/scripts/kconfig/tests/no_write_if_dep_unmet/
D__init__.py18 def test(conf): argument
19 assert conf.oldaskconfig('config', 'n') == 0
20 assert conf.config_matches('expected_config')
/scripts/kconfig/tests/preprocess/variable/
D__init__.py6 def test(conf): argument
7 assert conf.oldaskconfig() == 0
8 assert conf.stderr_matches('expected_stderr')
/scripts/kconfig/tests/inter_choice/
D__init__.py13 def test(conf): argument
14 assert conf.defconfig('defconfig') == 0
15 assert conf.config_contains('expected_config')
/scripts/selinux/
Dinstall_policy.sh40 ./mdp -m policy.conf file_contexts
41 $CP -U allow -M -o policy.$VERS policy.conf
/scripts/
Dsetlocalversion186 if test -e include/config/auto.conf; then
187 . include/config/auto.conf
Dsphinx-pre-install11 my $conf = $prefix . "Documentation/conf.py";
281 open IN, $conf or die "Can't open $conf";
290 die "Can't get needs_sphinx version from $conf" if (!$min_version);
DMakefile.dtbinst16 include include/config/auto.conf
Dgen_autoksyms.sh20 . include/config/auto.conf
DMakefile.modfinal9 include $(objtree)/include/config/auto.conf
/scripts/package/
Dbuildtar60 if grep -q '^CONFIG_OF_EARLY_FLATTREE=y' include/config/auto.conf; then
71 if grep -q '^CONFIG_MODULES=y' include/config/auto.conf; then

12