/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/ |
D | ark_utils.test.ts | 37 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/ |
D | compile_plugin.js | 26 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/ |
D | project_config.ts | 33 RELEASE 64 etsLoaderReleaseType: string = RELEASE; 70 sdkInfo: string = `true:${SDK_VERSION}:${ETS_LOADER_VERSION}:${RELEASE}`;
|
D | rollup_plugin_mock.ts | 38 RELEASE, 151 RELEASE, constant
|
/developtools/packing_tool/adapter/ohos/ |
D | ModuleAppInfo.java | 27 private final String RELEASE = "Release"; field in ModuleAppInfo 88 public String apiReleaseType = RELEASE;
|
D | Compressor.java | 125 private static final String RELEASE = "Release"; field in Compressor
|
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ |
D | module_coldreload_mode.test.ts | 30 import { RELEASE } from '../../../lib/fast_build/ark_compiler/common/ark_define'; 62 this.rollup.coldReload(RELEASE); 86 this.rollup.coldReload(RELEASE);
|
D | module_hotfix_mode.test.ts | 22 import { RELEASE } from '../../../lib/fast_build/ark_compiler/common/ark_define'; 73 this.rollup.build(RELEASE);
|
D | module_mode.test.ts | 29 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 …]
|
D | module_source_file.test.ts | 34 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/ |
D | utils.test.ts | 54 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 …]
|
D | cache.test.ts | 26 RELEASE 54 this.rollup.build(RELEASE); 106 this.rollup.build(RELEASE);
|
D | generate_sourcemap.test.ts | 21 RELEASE 54 this.rollup.build(RELEASE); 100 this.rollup.build(RELEASE); 149 this.rollup.build(RELEASE); 189 this.rollup.build(RELEASE);
|
D | common_mode.test.ts | 21 RELEASE, 85 this.rollup.build(RELEASE);
|
D | check_import_modules.test.ts | 25 RELEASE, 64 this.rollup.build(RELEASE);
|
D | ob_config_resolver.test.ts | 32 import { RELEASE } from '../../../lib/fast_build/ark_compiler/common/ark_define'; 56 this.rollup.build(RELEASE); 171 this.rollup.build(RELEASE);
|
D | process_ark_config.test.ts | 24 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/ |
D | Provision.java | 36 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/ |
D | ark_define.ts | 98 export const RELEASE: string = 'release'; constant
|
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/bundle/ |
D | bundle_mode.test.ts | 28 RELEASE, 204 this.rollup.share.projectConfig.buildMode = RELEASE
|