Searched defs:hit_count (Results 1 - 12 of 12) sorted by relevance

/external/chromium/net/url_request/
H A Durl_request_filter.h67 int hit_count() const { return hit_count_; } function in class:net::URLRequestFilter
/external/chromium_org/net/url_request/
H A Durl_request_filter.h78 int hit_count() const { return hit_count_; } function in class:net::URLRequestFilter
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.h34 unsigned hit_count; member in struct:__sanitizer::Suppression
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cc109 s->hit_count++;
130 s->hit_count++;
143 int hit_count = 0; local
145 hit_count += matched[i]->hit_count;
146 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count,
149 Printf("%d %s:%s\n", matched[i]->hit_count,
H A Dtsan_interface_ann.cc165 int *unique_count, int *hit_count, int ExpectRace::*counter) {
171 (*hit_count) += race->*counter;
190 int hit_count = 0; local
193 CollectMatchedBenignRaces(&hit_matched, &unique_count, &hit_count,
200 hit_count, (int)internal_getpid());
164 CollectMatchedBenignRaces(Vector<ExpectRace> *matched, int *unique_count, int *hit_count, int ExpectRace::*counter) argument
/external/iptables/include/linux/netfilter/
H A Dxt_recent.h28 __u32 hit_count; member in struct:xt_recent_mtinfo
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dipt_recent.h20 u_int32_t hit_count; member in struct:ipt_recent_info
/external/compiler-rt/lib/lsan/
H A Dlsan_common.h82 uptr hit_count; member in struct:__lsan::Leak
/external/chromium/chrome/browser/automation/
H A Dautomation_resource_message_filter.cc420 int* hit_count) {
421 *hit_count = net::URLRequestFilter::GetInstance()->hit_count();
419 OnGetFilteredInetHitCount( int* hit_count) argument
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dcldutil.cc505 int hit_count = 0; local
542 ++hit_count;
549 fprintf(stderr, "[%d bigrams scored]\n", hit_count);
552 return hit_count;
679 int hit_count = 0; local
722 ++hit_count;
739 fprintf(stderr, "[%d words scored]\n", hit_count);
742 return hit_count;
/external/chromium_org/v8/src/
H A Ddebug-debugger.js163 BreakPoint.prototype.hit_count = function() {
356 ScriptBreakPoint.prototype.hit_count = function() {
1802 hit_count: break_point.hit_count(),
/external/v8/src/
H A Ddebug-debugger.js157 BreakPoint.prototype.hit_count = function() {
347 ScriptBreakPoint.prototype.hit_count = function() {
1795 hit_count: break_point.hit_count(),

Completed in 939 milliseconds