Home
last modified time | relevance | path

Searched refs:mReporter (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/java/src/com/android/angle/test/
DAngleNativeTest.java32 private TestStatusReporter mReporter; field in AngleNativeTest
39 private TestStatusReporter mReporter; field in AngleNativeTest.ReportingUncaughtExceptionHandler
45 mReporter = reporter; in ReportingUncaughtExceptionHandler()
52 mReporter.uncaughtException(Process.myPid(), ex); in uncaughtException()
60 mReporter = new TestStatusReporter(activity); in postCreate()
61 mReporter.testRunStarted(Process.myPid()); in postCreate()
63 mReporter, Thread.getDefaultUncaughtExceptionHandler())); in postCreate()
162 mReporter.testRunFinished(Process.myPid()); in runTests()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DEGLInitializePerf.cpp125 mReporter->RegisterImportantMetric(".LoadDLLs", "ms"); in SetUp()
126 mReporter->RegisterImportantMetric(".D3D11CreateDevice", "ms"); in SetUp()
127 mReporter->RegisterImportantMetric(".InitResources", "ms"); in SetUp()
148 mReporter->AddResult(".LoadDLLs", normalizedTime(mCaptures.loadDLLsMS)); in TearDown()
149 mReporter->AddResult(".D3D11CreateDevice", normalizedTime(mCaptures.createDeviceMS)); in TearDown()
150 mReporter->AddResult(".InitResources", normalizedTime(mCaptures.initResourcesMS)); in TearDown()
Dglmark2Benchmark.cpp112 mReporter = std::make_unique<perf_test::PerfResultReporter>("glmark2_" + mBackend, story); in GLMark2Benchmark()
113 mReporter->RegisterImportantMetric(".fps", "fps"); in GLMark2Benchmark()
114 mReporter->RegisterImportantMetric(".score", "score"); in GLMark2Benchmark()
255 mReporter->AddResult(".fps", fps); in parseOutput()
269 mReporter->AddResult(".score", score); in parseOutput()
274 std::unique_ptr<perf_test::PerfResultReporter> mReporter; member in __anon19544e110111::GLMark2Benchmark
DANGLEPerfTest.cpp265 mReporter = std::make_unique<perf_test::PerfResultReporter>(mName + mBackend, mStory); in ANGLEPerfTest()
266 mReporter->RegisterImportantMetric(".wall_time", units); in ANGLEPerfTest()
267 mReporter->RegisterImportantMetric(".cpu_time", units); in ANGLEPerfTest()
268 mReporter->RegisterImportantMetric(".gpu_time", units); in ANGLEPerfTest()
269 mReporter->RegisterFyiMetric(".trial_steps", "count"); in ANGLEPerfTest()
270 mReporter->RegisterFyiMetric(".total_steps", "count"); in ANGLEPerfTest()
271 mReporter->RegisterFyiMetric(".steps_to_run", "count"); in ANGLEPerfTest()
421 if (!mReporter->GetMetricInfo(clockNames[i], &metricInfo)) in printResults()
425 mReporter->RegisterImportantMetric(clockNames[i], units); in printResults()
444 mReporter->AddResult(clockNames[i], retValue); in printResults()
[all …]
DANGLEPerfTest.h118 std::unique_ptr<perf_test::PerfResultReporter> mReporter; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp171476 mReporter = aReporter; in SetErrorReporter()
171619 mozilla::css::ErrorReporter *mReporter; member in nsCSSScanner