Home
last modified time | relevance | path

Searched refs:CreateAction (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py2293 …menu.addAction(CreateAction(menu_text, "Show Call Tree", lambda a=None, args=thread_at_time: self.…
4047 …menu.addAction(CreateAction("&Copy selection", "Copy to clipboard", lambda: CopyCellsToClipboardHd…
4048 …menu.addAction(CreateAction("Copy selection as CS&V", "Copy to clipboard as CSV", lambda: CopyCell…
4062 …menu.addAction(CreateAction('Copy "' + text + '"', "Copy to clipboard", lambda: QApplication.clipb…
4236 def CreateAction(label, tip, callback, parent=None, shortcut=None): function
4247 …return CreateAction("&Quit", "Exit the application", app.closeAllWindows, parent, QKeySequence.Qui…
4252 return CreateAction("Cl&ose", "Close the active window", mdi_area.closeActiveSubWindow, mdi_area)
4255 return CreateAction("Close &All", "Close all the windows", mdi_area.closeAllSubWindows, mdi_area)
4258 return CreateAction("&Tile", "Tile the windows", mdi_area.tileSubWindows, mdi_area)
4261 return CreateAction("&Cascade", "Cascade the windows", mdi_area.cascadeSubWindows, mdi_area)
[all …]
/kernel/linux/linux-5.10/fs/cifs/
Dcifspdu.h933 __le32 CreateAction; member
954 __le32 CreateAction; member
2502 __le32 CreateAction; member
Dsmb2pdu.h818 __le32 CreateAction; member
Dcifssmb.c1140 if (cpu_to_le32(FILE_CREATE) == psx_rsp->CreateAction) in CIFSPOSIXCreate()
1423 if (cpu_to_le32(FILE_CREATE) == rsp->CreateAction) in CIFS_open()