/external/llvm-project/lldb/unittests/tools/lldb-server/tests/ |
D | LLGSTest.cpp | 27 auto ClientOr = TestClient::launch(getLogFileName(), in TEST_F() 44 auto ClientOr = TestClient::launchCustom(getLogFileName(), in TEST_F() 58 auto ClientOr = TestClient::launch(getLogFileName(), in TEST_F()
|
D | TestBase.h | 42 static std::string getLogFileName(); 48 auto ClientOr = TestClient::launch(getLogFileName()); in SetUp()
|
D | TestBase.cpp | 15 std::string TestBase::getLogFileName() { in getLogFileName() function in TestBase
|
/external/deqp/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() 526 getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed); in getTestRunsForGL()
|
/external/angle/src/tests/deqp_support/ |
D | angle_deqp_libtester_main.cpp | 43 return deqpDataDir + "/" + g_cmdLine->getLogFileName(); in GetLogFileName() 45 return g_cmdLine->getLogFileName(); in GetLogFileName()
|
/external/deqp/framework/platform/ |
D | tcuMain.cpp | 51 tcu::TestLog log (cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidTestActivity.cpp | 46 , m_log (m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in TestThread()
|
/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
D | RemoteAPI.java | 138 public String getLogFileName () { in getLogFileName() method in RemoteAPI
|
/external/deqp/framework/common/ |
D | tcuCommandLine.hpp | 152 const char* getLogFileName (void) const;
|
D | tcuCommandLine.cpp | 831 const char* CommandLine::getLogFileName (void) const { return m_cmdLine.getOption<opt::LogFi… in getLogFileName() function in tcu::CommandLine
|
/external/deqp/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());
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | ServerLog.java | 300 public String getLogFileName() { in getLogFileName() method in ServerLog
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktBuildPrograms.cpp | 677 tcu::TestLog log (deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main()
|