Home
last modified time | relevance | path

Searched defs:sOutputFile (Results 1 – 21 of 21) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DCGCompiler.cpp105 …d CGCompiledTemplateScript::generate(DtaScriptVariable* pContext, const std::string& sOutputFile) { in generate()
117 …void CGCompiledTemplateScript::expand(DtaScriptVariable* pContext, const std::string& sOutputFile)… in expand()
123 …d CGCompiledTemplateScript::generate(CppParsingTree_var pContext, const std::string& sOutputFile) { in generate()
134 …void CGCompiledTemplateScript::expand(CppParsingTree_var pContext, const std::string& sOutputFile)… in expand()
229 …late(DtaScriptVariable* pContext, const std::string& sParsedFile, const std::string& sOutputFile) { in translate()
241 …late(CppParsingTree_var pContext, const std::string& sParsedFile, const std::string& sOutputFile) { in translate()
H A DGrfGenerate.cpp60 std::string sOutputFile = _pFileName->getValue(visibility); in executeInternal() local
87 …SEQUENCE_INTERRUPTION_LIST GrfGenerate::executeScript(const char* sOutputFile, DtaScriptVariable* … in executeScript()
H A DGrfTranslate.cpp62 std::string sOutputFile = _pOutputFileName->getValue(visibility); in executeInternal() local
89 …T GrfTranslate::executeScript(const std::string& sInputFile, const std::string& sOutputFile, DtaSc… in executeScript()
H A DGrfExpand.cpp34 …SEQUENCE_INTERRUPTION_LIST GrfExpand::executeScript(const char* sOutputFile, DtaScriptVariable* pT… in executeScript()
H A DGrfAutoexpand.cpp41 std::string sOutputFile = _pFileName->getValue(visibility); in executeInternal() local
H A DGrfParseAsBNF.cpp60 std::string sOutputFile = _pFileName->getValue(visibility); in executeInternal() local
H A DCppCompilerEnvironment.cpp620 std::string sOutputFile = sRadical + ".out"; in optimizeSources() local
631 std::string sOutputFile = sRadical + ".out"; in optimizeSources() local
653 std::string sOutputFile = sRadical + ".cpp"; in optimizeSources() local
H A DDtaTranslateScript.cpp57 …DtaTranslateScript::translate(const std::string& sInputFile, const std::string& sOutputFile, DtaSc… in translate()
H A DWorkspace.cpp532 std::string sOutputFile = readArgument(tsArgs, i); in executeArguments() local
H A DScpStream.cpp2708 std::ofstream* openOutputFile(const char* sOutputFile, bool bCreateDirectories) { in openOutputFile()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_gps/
H A DGPSBabel.cpp148 CSG_String sOutputFile = Parameters("OUTPUT")->asString(); in On_Execute() local
/dports/devel/codeworker/CodeWorker4_5_3/java/org/codeworker/jni/
H A DCompiledTranslationScript.java34 public native void translate(ParseTree pContext, String sInputFile, String sOutputFile); in translate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/android/javatests/src/org/chromium/base/test/
H A DTestTraceEvent.java45 private static File sOutputFile; field in TestTraceEvent
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/Tools/MediaDriverTools/KernelBinToSource/
H A DKernelBinToSource.cpp382 std::string sOutputFile; in createSourceFile() local
483 std::string sOutputFile; in createHeaderFile() local
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/Tools/MediaDriverTools/KernelBinToSource/
H A DKernelBinToSource.cpp382 std::string sOutputFile; in createSourceFile() local
483 std::string sOutputFile; in createHeaderFile() local
/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A DLogging.cpp47 static FILE* sOutputFile = NULL; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/l10ntools/source/
H A Dxrmmerge.cxx46 static OString sOutputFile; variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/l10ntools/source/
H A Dxrmmerge.cxx46 static OString sOutputFile; variable
/dports/security/rcracki_mt/rcracki_mt_0.7.0_src/rcracki_mt/
H A DPublic.cpp432 bool writeResultLineToFile( std::string sOutputFile, std::string sHash, std::string sPlain, std::st… in writeResultLineToFile()
/dports/devel/pear-PHP_Beautifier/PHP_Beautifier-0.1.15/
H A DBeautifier.php166 public $sOutputFile = ''; variable in PHP_Beautifier
/dports/devel/codeworker/CodeWorker4_5_3/cs/src/
H A DDOTNET.cpp254 void CompiledTemplateScript::generate(ParseTree* pContext, System::String* sOutputFile) { in generate()
287 void CompiledTemplateScript::expand(ParseTree* pContext, System::String* sOutputFile) { in expand()
413 …nScript::translate(ParseTree* pContext, System::String* sParsedFile, System::String* sOutputFile) { in translate()