Searched refs:RELEASE (Results 1 – 16 of 16) sorted by relevance
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/ |
| D | ark_utils.test.ts | 32 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);
|
| D | utils.test.ts | 50 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 …]
|
| D | cache.test.ts | 26 RELEASE 54 this.rollup.build(RELEASE); 106 this.rollup.build(RELEASE);
|
| D | common_mode.test.ts | 20 RELEASE, 71 this.rollup.build(RELEASE);
|
| D | check_import_modules.test.ts | 25 RELEASE, 64 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/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 | 32 RELEASE 63 etsLoaderReleaseType: string = RELEASE; 68 sdkInfo: string = `true:${SDK_VERSION}:${ETS_LOADER_VERSION}:${RELEASE}`;
|
| D | rollup_plugin_mock.ts | 37 RELEASE, 135 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 | 119 private static final String RELEASE = "Release"; field in Compressor
|
| /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() 175 return RELEASE.equals(buildType); in isBuildTypeRelease()
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ |
| 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 | 24 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 …]
|
| D | module_source_file.test.ts | 33 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/ |
| D | ark_define.ts | 99 export const RELEASE: string = 'release'; constant
|