Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/common/utils/
H A Diam_mem.h25 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 Dmake_file_base.py91 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 Dfile_parser.py65 # and the last character was a lower case letter
70 result += chr.lower()
/base/startup/init/services/modules/seccomp/scripts/tools/
H A Dstrace_log_analysis.py66 if not file_name_tmp.lower().startswith('libsyscall_to_nr_'):
72 if '.strace.log' in file_name.lower():
H A Daudit_log_analysis.py107 if not file_name_tmp.lower().startswith('libsyscall_to_nr_'):
114 if file_name.lower().endswith('.audit.log'):
H A Dmerge_policy.py115 if not file_name_tmp.lower().startswith('libsyscall_to_nr_'):
124 if file_name.lower().endswith('.policy'):
H A Dlibc_static_analysis.py252 if not file_name_tmp.lower().startswith('libsyscall_to_nr_'):
256 if libc_path.lower().endswith('libc.asm'):
H A Dcollect_elf_syscall.py277 if not file_name_tmp.lower().startswith('libsyscall_to_nr_'):
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/
H A Dconversion_mfcc.cpp256 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 Dgen_plugin_build.py64 target = 'lib%s' % (plugin.lower())
159 size_unit = memory_detail[-1].lower()
/base/startup/init/services/modules/seccomp/scripts/
H A Dgenerate_code_from_policy.py1009 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 Dbuild_contexts.py319 if sys.platform == "linux" and platform.machine().lower() == "aarch64":
/base/startup/hvb/tools/
H A Dhvbtool.py193 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