Searched refs:upper (Results 1 - 11 of 11) 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/print/print_fwk/utils/include/ |
H A D | print_security_guard_util.h | 36 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 D | make_cpptoc_header.py | 63 guard = def_name.upper() + '_CPPTOC_H_'
|
H A D | make_ctocpp_header.py | 109 guard = def_name.upper() + '_CTOCPP_H_'
|
H A D | make_capi_header.py | 204 guard = file_name.replace('/', '_').replace('.', '_capi_').upper() + '_'
|
H A D | file_parser.py | 64 # 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 D | conversion_mfcc.cpp | 257 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 D | print_cups_attribute.cpp | 225 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 D | string_util.h | 102 std::string DexToHexString(int value, bool upper = true);
|
/base/hiviewdfx/hiview/base/utility/ |
H A D | string_util.cpp | 137 string DexToHexString(int value, bool upper) in DexToHexString() argument 141 if (upper) { in DexToHexString()
|
/base/update/packaging_tools/ |
H A D | build_update.py | 509 return str(hash_value).upper()
|
Completed in 7 milliseconds