Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 2322) sorted by relevance

12345678910>>...93

/arkcompiler/runtime_core/taihe/test/ani_on_off/author/src/
Don_off.impl.cpp29 IBase(string a, string b) : str(a), new_str(b) {} in IBase()
33 void onSet(callback_view<void()> a) in onSet()
39 void offSet(callback_view<void()> a) in offSet()
67 int32_t add(int32_t a) in add()
78 ::on_off::IBase getIBase(string_view a, string_view b) in getIBase()
93 void onFoo(callback_view<void()> a) in onFoo()
99 void onBar(callback_view<void()> a) in onBar()
105 void onBaz(int32_t a, callback_view<void()> cb) in onBaz()
111 void offFoo(callback_view<void()> a) in offFoo()
117 void offBar(callback_view<void()> a) in offBar()
[all …]
/arkcompiler/runtime_core/taihe/test/ani_basetype/author/src/
Dbase_test.impl.cpp24 int8_t AddI8(int8_t a, int8_t b) in AddI8()
29 int16_t SubI16(int16_t a, int16_t b) in SubI16()
34 int32_t MulI32(int32_t a, int32_t b) in MulI32()
39 int64_t DivI64(int64_t a, int64_t b) in DivI64()
48 float AddF32(float a, float b) in AddF32()
53 float SubF32(float a, float b) in SubF32()
58 double AddF64(float a, double b) in AddF64()
63 double SubF64(float a, double b) in SubF64()
68 double MulF64(float a, float b) in MulF64()
73 bool Check(bool a, bool b) in Check()
[all …]
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest_module.ts17 namespace a { namespace
18 let a; variable
21 a: (a: number, b: string) => boolean, property
26 namespace a { namespace
27 let a; variable
33 let a; variable
40 let a; variable
58 export declare var a; variable
64 export declare var a; variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_module.ts17 namespace a { namespace
18 let a; variable
21 a: (a: number, b: string) => boolean, property
26 namespace a { namespace
27 let a; variable
33 let a; variable
40 let a; variable
58 export declare var a; variable
64 export declare var a; variable
/arkcompiler/ets_runtime/test/moduletest/callframe/
Dcallframe.js23 function foo0(a) { argument
28 function foo1(a) { argument
36 function foo2(a) { argument
43 function foo3(a) { argument
51 function foo4(a, ...args) { argument
56 function foo5(a, ...args) { argument
64 function foo6(a, ...args) { argument
71 function foo7(a, ...args) { argument
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/
DvarRedeclaration14.ts18 a: number, property
22 a: number, property
26 a: number | string; property
29 var a: c; variable
30 var /* @@ label */a: b; variable
DobjectLiteralAssignability8.ts17 var a: { b: number, a: number } | { b: string, a: string } | { b: boolean, a: boolean } = { b: "foo… variable
DobjectLiteralAssignability16.ts17 interface a { interface
18 a: number, property
22 a: number, property
27 a: number, property
36 var /* @@ label */a: d = { a: 5, b: "foo", c: true }; variable
DobjectLiteralAssignability15.ts17 interface a { interface
18 a: number | string, property
23 a: string, property
27 var a: b = { /* @@ label */a: 5 }; variable
DvarRedeclaration13.ts18 a: number property
30 a: number, property
34 var a: d; variable
35 var /* @@ label */a: c; variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DvarRedeclaration14.ts18 a: number, property
22 a: number, property
26 a: number | string; property
29 var a: c; variable
30 var a: b; variable
DobjectLiteralAssignability8.ts17 var a: { b: number, a: number } | { b: string, a: string } | { b: boolean, a: boolean } = { b: "foo… variable
DobjectLiteralAssignability16.ts17 interface a { interface
18 a: number, property
22 a: number, property
27 a: number, property
36 var a: d = { a: 5, b: "foo", c: true }; variable
DobjectLiteralAssignability15.ts17 interface a { interface
18 a: number | string, property
23 a: string, property
27 var a: b = { a: 5 }; variable
DvarRedeclaration13.ts18 a: number property
30 a: number, property
34 var a: d; variable
35 var a: c; variable
/arkcompiler/runtime_core/taihe/test/ani_bigint/author/src/
Dbigint_test.impl.cpp24 bool BigInt01(double a, array_view<int64_t> b) in BigInt01()
29 double BigInt02(double a) in BigInt02()
34 array<int64_t> BigInt03(array_view<int64_t> a) in BigInt03()
39 void BigInt04(array_view<int64_t> a) in BigInt04()
46 array<int64_t> BigInt05(double a, array_view<int64_t> b) in BigInt05()
51 double BigInt06(double a, array_view<int64_t> b) in BigInt06()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamicimport/ets_to_ts/
Ddynamic-import.ts24 let a = new ClassA(); variable
34 let a = new ClassA(); variable
74 let a = new ClassA(); variable
98 let a = new ClassA(); variable
108 let a = new ClassA(); variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_macros.h53 #define ETS_NAPI_ABORT_IF_NE(a, b) \ argument
60 #define ETS_NAPI_ABORT_IF_LT(a, b) \ argument
67 #define ETS_NAPI_ABORT_IF_LE(a, b) \ argument
74 #define ETS_NAPI_ABORT_IF_GT(a, b) \ argument
81 #define ETS_NAPI_ABORT_IF_GE(a, b) \ argument
95 #define ETS_NAPI_RETURN_IF_EQ(a, b, ret) \ argument
102 #define ETS_NAPI_RETURN_IF_NE(a, b, ret) \ argument
109 #define ETS_NAPI_RETURN_IF_GT(a, b, ret) \ argument
116 #define ETS_NAPI_RETURN_IF_GE(a, b, ret) \ argument
123 #define ETS_NAPI_RETURN_IF_LT(a, b, ret) \ argument
[all …]
/arkcompiler/ets_runtime/test/aottest/pgo_call_js/
Dpgo_call_js.js16 function foo(a) { argument
20 function bar(a) { argument
28 function callFoo1(f, a) { argument
32 function callFoo2(f, a) { argument
36 function callFoo3(f, a) { argument
/arkcompiler/jsvm/src/
Djsvm_dfx.h170 #define CHECK_EQ(a, b) CHECK((a) == (b)) argument
171 #define CHECK_NE(a, b) CHECK((a) != (b)) argument
172 #define CHECK_LE(a, b) CHECK((a) <= (b)) argument
173 #define CHECK_GE(a, b) CHECK((a) >= (b)) argument
174 #define CHECK_LT(a, b) CHECK((a) < (b)) argument
175 #define CHECK_GT(a, b) CHECK((a) > (b)) argument
178 #define CHECK_IMPLIES(a, b) CHECK(!(a) || (b)) argument
182 #define DCHECK_EQ(a, b) CHECK_EQ(a, b) argument
183 #define DCHECK_NE(a, b) CHECK_NE(a, b) argument
184 #define DCHECK_LE(a, b) CHECK_LE(a, b) argument
[all …]
/arkcompiler/ets_runtime/test/moduletest/asmstackoverflow/
Dasmstackoverflow.js22 function foo(x, y, z, a, b) { argument
71 function callarg1(a) { argument
81 function callarg2(a, b) { argument
91 function callarg3(a, b, c) { argument
101 function callrange(a, b, c, d) { argument
116 callthis1: function (a) { argument
119 callthis2: function (a, b) { argument
122 callthis3: function (a, b, c) { argument
125 callthisrange: function (a, b, c, d) { argument
165 static callstatic1(a) { argument
[all …]
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/enums/
Dtest-ts-enum-20.ts22 enum E {a = "str"} enumerator
24 export enum E1 {a=E.b} enumerator
29 export enum E2 {a = ns.ns.E1.a} enumerator
34 enum E3 {a = ns2.ns1.ns1.E2.a} enumerator
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/pgo_test_case/
Dstring_equal.js17 let a = 'abcString'; variable
19 function foo1(a) { argument
23 function foo2(a) { argument
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/define/
Ddefineclasswithbuffer_dynamic.js22 function newClassConstr2(a) { argument
26 function newClassConstr3(a) { argument
34 function newClassMethod2(a) { argument
42 let a = new A(); variable
/arkcompiler/runtime_core/taihe/test/ani_typedarray/author/src/
Dbar.impl.cpp49 void CreateUint8Array(::taihe::array_view<uint8_t> a) in CreateUint8Array()
60 ::taihe::array<uint8_t> PrintUint8Array(::taihe::array_view<uint8_t> a) in PrintUint8Array()
66 void SetUint8Array(::taihe::array_view<uint8_t> a) in SetUint8Array()
82 void CreateInt8Array(::taihe::array_view<int8_t> a) in CreateInt8Array()
93 ::taihe::array<int8_t> PrintInt8Array(::taihe::array_view<int8_t> a) in PrintInt8Array()
99 void SetInt8Array(::taihe::array_view<int8_t> a) in SetInt8Array()
115 void CreateUint16Array(::taihe::array_view<uint16_t> a) in CreateUint16Array()
126 ::taihe::array<uint16_t> PrintUint16Array(::taihe::array_view<uint16_t> a) in PrintUint16Array()
132 void SetUint16Array(::taihe::array_view<uint16_t> a) in SetUint16Array()
148 void CreateInt16Array(::taihe::array_view<int16_t> a) in CreateInt16Array()
[all …]

12345678910>>...93