Home
last modified time | relevance | path

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

12345678910>>...482

/arkcompiler/ets_runtime/tools/ap_file_viewer/test/
Dtest_ap.py12 Unless required by applicable law or agreed to in writing, software
26 from selenium.webdriver.common.by import By
42 application = driver.find_element(By.TAG_NAME, "ap-application")
43 root = application.shadow_root.find_element(By.CSS_SELECTOR, ".root")
48 main_menu = root.find_element(By.TAG_NAME, "lit-main-menu")
49 menu_body = main_menu.shadow_root.find_element(By.CSS_SELECTOR, ".menu-body")
50 menu_group = menu_body.find_element(By.TAG_NAME, "lit-main-menu-group")
51 menu_item = menu_group.find_element(By.TAG_NAME, "lit-main-menu-item")
52 file_input = menu_item.shadow_root.find_element(By.CSS_SELECTOR, ".file")
63 app_content = root.find_element(By.CSS_SELECTOR, ".content")
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/test/extended_features/
Dindexable_collections_array.ets.json10 "Unless required by applicable law or agreed to in writing, software",
24 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)",
34 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)",
44 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)",
54 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)",
64 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)",
74 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)",
84 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)",
94 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)",
104 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)",
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dsendable_captured_variables.ets.json10 "Unless required by applicable law or agreed to in writing, software",
24 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va…
34 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va…
44 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va…
54 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va…
64 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va…
74 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va…
84 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va…
94 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va…
104 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va…
[all …]
Dindexable_type_element_access.ets.json10 "Unless required by applicable law or agreed to in writing, software",
24 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)",
34 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)",
44 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)",
54 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)",
64 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)",
74 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)",
/arkcompiler/ets_runtime/test/moduletest/getiterator/
Dexpect_output.txt8 # Unless required by applicable law or agreed to in writing, software
14 Testing methods affected by map Symbol.iterator:
17 Testing methods affected by set Symbol.iterator:
22 Testing methods affected by array Symbol.iterator:
25 Testing methods affected by map Symbol.iterator (inherited way):
30 Testing methods affected by custom Set Symbol.iterator (inherited way):
35 Testing methods affected by custom Array Symbol.iterator (inherited way):
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dlabeled.ets9 * Unless required by applicable law or agreed to in writing, software
26 /* @@@ label Error SyntaxError: Label must be followed by a loop statement. */
27 /* @@@ label1 Error SyntaxError: Label must be followed by a loop statement. */
28 /* @@@ label2 Error SyntaxError: Label must be followed by a loop statement. */
29 /* @@@ label3 Error SyntaxError: Label must be followed by a loop statement. */
30 /* @@@ label4 Error SyntaxError: Label must be followed by a loop statement. */
31 /* @@@ label5 Error SyntaxError: Label must be followed by a loop statement. */
32 /* @@@ label6 Error SyntaxError: Label must be followed by a loop statement. */
/arkcompiler/toolchain/test/autotest/
Dpreload.py11 Unless required by applicable law or agreed to in writing, software
23 from hypium import UiExplorer, BY
63 has_dialog_usb0 = d.find_component(BY.type("Dialog"))
65 d.touch(BY.text("取消"))
97 has_dialog_usb1 = d.find_component(BY.type("Dialog"))
99 d.touch(BY.text("取消"))
104 if d.find_component(BY.text("同意")) is not None:
105 d.touch(BY.text("同意"))
106 if d.find_component(BY.text("用于允许不同设备间的数据交换")) is not None:
107 d.touch(BY.text("允许"))
[all …]
/arkcompiler/runtime_core/static_core/
DLICENSE11 and distribution as defined by Sections 1 through 9 of this document.
13 "Licensor" shall mean the copyright owner or entity authorized by
17 other entities that control, are controlled by, or are under common
20 direction or management of such entity, whether by contract or
25 exercising permissions granted by this License.
37 Object form, made available under the License, as indicated by a
46 separable from, or merely link (or bind by name) to the interfaces of,
52 submitted to Licensor for inclusion in the Work by the copyright owner
53 or by an individual or Legal Entity authorized to submit on behalf of
58 and issue tracking systems that are managed by, or on behalf of, the
[all …]
DREADME.md53 # It is minimal pack of tools for start develop on Linux x86-64, you can see more options by pass "…
107 You can see more options by pass `--help`.
118 |--boot-panda-files|string[]|[]|Boot panda files (.abc) separated by colon|
123 |--aot-files|string[]|[]|List of aot files (.an) to be loaded separated by colon|
133 You can see more options by pass `--help`.
139 `ark_aot` tool aims to compile input panda files into the single AOT file, that can be consumed by
144 |--paoc-panda-files|string[]|[]|List of input panda files to compiler separated by colon|
145 |--boot-panda-files|string[]|[]|Boot panda files (.abc) separated by colon|
156 You can see more options by launch `ark_aot` without options.
167 |--boot-panda-files|string[]|[]|Boot panda files (.abc) separated by colon|
[all …]
/arkcompiler/toolchain/
DLICENSE11 and distribution as defined by Sections 1 through 9 of this document.
13 "Licensor" shall mean the copyright owner or entity authorized by
17 other entities that control, are controlled by, or are under common
20 direction or management of such entity, whether by contract or
25 exercising permissions granted by this License.
37 Object form, made available under the License, as indicated by a
46 separable from, or merely link (or bind by name) to the interfaces of,
52 submitted to Licensor for inclusion in the Work by the copyright owner
53 or by an individual or Legal Entity authorized to submit on behalf of
58 and issue tracking systems that are managed by, or on behalf of, the
[all …]
/arkcompiler/jsvm/
DLICENSE11 and distribution as defined by Sections 1 through 9 of this document.
13 "Licensor" shall mean the copyright owner or entity authorized by
17 other entities that control, are controlled by, or are under common
20 direction or management of such entity, whether by contract or
25 exercising permissions granted by this License.
37 Object form, made available under the License, as indicated by a
46 separable from, or merely link (or bind by name) to the interfaces of,
52 submitted to Licensor for inclusion in the Work by the copyright owner
53 or by an individual or Legal Entity authorized to submit on behalf of
58 and issue tracking systems that are managed by, or on behalf of, the
[all …]
/arkcompiler/ets_runtime/
DLICENSE11 and distribution as defined by Sections 1 through 9 of this document.
13 "Licensor" shall mean the copyright owner or entity authorized by
17 other entities that control, are controlled by, or are under common
20 direction or management of such entity, whether by contract or
25 exercising permissions granted by this License.
37 Object form, made available under the License, as indicated by a
46 separable from, or merely link (or bind by name) to the interfaces of,
52 submitted to Licensor for inclusion in the Work by the copyright owner
53 or by an individual or Legal Entity authorized to submit on behalf of
58 and issue tracking systems that are managed by, or on behalf of, the
[all …]
/arkcompiler/runtime_core/
DLICENSE11 and distribution as defined by Sections 1 through 9 of this document.
13 "Licensor" shall mean the copyright owner or entity authorized by
17 other entities that control, are controlled by, or are under common
20 direction or management of such entity, whether by contract or
25 exercising permissions granted by this License.
37 Object form, made available under the License, as indicated by a
46 separable from, or merely link (or bind by name) to the interfaces of,
52 submitted to Licensor for inclusion in the Work by the copyright owner
53 or by an individual or Legal Entity authorized to submit on behalf of
58 and issue tracking systems that are managed by, or on behalf of, the
[all …]
/arkcompiler/ets_frontend/ets2panda/
DLICENSE.txt11 and distribution as defined by Sections 1 through 9 of this document.
13 "Licensor" shall mean the copyright owner or entity authorized by
17 other entities that control, are controlled by, or are under common
20 direction or management of such entity, whether by contract or
25 exercising permissions granted by this License.
37 Object form, made available under the License, as indicated by a
46 separable from, or merely link (or bind by name) to the interfaces of,
52 submitted to Licensor for inclusion in the Work by the copyright owner
53 or by an individual or Legal Entity authorized to submit on behalf of
58 and issue tracking systems that are managed by, or on behalf of, the
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/
DLICENSE10 and distribution as defined by Sections 1 through 9 of this document.
12 "Licensor" shall mean the copyright owner or entity authorized by
16 other entities that control, are controlled by, or are under common
19 direction or management of such entity, whether by contract or
24 exercising permissions granted by this License.
36 Object form, made available under the License, as indicated by a
45 separable from, or merely link (or bind by name) to the interfaces of,
51 submitted to Licensor for inclusion in the Work by the copyright owner
52 or by an individual or Legal Entity authorized to submit on behalf of
57 and issue tracking systems that are managed by, or on behalf of, the
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/
DLICENSE10 and distribution as defined by Sections 1 through 9 of this document.
12 "Licensor" shall mean the copyright owner or entity authorized by
16 other entities that control, are controlled by, or are under common
19 direction or management of such entity, whether by contract or
24 exercising permissions granted by this License.
36 Object form, made available under the License, as indicated by a
45 separable from, or merely link (or bind by name) to the interfaces of,
51 submitted to Licensor for inclusion in the Work by the copyright owner
52 or by an individual or Legal Entity authorized to submit on behalf of
57 and issue tracking systems that are managed by, or on behalf of, the
[all …]
/arkcompiler/runtime_core/static_core/irtoc/backend/
Doptions.yaml8 # Unless required by applicable law or agreed to in writing, software
26 description: Output file name for object file generated by llvm
37 …VM_SUFFIX compilation units without dynamic methods which were skipped by LLVM and compiled by Ark,
38 full - reports only skipped by LLVM or compiled by Ark compilation units, and
/arkcompiler/runtime_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md15 Register allocation algorithm by Evgeny Erokhin.
18 …using PEO for coloring lets the standard greedy algorithm to color a graph by optimal way (max num…
23by liveness-intervals, algorithm under the hood is the same as in Linear-scan from works of Wimmer…
31by MCS or LexBFS (that is reverse PEO), one by one is colored by a Greedy coloring algorithm. Gree…
40 Each affinity edge means connection of two values by move-relation. That means that in worst-case s…
47 This algorithm traversing nodes of IG one by one in order provided by LexBFS algorithm (that is rev…
49 …e has bias and color set in bias-array and this color is not busy (checked by neighbor bitset), th…
50by number of colors, to wrap-around the number of colors if offset was set to start of callee-save…
52 And at the end, color chosen from previous bias color or chosen by 2-phase scheme is set for node.
55 … corresponding interval is performed. All nodes at the moment are assigned by colors, these colors…
[all …]
/arkcompiler/runtime_core/static_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md15 Register allocation algorithm by Evgeny Erokhin.
18 …using PEO for coloring lets the standard greedy algorithm to color a graph by optimal way (max num…
23by liveness-intervals, algorithm under the hood is the same as in Linear-scan from works of Wimmer…
31by MCS or LexBFS (that is reverse PEO), one by one is colored by a Greedy coloring algorithm. Gree…
40 Each affinity edge means connection of two values by move-relation. That means that in worst-case s…
47 This algorithm traversing nodes of IG one by one in order provided by LexBFS algorithm (that is rev…
49 …e has bias and color set in bias-array and this color is not busy (checked by neighbor bitset), th…
50by number of colors, to wrap-around the number of colors if offset was set to start of callee-save…
52 And at the end, color chosen from previous bias color or chosen by 2-phase scheme is set for node.
55 … corresponding interval is performed. All nodes at the moment are assigned by colors, these colors…
[all …]
Dobject_type_check_elimination_doc.md17 `IsInstance` is replaced by 1 if an object in input can be cast to the resolved type, else replaced…
22 If an object in input can't be cast to the resolved type `CheckCast` is replaced by deoptimize, els…
38 isinstance A // will replaced by 1
41 isinstance A // will replaced by 0
46 checkcast C // will replaced by deoptimze
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/indexed_signature/
Dindexed_signature.cpp9 * Unless required by applicable law or agreed to in writing, software
23 // NOTE: (alexanderpolenov)issue(18238) access by string index
28 // NOTE: (alexanderpolenov)issue(18238) access by string index
33 // // NOTE: (alexanderpolenov)issue(18238) access by string index
38 // // NOTE: (alexanderpolenov)issue(18238) access by string index
43 // // NOTE: (alexanderpolenov)issue(18239) access by number index
48 // // NOTE: (alexanderpolenov)issue(18238) access by string index
/arkcompiler/ets_frontend/arkguard/
DLICENSE11 and distribution as defined by Sections 1 through 9 of this document.
13 "Licensor" shall mean the copyright owner or entity authorized by
17 other entities that control, are controlled by, or are under common
20 direction or management of such entity, whether by contract or
25 exercising permissions granted by this License.
37 Object form, made available under the License, as indicated by a
46 separable from, or merely link (or bind by name) to the interfaces of,
52 submitted to Licensor for inclusion in the Work by the copyright owner
53 or by an individual or Legal Entity authorized to submit on behalf of
58 and issue tracking systems that are managed by, or on behalf of, the
[all …]
/arkcompiler/ets_frontend/
DLICENSE11 and distribution as defined by Sections 1 through 9 of this document.
13 "Licensor" shall mean the copyright owner or entity authorized by
17 other entities that control, are controlled by, or are under common
20 direction or management of such entity, whether by contract or
25 exercising permissions granted by this License.
37 Object form, made available under the License, as indicated by a
46 separable from, or merely link (or bind by name) to the interfaces of,
52 submitted to Licensor for inclusion in the Work by the copyright owner
53 or by an individual or Legal Entity authorized to submit on behalf of
58 and issue tracking systems that are managed by, or on behalf of, the
[all …]
/arkcompiler/ets_frontend/ets2panda/bindings/src/generated/
DEs2pandaNativeModule.ts9 * Unless required by applicable law or agreed to in writing, software
27 throw new Error('This methods was not overloaded by native module initialization');
38 throw new Error('This methods was not overloaded by native module initialization');
41 throw new Error('This methods was not overloaded by native module initialization');
44 throw new Error('This methods was not overloaded by native module initialization');
47 throw new Error('This methods was not overloaded by native module initialization');
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D12_errors.rst7 Unless required by applicable law or agreed to in writing, software
23 execution can be interrupted by the occurrence of situations of two kinds:
26 checking, or division by zero);
62 However, a developer can handle a new error situation by using ``Error``
63 class itself, or by a subclass of ``Error``. An example of error
96 In most cases, errors are raised by the |LANG| runtime system, or by the
99 New error situations can be created and raised by ``throw`` statements (see
102 Errors are handled by using ``try`` statements (see :ref:`Try Statements`).

12345678910>>...482