Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-type-template-literal1.ts18 type report = `Today is ${weather}`; alias
/arkcompiler/ets_frontend/ets2panda/ast_verifier/invariants/
DgetterSetterValidation.cpp61 auto const report = [this, &result, method](const std::string &msg) { in ValidateGetter() local
119 auto const report = [this, &result, method](const std::string &msg) { in ValidateSetter() local
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/suites/
Dwork_dir.py32 def report(self) -> Path: member in WorkDir
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/
Dwork_dir.py30 def report(self) -> Path: member in WorkDir
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dsummary.rb40 def report method in Summary
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
Dsummary.rb40 def report method in Summary
/arkcompiler/ets_frontend/ets2panda/linter/scripts/testRunner/
Dcoverage_report.js52 const report = reports.create('html', {}); constant
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Dconfig.py91 report = ReportOptions() variable in Config
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DASTVerifier.cpp143 void DumpJson(const ASTVerifier::GroupedMessages &report, const std::string &filePath) in DumpJson()
191 void DumpLog(const ASTVerifier::GroupedMessages &report) in DumpLog()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DQuasiEditor.ts47 const report = { constant
/arkcompiler/runtime_core/scripts/
Dmemusage.py194 def print_report(report): argument
/arkcompiler/runtime_core/static_core/scripts/
Dmemusage.py194 def print_report(report): argument
/arkcompiler/ets_runtime/test/workloadtest/
Dwork_load.py183 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.py261 def report(self) -> str: member in StepResult
286 def report(self) -> str: member in TestReport