Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/
DREADME_zh.md12 | entry/build/module.json | getPackageInfo | 应用于build模式,读取bundle name…
13 | entry/build/sourceMaps.json | updateCachedSourceMaps | 应用于build模式(debug),更新Cach…
15 | entry/build/loader.json | initArkProjectConfig | 应用于build模式,给参数projectCon…
16 | entry/build/loader_aotMode.json | initArkProjectConfig | 应用于build模式(debug),给参数ace…
18 | entry/build/hotReload/sourceMaps.map | updateSourceMapFromFileList | 应用于hotReload模式,读取So…
19 | updateSourceMap.json | updateSourceMap | 应用于build模式,读取SourceMap信息…
/developtools/profiler/tools/smaps_show/
DREADME.md3 ## build section
5 ### native build: argument
8 # build with debug:
9 cargo build
11 cargo build --release
31 build:
34 cargo build --target=armv7-unknown-linux-musleabihf
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/
DREADME_zh.md29 mocha.it('1-1: build debug, getBuildModeInLowerCase', function () {
30 this.rollup.build();
35 …before时机创建RollupMock对象(默认为debug模式,请根据实际场景选择使用beforeEach或者before),调用build接口模拟IDE build Rollup初始化过程。…
64 mocha.it('1-1: build debug, generateEs2AbcCmdForHotfix', function () {
65 this.rollup.build();
/developtools/ace_ets2bundle/
DREADME_zh.md42 npm run build
45 上述命令编译了compiler目录下的`sample`工程,编译结果在`sample\build`目录。
80 $ npm run build
83 **Note**: 如果`projectName`未指定,默认编译`sample`工程,编译结果在`sample\build`目录。
DREADME.md41 npm run build
44 The `sample` project will be compiled. The output is in the `sample/build` directory.
79 $ npm run build
82 …ill be compiled. In the project root directory, the compilation result is in the `build` directory.
/developtools/smartperf_host/trace_streamer/
DBUILD.gn13 import("build/ts.gni")
41 deps = [ "src:trace_streamer(//build/toolchain/mac:clang_arm64)" ]
44 "src:trace_streamer(//build/toolchain/linux:clang_x64)",
45 "src:trace_streamer(//build/toolchain/mingw:mingw_x86_64)",
46 "src:trace_streamer(//build/toolchain/ohos:ohos_clang_arm64)",
DREADME.md155 在目录下有build.sh脚本,在不同的平台上会判断系统版本,编译相应系统的应用。
157 ./build.sh linux
158 ./build.sh macx
163 ./build.sh wasm
/developtools/smartperf_host/trace_streamer/test/unittest/
DREADME.md23 rm -rf ~/OHOS_STD/developtools/profiler/build/html
39 cd /home/ohos/OHOS_STD/developtools/profiler/build
41 在代码根目录执行:./developtools/profiler/build/lcov.sh
42 … pull /data/test/hiprofiler_ts_ut.xml ~/OHOS_STD/developtools/profiler/build/html/
43 报告位置:~/OHOS_STD/developtools/profiler/build/html/index.html
/developtools/smartperf_host/trace_streamer/doc/
Dcompile_trace_streamer.md20 对于wasm环境(目前只支持linux下编译),build.sh会自行配置环境。
26 ./build.sh
42 ./build.sh wasm
/developtools/syscap_codec/test/unittest/common/
DBUILD.gn14 import("//build/lite/config/component/lite_component.gni")
18 import("//build/lite/config/test.gni")
50 "//build/lite/config/component/cJSON:cjson_static",
63 import("//build/ohos.gni")
64 import("//build/test.gni")
/developtools/ace_js2bundle/
DREADME_zh.md45 npm run build
48 上述命令编译了ace-loader目录下的`sample\rich`工程,编译结果在`sample\rich\build`目录。
155 npm run build
158 **Note**: 编译结果在`helloRich\build`目录。
260 npm run build
263 **Note**: 编译结果在`helloCard\build`目录。
279 $ npm run build
284 **Note**: 编译结果在`sample\[rich|lite|card]\build`目录。
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_mode.test.ts100 this.rollup.build();
129 this.rollup.build(RELEASE);
215 this.rollup.build();
226 this.rollup.build();
249 this.rollup.build();
258 this.rollup.build(RELEASE);
327 this.rollup.build();
342 this.rollup.build();
370 this.rollup.build(RELEASE);
415 this.rollup.build();
[all …]
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dark_utils.test.ts78 this.rollup.build();
84 this.rollup.build(RELEASE);
102 this.rollup.build();
109 this.rollup.build(RELEASE);
130 this.rollup.build();
144 this.rollup.build(RELEASE);
177 this.rollup.build();
186 this.rollup.build(RELEASE);
225 this.rollup.build();
244 this.rollup.build(RELEASE);
[all …]
Dutils.test.ts89 this.rollup.build();
95 this.rollup.build();
103 this.rollup.build(RELEASE);
111 this.rollup.build(RELEASE);
143 this.rollup.build();
154 this.rollup.build();
168 this.rollup.build(RELEASE);
201 this.rollup.build();
220 this.rollup.build(RELEASE);
277 this.rollup.build();
[all …]
/developtools/ace_js2bundle/ace-loader/
DREADME.md17 ## How to build custom ace project
21 Step 2. set aceModuleBuild=path/to/your/jsbundle/build
26 Step 2. export aceModuleBuild=path/to/your/jsbundle/build
/developtools/ace_ets2bundle/compiler/test/
DREADME.md45 build() {
51 build() {
75 …rror: expected 'class MyComponent {\n build() {\n }\n}\n' to deeply equal 'class MyComponent…
79 build() {
/developtools/ace_ets2bundle/compiler/
DREADME.md33 $ npm run build
36 The `sample` project will be compiled. The output is in the `sample/build` directory.
44 $ npm run build
77 $ npm run build
81 …ject by default. In the project root directory, the compilation result is in the `build` directory.
/developtools/hapsigner/dist/
DREADME_ZH.md21 gradle build 或者 gradle jar
23 # 编译后二进制文件位置: ./hap_sign_tool/build/libs/hap-sign-tool.jar
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/
DlinkPropCombo.ets20 build() {
31 build() {
42 build() {
DstateArrayReverseCustomView.ets30 build(){
46 build() {
64 build() {
92 } //build
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/
DCertTools.java83 .build(adapter.getSignAlg()); in generateRootCaCert()
107 .build(adapter.getSignAlg()); in generateSubCert()
135 .build(adapter.getSignAlg()); in generateCert()
161 .build(adapter.getSignAlg()); in generateEndCert()
180 …PKCS10CertificationRequest csr = csrBuilder.build(CertUtils.createFixedContentSigner(keyPair.getPr… in generateCsr()
/developtools/packing_tool/
Dpackingtool.gni14 import("//build/config/python.gni")
15 import("//build/templates/metadata/module_info.gni")
24 script = "//developtools/packing_tool/build.py"
/developtools/integration_verification/tools/fotff/pkg/dayu200/
Ddayu200.go44 …4/clang-480513;rm -rf prebuilts/clang/ohos/linux-x86_64/clang-480513;bash build/prebuilts_download…
46 …& export CCACHE_SLOPPINESS="include_file_ctime" && ./build.sh --product-name rk3568 --ccache --bui…
/developtools/hiperf/test/unittest/resource/testdata/source/
Dbuild_elf_test.sh18 objcopy -R .note.gnu.build-id -R .note.gnu.property -R .note.ABI-tag ../elf_test_stripped ../elf_t…
24 objcopy -R .note.gnu.build-id -R .note.gnu.property -R .note.ABI-tag ../elf32_test_stripped ../elf…
/developtools/profiler/device/plugins/native_daemon/test/unittest/resource/testdata/source/
Dbuild_elf_test.sh19 objcopy -R .note.gnu.build-id -R .note.gnu.property -R .note.ABI-tag ../elf_test_stripped ../elf_t…
25 objcopy -R .note.gnu.build-id -R .note.gnu.property -R .note.ABI-tag ../elf32_test_stripped ../elf…

12345678910>>...16