Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 43) sorted by relevance

12

/developtools/global_resource_tool/src/
Dreference_parser.cpp82 bool update = false; in ParseRefInResourceItem() local
85 if (!ParseRefString(data, update)) { in ParseRefInResourceItem()
89 if (!update) { in ParseRefInResourceItem()
93 if (!ParseRefResourceItemData(resourceItem, data, update)) { in ParseRefInResourceItem()
96 if (!update) { in ParseRefInResourceItem()
100 …if (update && !resourceItem.SetData(reinterpret_cast<const int8_t *>(data.c_str()), data.length())… in ParseRefInResourceItem()
128 uint32_t ReferenceParser::ParseRefInString(string &value, bool &update) const in ParseRefInString()
130 if (ParseRefString(value, update)) { in ParseRefInString()
162 …arser::ParseRefResourceItemData(const ResourceItem &resourceItem, string &data, bool &update) const in ParseRefResourceItemData()
178 update = (update || flag); in ParseRefResourceItemData()
[all …]
Dconfig_parser.cpp346 bool update = false; in ParseJsonArrayRef() local
347 if (!GetRefIdFromString(value, update, JSON_ARRAY_IDS.at(key))) { in ParseJsonArrayRef()
351 if (update) { in ParseJsonArrayRef()
366 bool update = false; in ParseJsonStringRef() local
367 if (!GetRefIdFromString(value, update, JSON_STRING_IDS.at(key))) { in ParseJsonStringRef()
371 if (update) { in ParseJsonStringRef()
392 bool ConfigParser::GetRefIdFromString(string &value, bool &update, const string &match) const in GetRefIdFromString() argument
396 if (refParser.ParseRefInString(value, update) != RESTOOL_SUCCESS) { in GetRefIdFromString()
399 if (!update) { in GetRefIdFromString()
/developtools/global_resource_tool/include/
Dreference_parser.h32 uint32_t ParseRefInString(std::string &value, bool &update) const;
35 …bool ParseRefResourceItemData(const ResourceItem &resourceItem, std::string &data, bool &update) c…
42 bool ParseRefString(std::string &key, bool &update) const;
Dconfig_parser.h80 bool GetRefIdFromString(std::string &value, bool &update, const std::string &match) const;
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
Dsteps_gitee.go111 for _, update := range updates {
113 if update.P1.StructureDiff(update.P2) {
117 if update.P1 != nil {
119 p1, err = gitee.GetBetweenTimeMRs("openharmony", update.P1.Name, branch, startTime, endTime)
122 if update.P2 != nil {
124 p2, err = gitee.GetBetweenTimeMRs("openharmony", update.P2.Name, branch, startTime, endTime)
129 Head: update.P2.Revision,
130 Base: update.P1.Revision,
132 Repo: update.P2.Name,
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DMessageDigestZipDataOutput.java37 messageDigest.update(buffer, offset, length); in write()
46 messageDigest.update(buffer); in write()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DDigestUtils.java58 md.update(inputContentArray); in sha256Digest()
76 md.update(inputContentArray); in sha384Digest()
94 md.update(inputContentArray); in sha512Digest()
DHashUtils.java80 md.update(str, 0, count); in getByteDigest()
112 md.update(hashList.get(i)); in getFileDigest()
DHapUtils.java293 messageDigests[i].update(chunkContentPrefix); in computeDigests()
346 messageDigests[i].update(digestOfChunks[i]); in getContentDigestAlgorithmMap()
348 messageDigests[i].update(signingBlock.getValue()); in getContentDigestAlgorithmMap()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
DDigestUtils.java37 md.update(inputContentArray); in computeDigest()
/developtools/hdc/scripts/
Dhdc_hash_gen.py37 algorithm.update(fd.read(1024 * 1024))
39 algorithm.update(fd.read())
/developtools/integration_verification/tools/startup_guard/config_parser_mgr/cfg/
Dconfig_parser.py43 def update(self, json_node, parent = None, fileId = None): member in ItemParser
119 def update(self, json_node, parent = None, fileId = None): member in JobParser
242 def update(self, json_node, parent = None, fileId = None): member in ServiceParser
372 self._jobs.get(item.get("name")).update(item, service, file_id)
385 self._services.get(item.get("name")).update(item)
/developtools/syscap_codec/tools/
Dsyscap_check.py107 array_syscap_set.update(re.findall(ptrn, content))
144 result_set.update(v)
180 syscap_set.update(v)
/developtools/integration_verification/
DREADME.en.md4 {**When you're done, you can delete the content in this README and update the file with details for…
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/
DLocalSigner.java84 signature.update(data); in getSignature()
/developtools/profiler/host/smartperf/doc/
Dcompile_smartperf.md13 apt-get update
Dcompile_trace_streamer.md16 ./emsdk update # this may not work, ignore it
/developtools/profiler/device/plugins/native_daemon/include/
Dvirtual_thread.h71 bool ParseMap(std::vector<MemMapItem> &memMaps, bool update = false);
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/doc/
Dwasm.md7 ./emsdk update # this may not work, ignore it
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/doc/
Dwasm.md7 ./emsdk update # this may not work, ignore it
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_thread.cpp280 bool VirtualThread::ParseMap(std::vector<MemMapItem>& memMaps, bool update) in ParseMap() argument
284 bool mapsAdded = !update; in ParseMap()
400 if (!update) { in ParseMap()
/developtools/profiler/host/smartperf/ide/
DREADME_zh.md13 apt-get update
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
Dbasic_tool.py43 filepath_list.update(
/developtools/smartperf_host/ide/
DREADME_zh.md13 apt-get update
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Dget_subsystem_component.py75 ret.update({v: {'subsystem': subsystem_k, 'component': k}})

12