Home
last modified time | relevance | path

Searched refs:final (Results 1 – 15 of 15) sorted by relevance

/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/
DSystemUtils.ets57 let final: Array<number> = new Array(...arr);
59 for (let i = 0; i < final.length; i++) {
61 for (let j = 0; j < final.length - i - 1; j++) {
63 if (final[j] > final[j + 1]) {
64 let temp = final[j + 1];
65 final[j + 1] = final[j];
66 final[j] = temp;
75 return final;
/developtools/profiler/device/services/ipc/include/
Dunix_socket_client.h22 class UnixSocketClient final : public SocketContext {
Dclient_connection.h23 class ClientConnection final : public SocketContext {
/developtools/profiler/device/services/shared_memory/test/unittest/
Dshared_memory_allocator_test.cpp34 class PluginServiceTest final : public IPluginServiceServer {
45 class PluginClientTest final : public IPluginServiceClient {
/developtools/smartperf_host/trace_streamer/
Dcommit.md18 ```clang-format version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)```
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service_impl.h26 class PluginServiceImpl final : public IPluginServiceServer {
/developtools/profiler/device/plugins/api/src/
Dcommand_poller.h32 class CommandPoller final : public IPluginServiceClient {
/developtools/profiler/device/services/plugin_service/test/moduletest/
Dplugin_service_test.cpp26 class PluginClient final : public IPluginServiceClient {
/developtools/smartperf_host/ide/src/trace/database/
DTraceWorker.ts411 let final = new Uint8Array(frontData.length + freeData.length); variable
412 final.set(frontData);
413 final.set(freeData, frontData.length);
415 while (wrSize < final.length) {
416 const sliceLen = Math.min(final.length - wrSize, REQ_BUF_SIZE);
417 const dataSlice = final.subarray(wrSize, wrSize + sliceLen);
420 r2 = Module._TraceStreamerParseDataEx(sliceLen, wrSize === final.length ? 1 : 0);
/developtools/smartperf_host/trace_streamer/prebuilts/patch_hiperf/
Dunique_fd.h48 class UniqueFdAddDeletor final {
/developtools/profiler/device/plugins/api/test/unittest/
Dcommand_poller_test.cpp29 class PluginManagerStub final : public ManagerInterface {
/developtools/profiler/device/services/plugin_service/test/unittest/
Dplugin_service_test.cpp37 class PluginClientTest final : public IPluginServiceClient {
/developtools/packing_tool/
DREADME_zh.md104 …packing_tool.jar --mode multiApp --hap-list 1.hap,2.hap --app-list 1.app,2.app --out-path final.app
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_test.cpp16 #define final // disable final keyword macro
/developtools/profiler/hiebpf/include/
Dvmlinux.h42827 int (*final)(struct shash_desc *, u8 *); member
43137 int (*final)(struct ahash_request *); member
59467 int (*final)(struct ahash_request *); member