Searched defs:startfile (Results 1 - 9 of 9) 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/clang/tools/scan-view/share/
H A DScanView.py411 import startfile namespace
416 status = startfile.open(file)
/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);

Completed in 354 milliseconds