Home
last modified time | relevance | path

Searched defs:a10 (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/test/
Dfunction_spread_arg.ts47 let a10 = new Uint16Array(10) variable
Dtypes.ts162 let a10 = new Uint16Array(10) variable
Dfor_stmts.ts104 const a10 = new Uint16Array(10); constant
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dfunction_spread_arg.ts47 let a10 = new Uint16Array(10) variable
Dtypes.ts162 let a10 = new Uint16Array(10) variable
Dfor_stmts.ts104 const a10 = new Uint16Array(10); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/lib/
DEtsNapiTests.cpp142 … [[maybe_unused]] ets_char a9, [[maybe_unused]] ets_char a10) in ETS_EtsNapiTests_printChar10()
154 … [[maybe_unused]] ets_char a9, [[maybe_unused]] ets_char a10, in ETS_EtsNapiTests_printChar11()
246 … [[maybe_unused]] ets_byte a9, [[maybe_unused]] ets_byte a10) in ETS_EtsNapiTests_printByte10()
258 … [[maybe_unused]] ets_byte a9, [[maybe_unused]] ets_byte a10, in ETS_EtsNapiTests_printByte11()
350 … [[maybe_unused]] ets_short a9, [[maybe_unused]] ets_short a10) in ETS_EtsNapiTests_printShort10()
362 … [[maybe_unused]] ets_short a9, [[maybe_unused]] ets_short a10, in ETS_EtsNapiTests_printShort11()
454 … [[maybe_unused]] ets_int a9, [[maybe_unused]] ets_int a10) in ETS_EtsNapiTests_printInt10()
466 … [[maybe_unused]] ets_int a9, [[maybe_unused]] ets_int a10, in ETS_EtsNapiTests_printInt11()
558 … [[maybe_unused]] ets_long a9, [[maybe_unused]] ets_long a10) in ETS_EtsNapiTests_printLong10()
570 … [[maybe_unused]] ets_long a9, [[maybe_unused]] ets_long a10, in ETS_EtsNapiTests_printLong11()
[all …]
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js236 const a10 = [1, 2]; variable
/arkcompiler/ets_runtime/test/sharedtest/definesendableclass/
Ddefinesendableclass.ts69 a10:string = ""; property in ChildToDict