Home
last modified time | relevance | path

Searched refs:byteBuf (Results 1 – 3 of 3) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DResourcesParser.java257 ByteBuffer byteBuf = ByteBuffer.wrap(data); in getBaseResource() local
258 byteBuf.order(ByteOrder.LITTLE_ENDIAN); in getBaseResource()
260 byteBuf.get(version); in getBaseResource()
261 byteBuf.getInt(); in getBaseResource()
262 int configCount = byteBuf.getInt(); in getBaseResource()
263 Optional<ConfigIndex> optionalConfigIndex = loadBaseConfig(byteBuf, configCount); in getBaseResource()
268 return readBaseItem(resId, optionalConfigIndex.get(), byteBuf); in getBaseResource()
337 ByteBuffer byteBuf = ByteBuffer.wrap(data); in getResource() local
338 byteBuf.order(ByteOrder.LITTLE_ENDIAN); in getResource()
340 byteBuf.get(version); in getResource()
[all …]
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp469 const unsigned char *byteBuf = static_cast<const unsigned char *>(buf); in HexDump() local
479 HLOGM(" %02zu: %s ", i, BufferToHexString(byteBuf, dumpByteEachLine).c_str()); in HexDump()
480 byteBuf += dumpByteEachLine; in HexDump()
/developtools/hiperf/src/
Dutilities.cpp548 const unsigned char *byteBuf = static_cast<const unsigned char *>(buf); in HexDump() local
558 HLOGM(" %02zu: %s ", i, BufferToHexString(byteBuf, dumpByteEachLine).c_str()); in HexDump()
559 byteBuf += dumpByteEachLine; in HexDump()