/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...] |
/external/clang/tools/scan-view/ |
Makefile | 21 $(ShareDir)/scan-view/startfile.py \
|
/prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-view/ |
Makefile | 21 $(ShareDir)/scan-view/startfile.py \
|
/prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-view/ |
Makefile | 21 $(ShareDir)/scan-view/startfile.py \
|
/prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-view/ |
Makefile | 21 $(ShareDir)/scan-view/startfile.py \
|
/prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-view/ |
Makefile | 21 $(ShareDir)/scan-view/startfile.py \
|
/prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-view/ |
Makefile | 21 $(ShareDir)/scan-view/startfile.py \
|
/prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-view/ |
Makefile | 21 $(ShareDir)/scan-view/startfile.py \
|
/external/clang/tools/scan-view/share/ |
startfile.py | 85 '''Controller for the win32 start progam through os.startfile.''' 89 os.startfile(filename)
|
ScanView.py | 411 import startfile namespace 416 status = startfile.open(file)
|
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-view/ |
startfile.py | 85 '''Controller for the win32 start progam through os.startfile.''' 89 os.startfile(filename)
|
/prebuilts/clang/host/darwin-x86/3.8/tools/scan-view/ |
startfile.py | 85 '''Controller for the win32 start progam through os.startfile.''' 89 os.startfile(filename)
|
/prebuilts/clang/host/darwin-x86/clang-2629532/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-2658975/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-2690385/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/3.8/tools/scan-view/ |
startfile.py | 85 '''Controller for the win32 start progam through os.startfile.''' 89 os.startfile(filename)
|
/prebuilts/clang/host/linux-x86/clang-2629532/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-2658975/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-2690385/tools/scan-view/share/ |
startfile.py | 85 '''Controller for the win32 start progam through os.startfile.''' 89 os.startfile(filename)
|
/prebuilts/clang/linux-x86/host/3.6/tools/scan-view/ |
startfile.py | 85 '''Controller for the win32 start progam through os.startfile.''' 89 os.startfile(filename)
|
/prebuilts/misc/darwin-x86/analyzer/tools/scan-view/ |
startfile.py | 85 '''Controller for the win32 start progam through os.startfile.''' 89 os.startfile(filename)
|
/prebuilts/misc/linux-x86/analyzer/tools/scan-view/ |
startfile.py | 85 '''Controller for the win32 start progam through os.startfile.''' 89 os.startfile(filename)
|