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

  /system/core/logwrapper/include/logwrap/
logwrap.h 47 * log_target: Specify where to log the output of the child, either LOG_NONE,
69 #define LOG_NONE 0
87 (logwrap ? LOG_ALOG : LOG_NONE), false, NULL,
  /system/core/logwrapper/
android_fork_execvp_ext_benchmark.cpp 27 argc, (char**)argv, NULL /* status */, false /* ignore_int_quit */, LOG_NONE,
logwrap.c 318 if (abbreviated && (log_target == LOG_NONE)) {
  /external/vixl/src/aarch64/
simulator-constants-aarch64.h 123 LOG_NONE = 0,
simulator-aarch64.cc 79 trace_parameters_ = LOG_NONE;
    [all...]
  /external/libchrome/base/
logging_unittest.cc 177 settings.logging_dest = LOG_NONE;
logging.cc 422 // when g_logging_destination is LOG_NONE.
423 return g_logging_destination != LOG_NONE || log_message_handler ||
logging.h 156 LOG_NONE = 0,
    [all...]
  /external/vixl/test/aarch64/
test-trace-aarch64.cc     [all...]

Completed in 186 milliseconds