Searched refs:CreateAction (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2294 menu.addAction(CreateAction(menu_text, "Show Call Tree", lambda a=None, args=thread_at_time: self.RightClickSelect(args), self.view))
4048 menu.addAction(CreateAction("&Copy selection", "Copy to clipboard", lambda: CopyCellsToClipboardHdr(self.view), self.view))
4049 menu.addAction(CreateAction("Copy selection as CS&V", "Copy to clipboard as CSV", lambda: CopyCellsToClipboardCSV(self.view), self.view))
4063 menu.addAction(CreateAction('Copy "' + text + '"', "Copy to clipboard", lambda: QApplication.clipboard().setText(text), self.view))
4237 def CreateAction(label, tip, callback, parent=None, shortcut=None): function
4248 return CreateAction("&Quit", "Exit the application", app.closeAllWindows, parent, QKeySequence.Quit)
4253 return CreateAction("Cl&ose", "Close the active window", mdi_area.closeActiveSubWindow, mdi_area)
4256 return CreateAction("Close &All", "Close all the windows", mdi_area.closeAllSubWindows, mdi_area)
4259 return CreateAction("&Tile", "Tile the windows", mdi_area.tileSubWindows, mdi_area)
4262 return CreateAction("
[all...]
/linux-master/fs/smb/client/
H A Dcifspdu.h319 /* CreateDisposition flags, similar to CreateAction as well */
874 /* open response for CreateAction shifted left */
884 __le32 CreateAction; member in struct:smb_com_open_rsp
907 __le32 CreateAction; member in struct:smb_com_open_rsp_ext
2455 __le32 CreateAction; member in struct:__anon72
H A Dcifssmb.c959 /* Do we care about the CreateAction in any other cases? */
960 if (cpu_to_le32(FILE_CREATE) == psx_rsp->CreateAction)
1112 /* Do we care about the CreateAction in any other cases? */
1114 /* if (cpu_to_le32(FILE_CREATE) == pSMBr->CreateAction)
1242 /* Do we care about the CreateAction in any other cases? */
1243 if (cpu_to_le32(FILE_CREATE) == rsp->CreateAction)
/linux-master/fs/smb/common/
H A Dsmb2pdu.h1208 __le32 CreateAction; member in struct:smb2_create_rsp
/linux-master/fs/smb/server/
H A Dsmb2pdu.c2266 rsp->CreateAction = cpu_to_le32(FILE_OPENED);
3535 rsp->CreateAction = cpu_to_le32(file_info);

Completed in 218 milliseconds