HomeSort by relevance Sort by last modified time
    Searched refs:theFile (Results 1 - 5 of 5) sorted by null

  /external/python/cpython2/Mac/Demo/quicktime/
MovieInWindow.py 41 def playMovieInWindow(theWindow, theFile, movieBox):
46 theMovie = loadMovie(theFile)
63 def loadMovie(theFile):
65 movieResRef = Qt.OpenMovieFile(theFile, 1)
VerySimplePlayer.py 85 def loadMovie(theFile):
87 movieResRef = Qt.OpenMovieFile(theFile, 1)
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_ClassLoader.java 105 File theFile = null;
107 theFile = new File(pathName, classNameAsFile);
108 if (theFile.exists()) {
109 int length = (int) theFile.length();
110 theInput = new FileInputStream(theFile);
  /external/python/cpython2/Mac/Modules/icn/
_Icnmodule.c 778 FSSpec theFile;
785 PyMac_GetFSSpec, &theFile))
787 _err = GetIconRefFromFile(&theFile,
    [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]

Completed in 1733 milliseconds