Searched refs:symbol (Results 1 - 4 of 4) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/lexer/ |
H A D | lexer.cpp | 392 std::string symbol = StringHelper::Format("%c", c);
in ReadShiftLeftOp() local 393 auto iter = symbols_.find(symbol);
in ReadShiftLeftOp() 395 token.value = symbol;
in ReadShiftLeftOp() 409 std::string symbol = StringHelper::Format("%c", c);
in ReadShiftRightOp() local 410 auto iter = symbols_.find(symbol);
in ReadShiftRightOp() 412 token.value = symbol;
in ReadShiftRightOp() 426 std::string symbol = StringHelper::Format("%c", c);
in ReadPPlusOp() local 427 auto iter = symbols_.find(symbol);
in ReadPPlusOp() 429 token.value = symbol;
in ReadPPlusOp() 443 std::string symbol in ReadMMinusOp() local 461 std::string symbol = StringHelper::Format("%c", c); ReadComment() local 509 std::string symbol = StringHelper::Format("%c", c); ReadSymbolToken() local [all...] |
/drivers/peripheral/display/hal/default_standard/src/utils/ |
H A D | display_module_loader.h | 41 void *GetSymbol(const std::string &symbol)
in GetSymbol() argument 43 return dlsym(handle_, symbol.c_str());
in GetSymbol()
|
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/ |
H A D | RightMenu.js | 172 static callDrawText(symbol, x, w, OFFY_, textColor) { 173 X2DFast.px2f.drawText(symbol, RightMenu.TEXT_SIZE, x + w, OFFY_, 1, 1, 0,
|
/drivers/hdf_core/framework/model/display/driver/lcdkit/ |
H A D | lcdkit_parse_config.c | 13 #define PARSE_PANEL_SYMBOL(node, ops, symbol, out) do { \ 14 if ((ops)->GetUint32((node), (symbol), (out), 0)) { \ 15 HDF_LOGE("%s: get symbol:%s failed", __func__, (symbol)); \
|
Completed in 2 milliseconds