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

  /external/chromium/third_party/libjingle/overrides/
config.h 81 /* Logging */
82 #define LOGGING 1
  /external/chromium_org/third_party/re2/re2/testing/
search_test.cc 312 #ifdef LOGGING
exhaustive_tester.cc 17 #ifndef LOGGING
18 #define LOGGING 0
88 if (LOGGING) {
163 if (!LOGGING) {
  /external/regex-re2/re2/testing/
search_test.cc 312 #ifdef LOGGING
exhaustive_tester.cc 17 #ifndef LOGGING
18 #define LOGGING 0
88 if (LOGGING) {
163 if (!LOGGING) {
  /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/chromium_org/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.
146 // The time will be used as the logging start time.
148 // which case the logging start time will be the time of the first LogMessage
156 // These are attributes which apply to all logging channels
164 // These are the available logging channel
    [all...]
physicalsocketserver.cc 57 #include "talk/base/logging.h"
763 // condition, but it's unusual enough to be worth logging.
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
Timers.java 23 // Logging shared by TimerReceiver and TimerAlertFullScreen
24 public static final boolean LOGGING = true;
TimerAlertFullScreen.java 147 if (Timers.LOGGING) {
TimerReceiver.java 49 if (Timers.LOGGING) {
226 if (Timers.LOGGING) {
231 if (Timers.LOGGING) {
459 if (Timers.LOGGING) {
475 if (Timers.LOGGING) {
  /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.
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 60 'LOGGING=1',
187 # TODO(dape): remove this from logging.cc and enable here instead.
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 

Completed in 9511 milliseconds