Searched defs:names (Results 1 – 8 of 8) sorted by relevance
106 let names = item.name.split(","); variable
110 let names = item.name.split(","); variable
83 const names = Object.keys(params); constant
36 let names = metricData[sqlIndex].name.split(splitChar); variable
73 names = [...this.cpusLen, ...this.processLen, ...this.freqLen]; property in ProcedurePool
124 let names = Reflect.ownKeys(this.group).map((pid: any) => { variable
123 let names = Reflect.ownKeys(this.group).map((pid: any) => { variable
281 std::string names; in DumpSampleType() local