Home
last modified time | relevance | path

Searched refs:errorLogFile (Results 1 – 25 of 28) sorted by relevance

12

/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/App/
H A DEbAppProcessCmd.c35 FILE *errorLogFile, in LogErrorOutput() argument
88 fprintf(errorLogFile, "Error: Unknown coding mode!\n"); in LogErrorOutput()
137 fprintf(errorLogFile, "Error: Unknown Slice Type!"); in LogErrorOutput()
228 fprintf(errorLogFile, "Error: Level not recognized!\n"); in LogErrorOutput()
374 fprintf(errorLogFile, "Error: Invalid TU size!\n"); in LogErrorOutput()
378 fprintf(errorLogFile, "Error: Unknown depth!\n"); in LogErrorOutput()
382 fprintf(errorLogFile, "Error: Depth not supported!\n"); in LogErrorOutput()
608 fprintf(errorLogFile, "Error: Others!\n"); in LogErrorOutput()
1351 config->errorLogFile, in ProcessOutputStreamBuffer()
1389 config->errorLogFile, in ProcessOutputStreamBuffer()
[all …]
H A DEbAppConfig.c157 if (cfg->errorLogFile) { fclose(cfg->errorLogFile); } in SetCfgErrorFile()
158 FOPEN(cfg->errorLogFile,value, "w+"); in SetCfgErrorFile()
449 configPtr->errorLogFile = stderr; in EbConfigCtor()
644 if (configPtr->errorLogFile) { in EbConfigDtor()
645 fclose(configPtr->errorLogFile); in EbConfigDtor()
646 configPtr->errorLogFile = (FILE *) NULL; in EbConfigDtor()
889 … fprintf(config->errorLogFile, "SVT [Error]: Instance %u: Invalid Input File\n",channelNumber+1); in VerifySettings()
894 …fprintf(config->errorLogFile, "SVT [Error]: Instance %u: FrameToBeEncoded must be greater than 0\n… in VerifySettings()
968 …fprintf(config->errorLogFile, "SVT [Error]: Instance %u: Invalid SeperateFields Input\n", channelN… in VerifySettings()
985 …fprintf(config->errorLogFile, "SVT [Error]: Instance %u: Invalid injector [0 - 1]\n",channelNumber… in VerifySettings()
[all …]
H A DEbAppInputy4m.c100 fprintf(cfg->errorLogFile, "interlace type not supported\n"); in read_y4m_header()
221 fprintf(cfg->errorLogFile, "chroma format not supported\n"); in read_y4m_header()
257 fprintf(cfg->errorLogFile, "width not found in y4m header\n"); in read_y4m_header()
261 fprintf(cfg->errorLogFile, "height not found in y4m header\n"); in read_y4m_header()
265 fprintf(cfg->errorLogFile, "frame rate not found in y4m header\n"); in read_y4m_header()
290 fprintf(cfg->errorLogFile, "Unsupported color format: %s\n", chroma); in read_y4m_header()
335 fprintf(cfg->errorLogFile, "Failed to read proper y4m frame delimeter. Read broken.\n"); in read_y4m_frame_delimiter()
H A DEbAppConfig.h201 FILE *errorLogFile; member
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/App/
H A DEbAppProcessCmd.c35 FILE *errorLogFile, in LogErrorOutput() argument
88 fprintf(errorLogFile, "Error: Unknown coding mode!\n"); in LogErrorOutput()
137 fprintf(errorLogFile, "Error: Unknown Slice Type!"); in LogErrorOutput()
228 fprintf(errorLogFile, "Error: Level not recognized!\n"); in LogErrorOutput()
374 fprintf(errorLogFile, "Error: Invalid TU size!\n"); in LogErrorOutput()
378 fprintf(errorLogFile, "Error: Unknown depth!\n"); in LogErrorOutput()
382 fprintf(errorLogFile, "Error: Depth not supported!\n"); in LogErrorOutput()
608 fprintf(errorLogFile, "Error: Others!\n"); in LogErrorOutput()
1351 config->errorLogFile, in ProcessOutputStreamBuffer()
1389 config->errorLogFile, in ProcessOutputStreamBuffer()
[all …]
H A DEbAppConfig.c157 if (cfg->errorLogFile) { fclose(cfg->errorLogFile); } in SetCfgErrorFile()
158 FOPEN(cfg->errorLogFile,value, "w+"); in SetCfgErrorFile()
449 configPtr->errorLogFile = stderr; in EbConfigCtor()
644 if (configPtr->errorLogFile) { in EbConfigDtor()
645 fclose(configPtr->errorLogFile); in EbConfigDtor()
646 configPtr->errorLogFile = (FILE *) NULL; in EbConfigDtor()
889 … fprintf(config->errorLogFile, "SVT [Error]: Instance %u: Invalid Input File\n",channelNumber+1); in VerifySettings()
894 …fprintf(config->errorLogFile, "SVT [Error]: Instance %u: FrameToBeEncoded must be greater than 0\n… in VerifySettings()
968 …fprintf(config->errorLogFile, "SVT [Error]: Instance %u: Invalid SeperateFields Input\n", channelN… in VerifySettings()
985 …fprintf(config->errorLogFile, "SVT [Error]: Instance %u: Invalid injector [0 - 1]\n",channelNumber… in VerifySettings()
[all …]
H A DEbAppInputy4m.c100 fprintf(cfg->errorLogFile, "interlace type not supported\n"); in read_y4m_header()
221 fprintf(cfg->errorLogFile, "chroma format not supported\n"); in read_y4m_header()
257 fprintf(cfg->errorLogFile, "width not found in y4m header\n"); in read_y4m_header()
261 fprintf(cfg->errorLogFile, "height not found in y4m header\n"); in read_y4m_header()
265 fprintf(cfg->errorLogFile, "frame rate not found in y4m header\n"); in read_y4m_header()
290 fprintf(cfg->errorLogFile, "Unsupported color format: %s\n", chroma); in read_y4m_header()
335 fprintf(cfg->errorLogFile, "Failed to read proper y4m frame delimeter. Read broken.\n"); in read_y4m_frame_delimiter()
H A DEbAppConfig.h201 FILE *errorLogFile; member
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Tools/PSake/
H A Dpsake.psm11174 $errorLogFile = "psake-error-log-{0}.log" -f ([DateTime]::Now.ToString("yyyyMMdd")) in Invoke-psake() variable
1175 "-" * 70 >> $errorLogFile in Invoke-psake() variable
1176 "{0}: An Error Occurred. See Error Details Below: " -f [DateTime]::Now >>$errorLogFile in Invoke-psake() variable
1177 "-" * 70 >> $errorLogFile in Invoke-psake() variable
1178 Resolve-Error $_ >> $errorLogFile in Invoke-psake()
1179 "-" * 70 >> $errorLogFile in Invoke-psake() variable
1180 "Script Variables" >> $errorLogFile in Invoke-psake() variable
1181 "-" * 70 >> $errorLogFile in Invoke-psake() variable
1182 Get-Variable -scope script >> $errorLogFile in Invoke-psake() variable
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/test/
H A Dtest_stdio.py126 errorLogFile = self.mktemp()
127 log.msg("Child process logging to " + errorLogFile)
130 self._spawnProcess(p, b"stdio_test_loseconn", errorLogFile)
134 with open(errorLogFile) as f:
149 errorLogFile = self.mktemp()
150 log.msg("Child process logging to " + errorLogFile)
166 self._spawnProcess(p, b"stdio_test_halfclose", errorLogFile)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Dtest_stdio.py132 errorLogFile = self.mktemp()
133 log.msg("Child process logging to " + errorLogFile)
136 self._spawnProcess(p, 'stdio_test_loseconn.py', errorLogFile)
140 for line in file(errorLogFile):
154 errorLogFile = self.mktemp()
155 log.msg("Child process logging to " + errorLogFile)
170 p, 'stdio_test_halfclose.py', errorLogFile)
/dports/x11/xdm/xdm-1.1.12/xdm/
H A Derror.c126 if (errorLogFile[0]) { in InitErrorLog()
127 i = creat (errorLogFile, 0666); in InitErrorLog()
134 LogError ("Cannot open errorLogFile %s\n", errorLogFile); in InitErrorLog()
H A Dresource.c47 char *errorLogFile; variable
155 { "errorLogFile","ErrorLogFile", DM_STRING, &errorLogFile,
/dports/databases/akonadi/akonadi-21.12.3/src/shared/
H A Dakdebug.cpp214 const auto errorLogFile = DebugPrivate::errorLogFileName(name); in akInit() local
215 QFileInfo infoOld(errorLogFile + QLatin1String(".old")); in akInit()
224 QFileInfo info(errorLogFile); in akInit()
227 const QString oldName = errorLogFile + QLatin1String(".old"); in akInit()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/run/
H A DWorkflowMonitor.cpp492 if (!errorLogFile.isOpen()) { in getStderrLogFileUrl()
495 return errorLogFile.fileName(); in getStderrLogFileUrl()
520 CHECK(!errorLogFile.isOpen(), ); in initLogFile()
521errorLogFile.setFileName(GUrlUtils::rollFileName(logsDir + "/" + getStderrLogFileUrl(actorName, ac… in initLogFile()
522 errorLogFile.open(QIODevice::WriteOnly); in initLogFile()
523 errorLogStream.setDevice(&errorLogFile); in initLogFile()
543 if (!errorLogFile.isOpen()) { in writeToFile()
H A DWorkflowMonitor.h243 QFile errorLogFile; variable
/dports/x11/wdm/wdm-1.28/src/wdm/
H A Ddm.c157 else if(errorLogFile && *errorLogFile) in main()
160 if((f = open(errorLogFile, in main()
162 WDMError("cannot open errorLogFile %s\n", errorLogFile); in main()
H A Dresource.c51 char *errorLogFile; variable
239 { "errorLogFile","ErrorLogFile", DM_STRING, &errorLogFile,
/dports/x11/xdm/xdm-1.1.12/config/
H A Dxdm-config.in7 DisplayManager.errorLogFile: XDMLOGDIR/xdm.log
/dports/x11/wdm/wdm-1.28/configs/
H A Dwdm-config.in5 DisplayManager.errorLogFile: @LOGDIR@/xdm-errors.log
/dports/x11/wdm/wdm-1.28/include/
H A Ddm.h325 extern char *errorLogFile;
/dports/x11/xdm/xdm-1.1.12/include/
H A Ddm.h315 extern char *errorLogFile;
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dedit.c1549 if (TkGate.errorLogFile) { in logError()
1550 sprintf(fname,"%s/%s",home,TkGate.errorLogFile); in logError()
1554 } else if ((f = fopen(TkGate.errorLogFile,"a"))) { in logError()
H A Dtkgate.h401 char *errorLogFile; member
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/main/
H A Dmain.cpp575 string errorLogFile = "error.log"; in logError() local
577 errorLogFile = getGameReadWritePath(GameConstants::path_logs_CacheLookupKey) + errorLogFile; in logError()
584 errorLogFile = userData + errorLogFile; in logError()
588 FILE *fp = _wfopen(utf8_decode(errorLogFile).c_str(), L"w"); in logError()
592 logFile.open(errorLogFile.c_str(), ios_base::out | ios_base::trunc); in logError()
613 printf("Error saved to logfile [%s]\n",errorLogFile.c_str()); in logError()
619 printf("COULD NOT SAVE TO ERROR logfile [%s]\n",errorLogFile.c_str()); in logError()

12