Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 11 of 11) sorted by relevance

/scripts/kconfig/
A Dqconf.cc125 if (list->mode == singleMode || list->mode == symbolMode) { in updateMenu()
244 if (list->mode != fullMode) in init()
423 if (mode != listMode) in updateList()
601 switch (mode) { in updateMenuList()
623 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList()
666 switch (mode) { in updateMenuList()
688 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList()
714 if (ev->key() == Qt::Key_Escape && mode != fullMode && mode != listMode) { in keyPressEvent()
738 mode != fullMode && mode != menuMode) { in keyPressEvent()
796 mode != fullMode && mode != menuMode) in mouseReleaseEvent()
[all …]
A Dmconf.c1004 char *mode; in main() local
1018 mode = getenv("MENUCONFIG_MODE"); in main()
1019 if (mode) { in main()
1020 if (!strcasecmp(mode, "single_menu")) in main()
A Dconfdata.c1191 bool conf_set_all_new_symbols(enum conf_def_mode mode) in conf_set_all_new_symbols() argument
1202 if (mode == def_random) { in conf_set_all_new_symbols()
1248 switch (mode) { in conf_set_all_new_symbols()
1275 if (!(sym_is_choice(sym) && mode == def_random)) in conf_set_all_new_symbols()
1295 if (mode != def_random) { in conf_set_all_new_symbols()
1308 if (mode == def_random) in conf_set_all_new_symbols()
A Dlkc.h71 bool conf_set_all_new_symbols(enum conf_def_mode mode);
A Dnconf.c1476 char *mode; in main() local
1486 mode = getenv("NCONFIG_MODE"); in main()
1487 if (mode) { in main()
1488 if (!strcasecmp(mode, "single_menu")) in main()
A Dqconf.h115 enum listMode mode; variable
/scripts/coccinelle/misc/
A Dbadty.cocci21 // For context mode
35 // For patch mode
50 // For org and report mode
/scripts/kconfig/tests/
A Dconftest.py39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument
51 command = [CONF_PATH, mode, 'Kconfig']
153 def _allconfig(self, mode, all_config): argument
160 return self._run_conf('--{}config'.format(mode), extra_env=extra_env)
/scripts/coccinelle/api/alloc/
A Dalloc_cast.cocci36 // For context mode
54 // For patch mode
72 // For org and report mode
/scripts/
A DMakefile.gcc-plugins29 += -fplugin-arg-randomize_layout_plugin-performance-mode
/scripts/dtc/
A DREADME23 >>> fdt = libfdt.Fdt(open('test_tree1.dtb', mode='rb').read())

Completed in 16 milliseconds