Home
last modified time | relevance | path

Searched full:allow (Results 1 – 25 of 212) sorted by relevance

123456789

/arkcompiler/ets_runtime/ecmascript/tests/
Dassert_scope_test.cpp31 [[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/
Dconfig_handler_options.cpp113 {"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/
Druntime_controller.cpp71 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/tests/cts-coverage-tool/
Dspectrac.gemspec30 # 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/tests/cts-coverage-tool/
Dspectrac.gemspec30 # 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/
Doptions.yaml39 description: Allow merging implementations together
44 description: Allow unresolved methods and fields for following classes, i.e. `_GLOBAL`
/arkcompiler/runtime_core/tests/cts-generator/
Dverifier.config8 allow {
/arkcompiler/runtime_core/static_core/verification/verifier/
Dverifier.config7 allow {
/arkcompiler/runtime_core/static_core/tests/cts-generator/
Dverifier.config8 allow {
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe51.md7 ArkTS does not allow to specify a class in implements clause. Only interfaces
Drecipe16.md7 ArkTS does not allow having several static blocks for class initialization.
Drecipe17.md7 ArkTS does not allow indexed signatures. Use arrays instead.
Drecipe152.md7 ArkTS does not allow using standard library functions ``Function.apply``
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Ddynamic_object_literals.sts86 // #13550 - allow literals as property names in dynamic context
91 // allow literal as property name for type aliases that come from interop
/arkcompiler/ets_runtime/tools/ap_file_viewer/server/
Dapdump_server.py231 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/02.lexical_elements/09.literals/03.bigint_literals/
Dbigint_func_n.sts19 …Built-in functions allow to convert strings representing numbers or any integer values into bigint…
Dbigint_func.sts19 …Built-in functions allow to convert strings representing numbers or any integer values into bigint…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/
Dalias_gen.sts20 or alternative names for existing types. Type aliases allow one to use meaningful
Dalias_neg.sts20 or alternative names for existing types. Type aliases allow one to use meaningful
Dalias.sts20 or alternative names for existing types. Type aliases allow one to use meaningful
/arkcompiler/runtime_core/static_core/verification/config/default/
Ddefault_config.cpp25 " allow {\n"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/
Dinvalid2.sts18 desc: Casting contexts doesn't allow the following conversion.
Dsequenced.sts18 desc: Casting contexts doesn't allow the following conversion.
Dinvalid.sts18 desc: Casting contexts doesn't allow the following conversion.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/
Darray_primitive2.sts17 desc: Assignment contexts allow the assignment for arrays if they are same primitive types

123456789