Searched defs:DCHECK (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dcld_logging.h16 #undef DCHECK macro
17 #define DCHECK(expr) macro
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dlogging.h28 #if !defined(DCHECK)
29 #define DCHECK(X) assert(X) macro
/external/chromium_org/content/browser/loader/
H A Dresource_buffer.cc47 DCHECK(!IsInitialized());
68 DCHECK(IsInitialized());
78 DCHECK(IsInitialized());
91 DCHECK(CanAllocate());
115 DCHECK(alloc_start_ >= min_alloc_size_);
121 DCHECK(alloc_end_ < alloc_start_); function
143 DCHECK(!alloc_sizes_.empty());
144 DCHECK(alloc_end_ >= alloc_sizes_.back());
149 DCHECK(!alloc_sizes_.empty());
164 DCHECK(!alloc_sizes
[all...]
/external/chromium_org/third_party/re2/util/
H A Dlogging.h19 #define DCHECK(condition) assert(condition) macro
/external/regex-re2/util/
H A Dlogging.h14 #define DCHECK(condition) assert(condition) macro
/external/chromium_org/content/browser/renderer_host/
H A Dbacking_store_manager.cc107 DCHECK(size == 0);
126 DCHECK(new_mem < max_mem); function
135 DCHECK((BackingStoreManager::MemorySize() + new_mem) <= max_mem);
163 DCHECK(!rects[i].Intersects(rects[j]));
212 DCHECK(needs_full_paint != NULL);
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h310 #define DCHECK(condition) LOG_IF_FALSE(FATAL, condition) \ macro
314 #define DCHECK(condition) if (false) LOG_IF_FALSE(FATAL, condition) \ macro
/external/chromium/googleurl/base/
H A Dlogging.h246 #define DCHECK(condition) \ macro
336 #define DCHECK_INDEX(I,A) DCHECK(I < (sizeof(A)/sizeof(A[0])))
337 #define DCHECK_BOUND(B,A) DCHECK(B <= (sizeof(A)/sizeof(A[0])))
353 // non-debug mode. The DCHECK and friends macros use this so that
354 // the expanded expression DCHECK(foo) << "asdf" is still syntactically
359 #define DCHECK(condition) \
394 #define NOTREACHED() DCHECK(false)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h215 #define DCHECK(a) CHECK(a) macro
223 #define DCHECK(a)
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.cc182 DCHECK(unsafe_resources_[0].threat_type ==
230 DCHECK(resource.threat_type == SafeBrowsingService::URL_PHISHING);
240 DCHECK(phishing || malware);
444 DCHECK(colon_index < command.size() - 1); function
449 DCHECK(result);
462 DCHECK(unsafe_resources_[element_index].threat_type ==
478 DCHECK(unsafe_resources_[element_index].threat_type ==
521 DCHECK(action_taken() != DONT_PROCEED_ACTION);
566 DCHECK(strings.GetString("title", &title));
/external/chromium_org/media/base/
H A Dyuv_convert.cc391 DCHECK(dest_rect_left >= 0 && dest_rect_right <= dest_width);
392 DCHECK(dest_rect_top >= 0 && dest_rect_bottom <= dest_height);
393 DCHECK(dest_rect_right > dest_rect_left);
394 DCHECK(dest_rect_bottom > dest_rect_top);
461 DCHECK(source_row < source_height); function
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dcldutil.cc481 DCHECK(usrclen >= 0);
642 DCHECK(src < srclimit); function
/external/chromium/base/
H A Dlogging.h570 // is not defined). Contrast this with DCHECK et al., which has
618 // Definitions for DCHECK et al.
632 LOG_IS_ON(DCHECK))
658 // DCHECK et al. make sure to reference |condition| regardless of
660 // variable warnings if the only use of a variable is in a DCHECK.
663 #define DCHECK(condition) \ macro
664 LAZY_STREAM(LOG_STREAM(DCHECK), DCHECK_IS_ON() && !(condition)) \
668 LAZY_STREAM(PLOG_STREAM(DCHECK), DCHECK_IS_ON() && !(condition)) \
708 #define NOTREACHED() DCHECK(false)
905 // 3 -- Fail at runtime (DCHECK)
[all...]
/external/chromium_org/base/
H A Dlogging.h473 // Debug builds always include DCHECK and DLOG.
477 // Official release builds always disable and remove DCHECK and DLOG.
482 // DCHECK and DLOG.
630 // is not defined). Contrast this with DCHECK et al., which has
675 // Definitions for DCHECK et al.
701 LOG_IS_ON(DCHECK))
729 // DCHECK et al. make sure to reference |condition| regardless of
731 // variable warnings if the only use of a variable is in a DCHECK.
734 #define DCHECK(condition) \ macro
735 LAZY_STREAM(LOG_STREAM(DCHECK), DCHECK_IS_O
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.cc202 DCHECK(threat_type == SB_THREAT_TYPE_URL_PHISHING ||
207 DCHECK(phishing || malware);
349 DCHECK(colon_index < command.size() - 1); function
371 DCHECK(threat_type == SB_THREAT_TYPE_URL_PHISHING ||
392 DCHECK(unsafe_resources_[element_index].threat_type ==
856 DCHECK(threat_type == SB_THREAT_TYPE_URL_PHISHING ||
965 DCHECK(threat_type == SB_THREAT_TYPE_URL_PHISHING ||
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_profile.cc361 DCHECK(field_data);
386 DCHECK(variant < values.size()); function
537 DCHECK(!IsVerified() || profile.IsVerified());
624 DCHECK(profiles);
625 DCHECK(created_labels);
715 DCHECK(existing_phones);
/external/chromium_org/third_party/cld/base/
H A Dlogging.h496 // Real DCHECK-heavy tests have seen 1.5x speedups.
748 #define DCHECK(condition) CHECK(condition) macro
781 #define DCHECK(condition) \ macro

Completed in 1310 milliseconds