Searched refs:symbol (Results 1 – 3 of 3) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/lexer/ |
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 = StringHelper::Format("%c", c); in ReadMMinusOp() local [all …]
|
/drivers/peripheral/display/hal/default_standard/src/utils/ |
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/model/display/driver/lcdkit/ |
D | lcdkit_parse_config.c | 13 #define PARSE_PANEL_SYMBOL(node, ops, symbol, out) do { \ argument 14 if ((ops)->GetUint32((node), (symbol), (out), 0)) { \ 15 HDF_LOGE("%s: get symbol:%s failed", __func__, (symbol)); \
|