Home
last modified time | relevance | path

Searched refs:lists (Results 1 - 9 of 9) sorted by relevance

/developtools/integration_verification/tools/deps_guard/rules_checker/
H A Dhdi_rule.py31 lists = self.get_white_lists()
49 if mod["name"] not in lists:
52 if self.__ignore_mod(mod, is_hdi, lists):
64 if mod["name"] not in lists:
74 def __ignore_mod(self, mod, is_hdi, lists):
84 if mod["name"] in lists:
H A Dsa_rule.py31 lists = self.get_white_lists()
49 if mod["name"] not in lists:
58 if mod["name"] in lists:
H A Dnapi_rule.py31 lists = self.get_white_lists()
44 if target_name in lists:
H A Dchipsetsdk.py173 lists = self.get_white_lists()
209 if callee["name"] in lists:
/developtools/integration_verification/tools/startup_guard/startup_checker/
H A Dcmds_rule.py61 lists = {}
64 lists[cmd["content"]] = cmd["fileId"]
66 return lists
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
H A DBcSignedDataGenerator.java226 private ASN1Set createBerSetFromLst(List<?> lists) throws CodeSignException { in createBerSetFromLst() argument
227 if (lists == null || lists.size() == 0) { in createBerSetFromLst()
231 for (Object obj : lists) { in createBerSetFromLst()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
H A DBcPkcs7Generator.java231 private boolean checkListNotNullOrEmty(List<?> lists) { in checkListNotNullOrEmty() argument
232 return (lists != null) && (lists.size() > 0); in checkListNotNullOrEmty()
/developtools/hdc/src/host/
H A Dclient.cpp746 const string lists = "list targets -v"; in ListTargetsAll() local
747 if (!strncmp(this->command.c_str(), lists.c_str(), lists.size())) { in ListTargetsAll()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h3646 struct list_head lists[5]; member
3803 struct list_head lists[15]; member
32358 struct list_head lists[3]; member
32373 struct list_head lists[2]; member
[all...]

Completed in 509 milliseconds