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

  /external/chromium/third_party/libjingle/overrides/
config.h 81 /* Logging */
82 #define LOGGING 1
  /external/chromium/third_party/libjingle/overrides/talk/base/
logging.h 29 // output to a variety of logging targets, such as debugger console, stderr,
31 // The severity level passed as the first argument to the the LOGging
32 // functions is used as a filter, to limit the verbosity of the logging.
35 // There are several variations on the LOG macro which facilitate logging
58 // to output logging data at the desired level.
81 // values. This can be useful for logging descriptive names of error messages.
147 // These are attributes which apply to all logging channels
160 // These are the available logging channels
178 // logging operations by pre-checking the logging level
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
logging.h 29 // output to a variety of logging targets, such as debugger console, stderr,
31 // The severity level passed as the first argument to the LOGging
32 // functions is used as a filter, to limit the verbosity of the logging.
35 // There are several variations on the LOG macro which facilitate logging
58 // to output logging data at the desired level.
81 // values. This can be useful for logging descriptive names of error messages.
144 // These are attributes which apply to all logging channels
157 // These are the available logging channels
175 // logging operations by pre-checking the logging level
    [all...]
physicalsocketserver.cc 57 #include "talk/base/logging.h"
733 // condition, but it's unusual enough to be worth logging.
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.h 51 LOGGING = 267,
216 #define LOGGING 267
cfparse.y 190 /* logging */
191 %token LOGGING LOGLEV
393 /* logging */
395 : LOGGING log_level EOS
    [all...]
cftoken.l 184 /* logging */
185 <S_INI>log { BEGIN S_LOG; YYDB; return(LOGGING); }
  /external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc 30 // and LOGGING defined in config.h.
38 // If LOGGING is not defined, define it to 1 (b/3245816)
39 #ifndef LOGGING
40 #define LOGGING 1
50 #include "talk/base/logging.h"
  /external/chromium/third_party/libjingle/source/talk/
main.scons 55 'LOGGING=1',
137 # TODO: remove this from logging.cc and enable here instead.

Completed in 96 milliseconds