Searched full:example (Results 1 – 25 of 429) sorted by relevance
12345678910>>...18
| /arkcompiler/ets_runtime/docs/ |
| D | aot-guide_zh.md | 36 - 说明:以*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
|
| D | README.md | 5 - [Development Example](development-example.md)
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | launch.sts | 16 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/ |
| D | ohmurl_test.ts | 16 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";
|
| D | ohmurl_test_expected.txt | 15 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/ |
| D | Math.sts | 72 * @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/ |
| D | config.py | 21 "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/ |
| D | arr_inf2.params.yaml | 17 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/ |
| D | dist.params.yaml | 17 // spec example 25 // spec example 32 // spec example
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | README.md | 78 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/ |
| D | math.sts | 30 * @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/ |
| D | config.yaml | 81 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/ |
| D | README.md | 56 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/ |
| D | README.md | 4 …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/ |
| D | draw_cfg.md | 30 Example: 35 function example(cond) { 52 Method: L_GLOBAL;::example 111 Output image is `./out/cfg_L_GLOBAL;::example.png`: 
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe29.md | 15 - 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/ |
| D | SourceMapMergingUtil.spec.ts | 79 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/ |
| D | spec_example_2.sts | 20 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/ |
| D | coding-style.md | 10 Example: 56 For example: 63 For example
|
| D | irtoc.md | 15 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/ |
| D | coding-style.md | 10 Example: 56 For example: 63 For example
|
| D | irtoc.md | 15 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/ |
| D | encoder.md | 12 …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/ |
| D | guide.rst | 50 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/ |
| D | README.md | 154 $ ./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