Home
last modified time | relevance | path

Searched refs:reporting (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/external/syzkaller/dashboard/app/
Dconfig.go131 reporting := &cfg.Reporting[i]
132 if reporting.Name == name {
133 return reporting
208 reporting := &cfg.Reporting[ri]
209 if reporting.Name == "" {
212 if reportingNames[reporting.Name] {
213 panic(fmt.Sprintf("duplicate reporting name %q", reporting.Name))
215 if reporting.DisplayTitle == "" {
216 reporting.DisplayTitle = reporting.Name
218 checkConfigAccessLevel(&reporting.AccessLevel, parentAccessLevel,
[all …]
Dreporting.go72 reporting, bugReporting, crash, crashKey, _, _, _, err := needReport(c, typ, state, bug)
73 if err != nil || reporting == nil {
76 rep, err := createBugReport(c, bug, crash, crashKey, bugReporting, reporting.Config)
80 log.Infof(c, "bug %q: reporting to %v", bug.Title, reporting.Name)
85 reporting *Reporting, bugReporting *BugReporting, crash *Crash,
87 reporting, bugReporting, reportingIdx, status, err = currentReporting(c, bug)
88 if err != nil || reporting == nil {
91 if typ != "" && typ != reporting.Config.Type() {
93 reporting, bugReporting = nil, nil
99 reporting.DisplayTitle, reproStr(bugReporting.ReproLevel),
[all …]
Dreporting_email.go36 for _, reporting := range cfg.Reporting {
37 if cfg, ok := reporting.Config.(*EmailConfig); ok {
259 bug, _, reporting := loadBugInfo(c, msg)
263 emailConfig := reporting.Config.(*EmailConfig)
348 …c context.Context, msg *email.Email) (bug *Bug, bugReporting *BugReporting, reporting *Reporting) {
377 reporting = config.Namespaces[bug.Namespace].ReportingByName(bugReporting.Name)
378 if reporting == nil {
383 if reporting.Config.Type() != emailType {
385 bug.Namespace, bugReporting.Name, reporting.Config.Type())
388 return bug, bugReporting, reporting
/external/grpc-grpc/tools/failures/sql/
Dnew_failures_24h.sql24 reporting AS (
48 reporting.test_binary,
49 reporting.poll_strategy,
50 reporting.job_name,
51 reporting.build_id,
52 STRING(reporting.timestamp, "America/Los_Angeles") as timestamp_MTV
54 reporting
58 reporting.test_binary = calibration.test_binary
/external/tensorflow/tensorflow/python/kernel_tests/
Dbenchmark_test.py152 reporting = TestReportingBenchmark()
153 reporting.benchmarkReport1() # This should run without writing anything
159 reporting = TestReportingBenchmark()
160 reporting.benchmarkReport1() # This should write
161 reporting.benchmarkReport2() # This should write
162 benchmark_values3 = reporting.benchmark_times_an_op() # This should write
/external/tensorflow/.github/ISSUE_TEMPLATE/
D50-other-issues.md11 If you are reporting a vulnerability, please use the [dedicated reporting process](https://github.c…
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_BugReporting1 This document describes the process for reporting bugs found _by_ the
8 new, important issues and reporting them in a clear, consice, and effective
15 - Code under test that is targeted* for the POSIX Test Suite reporting.
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DAbstractReportMojo.java23 import org.apache.maven.reporting.AbstractMavenReport;
24 import org.apache.maven.reporting.MavenReportException;
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java38 import static org.mockito.internal.reporting.Pluralizer.pluralize;
39 import static org.mockito.internal.reporting.Pluralizer.were_exactly_x_interactions;
407 …private static String createTooLittleInvocationsMessage(org.mockito.internal.reporting.Discrepancy… in createTooLittleInvocationsMessage()
419 …public static MockitoAssertionError tooLittleActualInvocations(org.mockito.internal.reporting.Disc… in tooLittleActualInvocations()
425 …toAssertionError tooLittleActualInvocationsInOrder(org.mockito.internal.reporting.Discrepancy disc… in tooLittleActualInvocationsInOrder()
/external/mockito/src/main/java/org/mockito/internal/reporting/
Dpackage-info.java9 package org.mockito.internal.reporting;
DPluralizer.java5 package org.mockito.internal.reporting;
DDiscrepancy.java5 package org.mockito.internal.reporting;
/external/pdfium/third_party/lcms/
D0023-upstream-integer-overflow-MPEmatrix_Read.patch29 - int lineno; // line counter for error reporting
30 + cmsInt32Number lineno; // line counter for error reporting
/external/mockito/src/main/java/org/mockito/internal/verification/checkers/
DAtLeastDiscrepancy.java7 import org.mockito.internal.reporting.Discrepancy;
/external/google-breakpad/
Dbreakpad.pc.in7 Description: An open-source multi-platform crash reporting system
Dbreakpad-client.pc.in7 Description: An open-source multi-platform crash reporting system
/external/python/google-api-python-client/samples/dfareporting/
DREADME.md5 [here](https://github.com/googleads/googleads-dfa-reporting-samples).
/external/python/cpython3/Doc/
Dbugs.rst46 If the problem you're reporting is not already in the bug tracker, go back to
52 sidebar to open the bug reporting form.
84 Beyond just reporting bugs that you find, you are also welcome to submit
/external/grpc-grpc/src/proto/grpc/lb/v1/
Dload_balancer.proto65 // count except the timestamp should be reset to zero after reporting the stats.
135 // An opaque but printable token for load reporting. The client must include
139 // also used in client stats for reporting dropped calls.
/external/python/cpython2/Doc/
Dbugs.rst43 If the problem you're reporting is not already in the bug tracker, go back to
49 sidebar to open the bug reporting form.
80 Beyond just reporting bugs that you find, you are also welcome to submit
/external/grpc-grpc-java/grpclb/src/main/proto/grpc/lb/v1/
Dload_balancer.proto65 // count except the timestamp should be reset to zero after reporting the stats.
135 // An opaque but printable token for load reporting. The client must include
139 // also used in client stats for reporting dropped calls.
/external/mockito/src/test/java/org/mockito/internal/reporting/
DPluralizerTest.java5 package org.mockito.internal.reporting;
/external/okhttp/
DBUG-BOUNTY.md5 can make. We therefore encourage reporting security issues with the code
/external/okhttp/okio/
DBUG-BOUNTY.md5 can make. We therefore encourage reporting security issues with the code
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/
Dthreaded-count-mismatch.test1 # Test multithreaded error reporting.

12345678910>>...14