Home
last modified time | relevance | path

Searched defs:report (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-type-template-literal1.ts18 type report = `Today is ${weather}`; alias
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/
Dwork_dir.py30 def report(self) -> Path: member in WorkDir
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
Dsummary.rb40 def report method in Summary
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dsummary.rb40 def report method in Summary
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Dconfig.py65 report = ReportOptions() variable in Config
/arkcompiler/runtime_core/static_core/scripts/
Dmemusage.py194 def print_report(report): argument
/arkcompiler/runtime_core/scripts/
Dmemusage.py194 def print_report(report): argument
/arkcompiler/ets_runtime/test/workloadtest/
Dwork_load.py181 def report(boundary_value: int): function
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_gen_gc_test.cpp297MemStatsGenGCTest::MemOpReport &report, size_t &bytes, in MakeAllocationsWithSingleRepeat()
313MemStatsGenGCTest::MemOpReport &report, size_t &bytes, in MakeAllocationsWithSeveralRepeat()
557 MemStatsGenGCTest::MemOpReport report {}; in MakeAllocations() local
611 MemStatsGenGCTest::MemOpReport report {}; in HelpAllocTenured() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DTestRunner.ts154 const report = JSON.stringify(actualReport, undefined, 4); constant
/arkcompiler/ets_runtime/test/regresstest/
Drun_regress_test.py238 def report(self) -> str: member in StepResult
263 def report(self) -> str: member in TestReport