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:lower
(Results
1 - 13
of
13
) sorted by relevance
/base/useriam/user_auth_framework/common/utils/
H
A
D
iam_mem.h
25
inline uint32_t CombineUint16ToUint32(uint16_t upper, uint16_t
lower
)
in CombineUint16ToUint32()
argument
27
return (static_cast<uint32_t>(upper) << 16U) |
lower
;
in CombineUint16ToUint32()
/base/web/webview/ohos_interface/ohos_glue/scripts/
H
A
D
make_file_base.py
91
base_file = ident.
lower
() + '_scoped.h'
93
base_file = ident.
lower
() + '_ref_counted.h'
95
base_path = os.path.join('base', ident.
lower
(), 'ark_web_' + base_file)
H
A
D
file_parser.py
65
# and the last character was a
lower
case letter
70
result += chr.
lower
()
/base/startup/init/services/modules/seccomp/scripts/tools/
H
A
D
strace_log_analysis.py
66
if not file_name_tmp.
lower
().startswith('libsyscall_to_nr_'):
72
if '.strace.log' in file_name.
lower
():
H
A
D
audit_log_analysis.py
107
if not file_name_tmp.
lower
().startswith('libsyscall_to_nr_'):
114
if file_name.
lower
().endswith('.audit.log'):
H
A
D
merge_policy.py
115
if not file_name_tmp.
lower
().startswith('libsyscall_to_nr_'):
124
if file_name.
lower
().endswith('.policy'):
H
A
D
libc_static_analysis.py
252
if not file_name_tmp.
lower
().startswith('libsyscall_to_nr_'):
256
if libc_path.
lower
().endswith('libc.asm'):
H
A
D
collect_elf_syscall.py
277
if not file_name_tmp.
lower
().startswith('libsyscall_to_nr_'):
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/
H
A
D
conversion_mfcc.cpp
256
double
lower
= (binFreq - prevFreq) / (thisFreq - prevFreq);
in FiltersMel()
local
258
double min = IsLessNotEqual(
lower
, upper) ?
lower
: upper;
in FiltersMel()
/base/hiviewdfx/hiview/build/
H
A
D
gen_plugin_build.py
64
target = 'lib%s' % (plugin.
lower
())
159
size_unit = memory_detail[-1].
lower
()
/base/startup/init/services/modules/seccomp/scripts/
H
A
D
generate_code_from_policy.py
1009
if not file_name_tmp.
lower
().startswith('libsyscall_to_nr_'):
1026
if file_name.
lower
().endswith('blocklist.seccomp.policy'):
1030
if file_name.
lower
().endswith('privileged_process.seccomp.policy'):
1038
if file_name.
lower
().endswith('.policy'):
/base/security/selinux_adapter/scripts/
H
A
D
build_contexts.py
319
if sys.platform == "linux" and platform.machine().
lower
() == "aarch64":
/base/startup/hvb/tools/
H
A
D
hvbtool.py
193
if not out.
lower
().startswith(self.MODULUS_PREFIX):
707
self.vertype = _params['verity_type'].
lower
() # verity type: hash - 1 or hashtree - 2 (fix)
Completed in 10 milliseconds