Home
last modified time | relevance | path

Searched full:bin (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Dconfig.yaml74 bin: bin
88 bin:
109 bin: bin
125 bin:
138 bin: bin
151 bin:
196 bin: bin
209 bin:
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dpath_config.ts34 export const ES2ABC_PATH: string = '/build/bin/es2abc';
36 export const MERGERABC_PATH: string = '/build/bin/merge_abc';
37 export const JS2ABC_PATH: string = '/build/bin/js2abc';
38 export const AOTCOMPILER_PATH: string = '/build/bin/ark_aot_compiler';
39 export const WIN_ES2ABC_PATH: string = '/build-win/bin/es2abc.exe';
41 export const WIN_MERGERABC_PATH: string = '/build-win/bin/merge_abc.exe';
42 export const WIN_JS2ABC_PATH: string = '/build-win/bin/js2abc.exe';
43 export const WIN_AOTCOMPILER_PATH: string = '/build-win/bin/ark_aot_compiler.exe';
44 export const MAC_ES2ABC_PATH: string = '/build-mac/bin/es2abc';
46 export const MAC_MERGERABC_PATH: string = '/build-mac/bin/merge_abc';
[all …]
/developtools/hiperf/script/
Dpackage.sh1 #!/bin/bash
38 # bin
40 HOST_LINUX_OUT_PATH=$HOST_OUT/bin/linux/x86_64
44 HOST_WINDOWS_OUT_PATH=$HOST_OUT/bin/windows/x86_64
48 OHOS_ARM_OUT_PATH=$HOST_OUT/bin/ohos/arm
/developtools/packing_tool/adapter/ohos/
DCollectBinInfo.java25 * bin file to hap tool main class.
33 private static final String BIN_PATH = "--bin-path";
42 * get versionCode from bin file
44 * @param binPath: bin path
89 * read bin file header
91 * @param binStream: bin randAccessFileStream
113 * read bin file data
116 * @param binStream: bin randAccessFileStream
DConvertHapToBin.java22 * hap package to bin package tool main class.
27 private static final String BIN_PATH = "--bin-path";
37 * @param binPath: bin path
56 LOG.error("create bin file failed!"); in packHapTobin()
68 * @param binPath: bin path
83 LOG.error("create bin file failed!"); in packProjectTobin()
/developtools/integration_verification/cases/smoke/
Drepo_cases_matrix.csv2 …,N,N,ability_test_pageAbilityTest_lv0.bin,ability_test_pageAbilityTest_lv0.bin,ability_test_pageAb…
56 …,N,N,Y,N,Y,Y,Y,Y,N,N,Y,Y,Y,Y,N,N,N,N,N,N,N,N,N,Y,Y,N,N,N,N,Y,N,N,N,N,N,,"js_frameworks_tdd_door.bin
57 js_frameworks_test_arc.bin
58 js_frameworks_test_cache_manager.bin
59 js_frameworks_test_console.bin
60 js_frameworks_test_data_binding.bin
61 js_frameworks_test_date_time.bin
62 js_frameworks_test_dfx.bin
63 js_frameworks_test_dialog.bin
64 js_frameworks_test_div.bin
[all …]
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dtrace_ops_test.cpp51 EXPECT_STREQ(traceOps->GetCommand().c_str(), "/system/bin/hitrace");
76 …traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "4567", TraceOps::TraceType::HITRACE);
82 … traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "4567", TraceOps::TraceType::UNKNOW);
85 …traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "hitrace", TraceOps::TraceType::UNKNO…
121 …traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "4567", TraceOps::TraceType::HITRACE);
129 … traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "4567", TraceOps::TraceType::UNKNOW);
133 …traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "hitrace", TraceOps::TraceType::UNKNO…
158 … traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "4567", TraceOps::TraceType::UNKNOW);
183 … traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "4567", TraceOps::TraceType::UNKNOW);
Dprocess_utils_test.cpp31 "/bin/", in FindCmd()
32 "/system/bin/", in FindCmd()
33 "/vendor/bin/", in FindCmd()
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dprocess_ark_config.ts66 let arkRootPath: string = path.join(__dirname, '..', '..', '..', '..', 'bin', 'ark');
266 arkConfig.es2abcPath = path.join(arkPlatformPath, 'bin', 'es2abc.exe');
268 arkConfig.mergeAbcPath = path.join(arkPlatformPath, 'bin', 'merge_abc.exe');
269 arkConfig.js2abcPath = path.join(arkPlatformPath, 'bin', 'js2abc.exe');
270 arkConfig.aotCompilerPath = path.join(arkPlatformPath, 'bin', 'ark_aot_compiler.exe');
274 arkConfig.es2abcPath = path.join(arkPlatformPath, 'bin', 'es2abc');
276 arkConfig.mergeAbcPath = path.join(arkPlatformPath, 'bin', 'merge_abc');
277 arkConfig.js2abcPath = path.join(arkPlatformPath, 'bin', 'js2abc');
278 arkConfig.aotCompilerPath = path.join(arkPlatformPath, 'bin', 'ark_aot_compiler');
282 arkConfig.es2abcPath = path.join(arkPlatformPath, 'bin', 'es2abc');
/developtools/profiler/device/
Dformat-code.sh1 #!/bin/bash
21 CLANG_DIR=$TOP/prebuilts/clang/ohos/linux-x86_64/llvm/bin
22 GN_DIR=$TOP/prebuilts/build-tools/linux-x86/bin
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DHwBlockHead.java28 * bin file sign block length is 8 byte
44 * get bin block length
46 * @return return bin block length
62 * get serialization of file type bin BlockHead
/developtools/profiler/device/services/profiler_service/test/unittest/
Dtrace_file_writer_test.cpp31 std::string path = "trace.bin";
63 path = "trace-write.bin";
79 path = "trace-flush.bin";
113 path = "trace-write-message.bin";
131 path = "trace-write-test.bin";
141 std::string testPath = "trace-write-bin";
/developtools/ace_ets2bundle/compiler/
Dpackage.json13 …"build": "npm run generateDeclarations && ./node_modules/.bin/babel ./src --out-dir lib --extensio…
17 …"test:coverage": "npm run generateDeclarations && ./node_modules/.bin/babel ./src --out-dir lib --…
23 …"arkTest": "npm run generateKitConfigs && ./node_modules/.bin/babel ./test/ark_compiler_ut --out-d…
24 "coverage": "node_modules/nyc/bin/nyc.js npm run test:coverage",
/developtools/ace_js2bundle/ace-loader/src/
DgenBin-plugin.js19 const qjsc = path.join(__dirname, '..', 'bin', 'qjsc')
39 const lastFileEXT = '.bin'
81 …console.error('\u001b[31m', `Failed to convert file ${jsBundleFile} to bin. ${output} is lost`, '\…
98 console.error('\u001b[31m', `Failed to convert file ${inputPath} to bin`, '\u001b[39m')
104 …console.error('\u001b[31m', `Failed to convert file ${inputPath} to bin. ${inputPath} is lost`, '\…
/developtools/integration_verification/DeployDevice/resource/L1/dv300/
Dusb-burn.xml3 …ystem="none" Start="0" Length="1M" SelectFile="D:\version_L1dv300\version\u-boot-hi3516dv300.bin"/>
4 …" FileSystem="none" Start="1M" Length="9M" SelectFile="D:\version_L1dv300\version\OHOS_Image.bin"/>
Dusb-burn-vfat.xml3 …ystem="none" Start="0" Length="1M" SelectFile="D:\version_L1dv300\version\u-boot-hi3516dv300.bin"/>
4 …" FileSystem="none" Start="1M" Length="9M" SelectFile="D:\version_L1dv300\version\OHOS_Image.bin"/>
Dflash_fastboot.xml3 …ystem="none" Start="0" Length="1M" SelectFile="D:\version_L1dv300\version\u-boot-hi3516dv300.bin"/>
4 …" FileSystem="none" Start="1M" Length="9M" SelectFile="D:\version_L1dv300\version\OHOS_Image.bin"/>
/developtools/integration_verification/DeployDevice/resource/L1/ev300/
Dusb-burn.xml3 …spi" FileSystem="none" Start="0" Length="1M" SelectFile="D:\zmtest\newimg\u-boot-hi3518ev300.bin"/>
4 …hType="spi" FileSystem="none" Start="1M" Length="5M" SelectFile="D:\zmtest\newimg\OHOS_Image.bin"/>
Dusb-burn-jffs2.xml3 …spi" FileSystem="none" Start="0" Length="1M" SelectFile="D:\zmtest\newimg\u-boot-hi3518ev300.bin"/>
4 …hType="spi" FileSystem="none" Start="1M" Length="5M" SelectFile="D:\zmtest\newimg\OHOS_Image.bin"/>
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/
DREADME.md74 bin: bin
86 bin:
/developtools/ace_js2bundle/ace-loader/
DREADME.md22 Step 3. node ./node_modules/webpack/bin/webpack.js --config webpack.rich.config.js
27 Step 3. node ./node_modules/webpack/bin/webpack.js --config webpack.rich.config.js
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/entity/
DInForm.java26 BIN("bin"); enumConstant
/developtools/profiler/device/etc/
Dhiprofiler_daemon.cfg4 "path" : ["/system/bin/native_daemon"],
24 "path" : ["/system/bin/native_daemon", "sa"],
/developtools/profiler/build/
Dgcov.sh1 #!/bin/bash
21 $CLANG_DIR/bin/llvm-cov gcov $@
/developtools/hdc/test/unittest/script/coverage/
Dgcov.sh1 #!/bin/bash
21 $CLANG_DIR/bin/llvm-cov gcov $@

12345678910>>...12