/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...] |
/frameworks/compile/slang/ |
slang_rs_reflection_base.h | 61 void startFile(const std::string &filename);
|
slang_rs_reflection_base.cpp | 94 void RSReflectionBase::startFile(const string &filename) {
|
slang_rs_reflection_cpp.cpp | 151 startFile(mClassName + ".h"); 302 startFile(mClassName + ".cpp");
|
/external/clang/tools/scan-view/ |
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)
|
/external/clang/tools/libclang/ |
CIndexDiagnostic.cpp | 266 CXFile StartFile, EndFile; 271 &StartFile, &StartLine, &StartColumn, 276 if (StartFile != EndFile || StartFile != File)
|
/external/llvm/lib/Transforms/Instrumentation/ |
GCOVProfiling.cpp | 747 Constant *StartFile = getStartFileFunc(); 757 Builder.CreateCall2(StartFile,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
webbrowser.py | 543 os.startfile(url)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
webbrowser.py | 543 os.startfile(url)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
EditorWindow.py | 550 os.startfile(self.help_url) [all...] |
NEWS.txt | 703 - Use os.startfile() to open both Additional Help and Python Help on the
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
EditorWindow.py | 550 os.startfile(self.help_url) [all...] |
NEWS.txt | 703 - Use os.startfile() to open both Additional Help and Python Help on the
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-jsch.jar | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-c++ | |
i686-linux-cpp | |
i686-linux-g++ | |
i686-linux-gcc | |
i686-linux-gcc-4.4.3 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/bin/ |
c++ | |
g++ | |
gcc | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/ |
i686-linux-c++ | |