OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Reports
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
ping_manager.h
8
// A class that
reports
safebrowsing statistics to Google's SafeBrowsing
49
// malware
reports
. |report| is the serialized report.
58
typedef std::set<const net::URLFetcher*>
Reports
;
83
// URL prefix where browser
reports
hits to the safebrowsing list and
84
// sends detaild malware
reports
for UMA users.
89
Reports
safebrowsing_reports_;
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h
49
// Interface for individual bug
reports
.
53
/// individual bug
reports
.
118
/// path. This is useful for some
reports
that want maximum fidelty
162
/// The
reports
that have the same report location, description, bug type, and
163
/// ranges are uniqued - only one of the equivalent
reports
will be presented
165
/// for uniquing
reports
. For example, memory leaks checker, could set this to
213
/// Invalid
reports
are those that have been classified as likely false
308
/// Profile to identify equivalent bug
reports
for error report coalescing.
309
///
Reports
are uniqued to ensure that we do not emit multiple diagnostics
340
// BugTypes (collections of related
reports
)
[
all
...]
Completed in 729 milliseconds