Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/
Dark_utils.test.ts37 RELEASE,
91 this.rollup.build(RELEASE);
93 expect(buildMode === RELEASE).to.be.true;
116 this.rollup.build(RELEASE);
151 this.rollup.build(RELEASE);
193 this.rollup.build(RELEASE);
226 projectConfig.buildMode = RELEASE;
251 this.rollup.build(RELEASE);
295 projectConfig.buildMode = RELEASE;
306 this.rollup.build(RELEASE);
[all …]
/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.ts33 RELEASE
64 etsLoaderReleaseType: string = RELEASE;
70 sdkInfo: string = `true:${SDK_VERSION}:${ETS_LOADER_VERSION}:${RELEASE}`;
Drollup_plugin_mock.ts38 RELEASE,
151 RELEASE, constant
/developtools/packing_tool/adapter/ohos/
DModuleAppInfo.java27 private final String RELEASE = "Release"; field in ModuleAppInfo
88 public String apiReleaseType = RELEASE;
DCompressor.java125 private static final String RELEASE = "Release"; field in Compressor
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_coldreload_mode.test.ts30 import { RELEASE } from '../../../lib/fast_build/ark_compiler/common/ark_define';
62 this.rollup.coldReload(RELEASE);
86 this.rollup.coldReload(RELEASE);
Dmodule_hotfix_mode.test.ts22 import { RELEASE } from '../../../lib/fast_build/ark_compiler/common/ark_define';
73 this.rollup.build(RELEASE);
Dmodule_mode.test.ts29 RELEASE,
145 this.rollup.build(RELEASE);
285 this.rollup.build(RELEASE);
467 this.rollup.build(RELEASE);
555 this.rollup.build(RELEASE);
596 this.rollup.build(RELEASE);
629 this.rollup.build(RELEASE);
669 this.rollup.build(RELEASE);
709 this.rollup.build(RELEASE);
752 this.rollup.build(RELEASE);
[all …]
Dmodule_source_file.test.ts34 RELEASE,
206 this.rollup.build(RELEASE);
358 this.rollup.build(RELEASE);
487 this.rollup.build(RELEASE);
594 this.rollup.build(RELEASE);
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dutils.test.ts54 RELEASE,
114 this.rollup.build(RELEASE);
122 this.rollup.build(RELEASE);
179 this.rollup.build(RELEASE);
212 this.rollup.build(RELEASE);
282 this.rollup.build(RELEASE);
450 this.rollup.build(RELEASE);
552 this.rollup.build(RELEASE);
584 projectConfig.buildMode = RELEASE;
598 this.rollup.build(RELEASE);
[all …]
Dcache.test.ts26 RELEASE
54 this.rollup.build(RELEASE);
106 this.rollup.build(RELEASE);
Dgenerate_sourcemap.test.ts21 RELEASE
54 this.rollup.build(RELEASE);
100 this.rollup.build(RELEASE);
149 this.rollup.build(RELEASE);
189 this.rollup.build(RELEASE);
Dcommon_mode.test.ts21 RELEASE,
85 this.rollup.build(RELEASE);
Dcheck_import_modules.test.ts25 RELEASE,
64 this.rollup.build(RELEASE);
Dob_config_resolver.test.ts32 import { RELEASE } from '../../../lib/fast_build/ark_compiler/common/ark_define';
56 this.rollup.build(RELEASE);
171 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/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()
176 return RELEASE.equals(buildType); in isBuildTypeRelease()
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dark_define.ts98 export const RELEASE: string = 'release'; constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/bundle/
Dbundle_mode.test.ts28 RELEASE,
204 this.rollup.share.projectConfig.buildMode = RELEASE