Home
last modified time | relevance | path

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

12345678910>>...24

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
Darkts-spec-config.yaml16 title: 'Introduction'
20 title: 'Common Description'
24 title: 'Lexical and Syntactic Notation'
28 title: 'Terms and Definitions'
32 title: 'Lexical Elements'
36 title: 'Use of Unicode Characters'
40 title: 'Lexical Input Elements'
44 title: 'Tokens'
48 title: 'Operators and Punctuators'
52 title: 'Literals'
[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/ets_frontend/arkguard/test/ut/arkobfuscator/
DArkObfuscator.spec.ts41 constructor(public title: string, public content: string, public mark: number) {
42 this.title = title
54 constructor(public title: string, public content: string, public mark: number) {
55 this.title = title
65 constructor(public title: string, public content: string, public mark: number) {
66 this.title = title
93 constructor(public title: string, public content: string, public mark: number) {
94 this.title = title;
132 constructor(public title: string, public content: string, public mark: number) {
133 this.title = title;
[all …]
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DTypeUtils.spec.ts32 constructor(public title: string, public content: string, public mark: number) {
33 this.title = title
42 constructor(public title: string, public content: string, public mark: number) {
43 this.title = title
DTransformUtil.spec.ts31 constructor(public title: string, public content: string, public mark: number) {
32 this.title = title
45 const targetNames = ['Demo', 'title', 'content', 'mark'];
/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/
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/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/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/ets_runtime/tools/ap_file_viewer/src/
Dindex.html6 <title>Ap Profdump</title>
/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/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/ets_runtime/tools/circuit_viewer/dist/
Dindex.html6 <title>Circuit Viewer</title>
/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/utils/
Dtest_utils_array.j225 function print_array(title: String, array : {{.item.output_type}}) : void {
26 console.print(title);

12345678910>>...24