Searched refs:reporting (Results 1 – 25 of 342) sorted by relevance
12345678910>>...14
/external/syzkaller/dashboard/app/ |
D | config.go | 131 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 …]
|
D | reporting.go | 72 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 …]
|
D | reporting_email.go | 36 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/ |
D | new_failures_24h.sql | 24 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/ |
D | benchmark_test.py | 152 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/ |
D | 50-other-issues.md | 11 If you are reporting a vulnerability, please use the [dedicated reporting process](https://github.c…
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_BugReporting | 1 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/ |
D | AbstractReportMojo.java | 23 import org.apache.maven.reporting.AbstractMavenReport; 24 import org.apache.maven.reporting.MavenReportException;
|
/external/mockito/src/main/java/org/mockito/internal/exceptions/ |
D | Reporter.java | 38 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/ |
D | package-info.java | 9 package org.mockito.internal.reporting;
|
D | Pluralizer.java | 5 package org.mockito.internal.reporting;
|
D | Discrepancy.java | 5 package org.mockito.internal.reporting;
|
/external/pdfium/third_party/lcms/ |
D | 0023-upstream-integer-overflow-MPEmatrix_Read.patch | 29 - 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/ |
D | AtLeastDiscrepancy.java | 7 import org.mockito.internal.reporting.Discrepancy;
|
/external/google-breakpad/ |
D | breakpad.pc.in | 7 Description: An open-source multi-platform crash reporting system
|
D | breakpad-client.pc.in | 7 Description: An open-source multi-platform crash reporting system
|
/external/python/google-api-python-client/samples/dfareporting/ |
D | README.md | 5 [here](https://github.com/googleads/googleads-dfa-reporting-samples).
|
/external/python/cpython3/Doc/ |
D | bugs.rst | 46 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/ |
D | load_balancer.proto | 65 // 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/ |
D | bugs.rst | 43 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/ |
D | load_balancer.proto | 65 // 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/ |
D | PluralizerTest.java | 5 package org.mockito.internal.reporting;
|
/external/okhttp/ |
D | BUG-BOUNTY.md | 5 can make. We therefore encourage reporting security issues with the code
|
/external/okhttp/okio/ |
D | BUG-BOUNTY.md | 5 can make. We therefore encourage reporting security issues with the code
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/ |
D | threaded-count-mismatch.test | 1 # Test multithreaded error reporting.
|
12345678910>>...14