Home
last modified time | relevance | path

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

12345678910

/arkcompiler/ets_frontend/test/scripts/sdk_test/
Doptions.py96 … help='specify sdk path if need to update sdk. Default to use sdk specify in config.yaml')
99 help='specify build mode')
102 help='specify hap mode')
105 help='specify compile mode')
108 help='specify test cases')
110 … help="specify test haps, option can be 'all' or a list of haps seperated by ','")
112 … help='specify image path if need to update rk/phone images. Default not to update image')
114 help='specify whether to verify by running the haps on board.')
117 help='specify log level of test suite')
119 help='specify the file log outputs to, empty string will output to console')
[all …]
/arkcompiler/runtime_core/docs/
Dassembly_format.md5 …ytecode ISA Specification](isa/isa.yaml) instead. This document does not specify the binary format…
141 To specify language `.language` directive is used. It must be declared before any other declaration…
155 | `java.access` | Used to specify access level of record, field or function. Possible values: `priv…
156 | `java.extends` | Used to specify inheritance between records. Value is the name of the base recor…
157 | `java.implements` | Used to specify interface inheritance between records. Value is the name of t…
158 | `java.interface` | Used to specify that the record represents Java interface. |
159 | `java.enum` | Used to specify that the record and its fields represent Java enum. |
160 | `java.annotation` | Used to specify that the record represents Java annotation. |
161 | `java.annotation.type` | Used to specify type of annotation. Possible values: `class`, `runtime`.…
162 | `java.annotation.class` | Used to specify annotation class. Allowed multiple definitions. Value i…
[all …]
Ddoxygen.config49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
81 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
161 # Note that you can specify absolute paths here, but also relative paths, which
171 # specify the list of include paths that are normally passed to the compiler
231 # This tag can be used to specify a number of aliases that act as commands in
243 # This tag can be used to specify a number of word-keyword mappings (TCL only).
685 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
695 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
699 # optionally specify a file name after the option, if omitted DoxygenLayout.xml
[all …]
/arkcompiler/runtime_core/static_core/docs/
Ddoxygen.config49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
81 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
161 # Note that you can specify absolute paths here, but also relative paths, which
171 # specify the list of include paths that are normally passed to the compiler
231 # This tag can be used to specify a number of aliases that act as commands in
243 # This tag can be used to specify a number of word-keyword mappings (TCL only).
685 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
695 # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
699 # optionally specify a file name after the option, if omitted DoxygenLayout.xml
[all …]
/arkcompiler/ets_frontend/test/scripts/utils/download_sdk_and_image/
Dupdate.py174 help='specify which sdk image you want to copy')
177 help='specify where you want to store the file')
179 help='specify which dayu image you want to copy')
182 help='specify where you want to store the file')
Ddownload.py322 help='specify which sdk you want to download')
324 help='specify which dayu200 you want to download')
326 help='specify which day you want to download the sdk')
328 help='specify which day you want to download the dayu')
331 help='specify where you want to store the sdk')
334 help='specify where you want to store the dayu200')
/arkcompiler/ets_frontend/test/scripts/
Dentry.py44 help='specify whether to skip the download sdk or not')
46 help='specify whether to skip the download dayu or not')
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D14_ambients.rst21 Ambient declarations are the way to specify entities that are declared
152 Ambient function declarations cannot specify function bodies.
263 Ambient indexer declarations specify the indexing of a class instance
294 Ambient call signature declarations used to specify *callable types*
390 them to specify the platform API or a third-party library API.
/arkcompiler/toolchain/build/toolchain/
Dgcc_toolchain.gni27 assert(defined(invoker.ar), "gcc_toolchain() must specify a \"ar\" value")
28 assert(defined(invoker.cc), "gcc_toolchain() must specify a \"cc\" value")
29 assert(defined(invoker.cxx), "gcc_toolchain() must specify a \"cxx\" value")
30 assert(defined(invoker.ld), "gcc_toolchain() must specify a \"ld\" value")
44 "Toolchains must specify toolchain_args")
47 "toolchain_args must specify a current_cpu")
49 "toolchain_args must specify a current_os")
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe46.md8 to specify explicitly.
Drecipe51.md7 ArkTS does not allow to specify a class in implements clause. Only interfaces
Drecipe8.md7 ArkTS does not support the types ``any`` and ``unknown``. Specify
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_visitor.h32 * // Specify blocks to visit and their order
59 * Specify the order of visiting the blocks.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/
Dtsconfig.sample.json4 "module": "commonjs" /* Specify what module code is generated. */,
/arkcompiler/ets_frontend/es2panda/test/benchmark/
DREADME.md33 Specify the es2abc executable and run the 'run_benchmark.py' for testing:
41 Specify the number of rounds of test case compilation (20 rounds by default):
62 …ontend components to compile the es2abc executable file. and you need to specify the es2abc path w…
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_visitor.h32 * // Specify blocks to visit and their order
59 * Specify the order of visiting the blocks.
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotfix/hotfix-throwerror/modify-import/
Dbase_mod.js16 // Test scenario: modify import variables, es2abc can specify and throw error
/arkcompiler/ets_frontend/es2panda/test/patch/11/hotreload/hotreload-throwerror/modify-import/
Dbase_mod.js16 // Test scenario: modify import variables, es2abc can specify and throw error
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/coldreload/modify-import/
Dbase_mod.js16 // Test scenario: modify import variables, es2abc can specify and throw error
/arkcompiler/ets_frontend/es2panda/test/patch/11/coldreload/modify-import/
Dbase_mod.js16 // Test scenario: modify import variables, es2abc can specify and throw error
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/hotreload-throwerror/modify-import/
Dbase_mod.js16 // Test scenario: modify import variables, es2abc can specify and throw error
/arkcompiler/ets_frontend/arkguard/
Dtsconfig.base.json6 /* Specify what module code is generated. */
/arkcompiler/ets_frontend/es2panda/test/patch/11/hotfix/hotfix-throwerror/modify-import/
Dbase_mod.js16 // Test scenario: modify import variables, es2abc can specify and throw error
/arkcompiler/ets_frontend/es2panda/test/patch/11/coldfix/coldfix-throwerror/modify-import/
Dbase_mod.js16 // Test scenario: modify import variables, es2abc can specify and throw error
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/coldfix/coldfix-throwerror/modify-import/
Dbase_mod.js16 // Test scenario: modify import variables, es2abc can specify and throw error

12345678910