Home
last modified time | relevance | path

Searched refs:logFileName (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/platform/android/
H A 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/
H A 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):
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 send_email_with_attachments(branch, commit, last_commit, args, text_to_send, results_files, logFileName, have_mut
[all...]
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
H A DTestLogParser.java52 public void init (DeqpInstrumentation instrumentation, String logFileName, boolean logData) throws FileNotFoundException in init() argument
59 m_logFileName = logFileName; in init()
H A DRemoteAPI.java43 public RemoteAPI (Context context, String logFileName) { in RemoteAPI() argument
46 m_logFileName = logFileName; in RemoteAPI()
/third_party/vk-gl-cts/execserver/tools/
H A 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_FILEMODE_TRUNCATE|DE_FILEMODE_WRITE); in runProgram()
695 deFile* file = deFile_create(m_testCtx.logFileName.c_str(), DE_FILEMODE_OPEN|DE_FILEMODE_CREATE|DE_FILEMODE_TRUNCATE|DE_FILEMODE_WRITE); in runProgram()
872 testCtx.logFileName = arg+20;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DRoundTripTest.java1238 // String logFileName = "test_" + transliteratorID.replace('/', '_') + ".html"; in test()
1240 // File lf = new File(logFileName); in test()
1244 // new FileOutputStream(logFileName), "UTF8"), 4*1024)); in test()
1269 String logFileName = "translitErrorLogs/test_" + transliteratorID.replace('/', '_') + ".html"; in test()
1270 File lf = new File(logFileName); in test()
1286 // new File(logFileName).delete(); in test()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRoundTripTest.java1223 // String logFileName = "test_" + transliteratorID.replace('/', '_') + ".html"; in test()
1225 // File lf = new File(logFileName); in test()
1229 // new FileOutputStream(logFileName), "UTF8"), 4*1024)); in test()
1254 String logFileName = "translitErrorLogs/test_" + transliteratorID.replace('/', '_') + ".html"; in test()
1255 File lf = new File(logFileName); in test()
1271 // new File(logFileName).delete(); in test()

Completed in 9 milliseconds