HomeSort by relevance Sort by last modified time
    Searched refs:Reports (Results 1 - 23 of 23) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 50 // Interface for individual bug reports.
54 /// individual bug reports.
119 /// 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...]
  /external/syzkaller/dashboard/app/
reporting_external.go 33 reports := reportingPollBugs(c, req.Type)
35 Reports: reports,
util_test.go 272 if len(resp.Reports) != expect {
273 client.t.Fatalf("\n%v: want %v reports, got %v", caller(0), expect, len(resp.Reports))
275 for _, rep := range resp.Reports {
291 return resp.Reports
reporting_test.go 31 // Must get no reports for "unknown" type.
33 c.expectEQ(len(resp.Reports), 0)
37 c.expectEQ(len(resp.Reports), 1)
38 rep := resp.Reports[0]
226 for _, reports := range []int{3, 3, 2, 0, 0} {
228 c.client.pollBugs(reports)
229 // Out of quota for today, so must get 0 reports.
248 reports := c.client.pollBugs(2)
249 rep1 := reports[0]
250 rep2 := reports[1
    [all...]
  /external/ltp/
runltp 62 # - Added a new option to mail back LTP reports
117 -a EMAIL_TO EMAIL all your Reports to this E-mail Address
850 if [ "$ALT_EMAIL_OUT" -eq 1 ] ; then ## User wants reports to be e-mailed
    [all...]
  /external/chromium-trace/catapult/common/eslint/rules/
catapult-camelcase.js 60 * Reports an AST node as a rule violation.
  /external/catch2/include/reporters/
catch_reporter_compact.cpp 244 return "Reports test results on a single line, suitable for IDEs";
  /external/skia/modules/pathkit/tests/
testReporter.js 57 // Reports a canvas and then an SVG of this path. Puts it on a standard size canvas.
  /external/skqp/modules/pathkit/tests/
testReporter.js 57 // Reports a canvas and then an SVG of this path. Puts it on a standard size canvas.
  /external/syzkaller/vendor/google.golang.org/api/gensupport/
json.go 169 // Reports whether the struct field "f" with value "v" should be included in JSON output.
190 // isEmptyValue reports whether v is the empty value for its type. This
  /external/protobuf/objectivec/DevTools/
pddm.py 637 help='Reports is a file is already current.')
  /external/syzkaller/dashboard/dashapi/
dashapi.go 294 Reports []*BugReport
  /external/v8/tools/
profile.js 182 * Reports about moving of a dynamic code entry.
201 * Reports about deletion of a dynamic code entry.
230 * Reports about moving of a dynamic code entry.
  /external/google-styleguide/cpplint/
cpplint.py 581 error_suppressions store. Reports an error if the NOLINT comment
    [all...]
  /external/cblas/testing/
c_cblat2.f 56 * NAG Technical Reports TR3/87 and TR4/87, Numerical Algorithms
    [all...]
c_dblat2.f 55 * NAG Technical Reports TR3/87 and TR4/87, Numerical Algorithms
    [all...]
c_sblat2.f 55 * NAG Technical Reports TR3/87 and TR4/87, Numerical Algorithms
    [all...]
c_zblat2.f 56 * NAG Technical Reports TR3/87 and TR4/87, Numerical Algorithms
    [all...]
  /external/eigen/blas/testing/
cblat2.f 76 *> NAG Technical Reports TR3/87 and TR4/87, Numerical Algorithms
    [all...]
dblat2.f 75 *> NAG Technical Reports TR3/87 and TR4/87, Numerical Algorithms
    [all...]
sblat2.f 75 *> NAG Technical Reports TR3/87 and TR4/87, Numerical Algorithms
    [all...]
zblat2.f 76 *> NAG Technical Reports TR3/87 and TR4/87, Numerical Algorithms
    [all...]
  /external/catch2/single_include/catch2/
catch.hpp     [all...]

Completed in 1209 milliseconds