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

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

Completed in 211 milliseconds