Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 75) sorted by relevance

123

/developtools/ace_ets2bundle/compiler/test/pages/
DTsModule.ts23 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/
DTabPaneSmapsRecord.ts132 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/
DTabPanePowerDetails.ts296 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/
DTabPanePowerDetails.ts296 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/
DTabPaneBoxChild.ts125 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]) {
DTabPaneCpuByProcess.ts120 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]) {
DTabPaneCpuByThread.ts182 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/
DTabPaneCpuByProcess.ts120 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]) {
DTabPaneBoxChild.ts125 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/
DTabPaneSlices.ts114 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]) {
DTabPaneThreadStates.ts142 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]) {
DTabPaneThreadUsage.ts172 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/
DTabPaneSlices.ts114 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]) {
DTabPaneThreadStates.ts142 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]) {
DTabPaneThreadUsage.ts172 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/
DTabPaneClockCounter.ts136 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/
DTabPaneClockCounter.ts136 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/
Dbytrace_osal.cpp22 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/
DTabPaneHistoryProcesses.ts164 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]) {
DTabPaneCpuAbility.ts138 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]) {
DTabPaneLiveProcesses.ts164 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/
DTabPaneHistoryProcesses.ts164 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]) {
DTabPaneCpuAbility.ts138 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]) {
DTabPaneLiveProcesses.ts164 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/
DTabPaneSmapsRecord.ts169 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]) {

123