Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder_binary_comparison/Scripts/
Drun_BitStreamToYUV.sh32 local LogFile=$1
45 done < ${LogFile}
59 local LogFile=$3
67 ./h264dec ${BitStreamName} ${OutputYUVName} 2> ${LogFile}
81 local LogFile=$3
84 aDecodedYUVInfo=(`run_ParseDecoderLog ${LogFile}`)
/third_party/openh264/autotest/codec_comparision/
Drun_MultiCodecComparision.sh112 LogFile="Log_EncTraceInfo.log"
276 echo "${Encoder} welsenc.cfg ${sEncoderCommand}" >${LogFile}
277 ${Encoder} welsenc.cfg ${sEncoderCommand} 2>>${LogFile}
278 ${Encoder} welsenc.cfg ${sEncoderCommand} >>${LogFile}
344LogFile="${LogDir}/${CaseNum}_LogInfo_iSLNum_${iSLayerNum}_ThrNum_${iThreadNum}_SlcM_${iSliceMode}…
349 echo "log file is ${LogFile}"
355 runParseTraceLog ${LogFile}
/third_party/mesa3d/src/mesa/main/
Derrors.c40 static FILE *LogFile = NULL; variable
59 LogFile = fopen(logFile, "w"); in output_if_debug()
60 if (!LogFile) in output_if_debug()
61 LogFile = stderr; in output_if_debug()
77 fprintf(LogFile, "%s: %s", prefixString, outputString); in output_if_debug()
79 fprintf(LogFile, "%s", outputString); in output_if_debug()
81 fprintf(LogFile, "\n"); in output_if_debug()
82 fflush(LogFile); in output_if_debug()
107 assert(LogFile); in _mesa_get_log_file()
108 return LogFile; in _mesa_get_log_file()
/third_party/e2fsprogs/ext2ed/
Ddisk.c148 if ((fp=fopen (LogFile,"a+"))==NULL) { in log_changes()
149 wprintw (command_win,"Error - Unable to open log file %s\n",LogFile); in log_changes()
Dext2ed.conf.in22 # LogFile is the location of the log file. Actual changes to the filesystem
26 LogFile /var/log/ext2ed.log
Dmain.c59 char LogFile [200]="ext2ed.log"; /* The location of the log file - Each write will be logged there… variable
Dext2ed.h188 extern char LogFile [200];
Dinit.c509 strcpy (LogFile,value); in process_configuration_file()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/logwatch/
Dhostapd.conf8 LogFile = messages
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/logwatch/
Dhostapd.conf8 LogFile = messages
/third_party/typescript/src/jsTyping/
Dshared.ts27 export const LogFile = "--logFile"; constant
/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts228 const logFilePath = findArgument(Arguments.LogFile);
/third_party/ntfs-3g/
DTODO.ntfsprogs74 - Cleanup to use ntfs_attr_* API for editing $MFTMirr, $Volume, and $LogFile.
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.cpp3551 if (g.LogFile && g.LogFile != stdout) in Shutdown()
3553 fclose(g.LogFile); in Shutdown()
3554 g.LogFile = NULL; in Shutdown()
8631 if (g.LogFile) in LogText()
8632 vfprintf(g.LogFile, fmt, args); in LogText()
8686 IM_ASSERT(g.LogFile == NULL); in LogToTTY()
8687 g.LogFile = stdout; in LogToTTY()
8709 IM_ASSERT(g.LogFile == NULL); in LogToFile()
8710 g.LogFile = ImFileOpen(filename, "ab"); in LogToFile()
8711 if (!g.LogFile) in LogToFile()
[all …]
Dimgui_internal.h885 FILE* LogFile; // If != NULL log to stdout/ file member
993 LogFile = NULL; in ImGuiContext()
/third_party/mesa3d/src/imgui/
Dimgui.cpp3615 if (g.LogFile && g.LogFile != stdout) in Shutdown()
3617 fclose(g.LogFile); in Shutdown()
3618 g.LogFile = NULL; in Shutdown()
8785 if (g.LogFile) in LogText()
8786 vfprintf(g.LogFile, fmt, args); in LogText()
8840 IM_ASSERT(g.LogFile == NULL); in LogToTTY()
8841 g.LogFile = stdout; in LogToTTY()
8863 IM_ASSERT(g.LogFile == NULL); in LogToFile()
8864 g.LogFile = ImFileOpen(filename, "ab"); in LogToFile()
8865 if (!g.LogFile) in LogToFile()
[all …]
Dimgui_internal.h919 FILE* LogFile; // If != NULL log to stdout/ file member
1032 LogFile = NULL; in ImGuiContext()
/third_party/typescript/src/tsserver/
DnodeServer.ts571 …args.push(Arguments.LogFile, combinePaths(getDirectoryPath(normalizeSlashes(this.logger.getLogFile…
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp4259 if (g.LogFile) in Shutdown()
4262 if (g.LogFile != stdout) in Shutdown()
4264 ImFileClose(g.LogFile); in Shutdown()
4265 g.LogFile = NULL; in Shutdown()
10417 if (g.LogFile) in LogTextV()
10421 ImFileWrite(g.LogBuffer.c_str(), sizeof(char), (ImU64)g.LogBuffer.size(), g.LogFile); in LogTextV()
10517 IM_ASSERT(g.LogFile == NULL); in LogBegin()
10544 g.LogFile = stdout; in LogToTTY()
10570 g.LogFile = f; in LogToFile()
10601 fflush(g.LogFile); in LogFinish()
[all …]
Dimgui_internal.h1686 ImFileHandle LogFile; // If != NULL log to stdout/ file member
1846 LogFile = NULL; in ImGuiContext()
/third_party/typescript/lib/
DtypingsInstaller.js114904 Arguments.LogFile = "--logFile";
115929 var logFilePath = server.findArgument(server.Arguments.LogFile);
Dtsserver.js152243 Arguments.LogFile = "--logFile";
163908 …args.push(server.Arguments.LogFile, ts.combinePaths(ts.getDirectoryPath(ts.normalizeSlashes(this.l…
Dtsserverlibrary.js115109 Arguments.LogFile = "--logFile";
DtypescriptServices.js115109 Arguments.LogFile = "--logFile";
Dtypescript.js115109 Arguments.LogFile = "--logFile";