Searched refs:startfile (Results 1 - 17 of 17) sorted by relevance

/external/python/cpython3/Lib/test/
H A Dtest_startfile.py1 # 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 Dtest_startfile.py1 # 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 Dsysopen.py15 os.startfile(arg)
/external/skqp/tools/skqp/
H A Dsysopen.py15 os.startfile(arg)
/external/syslinux/bios/com32/cmenu/
H A Dtest.c339 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 Dtest2.c339 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 Dtest.c339 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 Dtest2.c339 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 Dtest.c339 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 Dtest2.c339 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 Dstartfile.py85 '''Controller for the win32 start progam through os.startfile.'''
89 os.startfile(filename)
H A DScanView.py411 import startfile namespace
416 status = startfile.open(file)
/external/python/cpython3/Lib/
H A Dwebbrowser.py513 os.startfile(url)
/external/python/cpython2/Lib/
H A Dwebbrowser.py543 os.startfile(url)
/external/python/cpython2/Lib/idlelib/
H A DEditorWindow.py557 os.startfile(self.help_url)
860 os.startfile(helpfile)
/external/python/cpython3/Lib/idlelib/
H A Deditor.py486 os.startfile(self.help_url)
782 os.startfile(helpfile)
/external/scapy/scapy/
H A Dutils.py537 os.startfile(target.name)

Completed in 411 milliseconds