Home
last modified time | relevance | path

Searched refs:setw (Results 1 - 5 of 5) 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/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()
/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_);

Completed in 2 milliseconds