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

  /system/bt/hci/src/
btsnoop.c 153 bool should_log = module_started && local
156 if (should_log == is_logging)
159 is_logging = should_log;
160 if (should_log) {
  /external/autotest/client/cros/
mainloop.py 107 should_log = True
115 should_log = False
121 if should_log:
  /external/webrtc/webrtc/base/
logging.cc 353 Boolean should_log = local
357 log_to_stderr = exists_and_is_valid && should_log;
  /external/mesa3d/src/mesa/main/
errors.c 265 should_log(struct gl_context *ctx, GLenum source, GLenum type, function
307 if (!should_log(ctx, source, type, id, severity))
1009 do_log = should_log(ctx, GL_DEBUG_SOURCE_API_ARB, GL_DEBUG_TYPE_ERROR_ARB,

Completed in 1285 milliseconds