| /developtools/smartperf_host/ide/src/trace/component/ |
| D | DisassemblingWindow.ts | 49 let binary = value[0]; 51 if (binary === '') { 58 lineStruct.binary = funcs[1]; 63 lineStruct.binary = value[0].trim(); 68 …this.maxBinSize = Math.max(this.ctx!.measureText(lineStruct.addr + lineStruct.binary).width, this.… 95 …span class="column0" style="width:${this.maxBinSize}px;">${struct!.addr} : ${struct!.binary}</span> 102 …span class="column0" style="width:${this.maxBinSize}px;">${struct!.addr} : ${struct!.binary}</span> 210 binary = ''; property in Disassembling
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/ |
| D | DisassemblingWindow.ts | 49 let binary = value[0]; 51 if (binary === '') { 58 lineStruct.binary = funcs[1]; 63 lineStruct.binary = value[0].trim(); 68 …this.maxBinSize = Math.max(this.ctx!.measureText(lineStruct.addr + lineStruct.binary).width, this.… 95 …span class="column0" style="width:${this.maxBinSize}px;">${struct!.addr} : ${struct!.binary}</span> 102 …span class="column0" style="width:${this.maxBinSize}px;">${struct!.addr} : ${struct!.binary}</span> 210 binary = ''; property in Disassembling
|
| /developtools/hiperf/script/ |
| D | recv_binary_cache.py | 123 for binary in self.binary_map: 125 if not binary.startswith('/') or \ 126 binary.startswith("/dev/" or binary == "//anon"): 129 binary_cache_file = binary[1:].replace('/', os.sep) 132 self.check_and_recv_binary(binary, local_cache_file) 134 def check_and_recv_binary(self, binary, local_cache_file): argument 138 req_build_id = self.binary_map[binary] 155 self.pull_file_from_device(binary, local_cache_file) 156 print('recv file to binary_cache: %s to %s' % (binary, 158 self.confirm_del_file(binary,local_cache_file)
|
| /developtools/hapsigner/ |
| D | README.md | 5 …binary tools (such as lldb-server) come from a known and approved source and have not been tampere… 7 … (CSR), or a certificate, and signing a profile, a Harmony Ability Package (HAP), or a binary tool. 10 … required. Currently, hapsigner supports code signing only for apps in hap format and binary tools. 40 …3. Check that **hap-sign-tool.jar** (binary files) is generated in the **./hap_sign_tool/build/lib… 65 In the following, the .jar package is the binary files built. 68 You can use commands to sign a profile and a HAP or binary tool. 91 2. Sign a HAP or binary tool. 99 sign-app: sign a HAP or binary tool 104 …ioning profile in p7b format. This parameter is mandatory for a HAP and optional for a binary tool. 106 …igned. The value can be zip, elf, or bin. It is zip for a HAP, elf for a binary tool, and bin for … [all …]
|
| /developtools/hiperf/include/ |
| D | elf_parser.h | 83 std::ofstream ofs {fileName, std::ios::binary}; in DumpEhdrBuf() 121 std::ofstream ofs {fileName, std::ios::binary}; in DumpPhdrBuf() 166 std::ofstream ofs {fileName, std::ios::binary}; in DumpShdrBuf() 202 std::ofstream ofs {fileName, std::ios::binary}; in DumpSymBuf()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | elf_parser.h | 93 std::ofstream ofs {fileName, std::ios::binary}; in DumpEhdrBuf() 131 std::ofstream ofs {fileName, std::ios::binary}; in DumpPhdrBuf() 176 std::ofstream ofs {fileName, std::ios::binary}; in DumpShdrBuf() 212 std::ofstream ofs {fileName, std::ios::binary}; in DumpSymBuf()
|
| /developtools/integration_verification/tools/fotff/ |
| D | .gitignore | 18 # Test binary, built with `go test -c`
|
| /developtools/global_resource_tool/src/ |
| D | header.cpp | 54 ofstream out(outputPath_, ofstream::out | ofstream::binary); in Create()
|
| D | file_entry.cpp | 153 ifstream in(src, ios::binary); in CopyFileInner() 154 ofstream out(dst, ios::binary); in CopyFileInner()
|
| D | resource_table.cpp | 103 ifstream in(path, ios::binary); in LoadResTable() 169 ofstream out(idDefinedPath_, ofstream::out | ofstream::binary); in CreateIdDefined() 198 ofstream out(indexFilePath_, ofstream::out | ofstream::binary); in SaveToResouorceIndex()
|
| D | resource_util.cpp | 75 ifstream ifs(FileEntry::AdaptLongPath(path), ios::binary); in OpenJsonFile() 101 ofstream out(FileEntry::AdaptLongPath(path), ofstream::out | ofstream::binary); in SaveToJsonFile()
|
| D | resource_append.cpp | 338 ofstream out(outputPath, ofstream::out | ofstream::binary); in WriteFileInner() 383 ifstream in(filePath, ifstream::in | ifstream::binary); in LoadResourceItem()
|
| /developtools/syscap_codec/ |
| D | README.md | 42 syscap_tool binary building steps as follow: 44 1. Build commands:SysCap tools binary building and installation will be tiggered by SDK compiling p… 48 Note: Ubuntu host only avaiable for windows/linux building, MacOs binary should building on MacOs h…
|
| /developtools/profiler/device/services/profiler_service/src/ |
| D | trace_file_reader.cpp | 42 stream_.open(path, std::ios_base::in | std::ios_base::binary); in Open()
|
| D | trace_file_writer.cpp | 118 stream_.open(path_, std::ios_base::out | std::ios_base::binary); in WriteHeader()
|
| D | profiler_service.cpp | 394 fsFile.open(outputFile, std::ios_base::in | std::ios_base::binary); in MergeStandaloneFile() 401 fsTarget.open(resultFile, std::ios_base::in | std::ios_base::out | std::ios_base::binary); in MergeStandaloneFile()
|
| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| D | trace_file_writer_test.cpp | 89 std::ifstream fin(path, std::ios_base::in | std::ios_base::binary);
|
| /developtools/hiperf/src/ |
| D | report_protobuf_file.cpp | 77 std::fstream::out | std::fstream::trunc | std::fstream::binary); in Create() 252 protobufFileStream_->open(resolvedPath.c_str(), std::fstream::in | std::fstream::binary); in Dump()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/ |
| D | IDataSet.ets | 80 * Returns the first Entry object found at the given x-value with binary 98 * Returns the first Entry object found at the given x-value with binary 113 * Returns all Entry objects found at the given x-value with binary 132 * Returns the first Entry index found at the given x-value with binary
|
| /developtools/packing_tool/adapter/ohos/ |
| D | README | 66 --out-path not null target hap binary path,must end with .hap. 85 --out-path not null target har binary path, must end with .har. 99 --out-path not null target app binary path,must end with .app.
|
| /developtools/hiperf/ |
| D | README.md | 56 | Build only the binary executable files of the current device platform. | --build-target hiperf… 80 │ ├── bin # All binary files
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 7246 trace_print_func binary; member
|