Home
last modified time | relevance | path

Searched refs:mod (Results 1 – 16 of 16) sorted by relevance

/developtools/integration_verification/tools/deps_guard/rules_checker/
Dhdi_rule.py39 for mod in self.get_mgr().get_all():
41 if "hdiType" in mod and mod["hdiType"] == "hdi_service":
44 if not is_hdi and ("shlib_type" in mod and mod["shlib_type"] == "hdi"):
45 non_hdi_with_hdi_shlib_type.append(mod)
48 if is_hdi and ("shlib_type" not in mod or mod["shlib_type"] != "hdi"):
49 if mod["name"] not in lists:
50 hdi_without_shlib_type.append(mod)
52 if self.__ignore_mod(mod, is_hdi, lists):
56 self.error("hdi module %s depended by:" % mod["name"])
57 for dep in mod["dependedBy"]:
[all …]
Dsa_rule.py39 for mod in self.get_mgr().get_all():
41 if "sa_id" in mod and mod["sa_id"] > 0:
44 if not is_sa and ("shlib_type" in mod and mod["shlib_type"] == "sa"):
45 non_sa_with_sa_shlib_type.append(mod)
48 if is_sa and ("shlib_type" not in mod or mod["shlib_type"] != "sa"):
49 if mod["name"] not in lists:
50 sa_without_shlib_type.append(mod)
55 if len(mod["dependedBy"]) == 0:
58 if mod["name"] in lists:
62 if "version_script" in mod:
[all …]
Dchipsetsdk.py102 def __is_chipsetsdk_tagged(self, mod): argument
103 if not "innerapi_tags" in mod:
105 if "chipsetsdk" in mod["innerapi_tags"]:
109 def __is_chipsetsdk_indirect(self, mod): argument
110 if not "innerapi_tags" in mod:
112 if "chipsetsdk_indirect" in mod["innerapi_tags"]:
153 for mod in self.__chipsetsdks:
154 for dep in mod["deps"]:
182 for mod in self.get_mgr().get_all():
184 if self.__is_chipsetsdk_tagged(mod):
[all …]
Dnapi_rule.py36 for mod in self.get_mgr().get_all():
37 if not mod["napi"]:
40 if len(mod["dependedBy"]) == 0:
43 target_name = mod["labelPath"][mod["labelPath"].find(":")+1:]
47 self.error("napi module %s depended by:" % mod["name"])
48 for dep in mod["dependedBy"]:
/developtools/integration_verification/tools/fotff/
Dgo.sum2 code.cloudfoundry.org/archiver v0.0.0-20221114120234-625eff81a7ef/go.mod h1:WK8AWnIZ1W1EpPoVLzsSshX…
4 github.com/Unknwon/goconfig v1.0.0/go.mod h1:wngxua9XCNjvHjDiTiV26DaKDT+0c63QR6H5hjVUUxw=
5 github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
7 github.com/cyphar/filepath-securejoin v0.2.3/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
8 github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
10 github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
14 github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELF…
16 github.com/huandu/go-assert v1.1.5/go.mod h1:yOLvuqZwmcHIC5rIzrBhT7D3Q9c3GFnd0JrPVhn/06U=
18 github.com/huandu/go-clone v1.4.1/go.mod h1:ReGivhG6op3GYr+UY3lS6mxjKp7MIGTknuU5TbTVaXE=
20 github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
[all …]
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/sa/
Dsa.py66 for mod in mgr.get_all():
67 mod["sa_id"] = 0
68 if mod["name"] not in all_sa:
70 mod["sa_id"] = int(all_sa[mod["name"]]["name"])
/developtools/profiler/host/smartperf/client/client_command/include/
DFPS.h92 long long mod = 1e9; variable
Dprofiler_fps.h93 long long mod = 1e9; variable
/developtools/profiler/host/smartperf/client/client_command_fps/
Dmain.cpp47 const long long mod = 1e9; member
133 long long tFrameReadyTime = frameReadyTime / fpsConfig.mod; in ProcessFpsResult()
134 long long tLastReadyTime = fpsConfig.lastReadyTime / fpsConfig.mod; in ProcessFpsResult()
/developtools/profiler/host/smartperf/client/client_command/
DFPS.cpp172 fpsInfo.currTimeDump = (time1.tv_sec - 1) * mod + time1.tv_nsec; in GetSurfaceFrame()
200 std::string onScreenTime = std::to_string(frameReadyTime / mod); in GetSameTimeNums()
Dprofiler_fps.cpp275 fpsInfo.currTimeDump = (time1.tv_sec - 1) * mod + time1.tv_nsec; in GetSurfaceFrame()
300 std::string onScreenTime = std::to_string(frameReadyTime / mod); in GetSameTimeNums()
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/
Delf_file_mgr.py49 def depends_on(self, mod): argument
51 if dep["callee"] == mod:
/developtools/hdc/test/unittest/common/
Duart_test.cpp144 const constexpr int mod = 100; in MakeRndData() local
145 std::generate(data.begin(), data.end(), [&]() { return rnd() % mod; }); in MakeRndData()
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp1384 … unsigned mod = ((((size - 1) & deltaInverseMask) >> lgDelta)) & ((size_t(1) << SC_LG_NGROUP) - 1); in ComputeAlign() local
1385 index = SC_NTINY + grp + mod; in ComputeAlign()
/developtools/profiler/hiebpf/include/
Dvmlinux.h1300 struct module *mod; member
1311 struct module *mod; member
5647 struct module *mod; member
10455 struct module *mod; member
25707 struct module *mod; member
25724 unsigned int mod; member
27820 struct module *mod; member
28374 struct module *mod; member
29965 struct module *mod; member
36178 struct module *mod; member
/developtools/profiler/device/plugins/memory_plugin/test/utresources/proc/1/
Dsmaps44100 f69f3000-f69f4000 rw-p 00000000 00:00 0 [anon:sensitive_vm-mod uni…
44101 Name: [anon:sensitive_vm-mod union bitmap]