Home
last modified time | relevance | path

Searched full:title (Results 1 – 25 of 625) sorted by relevance

12345678910>>...25

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
Darkts-spec-config.yaml16 title: Introduction
19 title: Common Description
22 title: Lexical and Syntactic Notation
25 title: Terms and Definitions
28 title: Lexical Elements
31 title: Use of Unicode Characters
34 title: Lexical Input Elements
37 title: White Spaces
40 title: Line Separators
43 title: Tokens
[all …]
Dspec_node.py22 def __init__(self, title: str, prefix: str, status: str, parent: Optional[SpecNode]):
23 self.title = title
52 'title': self.title
Dreport_template.html5 <title>${Title}</title>
69 <h1 class="test_header">${Title}</h1>
Dindex_template.html5 <title>${Title}</title>
59 <h1>${Title}</h1>
Dpdf_loader.py56 title: str = str(item.title) if item and item.title else ""
59 node = SpecNode(title, new_prefix, status, parent)
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/config/
Dnon_testable.yaml16 - title: Conversions between integer and floating point types
20 - title: Load accumulator from string constant pool
23 - title: Static call
27 - title: Create and initialize new constant array
31 - title: Load accumulator from type constant pool
35 - title: Dynamic move register-to-register
48 - title: Dynamic load accumulator from register
61 - title: Dynamic store accumulator
74 - title: Dynamic load accumulator from immediate
/arkcompiler/runtime_core/tests/cts-coverage-tool/config/
Dnon_testable.yaml16 - title: Conversions between integer and floating point types
20 - title: Load accumulator from string constant pool
23 - title: Static call
27 - title: Create and initialize new constant array
31 - title: Load accumulator from type constant pool
35 - title: Dynamic move register-to-register
48 - title: Dynamic load accumulator from register
61 - title: Dynamic store accumulator
74 - title: Dynamic load accumulator from immediate
92 - title: Dynamic return from method
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dperf_counter.cpp280 …virtual void Report(std::ostream &out, const char *title, CounterValue counter, const Perf *p) con…
290 static void ReportNanCounter(std::ostream &out, const char *title);
292 static void ReportLongCounter(std::ostream &out, const char *title, CounterValue counter);
293 static void ReportLongCounter(std::ostream &out, const char *title, CounterValue counter,
295 static void ReportTimeCounter(std::ostream &out, const char *title, CounterValue counter);
331 void CounterReporter::ReportNanCounter(std::ostream &out, const char *title) in ReportNanCounter() argument
334 << " " << title << std::endl; in ReportNanCounter()
337 void CounterReporter::ReportLongCounter(std::ostream &out, const char *title, CounterValue counter) in ReportLongCounter() argument
340 ReportNanCounter(out, title); in ReportLongCounter()
347 out << buf << " " << title; in ReportLongCounter()
[all …]
/arkcompiler/ets_frontend/arkguard/test/ut/arkobfuscator/
DArkObfuscator.spec.ts43 constructor(public title: string, public content: string, public mark: number) {
44 this.title = title
56 constructor(public title: string, public content: string, public mark: number) {
57 this.title = title
67 constructor(public title: string, public content: string, public mark: number) {
68 this.title = title
95 constructor(public title: string, public content: string, public mark: number) {
96 this.title = title;
133 constructor(public title: string, public content: string, public mark: number) {
134 this.title = title;
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/16.Support_for_GUI_Programming/annotations/
Dannotation_@Prop.sts27 public title: string;
31 constructor(title: string, pages: number) {
33 this.title = title;
44 Text(this.book.title)
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dutility_types.sts36 title: string;
40 title: 'Delete inactive users',
43 console.log(todo.title);
48 title: string;
53 type TodoPreview = Pick<Todo, 'title' | 'completed'>;
56 title: 'Clean room',
65 title: string;
74 title: 'Clean room',
84 title: 'Pick up kids',
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
Dthis_type.sts31 title: string = "";
34 return this.title;
38 this.title = t;
/arkcompiler/runtime_core/static_core/plugins/ets/isa/
Disa.yaml27 - title: ETS launch instructions
69 - title: Get field from object by name
120 - title: Store accumulator content into object field by name
174 - title: Load 'undefined' reference into accumulator
190 - title: Move 'undefined' reference into a register
206 - title: Check if accumulator value is 'undefined'
227 - title: Check if two references are loosely equal
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
Dspec.rb35 spec_group = @data['groups'].find { |sg| sg['title'] == ntg['title'] }
37 warn "Non testable group \"#{ntg['title']}\" not found in ISA."
119 warn "Non testable description \"#{ntda}\" in group \"#{ntg['title']}\" not found in iSA."
130 … warn "Non testable instruction \"#{nti['sig']}\" in group \"#{ntg['title']}\" not found in ISA."
141 warn "Non testable exception \"#{nte}\" in group \"#{ntg['title']}\" not found in ISA."
152 warn "Non testable verification \"#{ntv}\" in group \"#{ntg['title']}\" not found in ISA."
211 spec_group = @data['groups'].find { |g| g['title'] == test_group['title'] }
213 …@orphaned << { 'file' => file, 'error' => 'Group with given title not found in the ISA', 'comment'…
Dsummary.rb79 …uncovered_for_group = { 'title' => group['title'] } # object stores uncovered assertions for the g…
108 @coverage_by_groups << { 'title' => group['title'], 'coverage_metric' => group_metric }
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dspec.rb35 spec_group = @data['groups'].find { |sg| sg['title'] == ntg['title'] }
37 warn "Non testable group \"#{ntg['title']}\" not found in ISA."
119 warn "Non testable description \"#{ntda}\" in group \"#{ntg['title']}\" not found in iSA."
130 … warn "Non testable instruction \"#{nti['sig']}\" in group \"#{ntg['title']}\" not found in ISA."
141 warn "Non testable exception \"#{nte}\" in group \"#{ntg['title']}\" not found in ISA."
152 warn "Non testable verification \"#{ntv}\" in group \"#{ntg['title']}\" not found in ISA."
211 spec_group = @data['groups'].find { |g| g['title'] == test_group['title'] }
213 …@orphaned << { 'file' => file, 'error' => 'Group with given title not found in the ISA', 'comment'…
Dsummary.rb79 …uncovered_for_group = { 'title' => group['title'] } # object stores uncovered assertions for the g…
108 @coverage_by_groups << { 'title' => group['title'], 'coverage_metric' => group_metric }
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/menu/
DMainMenuItem.js89 return ['title', 'icon', 'file', 'multi', 'disabled'];
92 get title() { getter in MainMenuItem
93 return this.getAttribute('title') || '';
96 set title(val) { setter in MainMenuItem
97 this.setAttribute('title', val);
198 case 'title':
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dreport.py56 self.title = ''
75 caption(self.title)
86 title: str = '' variable in VMBReport
155 comparison.title = f'Comparison: {short_title(r1.title, r2.title)}'
201 self.title = self.report.machine.name
212 caption(f'{self.title}')
273 self.title = ''
283 self.title = ''
293 self.title = ''
403 comparison.title = \
[all …]
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/
Dindex.html6 <title>Ap Profdump</title>
/arkcompiler/runtime_core/static_core/verification/config/
Dconfig.h51 const Section &operator[](const PandaString &title) const
54 if (s.name == title) {
58 LOG(FATAL, VERIFIER) << "config section '" << title << "' not found";
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml271 - title: No operation
285 - title: Move register-to-register
307 - title: Move immediate-to-register
337 - title: Move null reference into register
351 - title: Load accumulator from register
373 - title: Load accumulator from immediate
403 - title: Load accumulator from string constant pool
423 - title: Create and initialize new constant array
444 - title: Load accumulator from type constant pool
465 - title: Load null reference into accumulator
[all …]
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DTypeUtils.spec.ts49 constructor(public title: string, public content: string, public mark: number) {
50 this.title = title
59 constructor(public title: string, public content: string, public mark: number) {
60 this.title = title
/arkcompiler/ets_frontend/es2panda/test/compiler/js/async-generator/file/
Dasync-ut.js22 function fn(title) { argument
24 resolve(title);
Dasync-await-ut.js22 function fn(title) { argument
24 resolve(title);

12345678910>>...25