| /developtools/smartperf_host/trace_streamer/src/proto_reader/include/ |
| D | proto_reader_help.h | 130 uint32_t shift = 0; in VarIntDecode() local 133 temp |= static_cast<uint64_t>(currentByte & varIntValueMask) << shift; in VarIntDecode() 138 shift += varIntValueBits; in VarIntDecode() 139 } while (cursor < end && shift < varIntValueDecodeMaxOffset); in VarIntDecode()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/proto_reader/include/ |
| D | proto_reader_help.h | 130 uint32_t shift = 0; in VarIntDecode() local 133 temp |= static_cast<uint64_t>(currentByte & varIntValueMask) << shift; in VarIntDecode() 138 shift += varIntValueBits; in VarIntDecode() 139 } while (cursor < end && shift < varIntValueDecodeMaxOffset); in VarIntDecode()
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/ |
| D | TabPanePurgPin.ts | 63 this.purgeablePinSource.shift(); 89 this.purgeablePinSource.shift(); 171 this.purgeablePinSource.shift();
|
| D | TabPanePurgTotal.ts | 61 this.purgeableTotalSource.shift(); 86 this.purgeableTotalSource.shift(); 167 this.purgeableTotalSource.shift();
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/ |
| D | FpsLineChartPage.ets | 33 console.log("GestureEvent--------------shift:" + this.data); 34 this.data.shift() //移除第一个元素
|
| D | CPU0LineChartPage.ets | 36 this.data.shift() //移除第一个元素
|
| D | GPULineChartPage.ets | 38 this.data.shift() //移除第一个元素
|
| D | RAMLineChartPage.ets | 37 this.data.shift() //移除第一个元素
|
| D | CurrentNowLineChartPage.ets | 37 this.data.shift() //移除第一个元素
|
| D | ShellBackTempLineChartPage.ets | 37 this.data.shift() //移除第一个元素
|
| D | DDRLineChartPage.ets | 37 this.data.shift() //移除第一个元素
|
| /developtools/profiler/hiebpf/src/ |
| D | ringbuffer.cpp | 23 RingBuffer::RingBuffer(const std::size_t bufSize, const enum MemAlignShift shift) in RingBuffer() argument 25 alignShift_ {shift} 30 switch (shift) {
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneJsCpuStatistics.ts | 133 this.statisticsSource.shift(); 209 this.statisticsSource.shift();
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneVirtualMemoryStatisticsAnalysis.ts | 62 this.vmStatisticsAnalysisPidData.shift(this.processStatisticsData); 203 this.vmStatisticsAnalysisPidData.shift(this.processStatisticsData); 287 this.vmStatisticsAnalysisTypeData.shift(this.typeStatisticsData); 363 this.vmStatisticsAnalysisThreadData.shift(this.threadStatisticsData); 450 this.vmStatisticsAnalysisSoData.shift(this.libStatisticsData); 881 this.vmStatisticsAnalysisFunctionData.shift(this.functionStatisticsData);
|
| D | TabPaneFilesystemStatisticsAnalysis.ts | 62 this.fileStatisticsAnalysisPidData.shift(this.processStatisticsData); 199 this.fileStatisticsAnalysisPidData.shift(this.processStatisticsData); 272 this.fileStatisticsAnalysisTypeData.shift(this.typeStatisticsData); 361 this.fileStatisticsAnalysisThreadData.shift(this.threadStatisticsData); 458 this.fileStatisticsAnalysisSoData.shift(this.libStatisticsData); 897 this.fileStatisticsAnalysisFunctionData.shift(this.functionStatisticsData);
|
| D | TabPaneIOTierStatisticsAnalysis.ts | 62 this.pidData.shift(this.processStatisticsData); 203 this.pidData.shift(this.processStatisticsData); 277 this.typeData.shift(this.typeStatisticsData); 355 this.threadData.shift(this.threadStatisticsData); 449 this.soData.shift(this.libStatisticsData); 871 this.functionData.shift(this.functionStatisticsData);
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneVirtualMemoryStatisticsAnalysis.ts | 62 this.vmStatisticsAnalysisPidData.shift(this.processStatisticsData); 210 this.vmStatisticsAnalysisPidData.shift(this.processStatisticsData); 289 this.vmStatisticsAnalysisTypeData.shift(this.typeStatisticsData); 372 this.vmStatisticsAnalysisThreadData.shift(this.threadStatisticsData); 458 this.vmStatisticsAnalysisSoData.shift(this.libStatisticsData); 890 this.vmStatisticsAnalysisFunctionData.shift(this.functionStatisticsData);
|
| D | TabPaneIOTierStatisticsAnalysis.ts | 62 this.pidData.shift(this.processStatisticsData); 210 this.pidData.shift(this.processStatisticsData); 289 this.typeData.shift(this.typeStatisticsData); 372 this.threadData.shift(this.threadStatisticsData); 458 this.soData.shift(this.libStatisticsData); 888 this.functionData.shift(this.functionStatisticsData);
|
| D | TabPaneFilesystemStatisticsAnalysis.ts | 62 this.fileStatisticsAnalysisPidData.shift(this.processStatisticsData); 206 this.fileStatisticsAnalysisPidData.shift(this.processStatisticsData); 286 this.fileStatisticsAnalysisTypeData.shift(this.typeStatisticsData); 372 this.fileStatisticsAnalysisThreadData.shift(this.threadStatisticsData); 459 this.fileStatisticsAnalysisSoData.shift(this.libStatisticsData); 900 this.fileStatisticsAnalysisFunctionData.shift(this.functionStatisticsData);
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.ts | 60 this.pidData.shift(this.allProcessCount); 187 this.pidData.shift(this.allProcessCount); 284 this.threadData.shift(this.allThreadCount); 367 this.soData.shift(this.allLibCount); 727 this.functionData.shift(this.allSymbolCount);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.ts | 60 this.pidData.shift(this.allProcessCount); 187 this.pidData.shift(this.allProcessCount); 284 this.threadData.shift(this.allThreadCount); 367 this.soData.shift(this.allLibCount); 721 this.functionData.shift(this.allSymbolCount);
|
| /developtools/profiler/hiebpf/include/ |
| D | ringbuffer.h | 33 const enum MemAlignShift shift = B_ALIGN_SHIFT);
|
| /developtools/ace_ets2bundle/compiler/sample/pages/testcases/ |
| D | forEachComplexModel.ets | 45 this.calendar.shift()
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | sp_utils.cpp | 141 const int shift = 10; in ExtractNumber() local 144 cntInt *= shift; in ExtractNumber()
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/smaps/ |
| D | TabPaneSmapsStatistics.ts | 321 this.totalTree.shift(); 338 this.sortArray.shift(); 409 this.sortArray.shift();
|