Home
last modified time | relevance | path

Searched full:package (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/arkcompiler/ets_frontend/ets2panda/compiler/scripts/
Dsignatures.yaml228 package: PKG_STD_CORE
231 package: PKG_STD_CORE
234 package: PKG_STD_CORE
237 package: PKG_STD_CORE
240 package: PKG_STD_CORE
243 package: PKG_STD_CORE
246 package: PKG_STD_CORE
249 package: PKG_STD_CORE
252 package: PKG_STD_CORE
255 package: PKG_STD_CORE
[all …]
Dsignatures.rb39 data.packages.each do |package|
40 refs[package.ref] = package.name
54 sig = "%s.%s" % [refs[builtin.package], builtin.name]
/arkcompiler/ets_frontend/es2panda/test/optimizer/ts/branch-elimination/projects/ts_ohmurl_project/
Dtest-import-namespace.ts17 import * as PACKAGE from "@package:myapp/test-export-package";
24 || PACKAGE.FILE_TYPE !== "package"
37 if (PACKAGE.FILE_TYPE_VAR !== "package") {
Dtest-import-exec.ts17 …CKAGE_FILE_TYPE, FILE_TYPE_VAR as PACKAGE_FILE_TYPE_VAR} from "@package:myapp/test-export-package";
25 || PACKAGE_FILE_TYPE !== "package"
39 if (PACKAGE_FILE_TYPE_VAR !== "package") {
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/implicit_package_import/package_test_8/
Dimport_multi_error.sts16 package subpackage_a;
23 /* @@? 20:1 Error SyntaxError: Package module cannot import from a file in it's own package */
24 /* @@? 21:1 Error SyntaxError: Package module cannot import from a file in it's own package */
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/19.packages/03.import_and_overloading_of_function_names/bad_package_declarations/
Dbad_package_declarations.sts20 …time error occurs if: a package module contains no package header, or package headers of two packa…
Dbad_package_declarations.params.yaml16 - package
18 package P1;
19 package P2;
/arkcompiler/ets_frontend/legacy_bin/
DBUILD.gn60 source = "./api8/package.json"
67 source = "./api8/package.json"
74 source = "./api8/package.json"
81 source = "./api8/package-lock.json"
88 source = "./api8/package-lock.json"
95 source = "./api8/package-lock.json"
166 source = "./api8/package.json"
173 source = "./api8/package.json"
180 source = "./api8/package.json"
187 source = "./api8/package-lock.json"
[all …]
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/implicit_package_import/package_test_4/
Dpackage_module_1.sts16 package mypack;
19 // compiling this file will fail with import from it's own package
21 /* @@? 17:1 Error SyntaxError: Package module cannot import from a file in it's own package */
Dpackage_module_2.sts16 package mypack;
23 // from package is thrown) as files in the package containing 'syntax errors' are ignored
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-build/paths/
Dtsconfig.json5 "@package/component1/*": ["./lib/module1/*"],
6 "@package/component2": ["./lib/module2/"],
7 "@package/component22": ["./lib/module22/"]
Dmain.sts16 import { Foo } from "@package/component1/lib"
17 import { Bar } from "@package/component2"
18 import { Baz } from "@package/component22"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/testing_package_level_scope/
Dpackage_level.sts17 desc: Package level scope, package module
18 package: testing_package_level_scope
21 package testing_package_level_scope;
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DpackageImplicitImport.cpp32 … // Because same package files must be in one folder, relative path references in an external in MergeExternalFilesIntoCompiledProgram()
49 // There exist 2 files in the same folder, with different package names in ValidateFolderContainOnlySamePackageFiles()
54 … "' are in the same folder, but have different package names.", in ValidateFolderContainOnlySamePackageFiles()
82 …ctx->parser->LogSyntaxError("Package module cannot import from a file in it's own package", stmt->… in ValidateImportDeclarationsSourcePath()
102 // Validate if all import declaration refers to a path outside of the package module in ValidateNoImportComesFromSamePackage()
110 // Only run for package module files in Perform()
118 // No other files in the package, return in Perform()
124 … // NOTE (mmartin): Very basic sorting of files in the package, to merge them in a prescribed order in Perform()
133 // All entities were merged into the main program from the external sources of the same package, in Perform()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/19.packages/
Dpackage_declarations.params.yaml15 - package P1
17 package P1
20 package P1
/arkcompiler/runtime_core/static_core/tests/verifier-tests/
Daccess_field_nomodifier_core.pa15 … it must fail in Java if the class is nor inherited by current class, nor stays in the same package
22 # // Expected VerificationError: Access to the package protected object field is prohibited.
27 # package pckg;
33 # Class Package Subclass World
/arkcompiler/runtime_core/tests/verifier-tests/
Daccess_field_nomodifier_core.pa15 … it must fail in Java if the class is nor inherited by current class, nor stays in the same package
22 # // Expected VerificationError: Access to the package protected object field is prohibited.
27 # package pckg;
33 # Class Package Subclass World
/arkcompiler/runtime_core/
D.gitignore18 libabckit/package-lock.json
24 static_core/plugins/ets/tools/declgen_ts2ets/package-lock.json
28 static_core/tools/sampler/scripts/package-lock.json
/arkcompiler/runtime_core/static_core/verification/
Dverification.yaml21 package_field: Access to package protected object field is prohibited.
24 protected_class: Access to package-private class is prohibited.
50 - package
79 protected_field: package
85 package_field: package
94 protected_method: package
100 package_method: package
/arkcompiler/ets_frontend/es2panda/test/compiler/abc2program/update-version/
DcompileContextInfo.json6 "package": { object
7 "packageName": "package",
Dexpected.txt32 lda.str @normalized:N&&&package/src/main/other&2.0.0
58 val: @normalized:N&&&package/src/main/test&2.0.0
101 "@normalized:N&&&package/src/main/other&1.0.0"; "@normalized:N&&&package/src/main/other&2.0.0"; "or…
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ets_templates/
Dtest_metadata.py29 PACKAGE_PATTERN = re.compile(f"\\n\\s*package[\\t\\f\\v ]+(?P<package_name>\\w+{DOTS_WHITESPACES_P…
76 package: Optional[str] = None variable in TestMetadata
102 metadata['package'] = metadata.get("package")
103 if metadata['package'] is None:
104 metadata['package'] = get_package_statement(path)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/overriding_by_instance_methods/
Doverriding_private_method.sts18 …with package access in the same package as C, and either C declares mC or mA is a member of the di…
/arkcompiler/ets_frontend/es2panda/util/
DcommonUtil.cpp106 …// @normalized:{N|Y}&[module name]&[bundle name]&{<package name>|<@package/name>}/{import_path}&[v… in UpdatePackageVersionIfNeeded()
108 // 1. The package name and version are specified in the CompileContextInfo file. in UpdatePackageVersionIfNeeded()
116 // Incorrect ohmurl format: no package name, skip version update in UpdatePackageVersionIfNeeded()
133 …* Modify the package name in the bytecode. The modifiedPkgName format is originalPkgName:targetPkg…
153 …* If a Har package is dependent of a cross-app Hsp, its ohmurl need to contain the bundleName of t…
161 …// @normalized:{N|Y}&[module name]&[bundle name]&{<package name>|<@package/name>}/{import_path}&[v… in UpdateBundleNameIfNeeded()
179 * The hsp package don't compile into the current abc file. in UpdateBundleNameIfNeeded()
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dtask_manager-components.plantuml4 package "Task Queues" {
15 package "Worker threads pool" {

12345678910>>...18