Home
last modified time | relevance | path

Searched refs:rules (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/arkguard/
DREADME-cn.md21 "files": ["obfuscation-rules.txt"],
32 "files": ["obfuscation-rules.txt"],
34 "consumerFiles": ["consumer-rules.txt"]
54 在创建工程或library的时候,DevEco Studio会自动生成`obfuscation-rules.txt`和`consumer-rules.txt`文件,
63 "files": ["obfuscation-rules.txt", "myrules.txt"],
65 "consumerFiles": ["consumer-rules.txt", "my-consumer-rules.txt"]
DREADME.md27 "files": ["obfuscation-rules.txt"],
38 "files": ["obfuscation-rules.txt"],
40 "consumerFiles": ["consumer-rules.txt"]
54 When you are building HAP or HAR, the final obfucation rules are combination of self's `ruleOptions…
59 "[How Arkguard merges rules](#how-arkguard-merges-rules)".
61 ## Write rules
63 The files `obfuscation-rules.txt` and `consumer-rules.txt` are created by DevEco Studio automatical…
64 contain any rule by default. You can write rules in these files or include rules from other files, …
72 "files": ["obfuscation-rules.txt", "myrules.txt"],
74 "consumerFiles": ["consumer-rules.txt", "my-consumer-rules.txt"]
[all …]
/arkcompiler/ets_frontend/ts2panda/
Dwebpack.config.js49 rules: [ property
/arkcompiler/runtime_core/compiler/docs/
Ddeoptimize_elimination_doc.md13 Visit `DeoptimizeIf` and `SaveStateDeoptimize` instructions in RPO order and check specific rules.
/arkcompiler/runtime_core/tests/verifier-tests/
Daccess_field_nomodifier_core.pa32 # Java access rules:
/arkcompiler/toolchain/build/toolchain/
Dtoolchain.gni15 # toolchain() rules themselves.
/arkcompiler/runtime_core/libpandabase/
DREADME.md86 e.g: `--compiler-dump:folder=ir_dump,compact`. Sub-arguments follow the same rules as the regular a…
/arkcompiler/runtime_core/docs/
Dassembly_format.md107 …uctor. It will be renamed in binary file according to particular language rules (`.ctor` for Panda…
108 …uctor. It will be renamed in binary file according to particular language rules (`.cctor` for Pand…
Ddoxygen.config1982 # Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md47 Validation rules of primary type are already builtin for Circuit IR. Validation rules of secondary …