Home
last modified time | relevance | path

Searched refs:logFileName (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidExecService.cpp77 jstring logFileName = 0; in TestProcess() local
96 logFileName = env->NewStringUTF(LOG_FILE_NAME); in TestProcess()
97 JNI_CHECK(logFileName); in TestProcess()
100 remote = env->NewObject(m_remoteCls, ctorId, context, logFileName); in TestProcess()
103 env->DeleteLocalRef(logFileName); in TestProcess()
104 logFileName = 0; in TestProcess()
123 if (logFileName) in TestProcess()
124 env->DeleteLocalRef(logFileName); in TestProcess()
/third_party/lz4/tests/
Dtest-lz4-speed.py77 logFileName = working_path + '/' + 'tmpEmailContent'
78 with open(logFileName, "w") as myfile:
82 execute('mutt -s "' + topic + '" ' + emails + ' < ' + logFileName, verbose)
84 execute('mail -s "' + topic + '" ' + emails + ' < ' + logFileName, verbose)
90 logFileName, have_mutt, have_mail): argument
91 with open(logFileName, "w") as myfile:
99 + ' < ' + logFileName)
101 execute('mail -s "' + email_topic + '" ' + args.emails + ' < ' + logFileName)
216 logFileName = working_path + "/log_" + branch.replace("/", "_") + ".txt"
238 …hments(branch, commit, last_commit, args, text_to_send, results_files, logFileName, have_mutt, hav…
/third_party/node/deps/npm/lib/utils/
Derror-handler.js20 var logFileName variable
22 if (!logFileName) {
23logFileName = path.resolve(npm.config.get('cache'), '_logs', (new Date()).toISOString().replace(/[…
25 return logFileName
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
DTestLogParser.java52 …public void init (DeqpInstrumentation instrumentation, String logFileName, boolean logData) throws… in init() argument
59 m_logFileName = logFileName; in init()
DRemoteAPI.java43 public RemoteAPI (Context context, String logFileName) { in RemoteAPI() argument
46 m_logFileName = logFileName; in RemoteAPI()
/third_party/vk-gl-cts/framework/platform/ios/
DtcuIOSApp.mm124 LocalTestProcess (TestThreadState& state, const char* logFileName);
146 LocalTestProcess::LocalTestProcess (TestThreadState& state, const char* logFileName)
148 , m_logFileName (logFileName)
/third_party/vk-gl-cts/execserver/tools/
DxsTest.cpp176 std::string logFileName; member in xs::TestContext
597 …deFile* file = deFile_create(m_testCtx.logFileName.c_str(), DE_FILEMODE_OPEN|DE_FILEMODE_CREATE|DE… in runProgram()
695 …deFile* file = deFile_create(m_testCtx.logFileName.c_str(), DE_FILEMODE_OPEN|DE_FILEMODE_CREATE|DE… in runProgram()
872 testCtx.logFileName = arg+20; in runExecServerTests()
/third_party/typescript/src/harness/
DloggedIO.ts76 startReplayFromFile(logFileName: string): void;
80 startRecord(logFileName: string): void;
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRoundTripTest.java1266 … String logFileName = "translitErrorLogs/test_" + transliteratorID.replace('/', '_') + ".html"; in test() local
1267 File lf = new File(logFileName); in test()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DRoundTripTest.java1269 … String logFileName = "translitErrorLogs/test_" + transliteratorID.replace('/', '_') + ".html"; in test() local
1270 File lf = new File(logFileName); in test()