Home
last modified time | relevance | path

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

12345

/arkcompiler/ets_runtime/docs/
DARK-Runtime-Usage-Guide.md5 - [Development Example](development-example.md)
DREADME.md5 - [Development Example](development-example.md)
DARK-Runtime-Usage-Guide-zh.md5 - [开发实例](development-example-zh.md)
DREADME_zh.md5 - [开发实例](development-example-zh.md)
/arkcompiler/runtime_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:
107 Example:
121 Example:
141 ## Code Example (WIP)
144 // Example of usage encode-library
201 ///Example from encoder-part
/arkcompiler/runtime_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 …
/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:
Daot.md76 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:
Druntime-class.md11 …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:
Drationale-for-bytecode.md71 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,
Dassembly_format.md32 … 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/
DREADME.md17 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/
DREADME.md25 Usage example:
68 Usage example:
133 Example:
147 Example:
/arkcompiler/runtime_core/tests/cts-coverage-tool/
DREADME.md22 --testglob (-g) - glob for selecting test files in tests directory ("**/*.pa" for example), required
34 Example:
/arkcompiler/runtime_core/cmake/
DREADME.md16 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/
Dtry_catch_blocks_ir.md64 …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/
DREADME.md50 ### Example output
95 ### JSON example
147 ### Example output
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_visitor.h27 * Usage example:
60 * Should return a vector of graph's blocks, for example it could be obtained
/arkcompiler/toolchain/
DOAT.xml41 …*" 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/
DREADME.md26 1. `example` - to show models of proper supertypes calculation during context merge and checking of…
/arkcompiler/runtime_core/
DOAT.xml33 …*" 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/
DOAT.xml40 …*" 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/
Dignore_checked_coverage.txt1 # Example of adding exceptions to check that compiler is compiled:
/arkcompiler/runtime_core/verification/config/
DREADME.md24 ### Example of config

12345