| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/fps/ |
| D | TabPaneFps.ts | 42 let last = fpsResult[fpsResult.length - 1]; 43 last.timeStr = Utils.getTimeString(last.startNS); 44 this.fpsTbl!.recycleDataSource = [last];
|
| /developtools/smartperf_host/ide/src/trace/database/data-trafic/ |
| D | NativeMemoryDataReceiver.ts | 123 let last = data.dataList[data.dataList.length - 1]; 124 last.dur = item.startTime! - last.startTime!; 125 if (last.dur > filterLevel || finish) { 127 item.density = last.density! + tempDensity + 1; 128 item.heapSize = last.heapSize! + tempSize + ne.heapSize; 130 item.density = last.density! + tempDensity - 1; 131 item.heapSize = last.heapSize! + tempSize - ne.heapSize; 162 let last = calls![calls!.length - 1]; 163 data.heapSize += hook.applySize - last.applySize - (hook.releaseSize - last.releaseSize); 164 data.density += hook.applyCount - last.applyCount - (hook.releaseCount - last.releaseCount); [all …]
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerCpuState.ts | 78 let last = arr[i - 1]; 80 if (current.startTs > last.endTs) { 82 cs.startTs = last.endTs; 84 cs.dur = current.startTs - last.endTs;
|
| /developtools/smartperf_host/ide/src/base-ui/chart/pagenation/ |
| D | PageNation.ts | 22 last: any; property in PageNation 43 this.last = null; 165 this.last = this.origin.cloneNode(true); 166 this.last.innerText = '>>'; 167 this.last.name = 'last'; 168 this.last.style.padding = '5px'; 169 this.last.style.margin = '0px 5px'; 170 this.element.appendChild(this.last); 201 this.setElementStyles(this.last, disable); 204 this.setElementStyles(this.last, enable);
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/item/ |
| D | Power.ets | 83 console.error("last CurrentNow-->push" + powerValue) 89 console.error("last VoltageNow-->push" + powerValue) 101 console.error("last CurrentNow-->pop" + lastValue) 104 console.error("last CurrentNowAVG-->" + avgCurrentNum) 114 console.error("last VoltageNow-->pop" + lastValue) 117 console.error("last VoltageNowAVG-->" + avgCurrentNum)
|
| /developtools/hdc/hdc_rust/src/ |
| D | utils.rs | 118 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); 136 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); 154 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); 172 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); 190 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!()); 208 let head = format!("{}:{}", file!().split('/').last().unwrap(), line!());
|
| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | string_help.cpp | 88 auto last = str.find_last_not_of(blanks); in Strip() local 89 if (last == std::string::npos) { in Strip() 92 return str.substr(first, last - first + 1); in Strip()
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | hashlist_test.cpp | 106 auto last = hashList.end(); variable 107 last--; 108 EXPECT_EQ(*last, count); 120 const auto last = hashList.cend(); variable 121 auto temp = last; 135 auto last = hashList.rbegin(); variable 136 EXPECT_EQ(*last, count); 148 const auto last = hashList.crbegin(); variable 149 EXPECT_EQ(*last, count);
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | hashlist_test.cpp | 106 auto last = hashList.end(); variable 107 last--; 108 EXPECT_EQ(*last, count); 120 const auto last = hashList.cend(); variable 121 auto temp = last; 135 auto last = hashList.rbegin(); variable 136 EXPECT_EQ(*last, count); 148 const auto last = hashList.crbegin(); variable 149 EXPECT_EQ(*last, count);
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | string_utils.cpp | 47 auto last = str.find_last_not_of(blanks); in Strip() local 48 if (last == std::string::npos) { in Strip() 51 return str.substr(first, last - first + 1); in Strip()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/listener/ |
| D | ChartTouchListener.ets | 32 * the last touch gesture that has been performed 51 * the last highlighted object (via touch) 96 * Sets the last value that was highlighted via touch. 114 * Returns the last gesture that has been performed on the chart.
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/highlight/ |
| D | Highlight.ets | 64 * the x-position (pixels) on which this highlight object was last drawn 69 * the y-position (pixels) on which this highlight object was last drawn 171 * Sets the x- and y-position (pixels) where this highlight was last drawn. 182 * Returns the x-position in pixels where this highlight object was last drawn. 191 * Returns the y-position in pixels where this highlight object was last drawn.
|
| /developtools/smartperf_host/ide/test/trace/bean/ |
| D | BoxSelection.test.ts | 108 last: 'last', 130 last: expect.any(String),
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | genBin-plugin.js | 36 const last = '\n' + '})(this.__appProto__);' + '\n' + '})' constant 62 newContent = forward + newContent + last
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/clock/ |
| D | TabPaneClockCounter.ts | 116 selectCounterData.last = list[list.length - 1].value + ''; 117 …selectCounterData.delta = parseInt(selectCounterData.last) - parseInt(selectCounterData.first) + '…
|
| /developtools/smartperf_host/trace_streamer/doc/ |
| D | des_binder.md | 4 the last binder msg which reply the calling one. 31 ### binder last TAG A needReply, this is TAG B needReply!!!
|
| /developtools/hiperf/include/ |
| D | hashlist.hpp | 506 std::size_t last {numItem_ - 1}; local 507 for (std::size_t index = 0; index < last;) { 511 pData_[last].link_.next_ = &freeHead_; 534 std::size_t last {numItem_ - 1}; in reserve() local 535 for (std::size_t index = 0; index < last;) { in reserve() 539 pData_[last].link_.next_ = &freeHead_; in reserve() 816 auto HashList<Key, Val>::erase(const Iterator first, const Iterator last) in erase() argument 820 if (first <= last) { in erase() 822 while (curPos < last) { in erase() 825 return last; in erase()
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerHeap.ts | 107 let last = heapList[i - 1]; 108 if (last.frame?.x != it.frame.x || last.frame.width != it.frame.width) {
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/ |
| D | TabPaneCounter.ts | 148 counterData.last = `${list[list.length - 1].value }`; 149 counterData.delta = `${parseInt(counterData.last) - parseInt(counterData.first) }`;
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | hashlistpp.h | 505 std::size_t last {numItem_ - 1}; 506 for (std::size_t index = 0; index < last;) { 510 pData_[last].link_.next_ = &freeHead_; 533 std::size_t last {numItem_ - 1}; in reserve() 534 for (std::size_t index = 0; index < last;) { in reserve() 538 pData_[last].link_.next_ = &freeHead_; in reserve() 815 auto HashList<Key, Val>::erase(const Iterator first, const Iterator last) 819 if (first <= last) { 821 while (curPos < last) { 824 return last;
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/ |
| D | AxisRenderer.ets | 223 var last = interval == 0.0 ? 0.0 : Utils.nextUp(Math.floor(yMax / interval) * interval); 228 if (interval != 0.0 && last != first) { 229 for (f = first; f <= last; f += interval) { 233 else if (last == first && n == 0) {
|
| D | YAxisRendererRadarChart.ets | 102 … let last:number = interval == 0.0 ? 0.0 : Utils.nextUp(Math.floor(yMax / interval) * interval); 108 for (f = first; f <= last; f += interval) {
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/ |
| D | XAxis.ets | 58 * if set to true, the chart will avoid that the first and last label entry 108 * if set to true, the chart will avoid that the first and last label entry
|
| /developtools/hdc/hdc_rust/src/common/ |
| D | hdctransfer.rs | 137 let last = transfer.local_path.rfind(Base::get_path_sep()); in check_local_path() localVariable 138 match last { in check_local_path()
|
| /developtools/ace_ets2bundle/compiler/ |
| D | .eslintrc | 44 "eol-last": 2,
|