Home
last modified time | relevance | path

Searched refs:mod (Results 1 - 13 of 13) sorted by relevance

/developtools/integration_verification/tools/deps_guard/rules_checker/
H A 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)
[all...]
H A 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)
[all...]
H A Dchipsetsdk.py102 def __is_chipsetsdk_tagged(self, mod):
103 if not "innerapi_tags" in mod:
105 if "chipsetsdk" in mod["innerapi_tags"]:
109 def __is_chipsetsdk_indirect(self, mod):
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"]:
168 %s in %s with "chipsetsdk_indirect"' % (mod["name"], callee["name"], callee["labelPath"]))
182 for mod i
[all...]
H A 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/deps_guard/elf_file_mgr/sa/
H A 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/
H A DFPS.cpp191 fpsInfo.currTimeDump = (time1.tv_sec - 1) * mod + time1.tv_nsec; in ReadDataFromPipe()
218 std::string onScreenTime = std::to_string(curScreenTimestamp / mod); in CalcFpsAndJitters()
231 if (prevlastScreenTimestamp != 0 && (curScreenTimestamp - prevlastScreenTimestamp) < mod) { in CalcFpsAndJitters()
235 jitter = curScreenTimestamp - curScreenTimestamp / mod * mod; in CalcFpsAndJitters()
H A Dprofiler_fps.cpp344 fpsInfo.currTimeDump = (time1.tv_sec - 1) * mod + time1.tv_nsec; in GetSurfaceFrame()
365 std::string onScreenTime = std::to_string(curScreenTimestamp / mod); in CalcFpsAndJitters()
378 if (prevlastScreenTimestamp != 0 && (curScreenTimestamp - prevlastScreenTimestamp) < mod) { in CalcFpsAndJitters()
382 jitter = curScreenTimestamp - curScreenTimestamp / mod * mod; in CalcFpsAndJitters()
/developtools/profiler/host/smartperf/client/client_command/include/
H A DFPS.h91 long long mod = 1e9; member in OHOS::SmartPerf::FPS
H A Dprofiler_fps.h100 long long mod = 1e9; member in OHOS::SmartPerf::ProfilerFPS
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/
H A Delf_file_mgr.py49 def depends_on(self, mod):
51 if dep["callee"] == mod:
/developtools/hdc/test/unittest/common/
H A 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/
H A Dstack_preprocess.cpp1461 unsigned mod = ((((size - 1) & deltaInverseMask) >> lgDelta)) & ((size_t(1) << SC_LG_NGROUP) - 1); in ComputeAlign() local
1462 index = SC_NTINY + grp + mod; in ComputeAlign()
/developtools/profiler/hiebpf/include/
H A 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
[all...]

Completed in 468 milliseconds