Home
last modified time | relevance | path

Searched full:do (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/arkcompiler/runtime_core/isa/
Dasserts.rb35 assert('Non-prefixed instruction opcodes and prefixes should fit one byte') do
39 assert('Non-prefixed instruction opcode indexes are sorted') do
43 assert('Prefix opcode indexes are sorted') do
47 assert('All instructions for a prefix should fit one byte') do
48 Panda.prefixes.map do |prefix|
53 assert('Prefixed instruction should have some prefix specified') do
54 Panda.instructions.map do |insn|
59 assert('Prefix should be defined') do
60 Panda.instructions.map do |insn|
67 assert('All prefixes should have unique name') do
[all …]
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-do-while.js17 do a = 2
20 do a = 2; while (a > b)
22 do { a = 2 } while (a > b)
24 do { a = 2; } while (a > b)
26 do
30 do { } while (false);
32 do {
38 do do a = 2
40 do a = 2; while (1) if(1) {}
41 do a = 2; while (1) for(;;) {}
[all …]
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DifDoWhileStatements.ts83 do { }while(true)
87 do { }while(null)
91 do { }while(undefined)
95 do { }while(0.0)
99 do { }while('a string')
103 do { }while('')
107 do { }while(/[a-z]/)
111 do { }while([])
115 do { }while([1, 2])
119 do { }while({})
[all …]
DdoWhileBreakStatements.ts21 do {
26 do {
34 do {
41 do {
45 do {
54 do {
58 do break SIX; while(true)
65 do do do break SEVEN; while (true) while (true) while (true)
68 do{
DdoWhileContinueStatements.ts21 do {
26 do {
34 do {
41 do {
45 do {
54 do {
58 do continue SIX; while(true)
65 do do do continue SEVEN; while (true) while (true) while (true)
68 do{
Des5-asyncFunctionDoStatements.ts30 do { x; } while (y);
36 do { await x; } while (y);
43 do { x; } while (await y);
50 do { continue; } while (y);
55 do { await x; continue; } while (y);
62 do { if (1) continue; await x; } while (y);
70 do { continue; } while (await y);
76 A: do { continue A; } while (y);
83 B: do { await x; continue B; } while (y);
92 C: do { if (1) continue C; await x; } while (y);
[all …]
DstaticMethodWithTypeParameterExtendsClauseDeclFile.ts29 private static myPrivateStaticMethod1<T extends privateClass>() { // do not emit extends clause
31 private myPrivateMethod1<T extends privateClass>() { // do not emit extends clause
33 private static myPrivateStaticMethod2<T extends publicClass>() { // do not emit extends clause
35 private myPrivateMethod2<T extends publicClass>() { // do not emit extends clause
/arkcompiler/ets_frontend/test/scripts/
Dtimer.py31 # do preparations
32 schedule.every().day.at("01:00").do(job, cmd=os.path.join(
34 # do sdk_test
35 schedule.every().day.at("01:00").do(
37 # do perf_test
38 schedule.every().day.at("01:00").do(
41 schedule.every().day.at("01:00").do(
/arkcompiler/runtime_core/isa/templates/
Disa.md.erb14 % # Auto-generated file, DO NOT EDIT
18 % Panda::chapters.each do |c|
26 % Panda::groups.each do |g|
30 % g.instructions.each do |i|
40 % g.properties.each do |p|
46 % g.exceptions.each do |e|
51 % g.verification.each do |v|
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dspec.rb34 nt_data['groups']&.each do |ntg|
45 Dir.glob(testglob, base: testdir) do |f|
61 … %w[prefixes groups properties exceptions verification version min_version chapters].each do |attr|
71 @data['groups'].each do |g|
84 grp['instructions'].each do |i|
91 grp['description_tests'] = split(grp['description']).map do |da|
97 grp['exceptions_tests'] = grp['exceptions'].map do |e|
103 grp['verification_tests'] = grp['verification'].map do |v|
116 ntg['description'] && split(ntg['description']).each do |ntda|
127 ntg['instructions']&.each do |nti|
[all …]
/arkcompiler/runtime_core/libpandabase/templates/
Dlogger_impl_gen.inc.erb16 // Autogenerated file -- DO NOT EDIT!
20 % LoggerData.components.each do |c|
31 % LoggerData.levels.each do |l|
43 % LoggerData.levels.each do |l|
55 % LoggerData.components.each do |c|
72 % LoggerData.dfx_components.each do |c|
85 % LoggerData.levels.each do |l|
97 % LoggerData.components.each do |c|
113 % LoggerData.levels.each do |l|
Dlogger_enum_gen.h.erb16 // Autogenerated file -- DO NOT EDIT!
19 % LoggerData.levels.each do |l|
26 % LoggerData.components.each do |c|
33 % LoggerData.dfx_components.each do |c|
/arkcompiler/runtime_core/libpandafile/templates/
Dbytecode_emitter_gen.h.erb16 // Autogenerated file -- DO NOT EDIT!
22 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
58 % Panda::instructions.group_by(&:mnemonic).each do |mnemonic, group|
83 % signature.each do |arg|
93 % group.each do |i|
95 % i.operands.each_with_index do |op, index|
115 % Panda::instructions.each do |insn|
128 % uniq_fmt_jmps.each do |i|
152 % Panda::instructions.each do |insn|
168 % Panda::instructions.each do |insn|
[all …]
Dbytecode_instruction-inl_gen.h.erb20 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
39 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
58 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
77 % Panda::formats.each do |fmt|
93 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
127 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
159 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
188 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
220 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
251 % insns_uniq_sort_fmts.each do |i| # Panda::formats.each do |fmt|
[all …]
Dbytecode_instruction_enum_gen.h.erb17 % Panda::formats.each do |fmt|
23 % Panda::instructions.each do |i|
30 % Panda::properties.each_with_index do |f, i|
36 % Panda::exceptions.each_with_index do |f, i|
/arkcompiler/runtime_core/tests/cts-generator/runner/
Dresult.rb30 @@mutex.synchronize do
38 @@mutex.synchronize do
46 @@mutex.synchronize do
54 @@mutex.synchronize do
62 @@mutex.synchronize do
70 @@mutex.synchronize do
78 @@mutex.synchronize do
86 @@mutex.synchronize do
96 @@mutex.synchronize do
106 @@mutex.synchronize do
[all …]
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/
Dfull_md.erb16 <% full['chapters']&.each do |c| %>
24 <% full['groups']&.each do |g| %>
31 <% g['description_tests']&.each do |d| -%>
37 <% g['instructions']&.each do |i| -%>
54 <% g['properties']&.each do |p| -%>
60 <% g['exceptions_tests']&.each do |e| -%>
66 <% g['verification_tests']&.each do |v| -%>
/arkcompiler/runtime_core/libpandabase/events/
Devents_gen.h.erb16 // Autogenerated file -- DO NOT EDIT!
33 % EventsData.events.each do |event|
34 % event.fields.select(&:is_enum?).each do |field|
48 % EventsData.events.each do |event|
59 % EventsData.events.each do |event|
60 % event.fields.select(&:is_enum?).each do |field|
63 % field.enums.each do |enum|
75 % EventsData.events.each do |event|
77 % event.fields.each do |field|
86 % EventsData.events.each do |event|
[all …]
/arkcompiler/runtime_core/libpandafile/
Dpandafile_isapi.rb18 Instruction.class_eval do
25 operands.each do |op|
41 Operand.class_eval do
62 group.each do |insn|
63 insn.operands.each_with_index do |o, i|
67 sig.each do |o|
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dintrinsics_enum.inl.erb16 // Autogenerated file -- DO NOT EDIT!
18 % Compiler::intrinsics.each do |intrinsic|
24 % Compiler::intrinsics.select{ |x| !x.is_irtoc? }.each do |intrinsic|
34 % Compiler::intrinsics.select(&:is_irtoc?).each do |intrinsic|
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dopcodes.h.erb20 % IR::instructions.each do |inst|
29 % IR::instructions.map { |x| x.base }.uniq.each do |base|
36 % IR::flags.each_pair do |flag, v|
43 % IR::instructions.each do |inst|
49 % IR::modes.each_pair do |mode, v|
/arkcompiler/runtime_core/templates/messages/
Dmessages.h.erb16 // Autogenerated file -- DO NOT EDIT!
30 % Messages.messages.each do |msg|
38 % Messages.messages.each do |msg|
54 % Messages.messages.each do |msg|
62 % Messages.messages.each do |msg|
70 % Messages.messages.each do |msg|
/arkcompiler/ets_runtime/test/aottest/loops/
Dloops.ts69 do {
76 do {
85 do {
112 do {
140 do {
168 do {
/arkcompiler/runtime_core/tests/cts-generator/
Dtest-runner.rb69 optparser = OptionParser.new do |opts|
88 opts.on('-e', '--exclude-tag TAG', Array, 'Exclude tags for tests') do |f|
91 opts.on('-o', '--panda-options OPTION', Array, 'Panda options') do |f|
94 opts.on('-i', '--include-tag TAG', Array, 'Include tags for tests') do |f|
97 opts.on('-b', '--bug_id BUGID', Array, 'Include tests with specified bug ids') do |f|
102 opts.on('--plugins PLUGINS', Array, 'Paths to runner plugins') do |plugins|
103 plugins.each do |plugin|
108 opts.on('-h', '--help', 'Prints this help') do
220 Thread.new do
241 runner_threads = (1..$CONCURRENCY).map do |id|
[all …]
/arkcompiler/ets_frontend/es2panda/lexer/templates/
DkeywordsMap.h.erb16 // Autogenerated file -- DO NOT EDIT!
29 % keywords.each do |group|
40 % keywords.each do |group|
43 % group.each do |key, kw|

12345678910>>...19