/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 51 , m_log(m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in RunSession() 245 static const string getLogFileName(const char* apiName, const char* configName, const int iterId, c… in getLogFileName() function 308 getLogFileName(apiName, aosp_mustpass_egl_first_cfg[i].configName, 1, i, width, height, -1); in getTestRunsForAOSPEGL() 353 …params.logFilename = getLogFileName(apiName, aosp_mustpass_es_first_cfg[i].configName, 1, i, width… in getTestRunsForAOSPES() 387 params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed); in getTestRunsForNoContext() 424 params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed); in getTestRunsForSingleConfig() 473 getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed); in getTestRunsForES() 517 params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed); in getTestRunsForESForGL() 559 getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed); in getTestRunsForGL()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | angle_deqp_libtester_main.cpp | 42 return deqpDataDir + "/" + g_cmdLine->getLogFileName(); in GetLogFileName() 44 return g_cmdLine->getLogFileName(); in GetLogFileName()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | angle_deqp_libtester_main.cpp | 70 return deqpDataDir + "/" + g_cmdLine->getLogFileName(); in GetLogFileName() 72 return g_cmdLine->getLogFileName(); in GetLogFileName()
|
/third_party/vk-gl-cts/framework/platform/ |
D | tcuMain.cpp | 51 tcu::TestLog log (cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
|
/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuAndroidTestActivity.cpp | 46 , m_log (m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in TestThread()
|
/third_party/typescript/src/server/ |
D | utilitiesPublic.ts | 20 getLogFileName(): string | undefined; method
|
/third_party/typescript/src/tsserver/ |
D | webServer.ts | 19 getLogFileName: returnUndefined, constant
|
D | nodeServer.ts | 153 getLogFileName() { 570 if (this.logger.loggingEnabled() && this.logger.getLogFileName()) { 571 ….LogFile, combinePaths(getDirectoryPath(normalizeSlashes(this.logger.getLogFileName()!)), `ti-${pr…
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
D | RemoteAPI.java | 138 public String getLogFileName () { in getLogFileName() method in RemoteAPI
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuCommandLine.hpp | 153 const char* getLogFileName (void) const;
|
D | tcuCommandLine.cpp | 903 const char* CommandLine::getLogFileName (void) const { return m_cmdLine.getOption<opt::LogFi… in getLogFileName() function in tcu::CommandLine
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | helpers.ts | 67 getLogFileName: returnUndefined, constant 72 …const { close, hasLevel, loggingEnabled, startGroup, endGroup, info, getLogFileName, perftrc } = n… constant 74 close, hasLevel, loggingEnabled, startGroup, endGroup, info, getLogFileName, perftrc, constant 84 const { close, startGroup, endGroup, getLogFileName } = nullLogger; constant 94 getLogFileName
|
D | projectErrors.ts | 219 getLogFileName: returnUndefined
|
/third_party/vk-gl-cts/framework/platform/ohos/ |
D | testmain.cpp | 158 tcu::TestLog log(cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
|
/third_party/vk-gl-cts/framework/platform/ios/ |
D | tcuIOSApp.mm | 137 const char* getLogFileName (void) const { return m_logFileName.c_str(); } 334 m_log = new tcu::TestLog(m_testProcess.getLogFileName());
|
/third_party/typescript/src/webServer/ |
D | webServer.ts | 22 getLogFileName(): string | undefined { method in ts.server.BaseLogger
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktBuildPrograms.cpp | 677 tcu::TestLog log (deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main()
|
/third_party/typescript/src/harness/ |
D | harnessLanguageService.ts | 812 getLogFileName(): string | undefined {
|
/third_party/typescript/lib/ |
D | tsserverlibrary.d.ts | 6544 getLogFileName(): string | undefined; method
|
D | tsserver.js | 162385 BaseLogger.prototype.getLogFileName = function () { method in BaseLogger 163553 Logger.prototype.getLogFileName = function () { method in Logger 163907 if (this.logger.loggingEnabled() && this.logger.getLogFileName()) { 163908 … ts.combinePaths(ts.getDirectoryPath(ts.normalizeSlashes(this.logger.getLogFileName())), "ti-" + p… 164234 getLogFileName: ts.returnUndefined, property
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 6635 getLogFileName(): string | undefined; method
|