Searched refs:LOGGING (Results 1 - 9 of 9) sorted by relevance

/external/chromium/third_party/libjingle/overrides/
H A Dconfig.h82 #define LOGGING 1 macro
/external/chromium/third_party/libjingle/overrides/talk/base/
H A Dlogging.h260 // Macros which automatically disable logging when LOGGING == 0
263 // If LOGGING is not explicitly defined, default to enabled in debug mode
265 #if !defined(LOGGING)
267 #define LOGGING 1 macro
269 #define LOGGING 0 macro
271 #endif // !defined(LOGGING)
274 #if LOGGING
327 #else // !LOGGING
347 #endif // !LOGGING
/external/chromium/third_party/libjingle/source/talk/base/
H A Dlogging.h257 // Macros which automatically disable logging when LOGGING == 0
260 // If LOGGING is not explicitly defined, default to enabled in debug mode
261 #if !defined(LOGGING)
263 #define LOGGING 1 macro
265 #define LOGGING 0 macro
267 #endif // !defined(LOGGING)
270 #if LOGGING
323 #else // !LOGGING
343 #endif // !LOGGING
H A Dphysicalsocketserver.cc1438 #if LOGGING
1493 #if 0 // LOGGING
1541 #if LOGGING
/external/ipsec-tools/src/racoon/
H A Dcfparse.h51 LOGGING = 267, enumerator in enum:yytokentype
216 #define LOGGING 267 macro
H A Dcfparse.y191 %token LOGGING LOGLEV
395 : LOGGING log_level EOS
H A Dcftoken.l185 <S_INI>log { BEGIN S_LOG; YYDB; return(LOGGING); }
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dsrtpfilter.cc30 // 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 macro
/external/chromium/third_party/libjingle/source/talk/
H A Dmain.scons55 'LOGGING=1',

Completed in 138 milliseconds