| /developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/ |
| D | ftrace_workqueue_event_formatter.cpp | 63 if (kernelSymbols.count(msg.function()) > 0) { in __anon0aada6fb0702() 64 functionStr = kernelSymbols[msg.function()]; in __anon0aada6fb0702() 71 "workqueue_execute_start: work struct %p: function %p", msg.work(), msg.function()); in __anon0aada6fb0702() 89 if (kernelSymbols.count(msg.function()) > 0) { in __anon0aada6fb0902() 90 functionStr = kernelSymbols[msg.function()]; in __anon0aada6fb0902() 99 msg.function(), msg.workqueue(), msg.req_cpu(), msg.cpu()); in __anon0aada6fb0902()
|
| D | ftrace_timer_event_formatter.cpp | 48 if (kernelSymbols.count(msg.function()) > 0) { in __anonac848d340502() 49 functionStr = kernelSymbols[msg.function()]; in __anonac848d340502() 57 … "hrtimer_expire_entry: hrtimer=%p function=%p now=%" PRIu64 "", msg.hrtimer(), msg.function(), in __anonac848d340502() 110 if (kernelSymbols.count(msg.function()) > 0) { in __anonac848d340b02() 111 functionStr = kernelSymbols[msg.function()]; in __anonac848d340b02() 125 msg.hrtimer(), msg.function(), msg.expires(), msg.softexpires(), in __anonac848d340b02() 189 if (kernelSymbols.count(msg.function()) > 0) { in __anonac848d341302() 190 functionStr = kernelSymbols[msg.function()]; in __anonac848d341302() 198 …timer_expire_entry: timer=%p function=%p now=%" PRIu64 "", msg.timer(), msg.function(), msg.now()); in __anonac848d341302() 242 if (kernelSymbols.count(msg.function()) > 0) { in __anonac848d341902() [all …]
|
| /developtools/hdc/src/common/ |
| D | file_descriptor.h | 31 using CmdResultCallback = std::function<bool(const void *, const bool, const string)>; 33 using CallBackWhenRead = std::function<bool(const void *, uint8_t *, const int)>; 42 void StopWorkOnThread(bool tryCloseFdIo, std::function<void()> closeFdCallback); 49 std::function<void()> callbackCloseFd;
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/base/ |
| D | BaseProfilerUtils.ets | 25 export function createGPData(moduleType: string, values: Map<String, String>): GPData { 31 export function isAccess(path: string):boolean{ 48 export function fileOpen(path: string): String { 79 export function travelFile(path: string, regexp: string): Array<String> { 118 function lastIndex(str) { 133 export function sleep(numberMillis) { 145 export function extractNumber(originStr) {
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/floatwindow/utils/ |
| D | FloatWindowUtils.ets | 26 export function initFloatWindow() { 37 export function createFloatWindow(floatName:string) { 156 export function destoryAllFloatWindow() { 167 export function destroyFloatWindow(floatName:string) { 176 export function hideFloatWindow(floatName:string) { 183 export function showFloatWindow(floatName:string) { 190 export function moveFloatWindow(floatName:string,offsetX: number, offsetY: number) { 199 export function setFloatWindow(offsetX: number, offsetY: number) {
|
| /developtools/global_resource_tool/include/ |
| D | resource_directory.h | 31 …bool ScanResources(const std::string &resourcesDir, std::function<bool(const DirectoryInfo&)> call… 34 std::function<bool(const DirectoryInfo&)> callback) const;
|
| D | header.h | 33 using HandleHeaderTail = std::function<void(std::stringstream&)>; 34 using HandleBody = std::function<void(std::stringstream&, const IdWorker::ResourceId&)>;
|
| D | cmd_list.h | 30 using HandleBack = std::function<uint32_t(int c, const std::string &argValue)>; 34 using HandleFileListValue = std::function<uint32_t()>;
|
| /developtools/profiler/device/base/include/ |
| D | schedule_task_manager.h | 39 const std::function<void(void)>& callback, 43 const std::function<void(void)>& callback, 60 std::function<void(void)> callback;
|
| D | epoll_event_poller.h | 33 using OnReadableCallback = std::function<void(void)>; 34 using OnWritableCallback = std::function<void(void)>;
|
| /developtools/profiler/host/smartperf/trace_streamer/src/rpc/ |
| D | rpc_server.h | 26 using ResultCallBack = std::function<void(const std::string /* result */, int32_t)>; 27 using ParseELFFileCallBack = std::function<void(const std::string, int32_t)>; 28 using SendDataCallBack = std::function<void(const char*, int32_t, int32_t)>;
|
| /developtools/smartperf_host/trace_streamer/src/rpc/ |
| D | rpc_server.h | 26 using ResultCallBack = std::function<void(const std::string /* result */, int32_t)>; 27 using ParseELFFileCallBack = std::function<void(const std::string, int32_t)>; 28 using SendDataCallBack = std::function<void(const char*, int32_t, int32_t)>;
|
| /developtools/ace_js2bundle/ace-loader/test/card/testError/pages/transition/ |
| D | transition.css | 4 shared-transition-timing-function: friction; 21 transition-timing-function: friction
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
| D | timer.proto | 30 uint64 function = 3; field 48 uint64 function = 2; field 80 uint64 function = 3; field 96 uint64 function = 2; field
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/ |
| D | timer.proto | 30 uint64 function = 3; field 48 uint64 function = 2; field 80 uint64 function = 3; field 96 uint64 function = 2; field
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/ |
| D | timer.proto | 30 uint64 function = 3; field 48 uint64 function = 2; field 80 uint64 function = 3; field 96 uint64 function = 2; field
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
| D | timer.proto | 30 uint64 function = 3; field 48 uint64 function = 2; field 80 uint64 function = 3; field 96 uint64 function = 2; field
|
| /developtools/profiler/protos/types/plugins/ftrace_data/default/ |
| D | timer.proto | 30 uint64 function = 3; field 48 uint64 function = 2; field 80 uint64 function = 3; field 96 uint64 function = 2; field
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/ |
| D | rpc_server.h | 27 using ResultCallBack = std::function<void(const std::string /* result */, int32_t, int32_t)>; 28 using TraceRangeCallbackFunction = std::function<void(const std::string)>;
|
| /developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/rpc/ |
| D | rpc_server.h | 27 using ResultCallBack = std::function<void(const std::string /* result */, int32_t, int32_t)>; 28 using TraceRangeCallbackFunction = std::function<void(const std::string)>;
|
| /developtools/global_resource_tool/src/ |
| D | resource_directory.cpp | 25 bool ResourceDirectory::ScanResources(const string &resourcesDir, function<bool(const DirectoryInfo… in ScanResources() 56 function<bool(const DirectoryInfo&)> callback) const in ScanResourceLimitKeyDir()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/ |
| D | SystemUtils.ets | 20 export function getCpuCoreInfo(): Array<String> { 44 export function getPidOfAbility(processName: string): Promise<String> { 56 export function bubbleSort(arr: Array<number>): Array<number> {
|
| /developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/exteriorStyle/ |
| D | exteriorStyle.css | 41 animation-timing-function: linear; 45 animation-timing-function: steps(9, start); 258 /* simple animation test: @keyframes duration | easing-function | delay | 264 /* simple animation test: @keyframes name | duration | easing-function | delay */
|
| /developtools/profiler/host/smartperf/trace_streamer/ |
| D | .clang-tidy | 51 - { key: readability-function-size.LineThreshold, value: 50 } 53 - { key: readability-function-size.ParameterThreshold, value: 5 } 54 - { key: readability-function-size.NestingThreshold, value: 4 }
|
| /developtools/smartperf_host/trace_streamer/ |
| D | .clang-tidy | 51 - { key: readability-function-size.LineThreshold, value: 50 } 53 - { key: readability-function-size.ParameterThreshold, value: 5 } 54 - { key: readability-function-size.NestingThreshold, value: 4 }
|