Home
last modified time | relevance | path

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

12345678910

/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/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/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`
65 …never be stripped. '--strip-unused-skiplist=*' means all classes skipped. Allow single config text…
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/
Dtsconfig.main.json5 …// "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/
Dquoted_hyphen_props_deprecated_sdk2.ets26 'allow',
76 basicHeaders.allow =''; // Error
110 allow:'web', // Error
/arkcompiler/runtime_core/static_core/plugins/ets/doc/concurrency/
Dasync_lock.plantuml46 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/
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.
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Ddynamic_object_literals.ets86 // #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/
Dbigint_func_n.ets19 …Built-in functions allow to convert strings representing numbers or any integer values into bigint…
Dbigint_func.ets19 …Built-in functions allow to convert strings representing numbers or any integer values into bigint…
/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/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/
Dalias.ets20 or alternative names for existing types. Type aliases allow one to use meaningful
Dalias_neg.ets20 or alternative names for existing types. Type aliases allow one to use meaningful
Dalias_gen.ets20 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/
Dinvalid.ets18 desc: Casting contexts doesn't allow the following conversion.
Dsequenced.ets18 desc: Casting contexts doesn't allow the following conversion.

12345678910