HomeSort by relevance Sort by last modified time
    Searched refs:LogFunction (Results 1 - 6 of 6) sorted by null

  /external/v8/src/parsing/
preparse-data.h 57 void LogFunction(int end, int num_parameters, int function_length,
99 void LogFunction(int start, int end, int num_parameters, int function_length,
preparse-data.cc 15 void ParserLogger::LogFunction(int start, int end, int num_parameters,
preparser.cc 256 log_.LogFunction(body_end, formals->num_parameters(),
parser.cc     [all...]
  /system/core/base/
logging.cpp 126 static LogFunction& Logger() {
128 static auto& logger = *new LogFunction(LogdLogger());
130 static auto& logger = *new LogFunction(StderrLogger);
256 void InitLogging(char* argv[], LogFunction&& logger, AbortFunction&& aborter) {
257 SetLogger(std::forward<LogFunction>(logger));
315 void SetLogger(LogFunction&& logger) {
  /system/core/base/include/android-base/
logging.h 85 using LogFunction = std::function<void(LogId, LogSeverity, const char*, const char*,
123 LogFunction&& logger = INIT_LOGGING_DEFAULT_LOGGER,
128 void SetLogger(LogFunction&& logger);

Completed in 828 milliseconds