Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mod
(Results
1 - 13
of
13
) sorted by relevance
/developtools/integration_verification/tools/deps_guard/rules_checker/
H
A
D
hdi_rule.py
39
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
D
sa_rule.py
39
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
D
chipsetsdk.py
102
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
D
napi_rule.py
36
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
D
sa.py
66
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
D
FPS.cpp
191
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
D
profiler_fps.cpp
344
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
D
FPS.h
91
long long
mod
= 1e9;
member in OHOS::SmartPerf::FPS
H
A
D
profiler_fps.h
100
long long
mod
= 1e9;
member in OHOS::SmartPerf::ProfilerFPS
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/
H
A
D
elf_file_mgr.py
49
def depends_on(self,
mod
):
51
if dep["callee"] ==
mod
:
/developtools/hdc/test/unittest/common/
H
A
D
uart_test.cpp
144
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
D
stack_preprocess.cpp
1461
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
D
vmlinux.h
1300
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