Home
last modified time | relevance | path

Searched refs:equals (Results 1 – 25 of 133) sorted by relevance

123456

/developtools/packing_tool/adapter/ohos/
DUncompressVerify.java39 if (!utility.getForceRewrite().isEmpty() && !"true".equals(utility.getForceRewrite()) in commandVerify()
40 && !"false".equals(utility.getForceRewrite())) { in commandVerify()
45 …if (!utility.getParseMode().isEmpty() && !UncompressEntrance.PARSE_MODE_HAPLIST.equals(utility.get… in commandVerify()
46 && !UncompressEntrance.PARSE_MODE_HAPINFO.equals(utility.getParseMode()) in commandVerify()
47 && !UncompressEntrance.PARSE_MODE_ALL.equals(utility.getParseMode())) { in commandVerify()
52 if (Utility.MODE_HAP.equals(utility.getMode())) { in commandVerify()
54 } else if (Utility.MODE_HAR.equals(utility.getMode())) { in commandVerify()
56 } else if (Utility.MODE_APP.equals(utility.getMode())) { in commandVerify()
77 if (!utility.getForceRewrite().isEmpty() && !"true".equals(utility.getForceRewrite()) in inputParseVerify()
78 && !"false".equals(utility.getForceRewrite())) { in inputParseVerify()
[all …]
DCompressVerify.java66 if (!utility.getForceRewrite().isEmpty() && !"true".equals(utility.getForceRewrite()) in commandVerify()
67 && !"false".equals(utility.getForceRewrite())) { in commandVerify()
81 if (Utility.MODE_HAP.equals(utility.getMode())) { in commandPathVerify()
88 … if (!file.getName().equals(JSON_PROFILE) && !file.getName().equals(MODULE_PROFILE)) { in commandPathVerify()
100 if (!file.getName().equals(RPCID_PROFILE)) { in commandPathVerify()
114 if (!file.isFile() || !file.getName().equals(PROFILE_NAME)) { in commandPathVerify()
133 } else if (Utility.MODE_HAR.equals(utility.getMode())) { in commandPathVerify()
135 } else if (Utility.MODE_APP.equals(utility.getMode())) { in commandPathVerify()
137 } else if (Utility.MODE_RES.equals(utility.getMode())) { in commandPathVerify()
153 … if (!utility.getIndexPath().isEmpty() && !file.isFile() && file.getName().equals(INDEX_PROFILE)) { in isVerifyValidInHapMode()
[all …]
DUncompress.java88 if (!utility.getForceRewrite().isEmpty() && "true".equals(utility.getForceRewrite())) { in unpackageProcess()
94 if (Utility.MODE_HAP.equals(utility.getMode())) { in unpackageProcess()
95 if ("true".equals(utility.getUnpackApk())) { in unpackageProcess()
103 } else if (Utility.MODE_HAR.equals(utility.getMode())) { in unpackageProcess()
133 if (!parseMode.isEmpty() && UncompressEntrance.PARSE_MODE_HAPLIST.equals(parseMode)) { in uncompressApp()
135 … } else if (!parseMode.isEmpty() && UncompressEntrance.PARSE_MODE_HAPINFO.equals(parseMode)) { in uncompressApp()
157 … } else if (!parseMode.isEmpty() && UncompressEntrance.PARSE_MODE_ALL.equals(parseMode)) { in uncompressApp()
199 if (!parseMode.isEmpty() && UncompressEntrance.PARSE_MODE_HAPLIST.equals(parseMode)) { in uncompressAppByInput()
201 … } else if (!parseMode.isEmpty() && UncompressEntrance.PARSE_MODE_HAPINFO.equals(parseMode)) { in uncompressAppByInput()
203 … } else if (!parseMode.isEmpty() && UncompressEntrance.PARSE_MODE_ALL.equals(parseMode)) { in uncompressAppByInput()
[all …]
DConvertHapToBin.java105 if (para.equals(HAP_PATH) && count < args.length - 1) { in main()
109 if (para.equals(PROJECT_PATH) && count < args.length - 1) { in main()
113 if (para.equals(BIN_PATH) && count < args.length - 1) { in main()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/memory/agentbean/
DAgentHeapBean.java109 public boolean equals(Object object) { in equals() method in AgentHeapBean
121 return Objects.equals(agentNodeId, agentHeapBean.agentNodeId) && Objects in equals()
122 ….equals(agentClazzId, agentHeapBean.agentClazzId) && Objects.equals(agentHeapId, agentHeapBean.age… in equals()
123 && Objects.equals(sessionId, agentHeapBean.sessionId) && Objects in equals()
124 .equals(agentClazzName, agentHeapBean.agentClazzName) && Objects in equals()
125 .equals(agentAllocationsCount, agentHeapBean.agentAllocationsCount) && Objects in equals()
126 .equals(agentDeAllocationsCount, agentHeapBean.agentDeAllocationsCount) && Objects in equals()
127 .equals(agentTotalInstanceCount, agentHeapBean.agentTotalInstanceCount) && Objects in equals()
128 .equals(agentTotalshallowSize, agentHeapBean.agentTotalshallowSize); in equals()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/metrics/bean/
DDistributeTerm.java161 public boolean equals(Object obj) { in equals() method in DistributeTerm
169 …return spanId == that.spanId && parentSpanId == that.parentSpanId && Objects.equals(threadId, that… in equals()
170 …&& Objects.equals(threadName, that.threadName) && Objects.equals(processId, that.processId) && Obj… in equals()
171 … .equals(processName, that.processName) && Objects.equals(funName, that.funName) && Objects in equals()
172 … .equals(dur, that.dur) && Objects.equals(time, that.time) && Objects.equals(chainId, that.chainId) in equals()
173 && Objects.equals(flag, that.flag) && Objects.equals(traceName, that.traceName); in equals()
DSysCallsTop.java110 public boolean equals(Object obj) { in equals() method in SysCallsTop
119 && maxDur == that.maxDur && Objects.equals(funName, that.funName) && Objects in equals()
120 .equals(processName, that.processName) && Objects.equals(threadName, that.threadName); in equals()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/common/customcomp/
DCustomTextField.java57 if ("level".equals(type)) { in CustomTextField()
61 if ("press".equals(type)) { in CustomTextField()
64 if ("Analysis".equals(type)) { in CustomTextField()
67 if ("device".equals(type)) { in CustomTextField()
82 if ("level".equals(type) || "press".equals(type)) { in paintComponent()
86 if ("Analysis".equals(type)) { in paintComponent()
90 if ("device".equals(type)) { in paintComponent()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/
DDistributedDataCallTreePane.java245 if (func.getId().equals(userObject.getId())) { in freshTreeData()
264 if (!selectBean.getFlag().equals("S")) { in findHead()
278 if (!selectBean.getFlag().equals("S")) { in findHead()
298 if (selectBean.getCurrentType().equals(DistributedFuncBean.BeanDataType.TYPE_A)) { in findParentBeanDistributed()
306 if (selectBean.getCurrentType().equals(DistributedFuncBean.BeanDataType.TYPE_A)) { in findTopBean()
308 ….filter((item) -> item.getSpanId().equals(selectBean.getParentSpanId()) && !item.getFlag().equals(… in findTopBean()
316 ….filter((item) -> item.getSpanId().equals(selectBean.getParentSpanId()) && !item.getFlag().equals(… in findTopBean()
329 (item) -> item.getSpanId().equals(selectBean.getSpanId()) && item.getParentSpanId() in findBeanDistributed()
330 … .equals(selectBean.getParentSpanId()) && item.getFlag().equals("C")).findFirst().orElse(null); in findBeanDistributed()
334 … (item) -> item.getSpanId().equals(selectBean.getSpanId()) && item.getParentSpanId() in findBeanDistributed()
[all …]
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/observer/
DMemoryChartObserver.java144 … if (monitorItemList.contains(MEM_JAVA.getName()) && model.getName().equals(MEM_JAVA.getName())) { in sumChosenItems()
148 …if (monitorItemList.contains(MEM_NATIVE.getName()) && model.getName().equals(MEM_NATIVE.getName())… in sumChosenItems()
152 …if (monitorItemList.contains(MEM_GRAPHICS.getName()) && model.getName().equals(MEM_GRAPHICS.getNam… in sumChosenItems()
156 …if (monitorItemList.contains(MEM_STACK.getName()) && model.getName().equals(MEM_STACK.getName())) { in sumChosenItems()
160 … if (monitorItemList.contains(MEM_CODE.getName()) && model.getName().equals(MEM_CODE.getName())) { in sumChosenItems()
164 …if (monitorItemList.contains(MEM_OTHERS.getName()) && model.getName().equals(MEM_OTHERS.getName())… in sumChosenItems()
178 … if (monitorItemList.contains(MEM_JAVA.getName()) && model.getName().equals(MEM_JAVA.getName())) { in getChosenItems()
182 …if (monitorItemList.contains(MEM_NATIVE.getName()) && model.getName().equals(MEM_NATIVE.getName())… in getChosenItems()
186 …if (monitorItemList.contains(MEM_GRAPHICS.getName()) && model.getName().equals(MEM_GRAPHICS.getNam… in getChosenItems()
190 …if (monitorItemList.contains(MEM_STACK.getName()) && model.getName().equals(MEM_STACK.getName())) { in getChosenItems()
[all …]
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/distribute/
DDistributeDevice.java80 public boolean equals(Object object) { in equals() method in DistributeDevice
92 …Objects.equals(deviceIPPortInfo, that.deviceIPPortInfo) && Objects.equals(processName, that.proces… in equals()
93 && Objects.equals(sessionId, that.sessionId); in equals()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/monitorconfig/entity/
DMonitorInfo.java86 public boolean equals(Object object) { in equals() method in MonitorInfo
100 … return localSessionId == that.localSessionId && monitorType.equals(that.monitorType) && parameter in equals()
101 .equals(that.parameter) && value.equals(that.value); in equals()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DSignatureBlockTypes.java55 if (isSigned != null && isSigned.equals("0")) { in getProfileBlockTypes()
58 if (isSigned != null && isSigned.equals("1")) { in getProfileBlockTypes()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/common/util/
DBeanUtil.java336 if ("getSerialVersionUID".equals(getter)) { in getFieldValueByName()
371 if ("class java.lang.String".equals(type.toString())) { in getObjectValue()
374 … if ("class java.lang.Integer".equals(type.toString()) || "int".equals(type.toString())) { in getObjectValue()
377 … if ("class java.lang.Long".equals(type.toString()) || "long".equals(type.toString())) { in getObjectValue()
380 … if ("class java.lang.Double".equals(type.toString()) || "double".equals(type.toString())) { in getObjectValue()
383 … if ("class java.lang.Boolean".equals(type.toString()) || "boolean".equals(type.toString())) { in getObjectValue()
386 if ("class java.util.Date".equals(type.toString())) { in getObjectValue()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/bean/
DThread.java296 if (isSelected && !"S".equals(state)) { in draw()
308 if ("S".equals(state)) { in drawSelected()
313 } else if ("R".equals(state) || "R+".equals(state)) { in drawSelected()
318 } else if ("D".equals(state)) { in drawSelected()
323 } else if ("Running".equals(state)) { in drawSelected()
341 if ("S".equals(state)) { in drawUnSelected()
346 } else if ("R".equals(state)) { in drawUnSelected()
351 } else if ("D".equals(state)) { in drawUnSelected()
356 } else if ("Running".equals(state)) { in drawUnSelected()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DHashUtils.java53 if ("SHA-224".equals(algMethod)) { in getHashAlgsId()
56 if ("SHA-256".equals(algMethod)) { in getHashAlgsId()
59 if ("SHA-384".equals(algMethod)) { in getHashAlgsId()
62 if ("SHA-512".equals(algMethod)){ in getHashAlgsId()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
DProvision.java166 return DEBUG.equals(buildType) || RELEASE.equals(buildType); in isBuildTypeValid()
175 return RELEASE.equals(buildType); in isBuildTypeRelease()
185 return APP_GALLERY.equals(appDistType) in isAppDistTypeValid()
186 || ENTERPRISE.equals(appDistType) in isAppDistTypeValid()
187 || OS_INTEGRATION.equals(appDistType); in isAppDistTypeValid()
DDebugInfo.java83 return "sn".equals(this.deviceIdType) || "udid".equals(this.deviceIdType); in isDeviceIdTypeValid()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/common/treetable/
DFieldsTreeTableColumn.java59 if ("-".equals(columnValue)) { in getComparator()
63 if ("-".equals(columnValue)) { in getComparator()
66 if ("--".equals(columnValue)) { in getComparator()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/metrics/strategy/
DMemAggStrategy.java59 if ("mem.rss.anon".equals(names[index])) { in handleMemoryInfo()
68 if ("mem.swap".equals(names[index])) { in handleMemoryInfo()
76 if ("mem.rss.file".equals(names[index])) { in handleMemoryInfo()
83 if ("oom_score_adj".equals(names[index])) { in handleMemoryInfo()
100 if ("oom_score_adj".equals(names[index])) { in getOomScoreValue()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/statistics/
DMemAggStrategy.java60 if (names[index].equals("oom_score_adj")) { in handleMemoryInfo()
76 if (names[index].equals("mem.rss.anon")) { in createStr()
85 if (names[index].equals("mem.swap")) { in createStr()
93 if (names[index].equals("mem.rss.file")) { in createStr()
100 if (names[index].equals("oom_score_adj")) { in createStr()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/bean/
DThreadData.java283 if (isSelected && !"S".equals(state)) { in draw()
293 if ("S".equals(state)) { in drawSelected()
298 } else if ("R".equals(state)) { in drawSelected()
303 } else if ("D".equals(state)) { in drawSelected()
308 } else if ("Running".equals(state)) { in drawSelected()
326 if ("S".equals(state)) { in drawUnSelected()
331 } else if ("R".equals(state)) { in drawUnSelected()
336 } else if ("D".equals(state)) { in drawUnSelected()
341 } else if ("Running".equals(state)) { in drawUnSelected()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/memory/agentdao/
DMemoryUpdateInfo.java80 public boolean equals(Object obj) { in equals() method in MemoryUpdateInfo
81 return super.equals(obj); in equals()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/device/entity/
DTraceFileInfo.java58 public boolean equals(Object obj) { in equals() method in TraceFileInfo
59 return super.equals(obj); in equals()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/util/
DComparatorUtils.java37 if (filter.equals(String.valueOf(str1)) || filter.equals(String.valueOf(str2))) { in generateComparator()

123456