Searched refs:startfile (Results 1 – 19 of 19) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_startfile.py | 16 startfile = test_support.get_attribute(os, 'startfile') variable 21 self.assertRaises(OSError, startfile, "nonexisting.vbs") 24 self.assertRaises(OSError, startfile, u"nonexisting.vbs") 32 startfile(empty) 33 startfile(empty, "open")
|
/external/python/cpython3/Lib/test/ |
D | test_startfile.py | 16 startfile = support.get_attribute(os, 'startfile') variable 21 self.assertRaises(OSError, startfile, "nonexisting.vbs") 30 startfile(empty) 31 startfile(empty, "open")
|
/external/skia/bin/ |
D | sysopen | 15 os.startfile(arg)
|
/external/skqp/bin/ |
D | sysopen | 15 os.startfile(arg)
|
/external/clang/tools/scan-view/ |
D | CMakeLists.txt | 9 startfile.py
|
/external/clang/tools/scan-view/share/ |
D | startfile.py | 89 os.startfile(filename)
|
D | ScanView.py | 411 import startfile 416 status = startfile.open(file)
|
/external/python/cpython3/Lib/ |
D | webbrowser.py | 581 os.startfile(url)
|
/external/python/cpython2/Lib/ |
D | webbrowser.py | 542 os.startfile(url)
|
/external/python/cpython2/Lib/idlelib/ |
D | EditorWindow.py | 557 os.startfile(self.help_url) 860 os.startfile(helpfile)
|
D | NEWS.txt | 1089 - Use os.startfile() to open both Additional Help and Python Help on the
|
/external/python/cpython3/Lib/idlelib/ |
D | editor.py | 574 os.startfile(self.help_url) 877 os.startfile(helpfile)
|
D | NEWS2x.txt | 589 - Use os.startfile() to open both Additional Help and Python Help on the
|
/external/scapy/scapy/ |
D | utils.py | 537 os.startfile(target.name)
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 2129 .. function:: startfile(path[, operation]) 2143 :func:`startfile` returns as soon as the associated application is launched.
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 3523 .. function:: startfile(path[, operation]) 3537 :func:`startfile` returns as soon as the associated application is launched.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 98 Delay-load ShellExecute[AW] in os.startfile for reduced startup overhead on
|
/external/python/cpython2/Misc/ |
D | HISTORY | 1398 - Patch #1393157: os.startfile() now has an optional argument to specify 1472 - Bug #1007046: os.startfile() did not accept unicode strings encoded in 8625 - os: (Windows only:) Add startfile() function that acts like double- 8673 - webbrowser: On Windows, use os.startfile() instead of os.popen(),
|
/external/python/cpython3/Misc/ |
D | HISTORY | 18782 - Patch #1393157: os.startfile() now has an optional argument to specify 18856 - Bug #1007046: os.startfile() did not accept unicode strings encoded in 26004 - os: (Windows only:) Add startfile() function that acts like double- 26052 - webbrowser: On Windows, use os.startfile() instead of os.popen(),
|