Home
last modified time | relevance | path

Searched refs:theFile (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Mac/Demo/quicktime/
DMovieInWindow.py41 def playMovieInWindow(theWindow, theFile, movieBox): argument
46 theMovie = loadMovie(theFile)
63 def loadMovie(theFile): argument
65 movieResRef = Qt.OpenMovieFile(theFile, 1)
DVerySimplePlayer.py85 def loadMovie(theFile): argument
87 movieResRef = Qt.OpenMovieFile(theFile, 1)
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTestHelper_ClassLoader.java105 File theFile = null; in loadClassFromFile() local
107 theFile = new File(pathName, classNameAsFile); in loadClassFromFile()
108 if (theFile.exists()) { in loadClassFromFile()
109 int length = (int) theFile.length(); in loadClassFromFile()
110 theInput = new FileInputStream(theFile); in loadClassFromFile()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c6723 FSSpec theFile; in MovieObj_FlattenMovie() local
6734 PyMac_GetFSSpec, &theFile, in MovieObj_FlattenMovie()
6742 &theFile, in MovieObj_FlattenMovie()
6758 FSSpec theFile; in MovieObj_FlattenMovieData() local
6767 PyMac_GetFSSpec, &theFile, in MovieObj_FlattenMovieData()
6774 &theFile, in MovieObj_FlattenMovieData()
10951 FSSpec theFile; in Qt_GetGraphicsImporterForFile() local
10957 PyMac_GetFSSpec, &theFile)) in Qt_GetGraphicsImporterForFile()
10959 _err = GetGraphicsImporterForFile(&theFile, in Qt_GetGraphicsImporterForFile()
10994 FSSpec theFile; in Qt_GetGraphicsImporterForFileWithFlags() local
[all …]
/external/python/cpython2/Mac/Modules/icn/
D_Icnmodule.c778 FSSpec theFile; in Icn_GetIconRefFromFile() local
785 PyMac_GetFSSpec, &theFile)) in Icn_GetIconRefFromFile()
787 _err = GetIconRefFromFile(&theFile, in Icn_GetIconRefFromFile()