Searched refs:DEBUG_MODE (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/cld/base/
H A Dlog_severity.h33 // DEBUG_MODE is for small !NDEBUG uses like
34 // if (DEBUG_MODE) foo.CheckThatFoo();
41 enum { DEBUG_MODE = 0 }; enumerator in enum:__anon11704
43 enum { DEBUG_MODE = 1 }; enumerator in enum:__anon11705
/external/chromium_org/sync/util/
H A Dlogging.h30 ::logging::DEBUG_MODE && \
/external/chromium_org/sync/engine/
H A Dtraffic_logger.cc23 if (::logging::DEBUG_MODE && VLOG_IS_ON(1)) {
/external/doclava/src/com/google/doclava/
H A DDoclava2.java24 private static final boolean DEBUG_MODE = false; field in class:Doclava2
26 if (DEBUG_MODE) {
/external/chromium_org/third_party/re2/util/
H A Dlogging.h45 #define DEBUG_MODE 0 macro
48 #define DEBUG_MODE 1 macro
/external/regex-re2/util/
H A Dlogging.h40 #define DEBUG_MODE 0 macro
43 #define DEBUG_MODE 1 macro
/external/chromium_org/third_party/re2/re2/testing/
H A Drandom_test.cc28 if (DEBUG_MODE) {
H A Dexhaustive_tester.cc151 if (DEBUG_MODE && FLAGS_quick_debug_mode) {
H A Dpossible_match_test.cc227 if (DEBUG_MODE) {
/external/regex-re2/re2/testing/
H A Drandom_test.cc28 if (DEBUG_MODE) {
H A Dexhaustive_tester.cc151 if (DEBUG_MODE && FLAGS_quick_debug_mode) {
H A Dpossible_match_test.cc227 if (DEBUG_MODE) {
/external/chromium_org/crypto/
H A Dopenssl_util.cc116 if (logging::DEBUG_MODE && VLOG_IS_ON(1)) {
/external/chromium_org/base/
H A Dlogging_unittest.cc56 EXPECT_CALL(mock_log_source, Log()).Times(DEBUG_MODE ? 16 : 8).
64 const bool kIsDebugMode = (DEBUG_MODE != 0);
H A Dlogging.h575 // DEBUG_MODE is for uses like
576 // if (DEBUG_MODE) foo.CheckThatFoo();
583 enum { DEBUG_MODE = ENABLE_DLOG }; enumerator in enum:logging::__anon2312
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.h109 enum { DEBUG_MODE = 0 }; enumerator in enum:__anon15547
112 enum { DEBUG_MODE = 1 }; enumerator in enum:__anon15548
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.h104 enum { DEBUG_MODE = 0 }; enumerator in enum:__anon15591
107 enum { DEBUG_MODE = 1 }; enumerator in enum:__anon15592
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.h201 if (DEBUG_MODE) memset(this, 0xFF, sizeof(*this));
H A Dmalloc_hook.cc651 return GetStackTrace(result, max_depth, skip_count + int(DEBUG_MODE));
H A Dmemory_region_map.cc456 if (DEBUG_MODE) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.h189 if (DEBUG_MODE) memset(this, 0xFF, sizeof(*this));
H A Dmemory_region_map.cc363 if (DEBUG_MODE) {
H A Dmalloc_hook.cc651 return GetStackTrace(result, max_depth, skip_count + int(DEBUG_MODE));
/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc607 if (DEBUG_MODE)
740 if (DEBUG_MODE)
915 if (DEBUG_MODE)
970 if (DEBUG_MODE)
/external/regex-re2/re2/
H A Ddfa.cc605 if (DEBUG_MODE)
738 if (DEBUG_MODE)
913 if (DEBUG_MODE)
968 if (DEBUG_MODE)

Completed in 2626 milliseconds

12