Home
last modified time | relevance | path

Searched full:specifies (Results 1 – 25 of 87) sorted by relevance

1234

/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/library/
Dobfuscation-rules.txt17 # -keep-property-name: specifies property names that you want to keep
18 # -keep-global-name: specifies names that you want to keep in the global scope
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/bytecode_har1/
Dobfuscation-rules.txt17 # -keep-property-name: specifies property names that you want to keep
18 # -keep-global-name: specifies names that you want to keep in the global scope
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/entry/
Dobfuscation-rules.txt17 # -keep-property-name: specifies property names that you want to keep
18 # -keep-global-name: specifies names that you want to keep in the global scope
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/source_har/
Dobfuscation-rules.txt17 # -keep-property-name: specifies property names that you want to keep
18 # -keep-global-name: specifies names that you want to keep in the global scope
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/bytecode_har/
Dobfuscation-rules.txt17 # -keep-property-name: specifies property names that you want to keep
18 # -keep-global-name: specifies names that you want to keep in the global scope
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/entry/
Dobfuscation-rules.txt17 # -keep-property-name: specifies property names that you want to keep
18 # -keep-global-name: specifies names that you want to keep in the global scope
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/entry/
Dobfuscation-rules.txt17 # -keep-property-name: specifies property names that you want to keep
18 # -keep-global-name: specifies names that you want to keep in the global scope
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_test/source_har1/
Dobfuscation-rules.txt17 # -keep-property-name: specifies property names that you want to keep
18 # -keep-global-name: specifies names that you want to keep in the global scope
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/out_har/
Dobfuscation-rules.txt17 # -keep-property-name: specifies property names that you want to keep
18 # -keep-global-name: specifies names that you want to keep in the global scope
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/bytecodehar/
Dobfuscation-rules.txt17 # -keep-property-name: specifies property names that you want to keep
18 # -keep-global-name: specifies names that you want to keep in the global scope
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/out_hsp/
Dobfuscation-rules.txt17 # -keep-property-name: specifies property names that you want to keep
18 # -keep-global-name: specifies names that you want to keep in the global scope
/arkcompiler/ets_runtime/docs/
Ddevelopment-example.md164 …556101593120"><a name="p9556101593120"></a><a name="p9556101593120"></a>Specifies the directory to…
169 …615627173019"><a name="p1615627173019"></a><a name="p1615627173019"></a>Specifies the file to test…
174 …820821404711"><a name="p1820821404711"></a><a name="p1820821404711"></a>Specifies the mode, which …
197 …612050181014"></a><a name="p121612050181014"></a>Runs other engines and specifies binary files (su…
202 …1959111112"><a name="p32561959111112"></a><a name="p32561959111112"></a>Specifies whether to use B…
207 …id="p65233871210"><a name="p65233871210"></a><a name="p65233871210"></a>Specifies the test timeout…
212 …749121631210"><a name="p4749121631210"></a><a name="p4749121631210"></a>Specifies the number of co…
217 …36161215"><a name="p156151636161215"></a><a name="p156151636161215"></a>Specifies the command line…
222 …9194812126"><a name="p16709194812126"></a><a name="p16709194812126"></a>Specifies the binary tool …
227 …767195251220"><a name="p4767195251220"></a><a name="p4767195251220"></a>Specifies the ARK front-en…
[all …]
/arkcompiler/ets_frontend/arkguard/
DREADME.md100 Specifies to disable all obfuscations. If you use this option, the resulting HAP or HAR will not be…
105 Specifies to obfuscate the property names. If you use this option, all property names will be obfus…
173 Specifies to obfuscate the names in the global scope. If you use this option, all global names will…
183 Specifies to obfuscate the file/folder names. If you use this option, all file/folder names will be…
223 Specifies to remove unnecessary blank spaces and all line feeds. If you use this option, all code w…
239 Specifies to print the name cache that contains the mapping from the old names to new names.
244 Specifies to reuse the given cache file. The old names in the cache will receive the corresponding …
262 Specifies property names that you want to keep. For example,
329 Specifies names that you want to keep in the global scope. For example,
381 Specifies to keep names in the given `.d.ts` file. Here filepath can be also a directory. If so, th…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/
Dintro.rst18 The document specifies *user-defined annotations*.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/11.enumerations/01.enumeration_integer_values/
Denum_int.ets18 desc: The integer value of an enum constant is set implicitly if an enumeration constant specifies
Denum_int_n.ets18 desc: The integer value of an enum constant is set implicitly if an enumeration constant specifies
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/
Dextends_clause.ets18 assert: The extends clause in a normal class declaration specifies the direct superclass of the cur…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/
Darr_abrupt.ets20 The n'th expression specifies the value of the n-1'th element of the array.
Darr_nest.ets20 specifies an array element can be an array literal if that element is of an array type.
Darr_expr.ets20 The n’th expression specifies the value of the n-1’th element of the array.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/02.parameter_list/
Dspec_example.ets18 A signature contains a parameter list that specifies an identifier
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.yaml35 description: A regular expression that specifies methods to dump
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/
Dreadme.md196 > **Note**: these options just specifies what test lists to load and do not affect on how and where…
206 - `--report-format`/`report.report-format` - specifies in what format to generate failure reports…
215 - `--detailed-report-file FILE`/`report.detailed-report-file: FILE` - specifies file/path where the…
221 - `--spec-report-file FILE`/`report.spec-report-file: FILE` - specifies file/path to output the mar…
222 - `--spec-report-yaml FILE`/`report.spec-report-yaml: FILE` - specifies file/path to output the YAM…
223 - `--spec-file FILE`/`report.spec-file: FILE` - specifies file/path to the specification PDF file
284 The grouping edges are set in seconds. For example, the value `1 5 10` specifies 4 groups - less th…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dmaple_phase_support.cpp77 * output information by specified format, setw function parameter specifies show width in DumpPhasesTime()
78 * setprecision function parameter specifies precision in DumpPhasesTime()
/arkcompiler/runtime_core/bytecode_optimizer/
Doptions.yaml43 description: A regular expression that specifies methods to optimize

1234