/developtools/ace_ets2bundle/compiler/test/pages/ |
D | TsModule.ts | 23 private property: number = 1; property in TsModule 24 constructor(property: number) { 25 this.property = property; 29 return { count: this.property };
|
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/smaps/ |
D | TabPaneSmapsRecord.ts | 132 function compare(property, sort, type) { 136 …oat(bSmapsRecord[property]) - parseFloat(aSmapsRecord[property]) : parseFloat(aSmapsRecord[propert… 139 if (bSmapsRecord[property] > aSmapsRecord[property]) { 143 if (bSmapsRecord[property] == aSmapsRecord[property]) {
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/energy/ |
D | TabPanePowerDetails.ts | 296 function compare(property, sort, type) { 301 …t(bPowerDetails[property] == '-' ? 0 : bPowerDetails[property]) - parseFloat(aPowerDetails[propert… 303 …t(aPowerDetails[property] == '-' ? 0 : aPowerDetails[property]) - parseFloat(bPowerDetails[propert… 306 if (bPowerDetails[property] > aPowerDetails[property]) { 310 if (bPowerDetails[property] == aPowerDetails[property]) {
|
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/energy/ |
D | TabPanePowerDetails.ts | 296 function compare(property, sort, type) { 301 …t(bPowerDetails[property] == '-' ? 0 : bPowerDetails[property]) - parseFloat(aPowerDetails[propert… 303 …t(aPowerDetails[property] == '-' ? 0 : aPowerDetails[property]) - parseFloat(bPowerDetails[propert… 306 if (bPowerDetails[property] > aPowerDetails[property]) { 310 if (bPowerDetails[property] == aPowerDetails[property]) {
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/cpu/ |
D | TabPaneBoxChild.ts | 125 function compare(property, sort, type) { 130 parseFloat(boxChildRightData[property]) - parseFloat(boxChildLeftData[property]) 132 parseFloat(boxChildLeftData[property]) - parseFloat(boxChildRightData[property]); 135 if (boxChildRightData[property] > boxChildLeftData[property]) { 139 if (boxChildRightData[property] == boxChildLeftData[property]) {
|
D | TabPaneCpuByProcess.ts | 120 function compare(property, sort, type) { 127 …ata[property]) - parseFloat(cpuByProcessLeftData[property]) : parseFloat(cpuByProcessLeftData[prop… 130 if (cpuByProcessRightData[property] > cpuByProcessLeftData[property]) { 134 if (cpuByProcessRightData[property] == cpuByProcessLeftData[property]) {
|
D | TabPaneCpuByThread.ts | 182 function compare(property, sort, type) { 189 …tData[property]) - parseFloat(cpuByThreadLeftData[property]) : parseFloat(cpuByThreadLeftData[prop… 192 if (cpuByThreadRightData[property] > cpuByThreadLeftData[property]) { 196 if (cpuByThreadRightData[property] == cpuByThreadLeftData[property]) {
|
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/cpu/ |
D | TabPaneCpuByProcess.ts | 120 function compare(property, sort, type) { 127 …ata[property]) - parseFloat(cpuByProcessLeftData[property]) : parseFloat(cpuByProcessLeftData[prop… 130 if (cpuByProcessRightData[property] > cpuByProcessLeftData[property]) { 134 if (cpuByProcessRightData[property] == cpuByProcessLeftData[property]) {
|
D | TabPaneBoxChild.ts | 125 function compare(property, sort, type) { 130 parseFloat(boxChildRightData[property]) - parseFloat(boxChildLeftData[property]) 132 parseFloat(boxChildLeftData[property]) - parseFloat(boxChildRightData[property]); 135 if (boxChildRightData[property] > boxChildLeftData[property]) { 139 if (boxChildRightData[property] == boxChildLeftData[property]) {
|
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/process/ |
D | TabPaneSlices.ts | 114 function compare(property, slicesSort, type) { 121 …cesRightData[property]) - parseFloat(slicesLeftData[property]) : parseFloat(slicesLeftData[propert… 124 if (slicesRightData[property] > slicesLeftData[property]) { 128 if (slicesRightData[property] == slicesLeftData[property]) {
|
D | TabPaneThreadStates.ts | 142 function compare(property: any, treadStatesSort: any, type: any) { 149 … ? parseFloat(threadStatesRightData[property]) - parseFloat(threadStatesLeftData[property]) 150 … : parseFloat(threadStatesLeftData[property]) - parseFloat(threadStatesRightData[property]); 152 if (threadStatesRightData[property] > threadStatesLeftData[property]) { 154 } else if (threadStatesRightData[property] == threadStatesLeftData[property]) {
|
D | TabPaneThreadUsage.ts | 172 function compare(property: any, treadUsageSort: any, type: any) { 179 ? parseFloat(threadUsageRightData[property]) - parseFloat(threadUsageLeftData[property]) 180 … : parseFloat(threadUsageLeftData[property]) - parseFloat(threadUsageRightData[property]); 182 if (threadUsageRightData[property] > threadUsageLeftData[property]) { 184 } else if (threadUsageRightData[property] == threadUsageLeftData[property]) {
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/ |
D | TabPaneSlices.ts | 114 function compare(property, slicesSort, type) { 121 …cesRightData[property]) - parseFloat(slicesLeftData[property]) : parseFloat(slicesLeftData[propert… 124 if (slicesRightData[property] > slicesLeftData[property]) { 128 if (slicesRightData[property] == slicesLeftData[property]) {
|
D | TabPaneThreadStates.ts | 142 function compare(property: any, treadStatesSort: any, type: any) { 149 … ? parseFloat(threadStatesRightData[property]) - parseFloat(threadStatesLeftData[property]) 150 … : parseFloat(threadStatesLeftData[property]) - parseFloat(threadStatesRightData[property]); 152 if (threadStatesRightData[property] > threadStatesLeftData[property]) { 154 } else if (threadStatesRightData[property] == threadStatesLeftData[property]) {
|
D | TabPaneThreadUsage.ts | 172 function compare(property: any, treadUsageSort: any, type: any) { 179 ? parseFloat(threadUsageRightData[property]) - parseFloat(threadUsageLeftData[property]) 180 … : parseFloat(threadUsageLeftData[property]) - parseFloat(threadUsageRightData[property]); 182 if (threadUsageRightData[property] > threadUsageLeftData[property]) { 184 } else if (threadUsageRightData[property] == threadUsageLeftData[property]) {
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/clock/ |
D | TabPaneClockCounter.ts | 136 function compare(property, sort, type) { 143 …ata[property]) - parseFloat(clockCounterLeftData[property]) : parseFloat(clockCounterLeftData[prop… 146 if (clockCounterRightData[property] > clockCounterLeftData[property]) { 150 if (clockCounterRightData[property] == clockCounterLeftData[property]) {
|
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/clock/ |
D | TabPaneClockCounter.ts | 136 function compare(property, sort, type) { 143 …ata[property]) - parseFloat(clockCounterLeftData[property]) : parseFloat(clockCounterLeftData[prop… 146 if (clockCounterRightData[property] > clockCounterLeftData[property]) { 150 if (clockCounterRightData[property] == clockCounterLeftData[property]) {
|
/developtools/bytrace/bin/src/ |
D | bytrace_osal.cpp | 22 bool SetPropertyInner(const std::string& property, const std::string& value) in SetPropertyInner() argument 24 bool result = OHOS::system::SetParameter(property, value); in SetPropertyInner() 31 std::string GetPropertyInner(const std::string& property, const std::string& value) in GetPropertyInner() argument 33 return OHOS::system::GetParameter(property, value); in GetPropertyInner()
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/ |
D | TabPaneHistoryProcesses.ts | 164 function compare(property, sort, type) { 168 …[property]) - parseFloat(historyProcessLeftData[property]) : parseFloat(historyProcessLeftData[pro… 185 if (historyProcessRightData[property] == 'Yes') { 189 if (historyProcessLeftData[property] == 'Yes') { 198 if (historyProcessRightData[property] > historyProcessLeftData[property]) { 202 if (historyProcessRightData[property] == historyProcessLeftData[property]) {
|
D | TabPaneCpuAbility.ts | 138 function compare(property, sort, type) { 142 …htData[property]) - parseFloat(cpuAbilityLeftData[property]) : parseFloat(cpuAbilityLeftData[prope… 161 if (cpuAbilityRightData[property] > cpuAbilityLeftData[property]) { 165 if (cpuAbilityRightData[property] == cpuAbilityLeftData[property]) {
|
D | TabPaneLiveProcesses.ts | 164 function compare(property, sort, type) { 168 …tData[property]) - parseFloat(liveProcessLeftData[property]) : parseFloat(liveProcessLeftData[prop… 179 if (liveProcessRightData[property] > liveProcessLeftData[property]) { 183 if (liveProcessRightData[property] == liveProcessLeftData[property]) {
|
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/ability/ |
D | TabPaneHistoryProcesses.ts | 164 function compare(property, sort, type) { 168 …[property]) - parseFloat(historyProcessLeftData[property]) : parseFloat(historyProcessLeftData[pro… 185 if (historyProcessRightData[property] == 'Yes') { 189 if (historyProcessLeftData[property] == 'Yes') { 198 if (historyProcessRightData[property] > historyProcessLeftData[property]) { 202 if (historyProcessRightData[property] == historyProcessLeftData[property]) {
|
D | TabPaneCpuAbility.ts | 138 function compare(property, sort, type) { 142 …htData[property]) - parseFloat(cpuAbilityLeftData[property]) : parseFloat(cpuAbilityLeftData[prope… 161 if (cpuAbilityRightData[property] > cpuAbilityLeftData[property]) { 165 if (cpuAbilityRightData[property] == cpuAbilityLeftData[property]) {
|
D | TabPaneLiveProcesses.ts | 164 function compare(property, sort, type) { 168 …tData[property]) - parseFloat(liveProcessLeftData[property]) : parseFloat(liveProcessLeftData[prop… 179 if (liveProcessRightData[property] > liveProcessLeftData[property]) { 183 if (liveProcessRightData[property] == liveProcessLeftData[property]) {
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/smaps/ |
D | TabPaneSmapsRecord.ts | 169 function compare(property, sort, type) { 173 …oat(bSmapsRecord[property]) - parseFloat(aSmapsRecord[property]) : parseFloat(aSmapsRecord[propert… 176 if (bSmapsRecord[property] > aSmapsRecord[property]) { 180 if (bSmapsRecord[property] === aSmapsRecord[property]) {
|