Home
last modified time | relevance | path

Searched refs:RELEASE (Results 1 – 16 of 16) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dark_utils.test.ts32 RELEASE,
84 this.rollup.build(RELEASE);
86 expect(buildMode === RELEASE).to.be.true;
109 this.rollup.build(RELEASE);
144 this.rollup.build(RELEASE);
186 this.rollup.build(RELEASE);
219 projectConfig.buildMode = RELEASE;
244 this.rollup.build(RELEASE);
288 projectConfig.buildMode = RELEASE;
299 this.rollup.build(RELEASE);
Dutils.test.ts50 RELEASE,
103 this.rollup.build(RELEASE);
111 this.rollup.build(RELEASE);
168 this.rollup.build(RELEASE);
220 this.rollup.build(RELEASE);
367 this.rollup.build(RELEASE);
448 this.rollup.build(RELEASE);
480 projectConfig.buildMode = RELEASE;
494 this.rollup.build(RELEASE);
518 projectConfig.buildMode = RELEASE;
[all …]
Dcache.test.ts26 RELEASE
54 this.rollup.build(RELEASE);
106 this.rollup.build(RELEASE);
Dcommon_mode.test.ts20 RELEASE,
71 this.rollup.build(RELEASE);
Dcheck_import_modules.test.ts25 RELEASE,
64 this.rollup.build(RELEASE);
Dprocess_ark_config.test.ts24 RELEASE,
80 this.rollup.build(RELEASE);
160 this.rollup.build(RELEASE);
226 this.rollup.build(RELEASE);
293 this.rollup.build(RELEASE);
/developtools/ace_ets2bundle/compiler/
Dcompile_plugin.js26 const { JSBUNDLE, RELEASE } = require('./lib/fast_build/ark_compiler/common/ark_define');
44 projectConfig.buildMode?.toLowerCase() === RELEASE && terserPlugin(),
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts32 RELEASE
63 etsLoaderReleaseType: string = RELEASE;
68 sdkInfo: string = `true:${SDK_VERSION}:${ETS_LOADER_VERSION}:${RELEASE}`;
Drollup_plugin_mock.ts37 RELEASE,
135 RELEASE, constant
/developtools/packing_tool/adapter/ohos/
DModuleAppInfo.java27 private final String RELEASE = "Release"; field in ModuleAppInfo
88 public String apiReleaseType = RELEASE;
DCompressor.java119 private static final String RELEASE = "Release"; field in Compressor
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
DProvision.java36 public static final String RELEASE = "release"; field in Provision
166 return DEBUG.equals(buildType) || RELEASE.equals(buildType); in isBuildTypeValid()
175 return RELEASE.equals(buildType); in isBuildTypeRelease()
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_hotfix_mode.test.ts22 import { RELEASE } from '../../../lib/fast_build/ark_compiler/common/ark_define';
73 this.rollup.build(RELEASE);
Dmodule_mode.test.ts24 RELEASE,
129 this.rollup.build(RELEASE);
258 this.rollup.build(RELEASE);
370 this.rollup.build(RELEASE);
423 this.rollup.build(RELEASE);
455 this.rollup.build(RELEASE);
487 this.rollup.build(RELEASE);
519 this.rollup.build(RELEASE);
551 this.rollup.build(RELEASE);
586 this.rollup.build(RELEASE);
[all …]
Dmodule_source_file.test.ts33 RELEASE,
199 this.rollup.build(RELEASE);
343 this.rollup.build(RELEASE);
460 this.rollup.build(RELEASE);
558 this.rollup.build(RELEASE);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dark_define.ts99 export const RELEASE: string = 'release'; constant