Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 22 of 22) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/
DDisassemblingWindow.ts49 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/
DDisassemblingWindow.ts49 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/
Drecv_binary_cache.py123 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/
DREADME.md5binary 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/
Delf_parser.h83 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/
Delf_parser.h93 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.gitignore18 # Test binary, built with `go test -c`
/developtools/global_resource_tool/src/
Dheader.cpp54 ofstream out(outputPath_, ofstream::out | ofstream::binary); in Create()
Dfile_entry.cpp153 ifstream in(src, ios::binary); in CopyFileInner()
154 ofstream out(dst, ios::binary); in CopyFileInner()
Dresource_table.cpp103 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()
Dresource_util.cpp75 ifstream ifs(FileEntry::AdaptLongPath(path), ios::binary); in OpenJsonFile()
101 ofstream out(FileEntry::AdaptLongPath(path), ofstream::out | ofstream::binary); in SaveToJsonFile()
Dresource_append.cpp338 ofstream out(outputPath, ofstream::out | ofstream::binary); in WriteFileInner()
383 ifstream in(filePath, ifstream::in | ifstream::binary); in LoadResourceItem()
/developtools/syscap_codec/
DREADME.md42 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/
Dtrace_file_reader.cpp42 stream_.open(path, std::ios_base::in | std::ios_base::binary); in Open()
Dtrace_file_writer.cpp118 stream_.open(path_, std::ios_base::out | std::ios_base::binary); in WriteHeader()
Dprofiler_service.cpp394 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/
Dtrace_file_writer_test.cpp89 std::ifstream fin(path, std::ios_base::in | std::ios_base::binary);
/developtools/hiperf/src/
Dreport_protobuf_file.cpp77 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/
DIDataSet.ets80 * 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/
DREADME66 --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/
DREADME.md56 | Build only the binary executable files of the current device platform. | --build-target hiperf…
80 │   ├── bin # All binary files
/developtools/profiler/hiebpf/include/
Dvmlinux.h7246 trace_print_func binary; member