HomeSort by relevance Sort by last modified time
    Searched defs:LOG_NONE (Results 1 - 5 of 5) 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,
70 #define LOG_NONE 0
108 (logwrap ? LOG_ALOG : LOG_NONE), false, NULL,
  /external/libgdx/gdx/src/com/badlogic/gdx/
Application.java 105 public static final int LOG_NONE = 0;
146 /** Sets the log level. {@link #LOG_NONE} will mute all log output. {@link #LOG_ERROR} will only let error messages through.
148 * @param logLevel {@link #LOG_NONE}, {@link #LOG_ERROR}, {@link #LOG_INFO}, {@link #LOG_DEBUG}. */
  /external/vixl/src/vixl/a64/
simulator-constants-a64.h 117 LOG_NONE = 0,
  /external/libweave/third_party/chromium/base/
logging.h 161 LOG_NONE = 0,
  /external/libchrome/base/
logging.h 181 LOG_NONE = 0,
    [all...]

Completed in 406 milliseconds