Home
last modified time | relevance | path

Searched defs:des (Results 1 – 4 of 4) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/component/setting/
DSpProbesConfig.ts429 des: 'enables high-detailed tracking of scheduling events', constant
434 des: 'Records cpu frequency and idle state change viaftrace', constant
439 des: constant
450 des: 'polling of /proc/meminfo', constant
455 des: constant
466 des: 'Tracks the AbilityMonitor', constant
DSpCheckDesBox.ts40 set des(des: string) { method in SpCheckDesBox
124 des: string; property
/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dbyte_array_utils.cpp52 int ByteArrayUtils::InsertByteToByteArray(std::vector<int8_t>& des, int start, std::vector<int8_t> … in InsertByteToByteArray()
63 int ByteArrayUtils::InsertCharToByteArray(std::vector<int8_t>& des, int start, std::string src) in InsertCharToByteArray()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DByteArrayUtils.java95 public static int insertByteToByteArray(byte[] des, int start, byte[] src, int srcLen) { in insertByteToByteArray()
111 public static int insertCharToByteArray(byte[] des, int start, char[] src) { in insertCharToByteArray()