| /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 __anon3738471d0702() 64 functionStr = kernelSymbols[msg.function()]; in __anon3738471d0702() 71 "workqueue_execute_start: work struct %p: function %p", msg.work(), msg.function()); in __anon3738471d0702() 89 if (kernelSymbols.count(msg.function()) > 0) { in __anon3738471d0902() 90 functionStr = kernelSymbols[msg.function()]; in __anon3738471d0902() 99 msg.function(), msg.workqueue(), msg.req_cpu(), msg.cpu()); in __anon3738471d0902()
|
| D | ftrace_timer_event_formatter.cpp | 48 if (kernelSymbols.count(msg.function()) > 0) { in __anon65d06c560502() 49 functionStr = kernelSymbols[msg.function()]; in __anon65d06c560502() 57 … "hrtimer_expire_entry: hrtimer=%p function=%p now=%" PRIu64 "", msg.hrtimer(), msg.function(), in __anon65d06c560502() 110 if (kernelSymbols.count(msg.function()) > 0) { in __anon65d06c560b02() 111 functionStr = kernelSymbols[msg.function()]; in __anon65d06c560b02() 125 msg.hrtimer(), msg.function(), msg.expires(), msg.softexpires(), in __anon65d06c560b02() 189 if (kernelSymbols.count(msg.function()) > 0) { in __anon65d06c561302() 190 functionStr = kernelSymbols[msg.function()]; in __anon65d06c561302() 198 …timer_expire_entry: timer=%p function=%p now=%" PRIu64 "", msg.timer(), msg.function(), msg.now()); in __anon65d06c561302() 242 if (kernelSymbols.count(msg.function()) > 0) { in __anon65d06c561902() [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/device/base/include/ |
| D | schedule_task_manager.h | 47 …int32_t ScheduleTask(const std::function<void(void)>& callback, const uint64_t interval, bool once… 61 void HandleSingleTask(int32_t fd, std::function<void(void)> callback); 67 std::unordered_map<int32_t, std::function<void(void)>> tasks_;
|
| D | epoll_event_poller.h | 33 using OnReadableCallback = std::function<void(void)>; 34 using OnWritableCallback = std::function<void(void)>;
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/ |
| D | README_zh.md | 21 mocha.beforeEach(function () { 29 mocha.it('1-1: build debug, getBuildModeInLowerCase', function () { 56 mocha.beforeEach(function () { 64 mocha.it('1-1: build debug, generateEs2AbcCmdForHotfix', function () {
|
| /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/smartperf_host/trace_streamer/src/rpc/ |
| D | rpc_server.h | 27 using ResultCallBack = std::function<void(const std::string /* result */, int32_t)>; 28 using ExportDatabaseCallback = std::function<void(const std::string /* result */, int32_t)>; 29 using ParseELFFileCallBack = std::function<void(const std::string, int32_t)>; 30 using SendDataCallBack = std::function<void(const char*, int32_t, int32_t)>; 31 using SplitFileCallBack = std::function<void(const std::string /* result */, int32_t, int32_t)>;
|
| /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/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/floatwindow/utils/ |
| D | FloatWindowUtils.ets | 26 export function initFloatWindow() { 39 export function createFloatWindow(floatName:string) { 165 export function destoryAllFloatWindow() { 177 export function destroyFloatWindow(floatName:string) { 186 export function hideFloatWindow(floatName:string) { 193 export function showFloatWindow(floatName:string) { 200 export function moveFloatWindow(floatName:string,offsetX: number, offsetY: number) { 209 export function setFloatWindow(offsetX: number, offsetY: number) {
|
| /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/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
|
| D | workqueue.proto | 34 uint64 function = 2; field 40 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/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
|
| D | workqueue.proto | 34 uint64 function = 2; field 40 uint64 function = 2; field
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/ |
| D | demo_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/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/global_resource_tool/src/ |
| D | resource_directory.cpp | 26 bool ResourceDirectory::ScanResources(const string &resourcesDir, function<bool(const DirectoryInfo… in ScanResources() 57 function<bool(const DirectoryInfo&)> callback) const in ScanResourceLimitKeyDir()
|
| /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 }
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/ |
| D | sdk_data_parser.h | 35 using TraceRangeCallbackFunction = std::function<void(const std::string)>; 36 …using QueryResultCallbackFunction = std::function<void(const std::string /* result */, int32_t, in…
|
| /developtools/profiler/device/base/src/ |
| D | schedule_task_manager.cpp | 63 int32_t ScheduleTaskManager::ScheduleTask(const std::function<void(void)>& callback, const uint64_t… in ScheduleTask() 71 std::function<void(void)> func; in ScheduleTask() 153 void ScheduleTaskManager::HandleSingleTask(int32_t fd, std::function<void(void)> callback) in HandleSingleTask()
|