| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | assert_scope_test.cpp | 31 [[maybe_unused]] DisallowGarbageCollection noGc; // set dis-allow gc in HWTEST_F_L0() 33 [[maybe_unused]] AllowGarbageCollection allowGc; // set allow gc in HWTEST_F_L0() 36 [[maybe_unused]] DisAllowHeapAlloc noHeapAlloc; // set dis-allow alloc in HWTEST_F_L0() 38 [[maybe_unused]] AllowHeapAlloc heapAlloc; // set allow alloc in HWTEST_F_L0() 43 // allow alloc in HWTEST_F_L0() 45 // dis-allow gc in HWTEST_F_L0() 48 // allow gc in HWTEST_F_L0() 60 … [[maybe_unused]] AllowLocalToShareWeakRefHandle weakRef; // set allow local-to-share weak ref in HWTEST_F_L0() 63 …[[maybe_unused]] DisAllowLocalToShareWeakRefHandle noWeakRef; // set dis-allow local-to-share wea… in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/static_core/verification/config/handlers/ |
| D | config_handler_options.cpp | 113 {"allow", in RegisterConfigHandlerOptions() 114 … {{"undefined-class", BoolField {offsetof(VerificationOptions, debug.allow.undefinedClass)}}, in RegisterConfigHandlerOptions() 115 … {"undefined-method", BoolField {offsetof(VerificationOptions, debug.allow.undefinedMethod)}}, in RegisterConfigHandlerOptions() 116 … {"undefined-field", BoolField {offsetof(VerificationOptions, debug.allow.undefinedField)}}, in RegisterConfigHandlerOptions() 117 … {"undefined-type", BoolField {offsetof(VerificationOptions, debug.allow.undefinedType)}}, in RegisterConfigHandlerOptions() 118 … {"undefined-string", BoolField {offsetof(VerificationOptions, debug.allow.undefinedString)}}, in RegisterConfigHandlerOptions() 119 …{"method-access-violation", BoolField {offsetof(VerificationOptions, debug.allow.methodAccessViola… in RegisterConfigHandlerOptions() 120 …{"field-access-violation", BoolField {offsetof(VerificationOptions, debug.allow.fieldAccessViolati… in RegisterConfigHandlerOptions() 122 BoolField {offsetof(VerificationOptions, debug.allow.wrongSubclassingInMethodArgs)}}, in RegisterConfigHandlerOptions() 124 BoolField {offsetof(VerificationOptions, debug.allow.errorInExceptionHandler)}}, in RegisterConfigHandlerOptions() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime_controller.cpp | 71 return true; // Allow loading panda file. in CanLoadPandaFile() 74 bool allow = CanLoadPandaFileInternal(realPath); in CanLoadPandaFile() local 75 if (!allow) { in CanLoadPandaFile() 78 return allow; in CanLoadPandaFile()
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/ |
| D | spectrac.gemspec | 30 # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' 31 # to allow pushing to a single host or delete this section to allow pushing to any host.
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/ |
| D | spectrac.gemspec | 30 # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' 31 # to allow pushing to a single host or delete this section to allow pushing to any host.
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | options.yaml | 39 description: Allow merging implementations together 44 description: Allow unresolved methods and fields for following classes, i.e. `_GLOBAL` 65 …never be stripped. '--strip-unused-skiplist=*' means all classes skipped. Allow single config text…
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/ |
| D | tsconfig.main.json | 5 …// "incremental": true, /* Save .tsbuildinfo files to allow for incre… 6 …//"composite": true, /* Enable constraints that allow a TypeScript … 30 …// "rootDirs": [], /* Allow multiple folders to be treated as on… 33 …// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. … 35 …// "allowImportingTsExtensions": true, /* Allow imports to include TypeScript file e… 43 …// "allowJs": true, /* Allow JavaScript files to be a part of you… 55 …// "importHelpers": true, /* Allow importing helper functions from tsli… 72 …// "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module does…
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/sdkwhite/ |
| D | quoted_hyphen_props_deprecated_sdk2.ets | 26 'allow', 76 basicHeaders.allow =''; // Error 110 allow:'web', // Error
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/concurrency/ |
| D | async_lock.plantuml | 46 Do not allow reentrant lock 60 If we want to allow user to abort lock, we provide this option (see AbortSignal)
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | verifier.config | 8 allow {
|
| /arkcompiler/runtime_core/static_core/verification/verifier/ |
| D | verifier.config | 7 allow {
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/ |
| D | verifier.config | 8 allow {
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe51.md | 7 ArkTS does not allow to specify a class in implements clause. Only interfaces
|
| D | recipe16.md | 7 ArkTS does not allow having several static blocks for class initialization.
|
| D | recipe17.md | 7 ArkTS does not allow indexed signatures. Use arrays instead.
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | dynamic_object_literals.ets | 86 // #13550 - allow literals as property names in dynamic context 91 // allow literal as property name for type aliases that come from interop
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/04.bigint_literals/ |
| D | bigint_func_n.ets | 19 …Built-in functions allow to convert strings representing numbers or any integer values into bigint…
|
| D | bigint_func.ets | 19 …Built-in functions allow to convert strings representing numbers or any integer values into bigint…
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/server/ |
| D | apdump_server.py | 231 self.send_header("Access-Control-Allow-Origin", "*") 232 self.send_header("Access-Control-Allow-Credentials", "true") 233 … self.send_header("Access-Control-Allow-Headers", "x-requested-with, authorization, blade-auth") 234 self.send_header("Access-Control-Allow-Methods", "*")
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/ |
| D | alias.ets | 20 or alternative names for existing types. Type aliases allow one to use meaningful
|
| D | alias_neg.ets | 20 or alternative names for existing types. Type aliases allow one to use meaningful
|
| D | alias_gen.ets | 20 or alternative names for existing types. Type aliases allow one to use meaningful
|
| /arkcompiler/runtime_core/static_core/verification/config/default/ |
| D | default_config.cpp | 25 " allow {\n"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/ |
| D | invalid.ets | 18 desc: Casting contexts doesn't allow the following conversion.
|
| D | sequenced.ets | 18 desc: Casting contexts doesn't allow the following conversion.
|