Home
last modified time | relevance | path

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

12345678910>>...18

/arkcompiler/ets_runtime/docs/
Daot-guide_zh.md36 - 说明:以*bundleName*为*com.example.myapplication*为例,输入以下命令可触发AOT编译
38 hdc shell bm compile -m partial com.example.myapplication
43 - 说明:以*bundleName*为*com.example.myapplication*为例,输入以下命令可查看该应用下每个module的编译状态
44 - ```hdc shell bm dump -n com.example.myapplication```
61 - 说明:以*bundleName*为*com.example.myapplication*为例,输入以下命令可触发AOT编译
62 - bm compile -m partial com.example.myapplication
72 - 说明:以*bundleName*为*com.example.myapplication*为例,输入以下命令可清除AOT产物
74 bm compile -r com.example.myapplication
DREADME.md5 - [Development Example](development-example.md)
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Dlaunch.sts16 class Example {
38 p = launch Example.foobar();
39 p = launch new Example().baz();
40 let example = new Example();
41 p = launch example.baz();
/arkcompiler/ets_frontend/arkguard/test/grammar/rename_file_name_ohmurl/ohmurl_file/
Dohmurl_test.ts16 import { xx1 } from "@bundle:com.example.myapplication/entry/ets/pages/testfile1";
17 import { yy1 } from "@bundle:com.example.myapplication/entry/ets/pages/test_constructor";
18 import { xx3 } from "@bundle:com.example.myapplication/share_library/Index";
19 import { xx4 } from "@bundle:com.example.myapplication/entry@library_test/Index";
Dohmurl_test_expected.txt15 import { xx1 } from "@bundle:com.example.myapplication/entry/a/b/c";
16 import { yy1 } from "@bundle:com.example.myapplication/entry/a/b/d";
17 import { xx3 } from "@bundle:com.example.myapplication/share_library/e";
18 import { xx4 } from "@bundle:com.example.myapplication/entry@library_test/e";
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DMath.sts72 * @example
93 * @example
110 * @example
139 * @example
157 * @example
188 * @example
219 * @example
237 * @example
255 * @example
273 * @example
[all …]
/arkcompiler/toolchain/tooling/client/tcpServer/test/
Dconfig.py21 "com.example.myapplication",
22 "com.example.myapplication1",
23 "com.example.myapplication3",
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/02.type_inference_from-types_of_elements/
Darr_inf2.params.yaml17 let a = [] // spec example
21 let b = ["a"] // spec example
25 let c = [1, 2, 3] // spec example
29 let d = ["a", 1, 3.14] // spec example
35 let e = [(): void => {}, new A()] // spec example
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/07.function_and_method_overloading/04.declaration_distinguishable_by_signatures/
Ddist.params.yaml17 // spec example
25 // spec example
32 // spec example
/arkcompiler/ets_frontend/arkguard/
DREADME.md78 example shows.
108 …jects directly imported or exported by `import/export` will be kept. For example, the property nam…
118 …ctly exported classes or objects, like `name` and `age` in the following example, if you do not wa…
127 * the property names defined in UI components. For example, the property names `message` and `data`…
141 * the property names that are string literals. For example, the property names "name" and "age" in …
148 … property names, you should addtionally use the option `-enable-toplevel-obfuscation`. For example,
157 …`a-z, A-Z, 0-9, _`, for example `let obj = {"\n": 123, "": 4, " ": 5}` then we would not suggest t…
160 … string constant in the declaration file. For example, the string `'ohos.want.action.home'` in the…
167 // Developer source example
188 * non-ECMAScript module reference (ECMAScript module example: `import {foo} from './filename'`)
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/math/
Dmath.sts30 * @example
48 * @example
66 * @example
84 * @example
120 * @example
138 * @example
166 * @example
181 * @example
196 * @example
213 * @example
[all …]
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dconfig.yaml81 bundle_name: com.example.idestagedemoemptyability
95 bundle_name: com.example.idefademoemptyability
96 ability_name: com.example.idefademoemptyability.MainAbility
109 bundle_name: com.example.idecompatible8demoemptyability
110 ability_name: com.example.idecompatible8demoemptyability.MainAbility
123 bundle_name: com.example.idejsdemoemptyability
124 ability_name: com.example.idejsdemoemptyability.MainAbility
/arkcompiler/runtime_core/static_core/plugins/ets/snippet_verifier/
DREADME.md56 Parameters unrelated to the snippet can be omitted. For example:
77 Example: *plugins/ets/doc/spec/2_lexical.rst*
95 Example: *plugins/ets/doc/spec/2_lexical.rst::455:*
106 Example: *plugins/ets/doc/spec/7_expressions.rst*
147 - Example without a specific error:
169 - Example with a specific error: */plugins/ets/doc/spec/14_ambients.rst*
186 Example: *plugins/ets/doc/spec/17_experimental.rst*
215 …Skiplist file contains names of the snippets which should be skiped. For example, frontend status …
/arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/
DREADME.md4 …s to have a possibility to find and to reproduce rare multithreading bugs, for example, data races.
54 They should be placed in a specific class as static methods to prevent name collisions, for example:
70 - `CMakeLists.txt` – describes how to build of the test. Example:
94 An example of intrusive test is located in `runtime/tests/intrusive-tests/clear_interrupted_intrusi…
97 …ests/clear_interrupted_intrusive_test`) illustrates intrusive testing on example and can be used a…
/arkcompiler/runtime_core/compiler/docs/
Ddraw_cfg.md30 Example:
35 function example(cond) {
52 Method: L_GLOBAL;::example
111 Output image is `./out/cfg_L_GLOBAL;::example.png`: ![](./images/draw_cfg_example.png)
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe29.md15 - All typed arrays from the standard library (for example, ``Int32Array``), which
43 email: "***@example.com",
76 let person = new Person("John", 30, "***@example.com", "18*********")
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DSourceMapMergingUtil.spec.ts79 source = new Source('example.js', 'console.log("Hello, World!");');
83 sources: ['example.js'],
98 expect(traced.sources).to.include('example.js');
112 sources: ['example.js'],
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.template_literals/
Dspec_example_2.sts20 let sentence = `This is an example of multi-line string,
24 …let sentence2 = "This is an example of multi-line string,\n which should be enclosed in backticks …
/arkcompiler/runtime_core/static_core/docs/
Dcoding-style.md10 Example:
56 For example:
63 For example
Dirtoc.md15 Each opcode in the IR instructions has corresponding token in the irtoc lang. For example, IR instr…
35 for Irtoc. For example, for creating a control flow: Label, Else, While.
41 In last example variable `var` holds the newly created instruction `Add` and it can be input for th…
56 For example, add 1 to the biggest value:
/arkcompiler/runtime_core/docs/
Dcoding-style.md10 Example:
56 For example:
63 For example
Dirtoc.md15 Each opcode in the IR instructions has corresponding token in the irtoc lang. For example, IR instr…
35 for Irtoc. For example, for creating a control flow: Label, Else, While.
41 In last example variable `var` holds the newly created instruction `Add` and it can be input for th…
56 For example, add 1 to the biggest value:
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencoder.md12 …ful to have conversation from abstract register to arch-special registers(for example for vixlReg).
85 Example:
96 Example:
108 Example:
131 Example:
151 ## Code Example (WIP)
154 // Example of usage encode-library
211 ///Example from encoder-part
/arkcompiler/runtime_core/static_core/plugins/ets/doc/system_arkts/
Dguide.rst50 Usage Example
72 4. Look through the ETS-Warnings in the output. For the code in the example
102 ``ets-werror`` Usage Example
106 continuing the example as above:
118 4. Look through the ETS-Warnings in the output. For the code in the example
/arkcompiler/runtime_core/static_core/libpandabase/
DREADME.md154 $ ./app --list=val1 --list=val2 --list=val3 # list argument example
155 $ ./app --slist=val1:val2:val3 # list argument example
157 $ ./app --int=1 false -1 "list1 list2 list3" # tail arguments example
158 $ ./app --double 3.14 --bool off -- arg1 --arg2=1 --arg3=false # remainder arguments example
159 $ ./app --compound:bool,int=2,double=54.321,string=Hello # Compound argument example
161 In the tail arguments example, `false` is a boolean value, `-1` is integer value and `str1` and `st…
162 In the remainder arguments example, all literals coming after `--` will go to remainder and can be …

12345678910>>...18