Home
last modified time | relevance | path

Searched refs:upper (Results 1 - 11 of 11) 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/print/print_fwk/utils/include/
H A Dprint_security_guard_util.h36 std::string upper = PrintUtil::ToUpper(des); in GetPrinterType() local
44 if (PrintUtil::CheckContains(upper, key)) { in GetPrinterType()
/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dmake_cpptoc_header.py63 guard = def_name.upper() + '_CPPTOC_H_'
H A Dmake_ctocpp_header.py109 guard = def_name.upper() + '_CTOCPP_H_'
H A Dmake_capi_header.py204 guard = file_name.replace('/', '_').replace('.', '_capi_').upper() + '_'
H A Dfile_parser.py64 # add an underscore if the current character is an upper case letter
67 and chr.upper() == chr \
68 and not lastchr.upper() == lastchr:
92 return get_capi_name(cppname, False).upper()
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/
H A Dconversion_mfcc.cpp257 double upper = (nextFreq - binFreq) / (nextFreq - thisFreq); in FiltersMel() local
258 double min = IsLessNotEqual(lower, upper) ? lower : upper; in FiltersMel()
/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp225 int upper = 0; in ParseCopiesAttributes() local
227 ippGetRange(attrPtr, i, &upper); in ParseCopiesAttributes()
229 printerCaps.SetPrinterAttrNameAndValue("copies-supported", std::to_string(upper).c_str()); in ParseCopiesAttributes()
/base/hiviewdfx/hiview/base/utility/include/
H A Dstring_util.h102 std::string DexToHexString(int value, bool upper = true);
/base/hiviewdfx/hiview/base/utility/
H A Dstring_util.cpp137 string DexToHexString(int value, bool upper) in DexToHexString() argument
141 if (upper) { in DexToHexString()
/base/update/packaging_tools/
H A Dbuild_update.py509 return str(hash_value).upper()

Completed in 7 milliseconds