/developtools/packing_tool/adapter/ohos/ |
D | ShowHelp.java | 135 log.info(System.lineSeparator() + "STAT DUPLICATE USAGE:" + System.lineSeparator() + in scanHelp() 136 … "java -jar app_check_tool.jar --input [options] --out-path [option]" + System.lineSeparator() + in scanHelp() 137 "--stat-duplicate [option]" + System.lineSeparator() + in scanHelp() 138 "OPTIONS:" + System.lineSeparator() + in scanHelp() 139 … " --input not null must be hap or hsp or app." + System.lineSeparator() + in scanHelp() 140 " --out-path not null must be folder." + System.lineSeparator() + in scanHelp() 141 " --stat-duplicate not null must be true or false." + System.lineSeparator() + in scanHelp() 142 " if true, count duplicate files." + System.lineSeparator() + in scanHelp() 144 + System.lineSeparator() + in scanHelp() 145 "STAT FILE SIZE USAGE:" + System.lineSeparator() + in scanHelp() [all …]
|
D | ScanEntrance.java | 43 System.exit(EXIT_STATUS_EXCEPTION); in main() 49 System.exit(EXIT_STATUS_EXCEPTION); in main() 56 System.exit(EXIT_STATUS_EXCEPTION); in main() 59 System.exit(EXIT_STATUS_NORMAL); in main()
|
D | CompressEntrance.java | 102 System.exit(EXIT_STATUS_EXCEPTION); in main() 108 System.exit(EXIT_STATUS_EXCEPTION); in main() 115 System.exit(EXIT_STATUS_EXCEPTION); in main() 123 System.exit(EXIT_STATUS_EXCEPTION); in main() 127 System.exit(EXIT_STATUS_NORMAL); in main()
|
D | UncompressEntrance.java | 446 System.exit(EXIT_STATUS_EXCEPTION); in main() 452 System.exit(EXIT_STATUS_EXCEPTION); in main() 458 System.exit(EXIT_STATUS_EXCEPTION); in main() 461 System.exit(EXIT_STATUS_NORMAL); in main()
|
D | PackFormatter.java | 43 builder.append(System.lineSeparator()); in format()
|
D | Scan.java | 106 templateHtml = templateHtml.replace(HTML_BR, System.lineSeparator()); in scanExecute() 108 String currentDir = System.getProperty(USER_DIR); in scanExecute()
|
D | BinaryTool.java | 64 boolean isWindows = System.getProperty("os.name").toLowerCase().startsWith("win"); in generateBinaryFile()
|
/developtools/smartperf_host/ide/src/doc/md/ |
D | quickstart_ability_monitor.md | 34 - CPU System Load:CPU在内核空间运行的使用率。 77 框选 CPU Total Load,CPU User Load,CPU System Load 三个区域的泳道图,会展示 System CPU Summary 的 Tab 页。 85 框选 MemoryTotal,Cached,SwapTota 三个区域的泳道图,会展示 System Memory Summary 的 Tab 页。 108 …sk Bytes Written/Sec,Disk Read Ops/Sec,Disk Written Ops/Sec 四个区域的泳道图,会展示 System Disk Summary 的 Tab… 120 …ytes Out/Sec,Network Packets In/Sec,Network Packets Out/Sec 四个区域的泳道图,会展示 System Network Summary 的 …
|
D | quickstart_memory_template.md | 19 Ability Monitor 泳道图分为 MemoryTotal,Cached,SwapTotal,System Purgeable Total,System Purgeable Pin,DMA,… 24 System Purgeable Total 泳道图点选功能。 31 System Purgeable Total 泳道图框选功能。 37 System Purgeable Pin 泳道图点选功能。 42 System Purgeable Pin 泳道图框选功能。
|
D | quickstart_hisystemevent.md | 29 - System Event泳道: 以条状图显示,红色代表后台任务(WORKSCHEDULER),黄色代表应用锁(POWER),蓝色代表GPS定位(LOCATION)。 42 System Details 的 Tab 页如图:
|
D | quickstart_page_fault.md | 73 - Hide System so:隐藏系统库文件。
|
D | quickstart_bio.md | 73 - Hide System so:隐藏系统库文件 。
|
D | quickstart_filesystem.md | 103 - Hide System so:隐藏系统库文件。
|
D | quickstart_hiperf.md | 71 - Hide System so:隐藏系统库文件。
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
D | Zip.java | 78 long start = System.currentTimeMillis(); in Zip() 82 long eocdEnd = System.currentTimeMillis(); in Zip() 86 long cdEnd = System.currentTimeMillis(); in Zip() 94 long entryEnd = System.currentTimeMillis(); in Zip()
|
/developtools/hiperf/test/unittest/resource/testdata/ |
D | ehdr_from_readelf_32 | 6 OS/ABI: UNIX - System V
|
D | ehdr_from_readelf_64 | 6 OS/ABI: UNIX - System V
|
/developtools/profiler/device/plugins/native_daemon/test/unittest/resource/testdata/ |
D | ehdr_from_readelf_32 | 6 OS/ABI: UNIX - System V
|
D | ehdr_from_readelf_64 | 6 OS/ABI: UNIX - System V
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
D | ByteArrayUtils.java | 93 System.arraycopy(src, 0, des, start, srcLen); in insertByteToByteArray()
|
/developtools/integration_verification/tools/deps_guard/rules/NO-Depends-On-SA/ |
D | README.md | 7 SA模块是指System Ability对应的动态库模块,一般都在/system/profile/下描述,示例如下:
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/ |
D | LocalJKSSignProvider.java | 82 LOGGER.error("file is invalid: " + publicCertsFile + System.lineSeparator(), e); in checkPublicKeyPath()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/ |
D | ElfSignBlock.java | 83 …System.arraycopy(inMerkleTreeData, 0, merkleTreeWithPadding, paddingSize, inMerkleTreeData.length); in ElfSignBlock()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/ |
D | VerifyElf.java | 157 writer.write(cert.getSubjectDN().toString() + System.lineSeparator()); in writeCertificate() 299 System.arraycopy(bytes, offset, output, 0, length); in readByteArrayOffset()
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/ |
D | Provision.java | 86 public static final String NEWLINE_CHARACTER = System.lineSeparator();
|