Searched refs:startfile (Results 1 - 17 of 17) sorted by relevance
/external/python/cpython3/Lib/test/ |
H A D | test_startfile.py | 1 # Ridiculously simple test of the os.startfile function for Windows. 7 # we can detect here, to make sure that not only the os.startfile() 16 startfile = support.get_attribute(os, 'startfile') variable 21 self.assertRaises(OSError, startfile, "nonexisting.vbs") 30 startfile(empty) 31 startfile(empty, "open")
|
/external/python/cpython2/Lib/test/ |
H A D | test_startfile.py | 1 # Ridiculously simple test of the os.startfile function for Windows. 7 # we can detect here, to make sure that not only the os.startfile() 16 startfile = test_support.get_attribute(os, 'startfile') variable 21 self.assertRaises(OSError, startfile, "nonexisting.vbs") 24 self.assertRaises(OSError, startfile, u"nonexisting.vbs") 28 startfile(empty) 29 startfile(empty, "open") 37 startfile(unicode(empty, "mbcs")) 38 startfile(unicod [all...] |
/external/skia/tools/skqp/ |
H A D | sysopen.py | 15 os.startfile(arg)
|
/external/skqp/tools/skqp/ |
H A D | sysopen.py | 15 os.startfile(arg)
|
/external/syslinux/bios/com32/cmenu/ |
H A D | test.c | 339 char startfile[MAX_CMD_LINE_LENGTH]; local 364 strcpy(startfile,""); 444 // Do we have a startfile to display? 445 if (startfile[0] != '\0') runhelp(startfile);
|
H A D | test2.c | 339 char startfile[MAX_CMD_LINE_LENGTH]; local 364 strcpy(startfile,"hlp00026.txt"); 501 // Do we have a startfile to display? 502 if (startfile[0] != '\0') runhelp(startfile);
|
/external/syslinux/efi32/com32/cmenu/ |
H A D | test.c | 339 char startfile[MAX_CMD_LINE_LENGTH]; local 364 strcpy(startfile,""); 444 // Do we have a startfile to display? 445 if (startfile[0] != '\0') runhelp(startfile);
|
H A D | test2.c | 339 char startfile[MAX_CMD_LINE_LENGTH]; local 364 strcpy(startfile,"hlp00026.txt"); 501 // Do we have a startfile to display? 502 if (startfile[0] != '\0') runhelp(startfile);
|
/external/syslinux/efi64/com32/cmenu/ |
H A D | test.c | 339 char startfile[MAX_CMD_LINE_LENGTH]; local 364 strcpy(startfile,""); 444 // Do we have a startfile to display? 445 if (startfile[0] != '\0') runhelp(startfile);
|
H A D | test2.c | 339 char startfile[MAX_CMD_LINE_LENGTH]; local 364 strcpy(startfile,"hlp00026.txt"); 501 // Do we have a startfile to display? 502 if (startfile[0] != '\0') runhelp(startfile);
|
/external/clang/tools/scan-view/share/ |
H A D | startfile.py | 85 '''Controller for the win32 start progam through os.startfile.''' 89 os.startfile(filename)
|
H A D | ScanView.py | 411 import startfile namespace 416 status = startfile.open(file)
|
/external/python/cpython3/Lib/ |
H A D | webbrowser.py | 513 os.startfile(url)
|
/external/python/cpython2/Lib/ |
H A D | webbrowser.py | 543 os.startfile(url)
|
/external/python/cpython2/Lib/idlelib/ |
H A D | EditorWindow.py | 557 os.startfile(self.help_url) 860 os.startfile(helpfile)
|
/external/python/cpython3/Lib/idlelib/ |
H A D | editor.py | 486 os.startfile(self.help_url) 782 os.startfile(helpfile)
|
/external/scapy/scapy/ |
H A D | utils.py | 537 os.startfile(target.name)
|
Completed in 657 milliseconds