HomeSort by relevance Sort by last modified time
    Searched refs:startfile (Results 1 - 25 of 56) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
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(unicode(empty, "mbcs"), "open")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
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(unicode(empty, "mbcs"), "open"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
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(unicode(empty, "mbcs"), "open"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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(unicode(empty, "mbcs"), "open"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
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(unicode(empty, "mbcs"), "open"
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-view/
Makefile 21 $(ShareDir)/scan-view/startfile.py \
  /prebuilts/clang/host/linux-x86/clang-2812033/tools/scan-view/
Makefile 21 $(ShareDir)/scan-view/startfile.py \
  /external/syslinux/bios/com32/cmenu/
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);
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/
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);
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/
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);
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/
startfile.py 85 '''Controller for the win32 start progam through os.startfile.'''
89 os.startfile(filename)
  /prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-view/share/
startfile.py 85 '''Controller for the win32 start progam through os.startfile.'''
89 os.startfile(filename)
  /prebuilts/clang/host/darwin-x86/clang-3016494/tools/scan-view/share/
startfile.py 85 '''Controller for the win32 start progam through os.startfile.'''
89 os.startfile(filename)
  /prebuilts/clang/host/darwin-x86/clang-3217047/tools/scan-view/share/
startfile.py 85 '''Controller for the win32 start progam through os.startfile.'''
89 os.startfile(filename)
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-view/share/
startfile.py 85 '''Controller for the win32 start progam through os.startfile.'''
89 os.startfile(filename)
  /prebuilts/clang/host/darwin-x86/clang-3362437/tools/scan-view/share/
startfile.py 85 '''Controller for the win32 start progam through os.startfile.'''
89 os.startfile(filename)
  /prebuilts/clang/host/darwin-x86/clang-3688880/tools/scan-view/share/
startfile.py 85 '''Controller for the win32 start progam through os.startfile.'''
89 os.startfile(filename)
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-view/share/
startfile.py 85 '''Controller for the win32 start progam through os.startfile.'''
89 os.startfile(filename)
  /prebuilts/clang/host/linux-x86/clang-2812033/tools/scan-view/share/
startfile.py 85 '''Controller for the win32 start progam through os.startfile.'''
89 os.startfile(filename)
  /prebuilts/clang/host/linux-x86/clang-3016494/tools/scan-view/share/
startfile.py 85 '''Controller for the win32 start progam through os.startfile.'''
89 os.startfile(filename)
  /prebuilts/clang/host/linux-x86/clang-3217047/tools/scan-view/share/
startfile.py 85 '''Controller for the win32 start progam through os.startfile.'''
89 os.startfile(filename)
  /prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-view/share/
startfile.py 85 '''Controller for the win32 start progam through os.startfile.'''
89 os.startfile(filename)

Completed in 1132 milliseconds

1 2 3