Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/scripts/python/
Dexported-sql-viewer.py2665 …menu.addAction(CreateAction("&Copy selection", "Copy to clipboard", lambda: CopyCellsToClipboardHd…
2666 …menu.addAction(CreateAction("Copy selection as CS&V", "Copy to clipboard as CSV", lambda: CopyCell…
2680 …menu.addAction(CreateAction('Copy "' + text + '"', "Copy to clipboard", lambda: QApplication.clipb…
2854 def CreateAction(label, tip, callback, parent=None, shortcut=None): function
2865 …return CreateAction("&Quit", "Exit the application", app.closeAllWindows, parent, QKeySequence.Qui…
2870 return CreateAction("Cl&ose", "Close the active window", mdi_area.closeActiveSubWindow, mdi_area)
2873 return CreateAction("Close &All", "Close all the windows", mdi_area.closeAllSubWindows, mdi_area)
2876 return CreateAction("&Tile", "Tile the windows", mdi_area.tileSubWindows, mdi_area)
2879 return CreateAction("&Cascade", "Cascade the windows", mdi_area.cascadeSubWindows, mdi_area)
2882 …return CreateAction("Ne&xt", "Move the focus to the next window", mdi_area.activateNextSubWindow, …
[all …]
/Linux-v5.4/fs/cifs/
Dcifspdu.h928 __le32 CreateAction; member
949 __le32 CreateAction; member
2496 __le32 CreateAction; member
Dsmb2pdu.h706 __le32 CreateAction; member
Dcifssmb.c1213 if (cpu_to_le32(FILE_CREATE) == psx_rsp->CreateAction) in CIFSPOSIXCreate()
1495 if (cpu_to_le32(FILE_CREATE) == rsp->CreateAction) in CIFS_open()