Home
last modified time | relevance | path

Searched defs:rules (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/public/
DREADME.md411 #### 1. Classes, structures, types from C++ represented in IDL as interfaces:
420 #### 2. Enums are represented as `dictionary` in IDL with pre-calculated values.
422 …nted as an interface with a single `Do` method whose signature matches that of the target function.
433 #### 4. C-pointers representation:
451 …ze_t *returnTypeLen` is omitted and not represented in IDL. Other return arguments are represented.
453 #### 6. es2panda classes conversion:
497 #### 7. Primitive types conversion:
514 #### 8. Classes representation:
546 #### 9. Class inheritance in IDL:
/arkcompiler/ets_frontend/arkguard/
DREADME.md96 ### Obfuscation options
258 ### Keep options
399 ### Keep options support wildcards
512 ### Comments
531 ### How Arkguard merges rules
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/
D.eslintrc.json2 "rules": { object
9 "rules": { object
Deslint.config.js18 rules: { property
/arkcompiler/ets_frontend/ets2panda/lsp/src/formatting/
Drules.cpp23 std::vector<RuleSpec> rules; in GetAllRules() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DFileRuleMapping.ts70 const rules: Rule[] = []; constant
148 for (const [key, rules] of fileRulesMap) { constant
DConfigUtils.ts244 for (const [ruleSet, rules] of allRules) { constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/model/
DRuleConfig.ts21 public rules: object; property in RuleConfig
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/
Dwebpack.config.js18 rules: [ property
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlPluralRules.cpp82 …auto rules = std::unique_ptr<icu::PluralRules>(icu::PluralRules::forLocale(locale, pluralType, sta… in GetPluralRules() local
133 auto rules = GetPluralRules(env, locale, type); in IcuPluralSelect() local
171 auto rules = GetPluralRules(env, locale, type); in IcuGetPluralCategories() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/config/
DruleConfig.json15 "rules": { object
/arkcompiler/runtime_core/static_core/plugins/ets/doc/interop_js/
D5_js.rst524 Limitations & Solutions
1496 Interop rules subsection
1537 Limitations & Solutions
/arkcompiler/ets_frontend/arkguard/test/
D.eslintrc.json18 "rules": { object
/arkcompiler/ets_frontend/arkguard/test/ut/initialization/
DConfigResolver.spec.ts351 rules: ['./test/testData/obfuscation/Configs/localHar/obfuscation-rules.txt'] constant
2192 rules: ['./test/testData/obfuscation/testAtKeep/obfuscation-rules-atKeep.txt'] constant
2236 rules: ['./test/testData/obfuscation/testAtKeep/obfuscation-rules.txt'] constant
/arkcompiler/ets_frontend/arkguard/src/initialization/
DConfigResolver.ts1489 rules?: string[]; // absolute path of obfuscation-rules.txt property