Home
last modified time | relevance | path

Searched defs:theFile (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/graphics/quesa/quesa-1.8/Source/FileFormats/Readers/3DMF/
H A DE3FFR_3DMF_Geometry.c313 E3Read_3DMF_String_C(TQ3FileObject theFile) in E3Read_3DMF_String_C()
696 E3Read_3DMF_Group_info(TQ3FileObject theFile) in E3Read_3DMF_Group_info()
720 E3Read_3DMF_Group_Light(TQ3FileObject theFile) in E3Read_3DMF_Group_Light()
744 E3Read_3DMF_Group(TQ3FileObject theFile) in E3Read_3DMF_Group()
1189 E3Read_3DMF_Style_Fill(TQ3FileObject theFile) in E3Read_3DMF_Style_Fill()
1397 E3Read_3DMF_Style_Fog(TQ3FileObject theFile) in E3Read_3DMF_Style_Fog()
1600 E3Read_3DMF_Geom_Box(TQ3FileObject theFile) in E3Read_3DMF_Geom_Box()
1736 E3Read_3DMF_Geom_Cone(TQ3FileObject theFile) in E3Read_3DMF_Geom_Cone()
2087 E3Read_3DMF_Geom_Disk(TQ3FileObject theFile) in E3Read_3DMF_Geom_Disk()
2482 E3Read_3DMF_Geom_Line(TQ3FileObject theFile) in E3Read_3DMF_Geom_Line()
[all …]
/dports/graphics/quesa/quesa-1.8/Source/Core/Glue/
H A DQD3DIO.c449 Q3File_Close(TQ3FileObject theFile) in Q3File_Close()
483 Q3File_Cancel(TQ3FileObject theFile) in Q3File_Cancel()
660 Q3File_ReadObject(TQ3FileObject theFile) in Q3File_ReadObject()
694 Q3File_SkipObject(TQ3FileObject theFile) in Q3File_SkipObject()
728 Q3File_IsEndOfData(TQ3FileObject theFile) in Q3File_IsEndOfData()
799 Q3File_IsEndOfFile(TQ3FileObject theFile) in Q3File_IsEndOfFile()
1088 Q3NewLine_Write(TQ3FileObject theFile) in Q3NewLine_Write()
1163 TQ3FileObject theFile in Q3Uns8_ReadArray()
1267 TQ3FileObject theFile in Q3Uns16_ReadArray()
1371 TQ3FileObject theFile in Q3Uns32_ReadArray()
[all …]
/dports/audio/muse-sequencer/muse-4.0.0/src/utils/
H A Dmuse-song-convert.py101 def findAndSkipBlock(self, theFile, currLine): argument
119 def fixComma(self, theFile, currLine): argument
124 def getSynth(self, theFile, currLine): argument
242 def checkAGroup(self, theFile, currLine): argument
255 def checkSynth(self, theFile, currLine): argument
270 def checkAMaster(self, theFile, currLine): argument
281 def checkAInput(self, theFile, currLine): argument
302 def checkMGroup(self, theFile, currLine): argument
328 def checkClip(self, theFile, currLine): argument
354 def checkPart(self, theFile, currLine): argument
[all …]
/dports/graphics/quesa/quesa-1.8/Source/FileFormats/Writers/3DMF/
H A DE3FFW_3DMFBin_Geometry.c170 TQ3FileObject theFile) in e3ffw_3DMF_transform_vector_write()
209 TQ3FileObject theFile) in e3ffw_3DMF_transform_matrix_write()
250 TQ3FileObject theFile) in e3ffw_3DMF_transform_rotate_write()
293 TQ3FileObject theFile) in e3ffw_3DMF_transform_rotatepoint_write()
339 TQ3FileObject theFile) in e3ffw_3DMF_transform_rotateaxis_write()
384 TQ3FileObject theFile) in e3ffw_3DMF_transform_quaternion_write()
539 TQ3FileObject theFile) in e3ffw_3DMF_attribute_surfaceuv_write()
562 TQ3FileObject theFile) in e3ffw_3DMF_attribute_shadinguv_write()
585 TQ3FileObject theFile) in e3ffw_3DMF_attribute_normal_write()
606 TQ3FileObject theFile) in e3ffw_3DMF_attribute_ambientcoefficient_write()
[all …]
H A DE3FFW_3DMFBin_Writer.c327 TQ3FileObject theFile = E3View_AccessFile (theView); in E3FFW_3DMF_EndPass() local
457 e3ffw_3DMF_write_objects(TE3FFormatW3DMF_Data *instanceData, TQ3FileObject theFile) in e3ffw_3DMF_write_objects()
618 TQ3FileObject theFile = E3View_AccessFile (theView); in e3ffw_3DMF_TraverseObject_CheckRef() local
789 TQ3FileObject theFile = E3View_AccessFile (view); in E3XView_SubmitSubObjectData() local
872 TQ3FileObject theFile) in E3FFW_3DMF_32_Write()
919 TQ3FileObject theFile) in E3FFW_3DMF_Write()
1006 TQ3FileObject theFile) in E3FFW_3DMF_TOC_Write()
1169 E3FFW_3DMF_CString_Write( const void *theString, TQ3FileObject theFile ) in E3FFW_3DMF_CString_Write()
/dports/science/ergo/ergo-3.8/source/matrix/
H A DDebugPolicies.h93 void assertAlways(char const * theFile, int const theLine, in assertAlways()
101 inline void assertDebug(char const * theFile, int const theLine, in assertDebug()
109 inline void assertDebug(char const * theFile, int const theLine, in assertDebug()
/dports/devel/poco/poco-1.10.1-all/Zip/testsuite/src/
H A DCompressTest.cpp41 Poco::Path theFile(ZipTest::getTestFile("data", "test.zip")); in testSingleFile() local
63 Poco::Path theFile(aFile.path()); in testDirectory() local
76 Poco::Path theFile(ZipTest::getTestFile("data", "test.zip")); in testManipulator() local
93 Poco::Path theFile(ZipTest::getTestFile("data", "test.zip")); in testManipulatorDel() local
111 Poco::Path theFile(ZipTest::getTestFile("data", "test.zip")); in testManipulatorReplace() local
129 Poco::Path theFile(ZipTest::getTestFile("data", "test.zip")); in testSetZipComment() local
/dports/lang/python-legacy/Python-2.7.18/Mac/Demo/quicktime/
H A DMovieInWindow.py41 def playMovieInWindow(theWindow, theFile, movieBox): argument
63 def loadMovie(theFile): argument
H A DVerySimplePlayer.py85 def loadMovie(theFile): argument
/dports/lang/python27/Python-2.7.18/Mac/Demo/quicktime/
H A DMovieInWindow.py41 def playMovieInWindow(theWindow, theFile, movieBox): argument
63 def loadMovie(theFile): argument
/dports/cad/opencascade/opencascade-7.6.0/src/StlAPI/
H A DStlAPI.cxx25 const Standard_CString theFile, in Write()
38 const Standard_CString theFile) in Read()
/dports/lang/clips/clips_core_source_630/core/
H A Dgenrccmp.c164 FILE *theFile, in DefgenericCModuleReference()
446 FILE *theFile, in DefgenericModuleToCode()
477 FILE *theFile, in SingleDefgenericToCode()
524 FILE *theFile, in MethodToCode()
560 FILE *theFile, in RestrictionToCode()
589 FILE *theFile, in TypeToCode()
H A Dtmpltcmp.c241 FILE *theFile, in DeftemplateModuleToCode()
265 FILE *theFile, in DeftemplateToCode()
327 FILE *theFile, in SlotToCode()
388 FILE *theFile, in DeftemplateCModuleReference()
405 FILE *theFile, in DeftemplateCConstructReference()
H A Dgloblcmp.c215 FILE *theFile, in DefglobalModuleToCode()
239 FILE *theFile, in DefglobalToCode()
285 FILE *theFile, in DefglobalCModuleReference()
303 FILE *theFile, in DefglobalCConstructReference()
H A Ddfinscmp.c93 FILE *theFile, in DefinstancesCModuleReference()
271 FILE *theFile, in DefinstancesModuleToCode()
298 FILE *theFile, in SingleDefinstancesToCode()
H A Ddffctcmp.c201 FILE *theFile, in DeffactsModuleToCode()
226 FILE *theFile, in DeffactsToCode()
258 FILE *theFile, in DeffactsCModuleReference()
H A Ddffnxcmp.c121 FILE *theFile, in DeffunctionCModuleReference()
298 FILE *theFile, in DeffunctionModuleToCode()
325 FILE *theFile, in SingleDeffunctionToCode()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/annotation-model/tools/
H A Dmake_tests.py37 theFile = os.path.join(curdir, file) variable
62 theFile = os.path.join(curdir, file) variable
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/annotation-model/tools/
H A Dmake_tests.py37 theFile = os.path.join(curdir, file) variable
62 theFile = os.path.join(curdir, file) variable
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/annotation-model/tools/
H A Dmake_tests.py37 theFile = os.path.join(curdir, file) variable
62 theFile = os.path.join(curdir, file) variable
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/annotation-model/tools/
H A Dmake_tests.py39 theFile = os.path.join(curdir, file) variable
64 theFile = os.path.join(curdir, file) variable
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/annotation-model/tools/
H A Dmake_tests.py39 theFile = os.path.join(curdir, file) variable
64 theFile = os.path.join(curdir, file) variable
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/annotation-model/tools/
H A Dmake_tests.py40 theFile = os.path.join(curdir, file) variable
65 theFile = os.path.join(curdir, file) variable
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/util/
H A DPlatformUtils.cpp570 XMLPlatformUtils::closeFile(FileHandle theFile in closeFile()
580 XMLPlatformUtils::resetFile(FileHandle theFile in resetFile()
591 XMLPlatformUtils::curFilePos(FileHandle theFile in curFilePos()
601 XMLPlatformUtils::fileSize(FileHandle theFile in fileSize()
612 XMLPlatformUtils::readFileBuffer( FileHandle theFile in readFileBuffer()
625 XMLPlatformUtils::writeBufferToFile( const FileHandle theFile in writeBufferToFile()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/util/
H A DPlatformUtils.cpp572 XMLPlatformUtils::closeFile(FileHandle theFile in closeFile()
582 XMLPlatformUtils::resetFile(FileHandle theFile in resetFile()
593 XMLPlatformUtils::curFilePos(FileHandle theFile in curFilePos()
603 XMLPlatformUtils::fileSize(FileHandle theFile in fileSize()
614 XMLPlatformUtils::readFileBuffer( FileHandle theFile in readFileBuffer()
627 XMLPlatformUtils::writeBufferToFile( const FileHandle theFile in writeBufferToFile()

12345678910