Home
last modified time | relevance | path

Searched refs:setw (Results 1 - 6 of 6) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dtoken.cpp48 stream << "Token: type: " << std::setw(WIDTH_EIGHT) << ::std::left << TokenType2String(token.type); in operator <<()
49 stream << " value: " << std::setw(WIDTH_EIGHT) << ::std::left; in operator <<()
50 token.type != NUMBER ? stream << std::setw(WIDTH_TWENTY) << token.strval in operator <<()
51 : stream << std::setw(WIDTH_ZERO) << "0x" << std::setw(WIDTH_EIGHTEEN) << in operator <<()
H A Doption.cpp143 Logger() << " " << ::std::setw(SPACE_WIDTH) << ::std::left << option << " " << helpInfo; in ShowOption()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js775 setw(l) {
790 this.setw(walkDepth * 4) + '[' + current.integerValue_ + ']'
794 NapiLog.logInfo(this.setw(walkDepth * 4) + current.stringValue_);
800 NapiLog.logInfo(this.setw(walkDepth * 4) + current.name_ + ' :');
806 NapiLog.logInfo(this.setw(walkDepth * 4) + current.name_ + ' = ');
809 NapiLog.logInfo(this.setw(walkDepth * 4) + current.name_);
812 NapiLog.logInfo(this.setw(walkDepth * 4) + current.name_);
815 NapiLog.logInfo(this.setw(walkDepth * 4) + current.name_);
/drivers/peripheral/face_auth/common/utils/
H A Diam_para2str.h32 ss << "0xXXXX" << std::setfill('0') << std::setw(MASK_WIDTH) << std::hex << val; in GetMaskedString()
/drivers/peripheral/user_auth/common/utils/
H A Diam_para2str.h32 ss << "0xXXXX" << std::setfill('0') << std::setw(MASK_WIDTH) << std::hex << val; in GetMaskedString()
/applications/standard/calendardata/calendarmanager/native/src/
H A Dnative_util.cpp126 out << std::setfill('0') << std::setw(strLen) << expireTime.tm_mon + monOffset; in GetUTCTime()
127 out << std::setfill('0') << std::setw(strLen) << expireTime.tm_mday; in GetUTCTime()
129 out << std::setfill('0') << std::setw(strLen) << expireTime.tm_hour; in GetUTCTime()
130 out << std::setfill('0') << std::setw(strLen) << expireTime.tm_min; in GetUTCTime()
131 out << std::setfill('0') << std::setw(strLen) << expireTime.tm_sec; in GetUTCTime()

Completed in 4 milliseconds