/developtools/ace_js2bundle/ace-loader/src/lite/ |
D | lite-transform-template.js | 398 let func = value.toString(); 407 func = func.replace(itRE, parameter); 410 func = func.replace(/this\./g, '_vm.'); 412 func = cacheI18nTranslation(func); 413 return func; 447 function handleLangMulti(i18nExpressions, cachedI18nExpressions, funcExpression, func) { argument 448 let res = func; 494 function cacheI18nTranslation(func) { argument 495 if (!REGXP_LANGUAGE.test(func)) { 496 return func; [all …]
|
/developtools/profiler/device/plugins/ftrace_plugin/include/ |
D | sub_event_parser.h | 39 ParseFunction func; member 64 parseEventCtx->func(event, data, size, parseEventCtx->format); in ParseEvent() 69 void RegisterParseFunction(const std::string& name, ParseFunction&& func); 89 SubEventParserRegisterar(const std::string& name, SubEventParser::ParseFunction&& func); 98 #define REGISTER_FTRACE_EVENT_PARSE_FUNCTION(name, func) \ argument 99 static FTRACE_NS::SubEventParserRegisterar g_eventRegisterar##name(#name, func)
|
/developtools/ace_js2bundle/ace-loader/plugin/templater/ |
D | bind.js | 71 let func = explist.join(card ? '' : connectContent); 73 func = eval('(function () {return ' + func + '})') 75 func = card && textArray.length > 1 ? '$f(' + func + ')' : func 77 return func
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/ |
D | common.py | 50 def __init__(self, func, args=()): argument 52 self.func = func 56 self.result = self.func(*self.args)
|
/developtools/integration_verification/DeployDevice/src/util/ |
D | time_info.py | 84 def timeout_decorator(func): argument 91 "oldfunc": func, 110 _.__name__ = func.__name__ 111 _.__doc__ = func.__doc__
|
/developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
D | ProcedureWorkerFunc.test.ts | 21 import { func, FuncStruct, FuncRender } from '../../../../dist/trace/database/ui-worker/ProcedureWo… 44 func(funcDataList, res, 1, 100254, 100254, rect, true); 68 func(funcDataList, res, 1, 100254, 100254, rect, false);
|
/developtools/smartperf_host/ide/src/trace/database/ |
D | ConfigWorker.ts | 23 let func = eval(functionName); 24 Module_T = new func({
|
/developtools/profiler/host/smartperf/ide/src/trace/database/ |
D | ConfigWorker.ts | 23 let func = eval(functionName); 24 Module_T = new func({
|
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/ |
D | ftrace_ftrace_event_formatter.cpp | 56 … msg.func().c_str(), msg.file().c_str(), msg.correct(), msg.constant() ? " CONSTANT" : ""); in __anonfbdbda490502() 87 if (kernelSymbols.count(msg.func()) > 0) { in __anonfbdbda490902() 88 functionStr = kernelSymbols[msg.func()]; in __anonfbdbda490902() 95 …fer, BUFFER_SIZE, BUFFER_SIZE - 1, "funcgraph_entry: --> %p (%d)", (void*)msg.func(), msg.depth()); in __anonfbdbda490902() 112 if (kernelSymbols.count(msg.func()) > 0) { in __anonfbdbda490b02() 113 functionStr = kernelSymbols[msg.func()]; in __anonfbdbda490b02() 121 … "funcgraph_exit: <-- %p (%d) (start: %" PRIx64 " end: %" PRIx64 ") over: %d", (void*)msg.func(), in __anonfbdbda490b02()
|
/developtools/profiler/host/smartperf/ide/src/js-heap/logic/ |
D | Allocation.ts | 68 for (let func of this.bottomUpList) { 69 if (func.id == id) { 70 return func;
|
/developtools/smartperf_host/ide/src/js-heap/logic/ |
D | Allocation.ts | 68 for (let func of this.bottomUpList) { 69 if (func.id == id) { 70 return func;
|
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
D | sub_event_parser.cpp | 70 …Registerar::SubEventParserRegisterar(const std::string& name, SubEventParser::ParseFunction&& func) in SubEventParserRegisterar() argument 73 SubEventParser::GetInstance().RegisterParseFunction(name, std::move(func)); in SubEventParserRegisterar()
|
/developtools/hiperf/test/unittest/common/native/ |
D | report_json_file_test.cpp | 297 ReportFuncItem func(1); variable 298 func.sampleCount_ = 2; 299 func.eventCount_ = 3; 300 func.subTreeEventCount_ = 4; 303 func.OutputJson(stdout); 401 ReportFuncItem &func = GetOrCreateMapItem(lib.funcs_, 1); variable 402 func.sampleCount_ = 2; 403 func.eventCount_ = 3; 404 func.subTreeEventCount_ = 4;
|
D | report_test.cpp | 438 ReportKey func = { variable 442 func.UpdateValueMaxLen("1"); 443 func.UpdateValueMaxLen("11"); 444 func.UpdateValueMaxLen("111"); 445 func.UpdateValueMaxLen("12345678"); 446 func.UpdateValueMaxLen("1"); 447 func.UpdateValueMaxLen("111"); 448 EXPECT_STREQ(func.maxValue_.c_str(), "12345678"); 449 EXPECT_EQ(func.maxLen_, 8u);
|
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/ |
D | ftrace.proto | 30 string func = 2; field 49 uint64 func = 1; field 55 uint64 func = 1; field
|
/developtools/profiler/protos/types/plugins/ftrace_data/default/ |
D | ftrace.proto | 30 string func = 2; field 49 uint64 func = 1; field 55 uint64 func = 1; field
|
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
D | ftrace.proto | 30 string func = 2; field 49 uint64 func = 1; field 55 uint64 func = 1; field
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
D | ftrace.proto | 30 string func = 2; field 49 uint64 func = 1; field 55 uint64 func = 1; field
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/ |
D | ftrace.proto | 30 string func = 2; field 49 uint64 func = 1; field 55 uint64 func = 1; field
|
/developtools/hiperf/test/unittest/resource/testdata/ |
D | report_test_tids1.txt | 14 Heating count comm pid tid dso func
|
D | report_test_funcs.txt | 14 Heating count comm pid tid dso func
|
D | report_test_dsos.txt | 14 Heating count comm pid tid dso func
|
D | report_test_sort2.txt | 14 Heating count func
|
/developtools/hiperf/src/ |
D | report_json_file.cpp | 221 ReportFuncItem &func = GetOrCreateMapItem(lib.funcs_, funcId); in UpdateReportCallStack() local 224 func.subTreeEventCount_ += eventCount; in UpdateReportCallStack() 228 func.eventCount_ += eventCount; in UpdateReportCallStack() 229 func.sampleCount_ += 1; in UpdateReportCallStack()
|
/developtools/hiperf/include/ |
D | report.h | 42 ReportItemCallFrame(std::string_view func, uint64_t vaddr, std::string_view dso, in ReportItemCallFrame() argument 44 : func_(func), in ReportItemCallFrame() 128 ReportItem(pid_t pid, pid_t tid, const char *comm, const char *dso, const char *func, in ReportItem() argument 134 func_(func), in ReportItem() 143 const std::string_view &func, uint64_t vaddr, uint64_t eventCount) in ReportItem() argument 148 func_(func), in ReportItem()
|