/third_party/openh264/test/encoder_binary_comparison/Scripts/ |
D | run_BitStreamToYUV.sh | 32 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/ |
D | run_MultiCodecComparision.sh | 112 LogFile="Log_EncTraceInfo.log" 276 echo "${Encoder} welsenc.cfg ${sEncoderCommand}" >${LogFile} 277 ${Encoder} welsenc.cfg ${sEncoderCommand} 2>>${LogFile} 278 ${Encoder} welsenc.cfg ${sEncoderCommand} >>${LogFile} 344 …LogFile="${LogDir}/${CaseNum}_LogInfo_iSLNum_${iSLayerNum}_ThrNum_${iThreadNum}_SlcM_${iSliceMode}… 349 echo "log file is ${LogFile}" 355 runParseTraceLog ${LogFile}
|
/third_party/mesa3d/src/mesa/main/ |
D | errors.c | 45 static FILE *LogFile = NULL; variable 64 LogFile = fopen(logFile, "w"); in output_if_debug() 65 if (!LogFile) in output_if_debug() 66 LogFile = stderr; in output_if_debug() 82 fprintf(LogFile, "%s: %s", prefixString, outputString); in output_if_debug() 84 fprintf(LogFile, "%s", outputString); in output_if_debug() 86 fprintf(LogFile, "\n"); in output_if_debug() 87 fflush(LogFile); in output_if_debug() 116 assert(LogFile); in _mesa_get_log_file() 117 return LogFile; in _mesa_get_log_file()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/logwatch/ |
D | hostapd.conf | 8 LogFile = messages
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/logwatch/ |
D | hostapd.conf | 8 LogFile = messages
|
/third_party/typescript/src/jsTyping/ |
D | shared.ts | 27 export const LogFile = "--logFile"; constant
|
/third_party/node/deps/npm/lib/ |
D | npm.js | 11 const LogFile = require('./utils/log-file.js') constant 52 #logFile = new LogFile()
|
/third_party/node/deps/npm/test/lib/utils/ |
D | log-file.js | 8 const LogFile = require('../../../lib/utils/log-file.js') constant 58 LogFile,
|
/third_party/typescript/src/typingsInstaller/ |
D | nodeTypingsInstaller.ts | 228 const logFilePath = findArgument(Arguments.LogFile);
|
/third_party/ntfs-3g/ |
D | TODO.ntfsprogs | 74 - Cleanup to use ntfs_attr_* API for editing $MFTMirr, $Volume, and $LogFile.
|
/third_party/mesa3d/src/imgui/ |
D | imgui.cpp | 3615 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 …]
|
D | imgui_internal.h | 919 FILE* LogFile; // If != NULL log to stdout/ file member 1032 LogFile = NULL; in ImGuiContext()
|
/third_party/typescript/src/tsserver/ |
D | nodeServer.ts | 481 …args.push(Arguments.LogFile, combinePaths(getDirectoryPath(normalizeSlashes(this.logger.getLogFile…
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.cpp | 4259 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 …]
|
D | imgui_internal.h | 1686 ImFileHandle LogFile; // If != NULL log to stdout/ file member 1846 LogFile = NULL; in ImGuiContext()
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 131255 Arguments.LogFile = "--logFile"; 132325 var logFilePath = server.findArgument(server.Arguments.LogFile);
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test20-pr19025-libvtkParallelCore-6.1.so.abi | 24518 <!-- std::ofstream* vtkSocketCommunicator::LogFile --> 24519 …<var-decl name='LogFile' type-id='type-id-1154' visibility='default' filepath='/tmp/legendre/spack…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test20-pr19025-libvtkParallelCore-6.1.so.abi | 15087 …<var-decl name='LogFile' type-id='type-id-1154' visibility='default' filepath='/tmp/legendre/spack…
|