Home
last modified time | relevance | path

Searched refs:getLogFileName (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DLLGSTest.cpp27 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()
DTestBase.h42 static std::string getLogFileName();
48 auto ClientOr = TestClient::launch(getLogFileName()); in SetUp()
DTestBase.cpp15 std::string TestBase::getLogFileName() { in getLogFileName() function in TestBase
/external/deqp/external/openglcts/modules/runner/
DglcTestRunner.cpp51 , 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/
Dangle_deqp_libtester_main.cpp43 return deqpDataDir + "/" + g_cmdLine->getLogFileName(); in GetLogFileName()
45 return g_cmdLine->getLogFileName(); in GetLogFileName()
/external/deqp/framework/platform/
DtcuMain.cpp51 tcu::TestLog log (cmdLine.getLogFileName(), cmdLine.getLogFlags()); in main()
/external/deqp/framework/platform/android/
DtcuAndroidTestActivity.cpp46 , m_log (m_cmdLine.getLogFileName(), m_cmdLine.getLogFlags()) in TestThread()
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DRemoteAPI.java138 public String getLogFileName () { in getLogFileName() method in RemoteAPI
/external/deqp/framework/common/
DtcuCommandLine.hpp152 const char* getLogFileName (void) const;
DtcuCommandLine.cpp831 const char* CommandLine::getLogFileName (void) const { return m_cmdLine.getOption<opt::LogFi… in getLogFileName() function in tcu::CommandLine
/external/deqp/framework/platform/ios/
DtcuIOSApp.mm137 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/
DServerLog.java300 public String getLogFileName() { in getLogFileName() method in ServerLog
/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp677 tcu::TestLog log (deqpCmdLine.getLogFileName(), deqpCmdLine.getLogFlags()); in main()