Home
last modified time | relevance | path

Searched refs:NUMBER (Results 1 - 8 of 8) sorted by relevance

/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_deal_log_format.c22 #define NUMBER 2 macro
23 static const char *g_property[NUMBER] = { "%{private}", "%{public}" };
24 static size_t g_property_len[NUMBER] = { 10, 9 };
45 for (i = 0; i < NUMBER; i++) { in deal_format()
60 if (i == NUMBER) in deal_format()
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dtoken.cpp24 {NUMBER, "NUMBER" }, in TokenType2String()
50 token.type != NUMBER ? stream << std::setw(WIDTH_TWENTY) << token.strval in operator <<()
H A Dtoken.h20 NUMBER = 256, enumerator
H A Dlexer.cpp337 token.type = NUMBER; in LexFromNumber()
358 token.type = NUMBER; in LexFromLiteral()
362 token.type = NUMBER; in LexFromLiteral()
H A Dparser.cpp220 case NUMBER: in ParseTerm()
400 } else if (current_.type == NUMBER) { in ParseArray()
403 Logger().Error() << lexer_ << "syntax error, except STRING or NUMBER in array"; in ParseArray()
H A Ddecompile.cpp108 if (value.length() > NUMBER) { in ReadString()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dparser.js228 } else if (this.current_.type === TokenType.NUMBER) {
232 this.dealWithError(this.lexer_ + 'syntax error, except STRING or NUMBER in array');
271 case TokenType.NUMBER:
H A Dlexer.js50 TokenType.NUMBER = 256;
344 token.type = TokenType.NUMBER;

Completed in 4 milliseconds