Home
last modified time | relevance | path

Searched full:reporting (Results 1 – 25 of 2099) sorted by relevance

12345678910>>...84

/external/syzkaller/dashboard/app/
Dconfig.go15 // There are multiple configurable aspects of the app (namespaces, reporting, API clients, etc).
25 // Global API clients that work across namespaces (e.g. external reporting).
32 // Each namespace has own reporting config, own API clients
54 // How long should we wait before reporting a bug.
56 // How long should we wait for a C repro before reporting a bug.
60 // Reporting config.
61 Reporting []Reporting member
78 // One reporting stage.
79 type Reporting struct { struct
86 // Filter can be used to conditionally skip this reporting or hold off reporting.
[all …]
Dreporting.go22 // Backend-independent reporting logic.
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() {
92 status = "on a different reporting"
[all …]
Daccess_test.go25 {"admin/0", AccessAdmin, config.Namespaces["access-admin"].Reporting[0].AccessLevel},
26 {"admin/1", AccessAdmin, config.Namespaces["access-admin"].Reporting[1].AccessLevel},
28 {"user/0", AccessAdmin, config.Namespaces["access-user"].Reporting[0].AccessLevel},
29 {"user/1", AccessUser, config.Namespaces["access-user"].Reporting[1].AccessLevel},
31 {"public/0", AccessUser, config.Namespaces["access-public"].Reporting[0].AccessLevel},
32 {"public/1", AccessPublic, config.Namespaces["access-public"].Reporting[1].AccessLevel},
59 // Any references to namespace, reporting, links, etc.
64 // Any references to namespace, reporting, links, etc.
89 ref: bug.Reporting[0].ID,
90 url: fmt.Sprintf("/bug?extid=%v", bug.Reporting[0].ID),
[all …]
Dapp_test.go27 "reporting": "reportingkeyreportingkeyreportingkey",
39 Reporting: []Reporting{
75 Reporting: []Reporting{
102 Reporting: []Reporting{
119 Reporting: []Reporting{
137 Reporting: []Reporting{
Dreporting_email.go27 // Email reporting interface.
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) {
371 log.Errorf(c, "can't find bug reporting: %v", err)
377 reporting = config.Namespaces[bug.Namespace].ReportingByName(bugReporting.Name)
378 if reporting == nil {
379 log.Errorf(c, "can't find reporting for this bug: namespace=%q reporting=%q",
[all …]
Daccess.go142 for ri := len(bug.Reporting) - 1; ri >= 0; ri-- {
143 bugReporting := &bug.Reporting[ri]
150 // however, without previous reporting private information.
151 lastLevel := ns.Reporting[len(ns.Reporting)-1].AccessLevel
166 for ri := range bug.Reporting {
167 bugReporting := &bug.Reporting[ri]
Dentities.go82 Reporting []BugReporting member
89 Name string // refers to Reporting.Name
91 ExtID string // arbitrary reporting ID that is passed back in dashapi.BugReport
94 CrashID int64 // crash that we've last reported in this reporting
111 // Custom crash priority for reporting (greater values are higher priority).
117 // ReportingState holds dynamic info associated with reporting.
125 // Current reporting quota consumption.
141 Reporting string member
349 func bugReportingHash(bugHash, reporting string) string {
352 return hash.String([]byte(fmt.Sprintf("%v-%v", bugHash, reporting)))[:hashLen]
Dreporting_test.go100 // Now close the bug in the first reporting.
103 // Check that bug updates for the first reporting fail now.
108 // ensure that we still report the original crash in the next reporting.
113 // Check that we get the report in the second reporting.
124 // Check that that we can't upstream the bug in the final reporting.
166 // Now it should not be reported in either reporting.
317 // Test that marking dups across reporting levels is not permitted.
376 // This does not skip first reporting, because it does not have repro.
383 // This has repro but was already reported to first reporting,
384 // so repro must go to the first reporting as well.
[all …]
/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/python/google-api-python-client/samples/analytics/
Dcore_reporting_v3_reference.py18 """Reference command-line example for Google Analytics Core Reporting API v3.
21 all the pieces of data returned by the Google Analytics Core Reporting API v3.
36 http://developers.google.com/analytics/devguides/reporting/core/v3/gdataAuthorization
104 """Returns a query object to retrieve data from the Core Reporting API.
124 """Prints all the results in the Core Reporting API Response.
127 results: The response returned from the Core Reporting API.
143 results: The response returned from the Core Reporting API.
158 results: The response returned from the Core Reporting API.
177 results: The response returned from the Core Reporting API.
194 results: The response returned from the Core Reporting API.
[all …]
/external/grpc-grpc/test/cpp/qps/
Dreport.cc175 // NOP - all reporting is handled by ReportQPS. in ReportQPSPerCore()
179 // NOP - all reporting is handled by ReportQPS. in ReportLatency()
183 // NOP - all reporting is handled by ReportQPS. in ReportTimes()
187 // NOP - all reporting is handled by ReportQPS. in ReportCpuUsage()
191 // NOP - all reporting is handled by ReportQPS. in ReportPollCount()
195 // NOP - all reporting is handled by ReportQPS. in ReportQueriesPerCpuSec()
215 // NOP - all reporting is handled by ReportQPS. in ReportQPSPerCore()
219 // NOP - all reporting is handled by ReportQPS. in ReportLatency()
223 // NOP - all reporting is handled by ReportQPS. in ReportTimes()
227 // NOP - all reporting is handled by ReportQPS. in ReportCpuUsage()
[all …]
/external/python/google-api-python-client/docs/dyn/
Dclouderrorreporting_v1beta1.projects.events.html75 <h1><a href="clouderrorreporting_v1beta1.html">Stackdriver Error Reporting API</a> . <a href="cloud…
103 [`ServiceContext.resource_type`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.reso…
106 [`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).
109 [`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).
120 { # An error event which is returned by the Error Reporting system.
127 # reporting errors.
143 # by the Error Reporting system is used.
145 # This data should be provided by the application when reporting an error,
150 # This data should be provided by the application when reporting an error,
178 # Error Reporting system will use other data, such as remote IP address, to
[all …]
Dclouderrorreporting_v1beta1.projects.groupStats.html75 <h1><a href="clouderrorreporting_v1beta1.html">Stackdriver Error Reporting API</a> . <a href="cloud…
106 [`ServiceContext.resource_type`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.reso…
114 [`ServiceContext.version`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).
116 [`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).
157 # reporting errors.
188 …"representative": { # An error event which is returned by the Error Reporting system. # An arbitra…
199 # reporting errors.
215 # by the Error Reporting system is used.
217 # This data should be provided by the application when reporting an error,
222 # This data should be provided by the application when reporting an error,
[all …]
Dadsense_v1_3.metadata.metrics.html93 …trics": [ # The names of the metrics which the dimension or metric this reporting metadata entry d…
97 …"compatibleMetrics": [ # The names of the metrics the dimension or metric this reporting metadata …
100 …ns": [ # The names of the dimensions which the dimension or metric this reporting metadata entry d…
106 …"id": "A String", # Unique identifier of this reporting metadata entry, corresponding to the name …
107 …[ # The codes of the projects supported by the dimension or metric this reporting metadata entry d…
Dadsense_v1_4.metadata.dimensions.html93 …trics": [ # The names of the metrics which the dimension or metric this reporting metadata entry d…
97 …"compatibleMetrics": [ # The names of the metrics the dimension or metric this reporting metadata …
100 …ns": [ # The names of the dimensions which the dimension or metric this reporting metadata entry d…
106 …"id": "A String", # Unique identifier of this reporting metadata entry, corresponding to the name …
107 …[ # The codes of the projects supported by the dimension or metric this reporting metadata entry d…
Dadsense_v1_4.metadata.metrics.html93 …trics": [ # The names of the metrics which the dimension or metric this reporting metadata entry d…
97 …"compatibleMetrics": [ # The names of the metrics the dimension or metric this reporting metadata …
100 …ns": [ # The names of the dimensions which the dimension or metric this reporting metadata entry d…
106 …"id": "A String", # Unique identifier of this reporting metadata entry, corresponding to the name …
107 …[ # The codes of the projects supported by the dimension or metric this reporting metadata entry d…
Dadexchangeseller_v1_1.metadata.metrics.html93 …trics": [ # The names of the metrics which the dimension or metric this reporting metadata entry d…
97 …"compatibleMetrics": [ # The names of the metrics the dimension or metric this reporting metadata …
100 …ns": [ # The names of the dimensions which the dimension or metric this reporting metadata entry d…
106 …"id": "A String", # Unique identifier of this reporting metadata entry, corresponding to the name …
107 …[ # The codes of the projects supported by the dimension or metric this reporting metadata entry d…
Dadexchangeseller_v1_1.metadata.dimensions.html93 …trics": [ # The names of the metrics which the dimension or metric this reporting metadata entry d…
97 …"compatibleMetrics": [ # The names of the metrics the dimension or metric this reporting metadata …
100 …ns": [ # The names of the dimensions which the dimension or metric this reporting metadata entry d…
106 …"id": "A String", # Unique identifier of this reporting metadata entry, corresponding to the name …
107 …[ # The codes of the projects supported by the dimension or metric this reporting metadata entry d…
Dadsense_v1_3.metadata.dimensions.html93 …trics": [ # The names of the metrics which the dimension or metric this reporting metadata entry d…
97 …"compatibleMetrics": [ # The names of the metrics the dimension or metric this reporting metadata …
100 …ns": [ # The names of the dimensions which the dimension or metric this reporting metadata entry d…
106 …"id": "A String", # Unique identifier of this reporting metadata entry, corresponding to the name …
107 …[ # The codes of the projects supported by the dimension or metric this reporting metadata entry d…
Dadexchangeseller_v2_0.accounts.metadata.dimensions.html94 …trics": [ # The names of the metrics which the dimension or metric this reporting metadata entry d…
98 …"compatibleMetrics": [ # The names of the metrics the dimension or metric this reporting metadata …
101 …ns": [ # The names of the dimensions which the dimension or metric this reporting metadata entry d…
107 …"id": "A String", # Unique identifier of this reporting metadata entry, corresponding to the name …
108 …[ # The codes of the projects supported by the dimension or metric this reporting metadata entry d…
Dadexchangeseller_v2_0.accounts.metadata.metrics.html94 …trics": [ # The names of the metrics which the dimension or metric this reporting metadata entry d…
98 …"compatibleMetrics": [ # The names of the metrics the dimension or metric this reporting metadata …
101 …ns": [ # The names of the dimensions which the dimension or metric this reporting metadata entry d…
107 …"id": "A String", # Unique identifier of this reporting metadata entry, corresponding to the name …
108 …[ # The codes of the projects supported by the dimension or metric this reporting metadata entry d…
/external/tensorflow/tensorflow/core/util/
Dreporter.h63 // Initialize the TestReporter. If the reporting env flag is set,
64 // try to create the reporting file. Fails if the file already exists.
67 // Finalize the report. If the reporting env flag is set,
68 // flush the reporting file and close it.
74 // Only does something if the reporting env flag is set.
/external/grpc-grpc/tools/failures/
Ddetect_new_failures.py142 reporting_begin=dates['reporting']['begin'],
143 reporting_end=dates['reporting']['end'])
176 calibration reporting
253 'reporting': {
276 dates['reporting']['begin'].isoformat(),
277 dates['reporting']['end'].isoformat(),
298 print('{},{},{}'.format(dates['reporting']['begin'].isoformat(),
299 dates['reporting']['end'].isoformat(),
/external/syzkaller/docs/linux/
Dreporting_kernel_bugs.md1 # Reporting Linux kernel bugs
3 Before reporting a bug make sure nobody else already reported it. The easiest way to do this is to …
20 ## Reporting security bugs
34 The three main mailing lists for reporting and disclosing Linux kernel security issues are `securit…
41 ### Reporting minor security bugs
49 ### Reporting major security bugs
/external/grpc-grpc-java/grpclb/src/generated/main/java/io/grpc/lb/v1/
DServerOrBuilder.java31 * An opaque but printable token for load reporting. The client must include
35 * also used in client stats for reporting dropped calls.
44 * An opaque but printable token for load reporting. The client must include
48 * also used in client stats for reporting dropped calls.

12345678910>>...84