Home
last modified time | relevance | path

Searched full:z (Results 1 – 25 of 129) sorted by relevance

123456

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dnewobj.yaml419 .record Z {
474 newobj v1, Z
477 ldobj v1, Z.fu1
483 ldobj v1, Z.fu8
489 ldobj v1, Z.fi8
495 ldobj v1, Z.fu16
501 ldobj v1, Z.fi16
507 ldobj v1, Z.fu32
513 ldobj v1, Z.fi32
519 ldobj.64 v1, Z.fu64
[all …]
Dinitobj.short.yaml2242 .record Z {
2245 .function void Z.ctor1(Z a0) <ctor> {
2248 .function void Z.ctor2(Z a0, %s a1) <ctor> {
2250 stobj a0, Z.f
2254 initobj.short Z.ctor1
2256 ldobj v0, Z.f
2262 initobj.short Z.ctor2, v1
2264 ldobj v0, Z.f
2428 .record Z {
2431 .function void Z.ctor1(Z a0) <ctor> {
[all …]
Dinitobj.range.yaml2609 .record Z {
2612 .function void Z.ctor(Z a0%s) <ctor> {
2618 initobj.range Z.ctor, v%s
2627 - "#{[*1..10].map do |i| \" lda a#{i}\\n stobj a0, Z.f#{i}\\n\" end .join}"
2630 …- "#{[*1..10].map do |i| \"lbl#{i+245}:\\n ldobj v0, Z.f#{i}\\n jeq v#{i+245}, lbl#{i+246}\\…
2634 - "#{[*1..254].map do |i| \" lda a#{i}\\n stobj a0, Z.f#{i}\\n\" end .join}"
2637 …- "#{[*1..254].map do |i| \"lbl#{i+1}:\\n ldobj v0, Z.f#{i}\\n jeq v#{i+1}, lbl#{i+2}\\n …
2642 - "#{[*1..255].map do |i| \" lda a#{i}\\n stobj a0, Z.f#{i}\\n\" end .join}"
2645 …- "#{[*1..255].map do |i| \"lbl#{i}:\\n ldobj v0, Z.f#{i}\\n jeq v#{i}, lbl#{i+1}\\n ldai…
2659 .record Z {
[all …]
Dinitobj.yaml2431 .record Z {
2434 .function void Z.ctor1(Z a0) <ctor> {
2437 .function void Z.ctor2(Z a0, %s a1) <ctor> {
2439 stobj a0, Z.f
2443 initobj Z.ctor1
2445 ldobj v0, Z.f
2451 initobj Z.ctor2, v1
2453 ldobj v0, Z.f
2617 .record Z {
2620 .function void Z.ctor1(Z a0) <ctor> {
[all …]
/arkcompiler/ets_runtime/test/moduletest/multiargs/
Dmultiargs.js41 function three(x,y,z) argument
43 print(x+y+z)
46 function four(x,y,z,t) argument
48 print(x+y+z+t)
51 function five(x,y,z,t,a) argument
53 let s = x + 10*y+ 100*z + 1000*t + 10000*a
64 let z = 333 variable
67 four(x.toString(10),y.toString(10),z.toString(10),a.toString(10))
/arkcompiler/runtime_core/tests/cts-assembly/
Dinitobj-bad-02.pa18 .record Z {}
19 .function void Z.ctor(Z a0) <ctor, noimpl>
23 initobj Z.ctor
/arkcompiler/runtime_core/runtime/templates/
Dintrinsics.rb64 'u1' => 'Z',
104 res = name.gsub(/([A-Z]+)([A-Z][a-z])/,'\1_\2')
105 res.gsub(/([a-z\d])([A-Z])/,'\1_\2').upcase
Druntime.rb90 res = name.gsub(/([A-Z]+)([A-Z][a-z])/,'\1_\2')
91 res.gsub(/([a-z\d])([A-Z])/,'\1_\2').upcase
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dcompiler_intrinsics.rb34 res = name.gsub(/([A-Z]+)([A-Z][a-z])/,'\1_\2')
35 res.gsub(/([a-z\d])([A-Z])/,'\1_\2').upcase
/arkcompiler/runtime_core/libpandabase/tests/
Djson_builder_test.cpp123 auto z = [](JsonObjectBuilder &obj) { obj.AddProperty("_", [](JsonObjectBuilder &) {}); }; in TEST() local
125 …EXPECT_EQ(JsonObjectBuilder().AddProperty("x", 1).AddProperty("y", "foo").AddProperty("z", z).Buil… in TEST()
126 R"({"x":1,"y":"foo","z":{"_":{}}})"); in TEST()
135 …builder.AddProperty("z", [](JsonObjectBuilder &z) { z.AddProperty("_", [](JsonObjectBuilder &) {})… in TEST() argument
137 EXPECT_EQ(std::move(builder).Build(), R"({"x":1,"y":"foo","z":{"_":{}}})"); in TEST()
/arkcompiler/ets_frontend/testTs/instype/
Drecordthis.ts52 let z: number = x + y;
53 this.z = z;
54 return z;
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_test.cpp93 CString str = "2020-11-19T12:18:18.132Z"; in HWTEST_F_L0()
101 str = "2020-11-19Z"; in HWTEST_F_L0()
113 str = "+275760-09-13T00:00:00.000Z"; in HWTEST_F_L0()
117 str = "-271821-04-20T00:00:00.000Z"; in HWTEST_F_L0()
121 str = "2020T12:18Z"; in HWTEST_F_L0()
125 str = "2020T12:18:17.231Z"; in HWTEST_F_L0()
129 str = "2020-11T12:18:17.231Z"; in HWTEST_F_L0()
176 str = "2020-11-19 12:18:18.132Z"; in HWTEST_F_L0()
188 str = "+175760-09-13 03:16:02.003Z"; in HWTEST_F_L0()
192 str = "-171821-04-20 13:08:23.037Z"; in HWTEST_F_L0()
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download.sh93 if [ ! -z "$TOOL_REPO" ];then
99 if [ ! -z "$NPM_REGISTRY" ];then
105 if [ ! -z "$TRUSTED_HOST" ];then
107 elif [ ! -z "$PYPI_URL" ];then
114 if [ ! -z "$PYPI_URL" ];then
/arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/
Dcompareobjecthclass.js24 let obj1 = {x : 1, y : 2, z :3}; property
25 let obj2 = {y : 2, x : 1, z :3}; property
26 let obj3 = {x : 11, y : 12, z :13}; property
/arkcompiler/runtime_core/scripts/
Dtrace_enable.sh85 if [ -z "$OUTPUT" ] || [ ! -z "$4" ]; then
92 if [ -z "$2" ]; then
99 if [ -z "$3" ]; then
/arkcompiler/ets_frontend/testTs/expect/moduleResolution/scopedPackages/
DscopedPackages.txt3 {'lb': [{'t': 2, 'v': 7}, {'t': 5, 'v': '#z#./z'}], 'k': '_3'}
/arkcompiler/runtime_core/templates/
Dcommon.rb20 .gsub(/([A-Z]+)([A-Z][a-z])/, '\1_\2')
21 .gsub(/([a-z\d])([A-Z])/, '\1_\2')
/arkcompiler/runtime_core/tests/benchmarks/
Daccess-nbody.pa24 f64 z
115 stobj a0, Body.z
328 ldobj v4, Body.z
330 ldobj v2, Body.z
418 ldobj v2, Body.z
420 stobj v2, Body.z
479 ldobj v8, Body.z
481 ldobj v3, Body.z
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_stringifier_test.cpp104 …Handle<JSTaggedValue> handleObj = JSHandle<JSTaggedValue>(thread, CreateBaseJSObject(thread, "z")); in HWTEST_F_L0()
137 …Handle<JSTaggedValue> handleObj = JSHandle<JSTaggedValue>(thread, CreateBaseJSObject(thread, "z")); in HWTEST_F_L0()
145 EXPECT_STREQ("{\n \"z\": 1,\n \"x\": 3.6,\n \"y\": \"abc\"\n}", in HWTEST_F_L0()
162 …Handle<JSTaggedValue> handleObj = JSHandle<JSTaggedValue>(thread, CreateBaseJSObject(thread, "z")); in HWTEST_F_L0()
173 factory->NewFromASCII("{\ntttt\"z\": 1,\ntttt\"x\": 3.6,\ntttt\"y\": \"abc\"\n}"); in HWTEST_F_L0()
190 …andle<JSTaggedValue> handleObj1 = JSHandle<JSTaggedValue>(thread, CreateBaseJSObject(thread, "z")); in HWTEST_F_L0()
196 JSHandle<JSTaggedValue> handleValue0(factory->NewFromASCII("z")); in HWTEST_F_L0()
213 …EXPECT_STREQ("{\ntttt\"z\": 1,\ntttt\"x\": 3.6\n}", EcmaStringAccessor(handleEcmaStr).ToCString().… in HWTEST_F_L0()
227 …Handle<JSTaggedValue> handleObj = JSHandle<JSTaggedValue>(thread, CreateBaseJSObject(thread, "z")); in HWTEST_F_L0()
236 …EXPECT_STREQ("{\"z\":1,\"x\":3.6,\"y\":\"abc\"}", EcmaStringAccessor(handleEcmaStr).ToCString().c_… in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DrecursiveTypeofWithProperty.ts20 z: typeof o.b.k.t variable
23 c: typeof o.a.z,
DvarRedeclaration13.ts17 interface z { interface
25 interface c extends z, b {
DfunctionWithPattern11.ts17 …6, d] = [true, [5n, "foo"]], t = { a: 3, b: { a: 2, b: 5n } } }], { r: [[r, z = 5] = [true]] = [[2…
21 foo([2, { b: [true, []], t: { a: 1, z: "foo" } }, 5n], {});
/arkcompiler/runtime_core/runtime/tests/
Dstring_test.cpp274 std::vector<uint8_t> data {'a', 'b', 'c', 'd', 'z', 0xc0, 0x80, 0x00}; in TEST_F()
283 std::vector<uint16_t> res16 {'a', 'b', 'c', 'd', 'z', 0x00}; in TEST_F()
291 std::vector<uint8_t> data {'a', 'b', 'c', 'd', 'z', 0x7f, 0x00}; in TEST_F()
300 std::vector<uint16_t> res16 {'a', 'b', 'c', 'd', 'z', 0x7f}; in TEST_F()
355 std::vector<uint8_t> data {'a', 'b', 'c', 'd', 'z', 0x00}; in TEST_F()
375 std::vector<uint8_t> data {'a', 'b', 'c', 'd', 'z', 0xc2, 0xa7, 0x00}; in TEST_F()
380 std::vector<uint8_t> res = {'c', 'd', 'z', 0x00}; in TEST_F()
387 std::vector<uint16_t> res16 = {'c', 'd', 'z'}; in TEST_F()
477 std::vector<uint8_t> data1 {'a', 'b', 'c', 'd', 'z', 0}; in TEST_F()
486 std::vector<uint16_t> data2 {'a', 'b', 0xab, 0xdc, 'z', 0}; in TEST_F()
[all …]
/arkcompiler/ets_runtime/test/moduletest/asmstackoverflow/
Dasmstackoverflow.js22 function foo(x,y,z,a,b) argument
24 foo(x,y,z,a,b)
/arkcompiler/ets_runtime/test/typeinfer/lex_env_var_multiple/
Dlex_env_var_multiple.ts43 function z():any {
55 return z();

123456