Searched full:example (Results 1 – 25 of 109) sorted by relevance
12345
| /arkcompiler/ets_runtime/docs/ |
| D | ARK-Runtime-Usage-Guide.md | 5 - [Development Example](development-example.md)
|
| D | README.md | 5 - [Development Example](development-example.md)
|
| D | ARK-Runtime-Usage-Guide-zh.md | 5 - [开发实例](development-example-zh.md)
|
| D | README_zh.md | 5 - [开发实例](development-example-zh.md)
|
| /arkcompiler/runtime_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: 107 Example: 121 Example: 141 ## Code Example (WIP) 144 // Example of usage encode-library 201 ///Example from encoder-part
|
| /arkcompiler/runtime_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 …
|
| /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:
|
| D | aot.md | 76 instruction from this address. Example for arm64: 138 Example of usage: 145 Example: 165 Example of usage: 176 Example of usage: 182 Example of usage:
|
| D | runtime-class.md | 11 …d vice versa. But we can use composition to reduce number of additional dereferencies. For example: 73 …s where language context can be different we can use `panda::Class::GetManagedObject`. For example:
|
| D | rationale-for-bytecode.md | 71 This example demonstrates a fundamental difference between two approaches. Stack-based approach 100 by some bytecodes. With this tweak, our example can be rewritten as follows: 176 be beneficial. For example, we have three types of instructions for integer-sized arithmetic 201 Consider a simple example: what is the result of the expression `4 + "2"` in JavaScript and, say,
|
| D | assembly_format.md | 32 … out of Latin-1 character set must be encoded with `mutf8` encoding. For example: `"文字范例"` string … 170 Example: 250 …denotes a `dref` type which implements a reference to the data represented by that record. Example: 279 …pport arrays of primitive and aggregate data types. Array of type `T` has type name `T[]`. Example: 339 Example: 352 …nt must be specified as a part of the input to the assembler program. An example of a possible ent… 371 Example:
|
| /arkcompiler/ets_frontend/testTs/ |
| D | README.md | 17 python3 ./testTs/run_testTs.py --dir File directory, for example(./testTs/test/ambient)<br> 19 python3 ./testTs/run_testTs.py --file File path, for example (./testTs/test/ambient/1.ts)<br>
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | README.md | 25 Usage example: 68 Usage example: 133 Example: 147 Example:
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/ |
| D | README.md | 22 --testglob (-g) - glob for selecting test files in tests directory ("**/*.pa" for example), required 34 Example:
|
| /arkcompiler/runtime_core/cmake/ |
| D | README.md | 16 In the current build directory structure, each project has its own subdirectory. For example, the v… 43 For example, to check style issues in the opt.cpp file, you can use corresponding clang-format targ…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | try_catch_blocks_ir.md | 64 …trol-flow successor and N catch-handlers successors (N is equal 2 in the example: try-block has 2 … 127 In the next example `CatchPhi` has 3 inputs: `a0`, `a1`, `a2` and contains vector of 3 throwable in… 144 In the example from overview section `Try` instruction provides information that `Try-begin`'s seco…
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
| D | README.md | 50 ### Example output 95 ### JSON example 147 ### Example output
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_visitor.h | 27 * Usage example: 60 * Should return a vector of graph's blocks, for example it could be obtained
|
| /arkcompiler/toolchain/ |
| D | OAT.xml | 41 …*" means match all, the "!" prefix means could not match this value. For example, "!GPL" means can… 42 …pe to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" mea…
|
| /arkcompiler/runtime_core/verification/models/ |
| D | README.md | 26 1. `example` - to show models of proper supertypes calculation during context merge and checking of…
|
| /arkcompiler/runtime_core/ |
| D | OAT.xml | 33 …*" means match all, the "!" prefix means could not match this value. For example, "!GPL" means can… 34 …pe to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" mea…
|
| /arkcompiler/ets_frontend/ |
| D | OAT.xml | 40 …*" means match all, the "!" prefix means could not match this value. For example, "!GPL" means can… 41 …pe to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" mea…
|
| /arkcompiler/runtime_core/compiler/tools/ |
| D | ignore_checked_coverage.txt | 1 # Example of adding exceptions to check that compiler is compiled:
|
| /arkcompiler/runtime_core/verification/config/ |
| D | README.md | 24 ### Example of config
|
12345