Home
last modified time | relevance | path

Searched defs:compare (Results 1 – 13 of 13) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/
DTabPaneDiskAbility.ts152 function compare(property, sort, type) { function
DTabPaneNetworkAbility.ts143 function compare(property, sort, type) { function
DTabPaneCpuAbility.ts139 function compare(property, sort, type) { function
DTabPaneHistoryProcesses.ts165 function compare(property, sort, type) { function
DTabPaneLiveProcesses.ts165 function compare(property, sort, type) { function
DTabPaneMemoryAbility.ts234 function compare(property, sort, type) { function
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/ability/
DTabPaneDiskAbility.ts156 function compare(property, sort, type) { function
DTabPaneCpuAbility.ts143 function compare(property, sort, type) { function
DTabPaneNetworkAbility.ts147 function compare(property, sort, type) { function
DTabPaneHistoryProcesses.ts169 function compare(property, sort, type) { function
DTabPaneLiveProcesses.ts169 function compare(property, sort, type) { function
DTabPaneMemoryAbility.ts238 function compare(property, sort, type) { function
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DPair.java85 private <C> boolean compare(C value1, C value2) { in compare() method in Pair