HomeSort by relevance Sort by last modified time
    Searched full:startfile (Results 1 - 23 of 23) sorted by null

  /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/
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/misc/darwin-x86/analyzer/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)
  /prebuilts/misc/linux-x86/analyzer/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 282 CXFile StartFile, EndFile;
287 &StartFile, &StartLine, &StartColumn,
292 if (StartFile != EndFile || StartFile != File)
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 275 if (!out.startFile(output_path, filename, context.rsFileName,
340 bool GeneratedFile::startFile(const string &outDirectory,
slang_rs_reflect_utils.h 116 bool startFile(const std::string &outPath, const std::string &outFileName,
slang_rs_reflection_cpp.cpp 137 if (!mOut.startFile(mOutputDirectory, mClassName + ".h", mRSSourceFilePath,
332 if (!mOut.startFile(mOutputDirectory, mClassName + ".cpp", mRSSourceFilePath,
    [all...]
slang_rs_reflection.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
mingw32.h 153 /* Override startfile prefix defaults. */
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 841 Constant *StartFile = getStartFileFunc();
853 Builder.CreateCall3(StartFile,
    [all...]
  /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/clang/lib/Driver/
ToolChains.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 

Completed in 373 milliseconds