| /developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/ |
| D | config.yaml | 74 bin: bin 88 bin: 109 bin: bin 125 bin: 138 bin: bin 151 bin: 196 bin: bin 209 bin:
|
| /developtools/hiperf/script/ |
| D | package.sh | 1 #!/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/ |
| D | CollectBinInfo.java | 25 * 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
|
| D | ConvertHapToBin.java | 22 * 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/ |
| D | repo_cases_matrix.csv | 2 …,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/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/ |
| D | path_config.ts | 32 export const ES2ABC_PATH: string = '/build/bin/es2abc'; 34 export const MERGERABC_PATH: string = '/build/bin/merge_abc'; 35 export const JS2ABC_PATH: string = '/build/bin/js2abc'; 36 export const AOTCOMPILER_PATH: string = '/build/bin/ark_aot_compiler'; 37 export const ARKROOT_PATH: string = 'bin/ark'; 63 export const ARKCONFIG_TS2ABC_PATH: string = 'bin/ark/build/legacy_api8/src/index.js';
|
| /developtools/profiler/device/plugins/ftrace_plugin/test/unittest/ |
| D | trace_ops_test.cpp | 52 EXPECT_STREQ(traceOps->GetCommand().c_str(), "/system/bin/hitrace"); 77 …traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "4567", TraceOps::TraceType::HITRACE); 83 … traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "4567", TraceOps::TraceType::UNKNOW); 86 …traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "hitrace", TraceOps::TraceType::UNKNO… 122 …traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "4567", TraceOps::TraceType::HITRACE); 130 … traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "4567", TraceOps::TraceType::UNKNOW); 134 …traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "hitrace", TraceOps::TraceType::UNKNO… 159 … traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "4567", TraceOps::TraceType::UNKNOW); 184 … traceOps = std::make_unique<TraceOps>("/system/bin/hitrace", "4567", TraceOps::TraceType::UNKNOW);
|
| D | process_utils_test.cpp | 32 "/bin/", in FindCmd() 33 "/system/bin/", in FindCmd() 34 "/vendor/bin/", in FindCmd()
|
| /developtools/profiler/device/ |
| D | format-code.sh | 1 #!/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/ace_ets2bundle/compiler/ |
| D | package.json | 13 …"build": "npm run generateKitConfigs && npm run generateDeclarations && ./node_modules/.bin/babel … 17 …"test:coverage": "npm run generateDeclarations && ./node_modules/.bin/babel ./src --out-dir lib --… 23 …"arkTest": "./node_modules/.bin/babel ./test/ark_compiler_ut --out-dir arkTest_build/ark_compiler_… 24 "coverage": "node_modules/nyc/bin/nyc.js npm run test:coverage",
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/ |
| D | HwBlockHead.java | 28 * 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/ |
| D | trace_file_writer_test.cpp | 32 std::string path = "trace.bin"; 64 path = "trace-write.bin"; 80 path = "trace-flush.bin"; 114 path = "trace-write-message.bin"; 132 path = "trace-write-test.bin"; 142 std::string testPath = "trace-write-bin";
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
| D | process_ark_config.ts | 58 let arkRootPath: string = path.join(__dirname, '..', '..', '..', '..', 'bin', 'ark'); 302 arkConfig.es2abcPath = path.join(arkPlatformPath, 'bin', 'es2abc.exe'); 304 arkConfig.mergeAbcPath = path.join(arkPlatformPath, 'bin', 'merge_abc.exe'); 305 arkConfig.js2abcPath = path.join(arkPlatformPath, 'bin', 'js2abc.exe'); 306 arkConfig.aotCompilerPath = path.join(arkPlatformPath, 'bin', 'ark_aot_compiler.exe'); 310 arkConfig.es2abcPath = path.join(arkPlatformPath, 'bin', 'es2abc'); 312 arkConfig.mergeAbcPath = path.join(arkPlatformPath, 'bin', 'merge_abc'); 313 arkConfig.js2abcPath = path.join(arkPlatformPath, 'bin', 'js2abc'); 314 arkConfig.aotCompilerPath = path.join(arkPlatformPath, 'bin', 'ark_aot_compiler');
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | genBin-plugin.js | 19 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/ |
| D | flash_fastboot.xml | 3 …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"/>
|
| D | usb-burn.xml | 3 …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"/>
|
| D | usb-burn-vfat.xml | 3 …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/ |
| D | usb-burn.xml | 3 …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"/>
|
| D | usb-burn-jffs2.xml | 3 …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/ |
| D | README.md | 74 bin: bin 86 bin:
|
| /developtools/ace_js2bundle/ace-loader/ |
| D | README.md | 22 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/profiler/device/etc/ |
| D | hiprofiler_daemon.cfg | 4 "path" : ["/system/bin/native_daemon"], 23 "path" : ["/system/bin/native_daemon", "sa"],
|
| /developtools/profiler/build/ |
| D | gcov.sh | 1 #!/bin/bash 21 $CLANG_DIR/bin/llvm-cov gcov $@
|
| /developtools/hdc/test/unittest/script/coverage/ |
| D | gcov.sh | 1 #!/bin/bash 21 $CLANG_DIR/bin/llvm-cov gcov $@
|
| /developtools/hiperf/test/unittest/script/coverage/ |
| D | gcov.sh | 1 #!/bin/bash 21 $CLANG_DIR/bin/llvm-cov gcov $@
|