| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | peephole_doc.md | 3 **Peepholes** - optimizations which try to apply some small rules for instruction. 16 For instruction tried to apply some rules. 20 ### Rules subsection 21 This some of the rules: 28 * De Morgan rules for `and` and `or` instructions. 33 try to apply rules
|
| D | deoptimize_elimination_doc.md | 13 Visit `DeoptimizeIf` and `SaveStateDeoptimize` instructions in RPO order and check specific rules. 15 ### Rules subsection
|
| D | check_elimination_doc.md | 15 Visit all check instructions in RPO order and check specific rules. 16 If one of the rules is applicable, the instruction is deleted. 22 ### Rules subsection
|
| /arkcompiler/runtime_core/static_core/scripts/ |
| D | shell_linters.sh | 23 echo " For bashate, all rules are checked by default except E006 and E042" 24 echo " One can set BASHATE_IGNORE_RULES variable to skip oher rules." 25 echo " For shellcheck, a prefedined setof rules is checked (see comments in the script)." 26 echo " One can set SHELLCHECK_INCLLUDE_RULES variable to check custom set of rules" 31 # For shellcheck, we only enable certain rules 66 # For bashate, we enable all rules and only exclude several ones
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/ |
| D | .eslintrc.json | 2 "rules": { object 9 "rules": { object
|
| D | eslint.config.js | 18 rules: { property
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | README.md | 37 "files": ["obfuscation-rules.txt"], 50 "files": ["obfuscation-rules.txt"], 52 "consumerFiles": ["consumer-rules.txt"] 67 When you are building HAP or HAR, the final obfucation rules are combination of self's `ruleOptions… 72 "[How Arkguard merges rules](#how-arkguard-merges-rules)". 74 ## Write rules 76 The files `obfuscation-rules.txt` and `consumer-rules.txt` are created by DevEco Studio automatical… 77 contain any rule by default. You can write rules in these files or include rules from other files, … 86 "files": ["obfuscation-rules.txt", "myrules.txt"], 88 "consumerFiles": ["consumer-rules.txt", "my-consumer-rules.txt"] [all …]
|
| D | README-cn.md | 32 "files": ["obfuscation-rules.txt"], 45 "files": ["obfuscation-rules.txt"], 47 "consumerFiles": ["consumer-rules.txt"] 69 在创建工程或library的时候,DevEco Studio会自动生成`obfuscation-rules.txt`和`consumer-rules.txt`文件, 79 "files": ["obfuscation-rules.txt", "myrules.txt"], 81 "consumerFiles": ["consumer-rules.txt", "my-consumer-rules.txt"] 195 2. 编译HSP时,如果开启`-enable-export-obfuscation`选项,需要在模块中的混淆配置文件`obfuscation-rules.txt`中保留对外暴露的接口。 196 3. HAP/HSP/HAR依赖HSP场景下,编译时如果开启`-enable-export-obfuscation`选项,需要在模块中的混淆配置文件`obfuscation-rules.txt`中保… 203 // HSP以及依赖此HSP的模块中obfuscation-rules.txt文件配置:
|
| D | OAT.xml | 36 7. policyitem filefilter: Used to bind filefilter which define filter rules. 38 …8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is u… 40 … Note:If the text contains special characters, please escape them according to the following rules:
|
| /arkcompiler/toolchain/ |
| D | OAT.xml | 30 1. policy: All policyitems will be merged to default OAT.xml rules, the name of policy doesn't affe… 44 7. policyitem filefilter: Used to bind filefilter which define filter rules. 45 8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is us… 47 Note:If the text contains special characters, please escape them according to the following rules:
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | deoptimize_elimination_doc.md | 13 Visit `DeoptimizeIf` and `SaveStateDeoptimize` instructions in RPO order and check specific rules. 15 ### Rules subsection
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/ |
| D | result_type_bool_n.sts | 21 the following rules apply, in order: 23 …n (link to conv) is applied to convert either or both operands as specified by the following rules:
|
| D | result_type_cond_n.sts | 21 the following rules apply, in order: 23 …n (link to conv) is applied to convert either or both operands as specified by the following rules:
|
| D | result_type_bool.sts | 21 the following rules apply, in order: 23 …n (link to conv) is applied to convert either or both operands as specified by the following rules:
|
| D | result_type_bitwise.sts | 21 the following rules apply, in order: 23 …n (link to conv) is applied to convert either or both operands as specified by the following rules:
|
| D | result_type_arith.sts | 21 the following rules apply, in order: 23 …n (link to conv) is applied to convert either or both operands as specified by the following rules:
|
| D | result_type_arith_n.sts | 21 the following rules apply, in order: 23 …n (link to conv) is applied to convert either or both operands as specified by the following rules:
|
| D | result_type_cond.sts | 21 the following rules apply, in order: 23 …n (link to conv) is applied to convert either or both operands as specified by the following rules:
|
| /arkcompiler/ets_runtime/ |
| D | OAT.xml | 30 1. policy: All policyitems will be merged to default OAT.xml rules, the name of policy doesn't affe… 44 7. policyitem filefilter: Used to bind filefilter which define filter rules. 45 8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is us… 47 Note:If the text contains special characters, please escape them according to the following rules:
|
| /arkcompiler/ets_frontend/ |
| D | OAT.xml | 29 1. policy: All policyitems will be merged to default OAT.xml rules, the name of policy doesn't affe… 43 7. policyitem filefilter: Used to bind filefilter which define filter rules. 44 8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is us… 46 Note:If the text contains special characters, please escape them according to the following rules:
|
| /arkcompiler/runtime_core/static_core/ |
| D | OAT.xml | 36 7. policyitem filefilter: Used to bind filefilter which define filter rules. 38 …8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is u… 40 … Note:If the text contains special characters, please escape them according to the following rules:
|
| /arkcompiler/toolchain/tooling/test/client_utils/ |
| D | test_actions.h | 35 * Action matching rules. 66 * @param rule Action matching rules.
|
| /arkcompiler/runtime_core/ |
| D | OAT.xml | 36 7. policyitem filefilter: Used to bind filefilter which define filter rules. 38 …8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is u… 40 … Note:If the text contains special characters, please escape them according to the following rules:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/ |
| D | general_equality_1.sts | 17 desc: Equality operators, common rules
|
| D | general_equality_2.sts | 17 desc: Equality operators, common rules
|