Searched refs:menu (Results 26 - 36 of 36) sorted by relevance

12

/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2290 menu = QMenu(self.view)
2294 menu.addAction(CreateAction(menu_text, "Show Call Tree", lambda a=None, args=thread_at_time: self.RightClickSelect(args), self.view))
2295 menu.exec_(pos)
4033 # Context menu
4043 menu = QMenu(self.view)
4044 self.AddActions(menu)
4045 menu.exec_(self.view.mapToGlobal(pos))
4047 def AddCopy(self, menu):
4048 menu.addAction(CreateAction("&Copy selection", "Copy to clipboard", lambda: CopyCellsToClipboardHdr(self.view), self.view))
4049 menu
[all...]
/linux-master/tools/testing/ktest/
H A Dktest.pl458 and will search in /boot/grub/menu.lst for the title \$GRUB_MENU
463 The entry in /boot/grub/menu.lst must be entered in manually.
481 Note, ktest.pl will not update the grub menu.lst, you need to
483 the grub menu.lst for this option to find what kernel to
486 For example, if in the /boot/grub/menu.lst the test kernel title has:
493 menu must be a non-nested menu. Add the quotes used in the menu
1992 doprint "Find $reboot_type menu ... ";
2044 $command = "cat /boot/grub/menu
[all...]
/linux-master/drivers/media/common/
H A Dcx2341x.c922 struct v4l2_queryctrl and the available menu items. Note that
1189 const char * const *menu = cx2341x_ctrl_get_menu(p, id); local
1192 if (menu == NULL)
1197 while (ctrl.value-- && *menu) menu++;
1198 if (*menu == NULL)
1200 return *menu;
/linux-master/scripts/kconfig/
H A DMakefile130 @echo ' nconfig - Update current config utilising a ncurses menu based program'
131 @echo ' menuconfig - Update current config utilising a menu based program'
164 common-objs := confdata.o expr.o lexer.lex.o menu.o parser.tab.o \
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-core.h225 struct v4l2_ctrl *menu; member in struct:vivid_dev
H A Dvivid-kthread-cap.c505 snprintf(str, sizeof(str), " boolean %d, menu %s, string \"%s\" ",
507 dev->menu->qmenu[dev->menu->cur.val],
H A Dvivid-ctrls.c1674 dev->menu = v4l2_ctrl_new_custom(hdl_user_gen, &vivid_ctrl_menu, NULL);
/linux-master/drivers/hid/
H A Dwacom_wac.c524 bool wrench = false, keyboard = false, mute_touch = false, menu = false, local
579 menu = !!(data[2] & 0x04);
650 input_report_key(input, KEY_CONTROLPANEL, menu);
/linux-master/scripts/
H A Dget_maintainer.pl1056 --interactive => display a menu (mostly useful if used with the --git option)
1792 #menu loop
H A Dcheckpatch.pl3636 if|endif|menu|endmenu|source)\b/x) {
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h2441 struct mlx5_ifc_resource_dump_menu_segment_bits menu; member in struct:mlx5_ifc_menu_resource_dump_response_bits

Completed in 406 milliseconds

12