Searched refs:DEBUG_MODE (Results 1 - 25 of 33) 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:__anon11436
43 enum { DEBUG_MODE = 1 }; enumerator in enum:__anon11437
/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/crypto/
H A Dopenssl_util.cc99 if (logging::DEBUG_MODE && VLOG_IS_ON(1)) {
/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.cc111 if (logging::DEBUG_MODE && VLOG_IS_ON(1)) {
/external/chromium_org/chrome/browser/resources/google_now/
H A Dutility.js32 var DEBUG_MODE = localStorage['debug_mode']; variable
38 if (DEBUG_MODE) {
174 if (DEBUG_MODE)
/external/chromium/base/
H A Dlogging_unittest.cc58 kExpectedDebugOrReleaseCalls + (DEBUG_MODE ? kExpectedDebugCalls : 0);
67 const bool kIsDebugMode = (DEBUG_MODE != 0);
/external/chromium_org/base/
H A Dlogging_unittest.cc60 kExpectedDebugOrReleaseCalls + (DEBUG_MODE ? kExpectedDebugCalls : 0);
69 const bool kIsDebugMode = (DEBUG_MODE != 0);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.h109 enum { DEBUG_MODE = 0 }; enumerator in enum:__anon14711
112 enum { DEBUG_MODE = 1 }; enumerator in enum:__anon14712
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.h104 enum { DEBUG_MODE = 0 }; enumerator in enum:__anon14755
107 enum { DEBUG_MODE = 1 }; enumerator in enum:__anon14756
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.h201 if (DEBUG_MODE) memset(this, 0xFF, sizeof(*this));
/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) {
/external/chromium/googleurl/base/
H A Dlogging.h231 // DEBUG_MODE is for uses like
232 // if (DEBUG_MODE) foo.CheckThatFoo();
245 enum { DEBUG_MODE = 1 }; enumerator in enum:logging::__anon2912
350 enum { DEBUG_MODE = 0 };
/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 905 milliseconds

12