Home
last modified time | relevance | path

Searched full:name (Results 1 – 25 of 4908) sorted by relevance

12345678910>>...197

/arkcompiler/runtime_core/static_core/libpandabase/templates/
Dlogger.yaml15 - name: fatal
17 - name: error
19 - name: warning
21 - name: info
23 - name: debug
27 - name: alloc
28 - name: mm-obj-events
30 - name: assembler
31 - name: classlinker
33 - name: common
[all …]
/arkcompiler/runtime_core/libpandabase/templates/
Dlogger.yaml15 - name: fatal
17 - name: error
19 - name: warning
21 - name: info
23 - name: debug
27 - name: alloc
28 - name: mm-obj-events
30 - name: assembler
31 - name: classlinker
33 - name: common
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/events/
Devents.yaml15 # - name - name of the event
17 # Then you can dump your event by writing EVENT_<name.upcase()>(values). For example, for 'osr_entr…
27 - name: osr_entry
29 - name: method_name
31 - name: bc_offset
33 - name: kind
36 - name: result
40 - name: inline
42 - name: caller
44 - name: callee
[all …]
/arkcompiler/runtime_core/libpandabase/events/
Devents.yaml15 # - name - name of the event
17 # Then you can dump your event by writing EVENT_<name.upcase()>(values). For example, for 'osr_entr…
27 - name: osr_entry
29 - name: method_name
31 - name: bc_offset
33 - name: kind
36 - name: result
40 - name: inline
42 - name: caller
44 - name: callee
[all …]
/arkcompiler/ets_frontend/ets2panda/lexer/scripts/
Dkeywords.yaml15 - name: 'js'
17 - name: 'ts'
19 - name: 'as'
21 - name: 'ets'
25 - name: 'abstract'
30 - name: 'any'
34 - name: 'anyref'
38 - name: 'arguments'
42 - name: 'as'
47 - name: 'assert'
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/
Dtsconfig-sdk.json7 "name":"Entry", string
11 "name":"Component", string
15 "name":"CustomDialog", string
19 "name":"Consume", string
23 "name":"Link", string
27 "name":"LocalStorageLink", string
31 "name":"LocalStorageProp", string
35 "name":"ObjectLink", string
39 "name":"Prop", string
43 "name":"Provide", string
[all …]
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml15 name: compiler
19 - name: compiler-non-optimizing
25 - name: compiler-regex
31 - name: compiler-visualizer-dump
37 - name: compiler-dump
41 - name: final
45 - name: compact
49 - name: life-intervals
53 - name: folder
57 - name: bytecode
[all …]
/arkcompiler/runtime_core/static_core/compiler/
Dcompiler.yaml15 name: compiler
19 - name: compiler-non-optimizing
25 - name: compiler-regex
28 A method matches if its qualified name (e.g. 'Foo::bar') is fully matched.
33 - name: compiler-regex-with-signature
41 - name: compiler-visualizer-dump
47 - name: compiler-dump
51 - name: final
55 - name: compact
59 - name: life-intervals
[all …]
/arkcompiler/toolchain/test/autotest/resource/
Darchive.json4 "hap name": "MultiWorker01.hap",
5 "bundle name": "com.example.multiWorker01"
9 "hap name": "MultiWorker02.hap",
10 "bundle name": "com.example.multiWorker02"
14 "hap name": "MultiWorker03.hap",
15 "bundle name": "com.example.multiWorker03"
19 "hap name": "MultiWorker04.hap",
20 "bundle name": "com.example.multiWorker04"
24 "hap name": "MultiWorker05.hap",
25 "bundle name": "com.example.multiWorker05"
[all …]
/arkcompiler/ets_runtime/test/resource/js_runtime/
Dohos_test.xml16 <target name="JSHelper_ArrayHelper_Test">
18 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
21 <target name="JSHelper_AtomicHelper_Test">
23 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
26 <target name="JSHelper_BitHelper_Test">
28 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
31 <target name="Builtins_Base_Test">
33 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
36 <target name="JSHelper_ErrorHelper_Test">
38 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
[all …]
/arkcompiler/ets_frontend/ets2panda/public/
DcppToCTypes.yaml17 name: '|arg_name|'
19 name: ArenaVector
25 name: '|arg_name|'
30 name: size_t
31 name: '|arg_name|Len'
34 name: size_t
36 name: '|arg_name|Len'
39 …ArenaVector<|new_args.0.namespace||es2panda_arg.type.template_args.0.type.name| |es2panda_arg.type…
53 \t*|return_args.0.name| = resultVector|accessor|size();\n
54 ….0.type.const| |new_args.0.type.name| |new_args.0.type.ptr_depth - 1||new_args.0.type.ref_depth|[]…
[all …]
/arkcompiler/ets_runtime/test/aottest/ts_multi_inline_max_call/
Dexpect_output.txt14 [trace] aot inline function name: #*#foo@ts_multi_inline_max_call caller function name: func_main_0…
15 [trace] aot inline function name: #*#foo1@ts_multi_inline_max_call caller function name: #*#foo@ts_…
16 [trace] aot inline function name: #*#bar@ts_multi_inline_max_call caller function name: #*#foo1@ts_…
18 [trace] aot inline function name: #*#foo2@ts_multi_inline_max_call caller function name: #*#foo@ts_…
19 [trace] aot inline function name: #*#bar@ts_multi_inline_max_call caller function name: #*#foo2@ts_…
21 [trace] aot inline function name: #*#foo3@ts_multi_inline_max_call caller function name: #*#foo@ts_…
22 [trace] aot inline function name: #*#bar@ts_multi_inline_max_call caller function name: #*#foo3@ts_…
24 [trace] aot inline function name: #*#foo4@ts_multi_inline_max_call caller function name: #*#foo@ts_…
25 [trace] aot inline function name: #*#bar@ts_multi_inline_max_call caller function name: #*#foo4@ts_…
27 [trace] aot inline function name: #*#foo5@ts_multi_inline_max_call caller function name: #*#foo@ts_…
[all …]
/arkcompiler/ets_runtime/test/aottest/pgo_call_recursive_js/
Dexpect_output.txt14 [trace] aot inline function name: #*#foo@pgo_call_recursive_js caller function name: func_main_0@pg…
15 [trace] aot inline function name: #*#foo1@pgo_call_recursive_js caller function name: #*#foo@pgo_ca…
16 [trace] aot inline function name: #*#foo2@pgo_call_recursive_js caller function name: #*#foo1@pgo_c…
17 [trace] aot inline function name: #*#foo1@pgo_call_recursive_js caller function name: #*#foo@pgo_ca…
18 [trace] aot inline function name: #*#foo2@pgo_call_recursive_js caller function name: #*#foo1@pgo_c…
19 [trace] aot inline function name: #*#foo2@pgo_call_recursive_js caller function name: #*#foo@pgo_ca…
20 [trace] aot inline function name: #*#foo2@pgo_call_recursive_js caller function name: #*#foo@pgo_ca…
21 [trace] aot inline function name: #*#foo1@pgo_call_recursive_js caller function name: #*#foo@pgo_ca…
22 [trace] aot inline function name: #*#foo2@pgo_call_recursive_js caller function name: #*#foo1@pgo_c…
23 [trace] aot inline function name: #*#foo2@pgo_call_recursive_js caller function name: #*#foo@pgo_ca…
[all …]
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
De2p_test_plugin_is-expected.txt8 "name": "GoodGreeter",
15 "name": "name",
24 "name": {
26 "name": "string",
35 "name": {
37 "name": "string",
45 "name": "string",
52 "name": "b",
64 "name": "fooExample",
75 "name": "fooExample",
[all …]
/arkcompiler/ets_runtime/docs/
Dusing-the-toolchain.md1 # Using the Toolchain<a name="EN-US_TOPIC_0000001128256014"></a>
12 $ $ ./build.sh --product-name rk3568 --build-target ets_frontend_build
22 <a name="table2035444615599"></a>
24 …0128987101%" id="mcps1.1.6.1.1"><p id="p13354134619595"><a name="p13354134619595"></a><a name="p13…
26 …3806619338066%" id="mcps1.1.6.1.3"><p id="p157281281906"><a name="p157281281906"></a><a name="p157…
28 …2741725827417%" id="mcps1.1.6.1.4"><p id="p103276335016"><a name="p103276335016"></a><a name="p103…
30 …493350664935%" id="mcps1.1.6.1.5"><p id="p1835494695915"><a name="p1835494695915"></a><a name="p18…
34 …8987101%" headers="mcps1.1.6.1.1 "><p id="p881325510017"><a name="p881325510017"></a><a name="p881…
36 …9338066%" headers="mcps1.1.6.1.3 "><p id="p072882813015"><a name="p072882813015"></a><a name="p072…
38 …725827417%" headers="mcps1.1.6.1.4 "><p id="p10327833305"><a name="p10327833305"></a><a name="p103…
[all …]
/arkcompiler/ets_frontend/ets2panda/compiler/scripts/
Dsignatures.yaml15 - name: '-'
17 - name: <ctor>
19 - name: <cctor>
21 - name: ETSGLOBAL
23 - name: _$init$_
25 - name: $_get
27 - name: $_set
29 - name: $_iterator
31 - name: 'ambient_indexer'
33 - name: 'ETSGLOBAL.main:'
[all …]
/arkcompiler/ets_frontend/
DREADME_zh.md1 # ets_frontend组件<a name="ZH-CN_TOPIC_0000001137330686"></a>
3 - [ets_frontend组件<a name="ZH-CN_TOPIC_0000001137330686"></a>](#ets_frontend组件)
4 - [简介<a name="section11660541593"></a>](#简介)
5 - [目录<a name="section161941989596"></a>](#目录)
6 - [编译构建<a name="section0446154755015"></a>](#编译构建)
7 - [使用说明<a name="section33105542504"></a>](#使用说明)
8 - [相关仓<a name="section1371113476307"></a>](#相关仓)
10 ## 简介<a name="section11660541593"></a>
20 ## 目录<a name="section161941989596"></a>
47 ## 编译构建<a name="section0446154755015"></a>
[all …]
DREADME.md1 # ets_frontend <a name="EN-US_TOPIC_0000001137330686"></a>
3 - [ets_frontend <a name="EN-US_TOPIC_0000001137330686"></a>](#ets_frontend-)
4 - [Introduction<a name="section11660541593"></a>](#introduction)
5 - [Directory Structure<a name="section161941989596"></a>](#directory-structure)
6 - [Build<a name="section0446154755015"></a>](#Build)
7 - [Usage Guidelines<a name="section33105542504"></a>](#usage-guidelines)
8 - [Repositories Involved<a name="section1371113476307"></a>](#repositories-involved)
10 ## Introduction<a name="section11660541593"></a>
20 ## Directory Structure<a name="section161941989596"></a>
47 ## Build<a name="section0446154755015"></a>
[all …]
/arkcompiler/ets_runtime/test/aottest/pgo_call_js/
Dexpect_output.txt14 [trace] aot inline function name: #*#foo@pgo_call_js caller function name: #*#callFoo1@pgo_call_js
15 [trace] aot inline function name: #*#foo@pgo_call_js caller function name: #*#callFoo1@pgo_call_js
16 [trace] aot inline function name: #*#callFoo2@pgo_call_js caller function name: func_main_0@pgo_cal…
17 [trace] aot inline function name: #*#callFoo2@pgo_call_js caller function name: func_main_0@pgo_cal…
18 [trace] aot inline function name: #*#callFoo2@pgo_call_js caller function name: func_main_0@pgo_cal…
19 [trace] aot inline function name: #*#callFoo2@pgo_call_js caller function name: func_main_0@pgo_cal…
20 [trace] aot inline function name: #*#callFoo3@pgo_call_js caller function name: func_main_0@pgo_cal…
21 [trace] aot inline function name: #*#callFoo2@pgo_call_js caller function name: func_main_0@pgo_cal…
22 [trace] aot inline function name: #*#callFoo2@pgo_call_js caller function name: func_main_0@pgo_cal…
23 [trace] aot inline function name: #*#callFoo1@pgo_call_js caller function name: func_main_0@pgo_cal…
[all …]
/arkcompiler/ets_runtime/test/aottest/pgo_call/
Dexpect_output.txt14 [trace] aot inline function name: #*#foo@pgo_call caller function name: #*#callFoo1@pgo_call
15 [trace] aot inline function name: #*#foo@pgo_call caller function name: #*#callFoo1@pgo_call
17 [trace] aot inline function name: #*#callFoo2@pgo_call caller function name: func_main_0@pgo_call
18 [trace] aot inline function name: #*#callFoo2@pgo_call caller function name: func_main_0@pgo_call
20 [trace] aot inline function name: #*#callFoo2@pgo_call caller function name: func_main_0@pgo_call
21 [trace] aot inline function name: #*#callFoo2@pgo_call caller function name: func_main_0@pgo_call
23 [trace] aot inline function name: #*#callFoo3@pgo_call caller function name: func_main_0@pgo_call
24 [trace] aot inline function name: #*#callFoo2@pgo_call caller function name: func_main_0@pgo_call
26 [trace] aot inline function name: #*#callFoo2@pgo_call caller function name: func_main_0@pgo_call
28 [trace] aot inline function name: #*#callFoo1@pgo_call caller function name: func_main_0@pgo_call
[all …]
/arkcompiler/runtime_core/static_core/runtime/
Doptions.yaml15 name: runtime
19 - name: boot-panda-files
26 - name: panda-files
32 - name: boot-intrinsic-spaces
41 - name: boot-class-spaces
50 - name: runtime-type
57 - name: load-runtimes
66 - name: runtime-compressed-strings-enabled
71 - name: explicit-concurrent-gc-enabled
76 - name: run-gc-in-place
[all …]
/arkcompiler/toolchain/test/resource/tooling/
Dohos_test.xml16 <target name="DebuggerEntryTest">
18 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/sample.abc -> /data/test" src="o…
19 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/exception.abc -> /data/test" src…
20 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/arrow_func.abc -> /data/test" sr…
21 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/async_func.abc -> /data/test" sr…
22 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/range_error.abc -> /data/test" s…
23 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/syntax_exception.abc -> /data/te…
24 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/throw_exception.abc -> /data/tes…
25 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/step.abc -> /data/test" src="out…
26 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/dropframe.abc -> /data/test" src…
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/10.Interfaces/10.4.Interface_Members/
Dinterface_with_optional_attributes_0003.sts18 name: 10.Interfaces/10.04.Interface_Members/interface_with_optional_attributes_0003.sts
23 name: string;
30 name: string;
32 constructor(name: string) {
33 this.name = name;
38 name: string;
43 constructor(name: string, age: int, desc: string, teacher: Teacher) {
44 this.name = name;
50 constructor(name: string, age: int) {
51 this.name = name;
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
DCMakeLists.txt17 NAME calling_methods_test_1
23 NAME calling_methods_test_2
29 NAME calling_methods_test_3
35 NAME calling_methods_test_4
41 NAME calling_methods_test_5
47 NAME calling_methods_test_6
53 NAME calling_methods_test_7
59 NAME calling_methods_test_8
65 NAME accessing_objects_fields_test_1
71 NAME accessing_objects_fields_test_2
[all …]
/arkcompiler/ets_frontend/legacy_bin/api8/
Dmanifest_tag.xml16 <remote name="origin" fetch="." review="https://openharmony.gitee.com/openharmony/"/>
20 …<project name="ability_ability_lite" path="foundation/aafwk/aafwk_lite" revision="a68d6d7043d8455c…
21 …<project name="ability_ability_runtime" path="foundation/aafwk/standard" revision="2d1fae94bc520c9…
22 …<project name="accessibility" path="base/accessibility" revision="8b7e96589b672c590a65b9ec58241ec0…
23 …<project name="account_os_account" path="base/account/os_account" revision="3fd5f525cdcdaab2b92872…
24 …<project name="ai_engine" path="foundation/ai/engine" revision="ea2bf753964f265c2875d06e17b46544a9…
25 …<project name="applications_admin_provisioning" path="applications/standard/admin_provisioning" re…
26 …<project name="applications_call" path="applications/standard/call" revision="19077cc0474000320fe7…
27 …<project name="applications_camera" path="applications/standard/camera" revision="d14dd4df946144e7…
28 …<project name="applications_camera_sample_communication" path="applications/sample/camera/communic…
[all …]

12345678910>>...197