/developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/ |
D | ColorUtils.ts | 61 public static hash(str: string, max: number): number { method in ColorUtils 66 let hash: number = colorA & colorB; 69 hash ^= str.charCodeAt(index); 70 hash = (hash * colorC) & colorD; 72 return Math.abs(hash) % max; 96 let colorIdx: number = ColorUtils.hash(`${tid}`, ColorUtils.MD_PALETTE.length);
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/ |
D | SignContentInfo.java | 52 protected byte[] hash; field in SignContentHash 64 SignContentHash(char type, char tag, short algId, int length, byte[] hash) { in SignContentHash() argument 69 this.hash = hash; in SignContentHash() 70 this.contentHashLen = CONTENT_HEAD_SIZE + this.hash.length; in SignContentHash() 95 public void addContentHashData(char type, char tag, short algId, int length, byte[] hash) { in addContentHashData() argument 96 SignContentHash signInfo = new SignContentHash(type, tag, algId, length, hash); in addContentHashData() 138 index = ByteArrayUtils.insertByteToByteArray(ret, index, tmp.hash, tmp.hash.length); in getByteContent()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/util/ |
D | ColorUtils.java | 100 public static int hash(final String str, final int max) { in hash() method in ColorUtils 105 int hash = colorA & colorB; in hash() local 107 hash ^= str.charAt(index); in hash() 108 hash = (hash * colorC) & colorD; in hash() 110 return Math.abs(hash) % max; in hash() 134 int colorIdx = hash(String.valueOf(tid), MD_PALETTE.length); in colorForTid()
|
/developtools/profiler/host/smartperf/ide/src/trace/database/ |
D | ProcedureWorkerCommon.ts | 182 public static hash(str: string, max: number): number { method in ColorUtils 187 let hash: number = colorA & colorB; 190 hash ^= str.charCodeAt(index); 191 hash = (hash * colorC) & colorD; 193 return Math.abs(hash) % max; 203 let colorIdx:number = ColorUtils.hash(`${tid}`, ColorUtils.MD_PALETTE.length);
|
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/ |
D | net.proto | 32 uint32 hash = 10; field 55 uint32 hash = 10; field 121 uint32 hash = 10; field 151 uint32 hash = 10; field 174 uint32 hash = 10; field
|
/developtools/profiler/protos/types/plugins/ftrace_data/ |
D | net.proto | 32 uint32 hash = 10; field 55 uint32 hash = 10; field 121 uint32 hash = 10; field 151 uint32 hash = 10; field 174 uint32 hash = 10; field
|
/developtools/profiler/device/plugins/ftrace_plugin/tools/trace_converter/event_formatters/ |
D | ftrace_net_event_formatter.cpp | 36 sout << " hash=" << msg.hash(); in __anonc6ac03fd0302() 65 sout << " hash=" << msg.hash(); in __anonc6ac03fd0502() 161 sout << " hash=" << msg.hash(); in __anonc6ac03fd0f02() 203 sout << " hash=" << msg.hash(); in __anonc6ac03fd1302() 232 sout << " hash=" << msg.hash(); in __anonc6ac03fd1502()
|
/developtools/profiler/host/smartperf/ide/test/trace/component/trace/base/ |
D | ColorUtils.test.ts | 23 expect(ColorUtils.hash("mm",ColorUtils.MD_PALETTE.length)).toBe(6);
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/memory/agentdao/ |
D | MemoryUpdateInfo.java | 99 return Objects.hash(updateTime, instanceId); in hashCode()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/device/entity/ |
D | TraceFileInfo.java | 69 return Objects.hash(version, recordNum, createTime); in hashCode()
|
D | DeviceProcessInfo.java | 151 … return Objects.hash(deviceName, processName, localSessionId, deviceType, startTime, endTime); in hashCode()
|
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/trace/util/ |
D | ColorUtilsTest.java | 47 assertEquals(16, ColorUtils.hash("1", ColorUtils.MD_PALETTE.length)); in testHash()
|
/developtools/ace-ets2bundle/compiler/src/ |
D | utils.ts | 234 const hash = createHash('sha256'); constant 235 hash.update(content); 236 return hash.digest('hex');
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/databases/datatable/enties/ |
D | CpuData.java | 131 return Objects.hash(localSessionId, sessionId, timeStamp, data); in hashCode()
|
D | MemoryData.java | 134 return Objects.hash(localSessionId, sessionId, timeStamp, data); in hashCode()
|
D | EnergyLocationInfo.java | 85 return Objects.hash(sessionId, eventId, timestamp, priority, energyUsage); in hashCode()
|
D | DiskIOData.java | 154 return Objects.hash(localSessionId, sessionId, timeStamp, readSectorsKb, writeSectorsKb); in hashCode()
|
D | NetWorkInfo.java | 99 …return Objects.hash(localSessionId, sessionId, timeStamp, sendSpeed, receiveSpeed, energyNetworkDa… in hashCode()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/samplecode/datasources/databases/datatable/enties/ |
D | Sampledata.java | 147 return Objects.hash(localSessionId, sessionId, timeStamp, intData, doubleData); in hashCode()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/heapdump/ |
D | HeapDumpThirdInfo.java | 111 return Objects.hash(nativeSize, shallowSize, retainedSize, instanceId, isObj, depth); in hashCode()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/distribute/ |
D | DistributeDevice.java | 100 return Objects.hash(deviceIPPortInfo, processName, sessionId); in hashCode()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/metrics/bean/ |
D | SysCalls.java | 84 return Objects.hash(minDur, avgDur, maxDur, funName); in hashCode()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/memory/nativebean/ |
D | NativeFrame.java | 100 return Objects.hash(pc, fileName, functionName); in hashCode()
|
D | HookDataBean.java | 136 …return Objects.hash(hookMethodName, hookAllocationCount, hookDeAllocationCount, hookAllocationMemo… in hashCode()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/process/entity/ |
D | ProcessInfo.java | 109 return Objects.hash(deviceId, processId, processName, state, startTime, arch, agentStatus); in hashCode()
|