Home
last modified time | relevance | path

Searched refs:INCLUDE (Results 1 - 7 of 7) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dtoken.h27 INCLUDE, enumerator
H A Dtoken.cpp28 {INCLUDE, "INCLUDE" }, in TokenType2String()
H A Dlexer.cpp26 {"#include", INCLUDE },
402 token.type = INCLUDE; in LexInclude()
H A Dparser.cpp60 if (current_ == INCLUDE && !ProcessInclude(includeList)) { in ParseOneContent()
160 if (current_ == INCLUDE) { in ProcessInclude()
/drivers/hdf_core/framework/tools/hc-gen/
H A Dhcs_build_info.py19 INCLUDE = 3 # include variable in TokenType
133 self.cur_token.token_type = TokenType.INCLUDE
219 if cur_token_type == TokenType.INCLUDE:
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dlexer.js57 TokenType.INCLUDE = 263;
65 '#include': TokenType.INCLUDE,
99 token.type = TokenType.INCLUDE;
H A Dparser.js105 if (this.current_.type !== TokenType.INCLUDE) {
122 this.current_.type === TokenType.INCLUDE &&

Completed in 5 milliseconds