/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuAndroidExecService.cpp | 77 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/ |
D | test-lz4-speed.py | 77 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/v8/tools/ |
D | arguments.mjs | 10 console.assert(this.result_.logFileName !== undefined); 38 this.result_.logFileName + '".\n'); 58 this.result_.logFileName = arg;
|
D | ic-processor-driver.mjs | 17 logFileName: 'v8.log', 25 await processor.processLogFile(params.logFileName);
|
D | parse-processor-driver.mjs | 9 await parseProcessor.processLogFile(params.logFileName);
|
D | dumpcpp-driver.mjs | 23 await cppProcessor.processLogFile(params.logFileName);
|
D | tickprocessor-driver.mjs | 32 await tickProcessor.processLogFile(params.logFileName);
|
D | tickprocessor.mjs | 435 logFileName: 'v8.log',
|
D | parse-processor.mjs | 1145 logFileName: 'v8.log',
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
D | TestLogParser.java | 52 …public void init (DeqpInstrumentation instrumentation, String logFileName, boolean logData) throws… in init() argument 59 m_logFileName = logFileName; in init()
|
D | RemoteAPI.java | 43 public RemoteAPI (Context context, String logFileName) { in RemoteAPI() argument 46 m_logFileName = logFileName; in RemoteAPI()
|
/third_party/vk-gl-cts/framework/platform/ios/ |
D | tcuIOSApp.mm | 124 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/ |
D | xsTest.cpp | 176 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/loggedIO/ |
D | loggedIO.ts | 76 startReplayFromFile(logFileName: string): void; 80 startRecord(logFileName: string): void;
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | RoundTripTest.java | 1254 … String logFileName = "translitErrorLogs/test_" + transliteratorID.replace('/', '_') + ".html"; in test() local 1255 File lf = new File(logFileName); in test()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
D | RoundTripTest.java | 1269 … String logFileName = "translitErrorLogs/test_" + transliteratorID.replace('/', '_') + ".html"; in test() local 1270 File lf = new File(logFileName); in test()
|