| /developtools/smartperf_host/ide/src/trace/database/sql/ |
| D | Ability.sql.ts | 399 …const names = isPin ? " ('sys.mem.pined.purg')" : "('sys.mem.active.purg','sys.mem.inactive.purg')… 416 AND f.name IN ${names} 445 …const names = isPin ? " ('sys.mem.pined.purg')" : "('sys.mem.active.purg','sys.mem.inactive.purg')… 475 f.name IN ${names} 486 …const names = isPin ? " ('sys.mem.pined.purg')" : "('sys.mem.active.purg','sys.mem.inactive.purg')… 497 f.name IN ${names}
|
| D | Memory.sql.ts | 189 const names = isPin ? " ('mem.purg_pin')" : "('mem.purg_sum')"; 203 AND f.name = ${names} 442 const names = isPin ? " ('mem.purg_pin')" : "('mem.purg_sum')"; 455 AND f.name = ${names}
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/ |
| D | TabPaneMemoryAbility.ts | 125 let names = item.name.split(','); variable 126 if (memorys.length != names.length) { 130 for (let i = 0; i < names.length; i++) { 131 let key = memoryKeys[names[i]]; variable
|
| /developtools/smartperf_host/ide/src/trace/database/ |
| D | Procedure.ts | 76 names = [...this.cpusLen, ...this.processLen, ...this.freqLen]; property in ProcedurePool 90 this.maxThreadNumber = this.names.length; 109 newThread.name = this.names[this.works.length]; 148 thread.name = this.logicDataHandles[this.works.length - this.names.length];
|
| /developtools/smartperf_host/trace_streamer/src/metrics/ |
| D | metrics.cpp | 89 auto names = base::SplitStringToVec(jMessage.at("values")[i].at(NAMES), ","); in InitMemoryUnAggStrategy() local 93 for (auto index = 0; index < names.size(); index++) { in InitMemoryUnAggStrategy() 94 if (names[index] == "oom_score_adj") { in InitMemoryUnAggStrategy() 101 if (names.at(index) == "mem.rss.anon") { in InitMemoryUnAggStrategy() 103 } else if (names.at(index) == "mem.swap") { in InitMemoryUnAggStrategy() 105 } else if (names.at(index) == "mem.rss.file") { in InitMemoryUnAggStrategy() 107 } else if (names.at(index) == "oom_score_adj") { in InitMemoryUnAggStrategy()
|
| /developtools/smartperf_host/ide/src/trace/database/data-trafic/ |
| D | VmTrackerDataReceiver.ts | 99 const names = args.isPin ? " ('mem.purg_pin')" : "('mem.purg_sum')"; 107 AND f.name = ${names} 123 …const names = args.isPin ? " ('sys.mem.pined.purg')" : "('sys.mem.active.purg','sys.mem.inactive.p… 131 AND f.name IN ${names}
|
| /developtools/smartperf_host/ide/src/base-ui/utils/ |
| D | Template.ts | 91 const names = Object.keys(params); constant 95 return new Function(...names, `return \`${escape2Html(str)}\`;`)(...vals);
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | compile_info.ts | 138 let names: Array<string> = Array.from(map).flat(); 140 sourcemapObj.nameMap = names;
|
| /developtools/profiler/device/services/plugin_service/test/unittest/ |
| D | plugin_service_test.cpp | 140 std::vector<string> names = {"abc2.so"}; variable 141 pluginService_->SetProfilerSessionConfig(std::make_shared<ProfilerSessionConfig>(psc), names); 1004 std::vector<string> names = {"testsample.so"}; variable 1005 pluginService_->SetProfilerSessionConfig(std::make_shared<ProfilerSessionConfig>(psc), names); 1036 std::vector<string> names = {"testsample1.so"}; variable 1037 pluginService_->SetProfilerSessionConfig(std::make_shared<ProfilerSessionConfig>(psc), names); 1070 std::vector<string> names = {"abconline.so"}; variable 1071 pluginService_->SetProfilerSessionConfig(std::make_shared<ProfilerSessionConfig>(psc), names);
|
| /developtools/hiperf/src/ |
| D | subcommand_dump.cpp | 310 std::string names; in DumpSampleType() local 313 if (!names.empty()) { in DumpSampleType() 314 names.append(","); in DumpSampleType() 316 names.append(pair.second); in DumpSampleType() 319 PrintIndent(LEVEL1, "sample_type names: %s\n", names.c_str()); in DumpSampleType()
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | TraceSheet.ts | 128 displayTab<T>(...names: string[]): T { 134 .forEach((it) => (it.hidden = !names.some((k) => k === it.id))); 135 …let litTabpane = this.shadowRoot?.querySelector<LitTabpane>(`#tabs lit-tabpane[id='${names[0]}']`); 136 if (names[0] === 'current-selection') { 586 displayFuncData = (names: string[], data: FuncStruct, scrollCallback: Function): void => 587 this.displayTab<TabPaneCurrentSelection>(...names).setFunctionData(data, scrollCallback);
|
| /developtools/smartperf_host/trace_streamer/gn/ |
| D | wasm.gni | 83 # "-g2", # Required for getting C++ symbol names.
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_js_memory_parser.cpp | 110 std::vector<uint32_t> names; member 125 v.names.emplace_back(j[i * NODES_SINGLE_LENGTH + OFFSET_FIRST]); in from_json() 198 std::vector<uint32_t> names; member 209 v.names.emplace_back(j[i * TRACE_FUNC_INFO_SINGLE_LENGTH + OFFSET_FIRST]); in from_json() 631 for (size_t i = 0; i < node.names.size(); ++i) { in ParseNodes() 633 auto name = node.names[i]; in ParseNodes() 742 auto name = traceFuncInfo.names[i]; in ParseTraceFuncInfo()
|
| /developtools/integration_verification/DeployDevice/src/func/liteOsUpgrade/ |
| D | liteOsUpgrade_L3_app.py | 195 names = filename.split('-') 196 link_1 = '/'.join(names[0:-1])
|
| /developtools/smartperf_host/ide/ |
| D | tsconfig.json | 46 …/ "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
|
| D | LICENSE | 140 names, trademarks, service marks, or product names of the Licensor,
|
| /developtools/smartperf_host/ide/src/trace/component/chart/ |
| D | SpHiPerf.ts | 181 let names = Reflect.ownKeys(this.group) variable 188 row.name = `HiPerf (${names})`;
|
| /developtools/ace_js2bundle/ |
| D | LICENSE | 140 names, trademarks, service marks, or product names of the Licensor,
|
| /developtools/ace_ets2bundle/ |
| D | LICENSE | 140 names, trademarks, service marks, or product names of the Licensor,
|
| /developtools/syscap_codec/ |
| D | LICENSE | 140 names, trademarks, service marks, or product names of the Licensor,
|
| /developtools/packing_tool/ |
| D | LICENSE | 140 names, trademarks, service marks, or product names of the Licensor,
|
| /developtools/bytrace/ |
| D | LICENSE | 140 names, trademarks, service marks, or product names of the Licensor,
|
| /developtools/global_resource_tool/ |
| D | LICENSE | 140 names, trademarks, service marks, or product names of the Licensor,
|
| /developtools/profiler/ |
| D | LICENSE | 140 names, trademarks, service marks, or product names of the Licensor,
|
| /developtools/hdc/ |
| D | LICENSE | 140 names, trademarks, service marks, or product names of the Licensor,
|