Home
last modified time | relevance | path

Searched refs:expr_log (Results 1 – 3 of 3) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Daction.c660 char *expr_log(char *string) in expr_log() function
673 expr_log(atom->test->name); in expr_log_atom()
676 expr_log("("); in expr_log_atom()
678 expr_log(atom->argv[i]); in expr_log_atom()
680 expr_log(","); in expr_log_atom()
682 expr_log(")"); in expr_log_atom()
690 expr_log("=True"); in expr_log_match()
692 expr_log("=False"); in expr_log_match()
707 expr_log("!"); in eval_expr_log()
711 expr_log("("); in eval_expr_log()
[all …]
/external/lldb/source/API/
DSBFrame.cpp1357 Log *expr_log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS)); in EvaluateExpression() local
1418 if (expr_log) in EvaluateExpression()
1419 expr_log->Printf("** [SBFrame::EvaluateExpression] Expression result is %s, summary %s **", in EvaluateExpression()
DSBTarget.cpp2576 Log * expr_log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_EXPRESSIONS)); in EvaluateExpression() local
2626 if (expr_log) in EvaluateExpression()
2627 expr_log->Printf("** [SBTarget::EvaluateExpression] Expression result is %s, summary %s **", in EvaluateExpression()