Home
last modified time | relevance | path

Searched full:g (Results 1 – 25 of 2150) sorted by relevance

12345678910>>...86

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/
Dcce.params.yaml45 class G {}
50 let g = new G()
51 from_type: A|B|C|D|G
54 - { type: 'B', v: g }
58 - { type: 'G', v: b }
83 type G = (p: long) => Long
85 let g: G = (p: long): Long => { return new Long(p) }
87 let ga: G[] = [g, g, g]
88 from_type: F[]|F|G[]|G|never
90 - { type: 'G', v: f }
[all …]
Dimpl.params.yaml227 type G = (p: long) => Long
229 let g: G = (p: long): Long => { return new Long(p) }
230 from_type: F|G|int|long
235 - { type: 'Object', v: 'g' }
239 type G = (p: long) => Long
241 let g: G = (p: long): Long => { return new Long(p) }
242 from_type: F|G|int|long
245 - { type: 'G', v: 'g' }
249 type G = (p: long) => Long
251 let g: G = (p: long): Long => { return new Long(p) }
[all …]
Dun2.params.yaml77 class G {}
82 let g = new G()
83 from_type: A|B|C|D|G
89 - { type: 'G', v: g }
120 type G = (p: long) => Long
122 let g: G = (p: long): Long => { return new Long(p) }
123 from_type: F|G|int|long
126 - { type: 'G', v: g }
130 type G = (p: long) => Long
132 let g: G = (p: long): Long => { return new Long(p) }
[all …]
Dun1.params.yaml77 class G {}
82 let g = new G()
83 from_type: A|B|C|D|G
89 - { type: 'G', v: g }
120 type G = (p: long) => Long
122 let g: G = (p: long): Long => { return new Long(p) }
123 from_type: F|G|int|long
126 - { type: 'G', v: g }
130 type G = (p: long) => Long
132 let g: G = (p: long): Long => { return new Long(p) }
[all …]
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/
Dicon.svg4 <g id="play_expand" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
9 </g>
12 <g id="play_retract" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
18 </g>
21 <g id="toolWindowProject" stroke="none" stroke-width="1" fill="currentColor"
23 <g transform="translate(2.498604, 3.499928)" fill="currentColor" id="path">
25 </g>
26 </g>
29 <g id="export" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="1">
30 <g transform="translate(2.000000, 2.000000)" fill="#7FA1E7">
[all …]
/arkcompiler/runtime_core/libabckit/src/
Dmacros.h31 // CC-OFFNXT(G.PRE.02) code readability
36 /* CC-OFFNXT(G.PRE.05) code generation */ \
39 // CC-OFFNXT(G.PRE.02) code readability
44 /* CC-OFFNXT(G.PRE.05) code generation */ \
47 // CC-OFFNXT(G.PRE.02) code readability
52 /* CC-OFFNXT(G.PRE.05) code generation */ \
55 // CC-OFFNXT(G.PRE.02) code readability
60 /* CC-OFFNXT(G.PRE.05) code generation */ \
63 // CC-OFFNXT(G.PRE.02) code readability
68 /* CC-OFFNXT(G.PRE.05) code generation */ \
[all …]
/arkcompiler/runtime_core/common_interfaces/objects/utils/
Dfield_macro.h26 // CC-OFFNXT(G.PRE.02) code readability
32 /* CC-OFFNXT(G.PRE.02) code readability */ \
34 /* CC-OFFNXT(G.PRE.05) C_RULE_ID_KEYWORD_IN_DEFINE */ \
39 /* CC-OFFNXT(G.PRE.02) code readability */ \
41 /* CC-OFFNXT(G.PRE.05) C_RULE_ID_KEYWORD_IN_DEFINE */ \
46 // CC-OFFNXT(G.PRE.02) code readability
54 /* CC-OFFNXT(G.PRE.02) code readability */ \
63 /* CC-OFFNXT(G.PRE.02) code readability */ \
64 /* CC-OFFNXT(G.PRE.05) C_RULE_ID_KEYWORD_IN_DEFINE */ \
70 // CC-OFFNXT(G.PRE.02) code readability
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker_macros.h20 // CC-OFFNXT(G.PRE.02) should be with define
23 // CC-OFFNXT(G.PRE.02) should be with define
27 // CC-OFFNXT(G.PRE.02) should be with define
30 // CC-OFFNXT(G.PRE.02) should be with define
33 // CC-OFFNXT(G.PRE.02) should be with define
39 // CC-OFFNXT(G.FMT.16) project code style
42 // CC-OFFNXT(G.FMT.16) project code style
45 // CC-OFFNXT(G.PRE.02) should be with define
49 // CC-OFFNXT(G.PRE.02) should be with define
55 // CC-OFFNXT(G.PRE.02) should be with define
[all …]
/arkcompiler/runtime_core/static_core/disassembler/tests/
Dlabels_test.cpp68 .function u1 g() { in GetTest2Source()
105 .function u1 g() { in TEST()
129 std::string bodyG = ExtractFuncBody(ss.str(), "u1 g() <static> {\n"); in TEST()
135 static void CheckTest2(std::stringstream &g, std::string &line) in CheckTest2() argument
137 std::getline(g, line); in CheckTest2()
139 std::getline(g, line); in CheckTest2()
141 std::getline(g, line); in CheckTest2()
143 std::getline(g, line); in CheckTest2()
145 std::getline(g, line); in CheckTest2()
147 std::getline(g, line); in CheckTest2()
[all …]
Dinstructions_test.cpp75 .function u1 g(u1 a0) {
108 .function u1 g(u1 a0) { in GetNewarrSource()
158 static void CheckTestCalls(std::stringstream &g, std::string &line) in CheckTestCalls() argument
160 std::getline(g, line); in CheckTestCalls()
162 std::getline(g, line); in CheckTestCalls()
164 std::getline(g, line); in CheckTestCalls()
166 std::getline(g, line); in CheckTestCalls()
168 std::getline(g, line); in CheckTestCalls()
170 std::getline(g, line); in CheckTestCalls()
172 std::getline(g, line); in CheckTestCalls()
[all …]
/arkcompiler/runtime_core/static_core/docs/images/
Darkts-debugger-expression-evaluation.svg4g><g data-cell-id="0"><g data-cell-id="1"><g data-cell-id="W1yCw7ephsymhSNy2DIB-166"><g><rect x="4…
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/top/19_switch_case/
D01_switch_case_expected.txt20 let g = 0;
22 g += 1;
23 b(g === 1);
25 g += 1;
28 b(g === 2);
30 g += 1;
32 g = 0;
33 b(g === 0);
35 g += 2;
38 b(g === 2);
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp+top/19_switch_case/
D01_switch_case_expected.txt20 let g = 0;
22 g += 1;
23 b(g === 1);
25 g += 1;
28 b(g === 2);
30 g += 1;
32 g = 0;
33 b(g === 0);
35 g += 2;
38 b(g === 2);
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp+top+export/19_switch_case/
D01_switch_case_expected.txt20 let g = 0;
22 g += 1;
23 b(g === 1);
25 g += 1;
28 b(g === 2);
30 g += 1;
32 g = 0;
33 b(g === 0);
35 g += 2;
38 b(g === 2);
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/top+export/19_switch_case/
D01_switch_case_expected.txt20 let g = 0;
22 g += 1;
23 b(g === 1);
25 g += 1;
28 b(g === 2);
30 g += 1;
32 g = 0;
33 b(g === 0);
35 g += 2;
38 b(g === 2);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/util/json/
DParse.ets32 g: Boolean = false
42 …let str = "{\"id\":10,\"g\":true,\"name\":\"Name\",\"users\":[{\"id\":12,\"g\":true,\"name\":\"Nam…
49 …let str = "{\"id\":10,\"g\":true,\"name\":\"Name\",\"users\":[{\"id\":12,\"g\":true,\"name\":\"Nam…
55 …let str = "{\"id\":10,\"g\":true,\"name\":\"Name\",\"users\":[{\"id\":12,\"g\":true,\"name\":\"Nam…
67 …let str = "{\"id\":10,\"g\":true,\"name\":\"Name\",\"users\":[{\"id\":12,\"g\":true,\"name\":\"Nam…
68 …t expected_str = "{\"id\":1,\"g\":true,\"name\":\"Name\",\"users\":[{\"id\":1,\"g\":true,\"name\":…
/arkcompiler/runtime_core/isa/templates/
Disa.md.erb26 % Panda::groups.each do |g|
27 <%= g.title %>
29 <%= g.description %>
30 % g.instructions.each do |i|
36 <%= g.pseudo -%>
38 % if g.properties
40 % g.properties.each do |p|
46 % g.exceptions.each do |e|
51 % g.verification.each do |v|
/arkcompiler/runtime_core/static_core/isa/templates/
Disa.md.erb26 % Panda::groups.each do |g|
27 <%= g.title %>
29 <%= g.description %>
30 % g.instructions.each do |i|
36 <%= g.pseudo -%>
38 % if g.properties
40 % g.properties.each do |p|
46 % g.exceptions.each do |e|
51 % g.verification.each do |v|
/arkcompiler/ets_runtime/test/jittest/definefunc/
Ddefinefunc.ts17 let g;
18 g = function () {
20 g = () => { }
21 g = function () {
24 g = async function () {
26 g = function P() {
29 g = function* () {
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+top/09_shorthand/
D01_shorthand_01_expected.txt16 let g = 'hello';
17 let h = { g: g };
18 h.g;
19 assert(g === 'hello');
20 assert(h.g === 'hello');
22 let j = { name: g, i: g };
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/03.types/References_Types/Array_Types/
Darray_constructors_optional_params_0030.ets25 class G {}
30 private g: G | undefined;
31 constructor(e?: E, f?: F, g?: G) {
34 this.g = g;
39 public getG() {return this.g}
Darray_constructors_optional_params_0040.ets27 class G {
28 public g : int = 28;
34 private g: G;
38 this.g = new G();
43 public getG() {return this.g}
51 assertEQ( c[i].getG().g, 28)
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/prop+top+export/09_shorthand/
D01_shorthand_01_expected.txt16 let g = 'hello';
17 let h = { g: g };
18 h.g;
19 assert(g === 'hello');
20 assert(h.g === 'hello');
22 let j = { name: g, i: g };
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp+top+export/14_label/
D01_label_01_expected.txt19 a: for (var g = 0; g < 10; g++) {
20 if (g > 5) {
22 d(g === 6);
27 d(g <= 5);
28 if (g < 5)
31 d(g === 6);
/arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/top+export/14_label/
D01_label_01_expected.txt19 a: for (var g = 0; g < 10; g++) {
20 if (g > 5) {
22 d(g === 6);
27 d(g <= 5);
28 if (g < 5)
31 d(g === 6);

12345678910>>...86