Home
last modified time | relevance | path

Searched refs:packageName (Results 1 – 25 of 162) sorted by relevance

1234567

/third_party/jsframework/runtime/main/app/
Dindex.ts96 const packageName: string = page.packageName; constant
97 const appPage: Page = new Page(options.appInstanceId, options, packageName, data);
99 Log.debug(`Create a page with: ${packageName}.`);
100 appMap[packageName] = new App(packageName, options.appInstanceId);
102 appMap[packageName].setTimer(timerAPIs);
104 global.__appProto__ = getPageGlobal(packageName);
107 const appDefine = (...args: any[]): void => defineFn(page, packageName, ...args);
109 bootstrap(page, packageName, name, config, _data || data);
113 const appFunction = () => pageMap.getTop(packageName) || page;
140 export function appError(packageName: string, errors: any): void {
[all …]
Dhelper.ts23 export function getPageGlobal(packageName: string): object | ProxyConstructor {
24 if (!appMap[packageName] || !appMap[packageName].appGlobal) {
27 return new Proxy(Object.create(appMap[packageName].appGlobal), {
30 return appMap[packageName].appGlobal;
DApp.ts29 constructor(packageName: string, appInstanceId: string) {
30 this._packageName = packageName || 'notset';
41 public get packageName() { method in App
45 public set packageName(packageName: string) { method in App
46 this._packageName = packageName;
/third_party/typescript/src/services/codefixes/
DfixCannotFindModule.ts15 const packageName = tryGetImportedPackageName(sourceFile, start); constant
16 if (packageName === undefined) return undefined;
17 … const typesPackageName = getTypesPackageNameToInstall(packageName, host, context.errorCode);
25 const packageName = tryGetImportedPackageName(diag.file, diag.start); constant
26 if (packageName === undefined) return undefined;
29 … const pkg = getTypesPackageNameToInstall(packageName, context.host, diag.code);
42 function getInstallCommand(fileName: string, packageName: string): InstallPackageAction {
43 return { type: "install package", file: fileName, packageName };
50 const { packageName } = parsePackageName(moduleName); constant
51 return isExternalModuleNameRelative(packageName) ? undefined : packageName;
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp107 GL40TestPackage::GL40TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL40TestPackage() argument
109 : GL33TestPackage(testCtx, packageName, packageName, renderContextType) in GL40TestPackage()
147 GL41TestPackage::GL41TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL41TestPackage() argument
149 : GL40TestPackage(testCtx, packageName, packageName, renderContextType) in GL41TestPackage()
192 GL42TestPackage::GL42TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL42TestPackage() argument
194 : GL41TestPackage(testCtx, packageName, packageName, renderContextType) in GL42TestPackage()
241 GL42CompatTestPackage::GL42CompatTestPackage(tcu::TestContext& testCtx, const char* packageName, co… in GL42CompatTestPackage() argument
243 : TestPackage(testCtx, packageName, packageName, renderContextType, "gl_cts/data/") in GL42CompatTestPackage()
276 GL43TestPackage::GL43TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL43TestPackage() argument
278 : GL42TestPackage(testCtx, packageName, packageName, renderContextType) in GL43TestPackage()
[all …]
Dgl3cTestPackages.cpp137 GL30TestPackage::GL30TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL30TestPackage() argument
139 : TestPackage(testCtx, packageName, packageName, renderContextType, "gl_cts/data/") in GL30TestPackage()
178 GL31TestPackage::GL31TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL31TestPackage() argument
180 : GL30TestPackage(testCtx, packageName, packageName, renderContextType) in GL31TestPackage()
209 GL32TestPackage::GL32TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL32TestPackage() argument
211 : GL31TestPackage(testCtx, packageName, packageName, renderContextType) in GL32TestPackage()
270 GL33TestPackage::GL33TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL33TestPackage() argument
272 : GL32TestPackage(testCtx, packageName, packageName, renderContextType) in GL33TestPackage()
Dgl4cTestPackages.hpp36 GL40TestPackage(tcu::TestContext& testCtx, const char* packageName,
48 GL41TestPackage(tcu::TestContext& testCtx, const char* packageName,
60 GL42TestPackage(tcu::TestContext& testCtx, const char* packageName,
72 GL42CompatTestPackage(tcu::TestContext& testCtx, const char* packageName,
88 GL43TestPackage(tcu::TestContext& testCtx, const char* packageName,
100 GL44TestPackage(tcu::TestContext& testCtx, const char* packageName,
112 GL45TestPackage(tcu::TestContext& testCtx, const char* packageName,
124 GL46TestPackage(tcu::TestContext& testCtx, const char* packageName,
/third_party/node/deps/npm/test/lib/commands/
Downer.js7 const packageName = '@npmcli/test-package' constant
8 const spec = npa(packageName)
18 name: packageName,
64 'package.json': JSON.stringify({ name: packageName }),
73 name: packageName,
117 'package.json': JSON.stringify({ name: packageName }),
137 name: packageName,
142 await npm.exec('owner', ['ls', packageName])
153 name: packageName,
158 await npm.exec('owner', ['ls', packageName])
[all …]
/third_party/typescript/tests/baselines/reference/
DimportCallExpressionInUMD5.types11 const packageName = '.';
12 >packageName : "."
15 const packageJson = await import(packageName + '/package.json');
17 >await import(packageName + '/package.json') : any
18 >import(packageName + '/package.json') : Promise<any>
19 >packageName + '/package.json' : string
20 >packageName : "."
DimportCallExpressionInUMD5.symbols10 const packageName = '.';
11 >packageName : Symbol(packageName, Decl(1.ts, 2, 9))
13 const packageJson = await import(packageName + '/package.json');
15 >packageName : Symbol(packageName, Decl(1.ts, 2, 9))
/third_party/node/tools/icu/
Diculslocs.cc68 icu::CharString packageName; variable
124 packageName.clear(); in calculatePackageName()
126 packageName.append(NAME, *status); in calculatePackageName()
128 packageName.append(U_TREE_SEPARATOR_STRING, *status); in calculatePackageName()
129 packageName.append(TREE, *status); in calculatePackageName()
133 printf("packageName: %s\n", packageName.data()); in calculatePackageName()
149 printf("Trying to open %s:%s\n", packageName.data(), loc); in localeExists()
152 ures_openDirect(packageName.data(), loc, &status)); in localeExists()
157 printf("%s:%s existed!\n", packageName.data(), loc); in localeExists()
164 packageName.data(), in localeExists()
[all …]
/third_party/vk-gl-cts/scripts/android/
Dinstall_apk.py119 def uninstall (adbPath, packageName, extraArgs = [], printPrefix=""): argument
120 print(printPrefix + "Removing existing %s...\n" % packageName,)
123 packageName
136 def installToDevice (device, adbPath, packageName, apkPath, printPrefix=""): argument
142 uninstall(adbPath, packageName, ['-s', device.serial], printPrefix)
145 def installToDevices (devices, doParallel, adbPath, packageName, apkPath): argument
148 …parallelApply(installToDevice, [(device, adbPath, packageName, apkPath, ("(%s):%s" % (device.model…
150 serialApply(installToDevice, [(device, adbPath, packageName, apkPath) for device in devices]);
152 def installToAllDevices (doParallel, adbPath, packageName, apkPath): argument
154 installToDevices(devices, doParallel, adbPath, packageName, apkPath)
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSingleConfigTestPackage.cpp114 …ge::SingleConfigGL43TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in SingleConfigGL43TestPackage() argument
116 : deqp::TestPackage(testCtx, packageName, description, renderContextType, "gl_cts/data/") in SingleConfigGL43TestPackage()
148 …ge::SingleConfigGL44TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in SingleConfigGL44TestPackage() argument
150 : SingleConfigGL43TestPackage(testCtx, packageName, description, renderContextType) in SingleConfigGL44TestPackage()
177 …ge::SingleConfigGL45TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in SingleConfigGL45TestPackage() argument
179 : SingleConfigGL44TestPackage(testCtx, packageName, description, renderContextType) in SingleConfigGL45TestPackage()
206 …ge::SingleConfigGL46TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in SingleConfigGL46TestPackage() argument
208 : SingleConfigGL45TestPackage(testCtx, packageName, description, renderContextType) in SingleConfigGL46TestPackage()
234 …ge::SingleConfigES32TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in SingleConfigES32TestPackage() argument
236 : deqp::TestPackage(testCtx, packageName, description, renderContextType, "gl_cts/data/") in SingleConfigES32TestPackage()
DglcSingleConfigTestPackage.hpp37 SingleConfigGL43TestPackage(tcu::TestContext& testCtx, const char* packageName,
54 SingleConfigGL44TestPackage(tcu::TestContext& testCtx, const char* packageName,
69 SingleConfigGL45TestPackage(tcu::TestContext& testCtx, const char* packageName,
84 SingleConfigGL46TestPackage(tcu::TestContext& testCtx, const char* packageName,
99 SingleConfigES32TestPackage(tcu::TestContext& testCtx, const char* packageName,
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/
DpackageManager.js31 packageName: "[PC preview] unknown package name", property
50 packageName: "[PC preview] unknown package name", property
72 packageName: "[PC preview] unknown package name", property
77 packageName: "[PC preview] unknown package name", property
97 packageName: "[PC preview] unknown package name", property
102 packageName: "[PC preview] unknown package name", property
131 packageName: "[PC preview] unknown package name", property
147 packageName: "[PC preview] unknown package name", property
/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts7 dependencies: { [packageName: string]: { version: string } };
20 …function typingToFileName(cachePath: string, packageName: string, installTypingHost: InstallTyping…
22 …const result = resolveModuleName(packageName, combinePaths(cachePath, "index.d.ts"), { moduleResol…
27 …log.writeLine(`Failed to resolve ${packageName} in folder '${cachePath}': ${(e as Error).message}`…
240 const packageName = getBaseFileName(key); constant
241 if (!packageName) {
244 … const typingFile = typingToFileName(cacheLocation, packageName, this.installTypingHost, this.log);
246 this.missingTypingsSet.add(packageName);
249 … const existingTypingFile = this.packageNameToTypingLocation.get(packageName);
256 …this.log.writeLine(`New typing for package ${packageName} from '${typingFile}' conflicts with exis…
[all …]
/third_party/vk-gl-cts/scripts/
Dconvert_case_list_to_xml.py66 packageName = sys.argv[1] variable
68 rootCase = TestCase(packageName, packageName, "TestPackage" )
69 caseNameHash = { packageName:rootCase }
72 lines = open(packageName + ".cases").readlines()
76 if line.startswith(packageName + "."):
95 open(packageName + "-cases.xml", "wt").write(xml)
/third_party/typescript/src/jsTyping/
DjsTyping.ts359 export function validatePackageName(packageName: string): PackageNameValidationResult {
360 return validatePackageNameWorker(packageName, /*supportScopedPackage*/ true);
363 …function validatePackageNameWorker(packageName: string, supportScopedPackage: false): NameValidati…
364 …function validatePackageNameWorker(packageName: string, supportScopedPackage: true): PackageNameVa…
365 …function validatePackageNameWorker(packageName: string, supportScopedPackage: boolean): PackageNam…
366 if (!packageName) {
369 if (packageName.length > maxPackageNameLength) {
372 if (packageName.charCodeAt(0) === CharacterCodes.dot) {
375 if (packageName.charCodeAt(0) === CharacterCodes._) {
381 const matches = /^@([^/]+)\/([^/]+)$/.exec(packageName);
[all …]
/third_party/node/deps/npm/test/lib/utils/
Dsbom-spdx.js29 packageName: 'root', property
39 packageName: 'dep1', property
48 packageName: 'dep2', property
57 packageName: 'dep3', property
66 packageName: 'dep5', property
75 packageName: 'dep4', property
85 packageName: 'dep4', property
97 packageName: 'dep6', property
195 { to: { packageName: 'foo' } }, property
/third_party/vk-gl-cts/framework/common/
DtcuWaiverUtil.cpp80 const std::string& packageName,
148 const std::string& packageName, in WaiverTreeBuilder() argument
154 , m_packageName (packageName) in WaiverTreeBuilder()
412 const std::string& packageName,
428 const std::string& packageName, in GLWaiverTreeBuilder() argument
433 : WaiverTreeBuilder (waiverFile, packageName, "vendor", "r", sessionInfo, waiverTree) in GLWaiverTreeBuilder()
467 const std::string& packageName,
483 const std::string& packageName, in VKWaiverTreeBuilder() argument
488 : WaiverTreeBuilder(waiverFile, packageName, "vendorId", "d", sessionInfo, waiverTree) in VKWaiverTreeBuilder()
504 void WaiverUtil::setup(const std::string waiverFile, std::string packageName, deUint32 vendorId, de… in setup() argument
[all …]
/third_party/jsframework/test/ut/app/
Dbundle.ts53 packageName: 'com.example.test'
75 defineFn(page, options.packageName, '@app-application/a', [], (require, exports, module) => {
88 … defineFn(page, options.packageName, '@app-application/main', [], (require, exports, module) => {
97 const result = bootstrap(page, options.packageName, '@app-module/dom', undefined, undefined);
103 … const result = bootstrap(page, options.packageName, '@app-application/dom', undefined, undefined);
/third_party/node/deps/npm/lib/commands/
Dinit.js101 let packageName = initerName
106 packageName = `@${scope}/create`
108 packageName = `${packageName}@${version}`
114 packageName = initerName.replace(`${user}/${project}`, `${user}/create-${project}`)
116 packageName = `${req.name.replace(/^(@[^/]+\/)?/, '$1create-')}@${req.rawSpec}`
126 const newArgs = [packageName, ...otherArgs]
/third_party/icu/icu4c/source/common/
Dloadednormalizer2impl.cpp39 void load(const char *packageName, const char *name, UErrorCode &errorCode);
77 LoadedNormalizer2Impl::load(const char *packageName, const char *name, UErrorCode &errorCode) { in load() argument
81 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode); in load()
116 Norm2AllModes::createInstance(const char *packageName, in createInstance() argument
127 impl->load(packageName, name, errorCode); in createInstance()
265 Normalizer2::getInstance(const char *packageName, in getInstance() argument
277 if(packageName==NULL) { in getInstance()
296 Norm2AllModes::createInstance(packageName, name, errorCode)); in getInstance()
397 unorm2_getInstance(const char *packageName, in unorm2_getInstance() argument
401 return (const UNormalizer2 *)Normalizer2::getInstance(packageName, name, mode, *pErrorCode); in unorm2_getInstance()
/third_party/skia/third_party/externals/icu/source/common/
Dloadednormalizer2impl.cpp39 void load(const char *packageName, const char *name, UErrorCode &errorCode);
77 LoadedNormalizer2Impl::load(const char *packageName, const char *name, UErrorCode &errorCode) { in load() argument
81 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode); in load()
116 Norm2AllModes::createInstance(const char *packageName, in createInstance() argument
127 impl->load(packageName, name, errorCode); in createInstance()
265 Normalizer2::getInstance(const char *packageName, in getInstance() argument
277 if(packageName==NULL) { in getInstance()
296 Norm2AllModes::createInstance(packageName, name, errorCode)); in getInstance()
397 unorm2_getInstance(const char *packageName, in unorm2_getInstance() argument
401 return (const UNormalizer2 *)Normalizer2::getInstance(packageName, name, mode, *pErrorCode); in unorm2_getInstance()
/third_party/jsframework/runtime/main/page/entry/
Dinit.ts75 const packageName = page.packageName; constant
81 if (packageName === 'notset') {
84 const instance = App.pageMap.getTop(packageName);
105 global.__appProto__ = getPageGlobal(page.packageName);

1234567