Home
last modified time | relevance | path

Searched refs:Reporting (Results 1 – 25 of 63) sorted by relevance

123

/external/syzkaller/dashboard/app/
Dapp_test.go39 Reporting: []Reporting{
75 Reporting: []Reporting{
102 Reporting: []Reporting{
119 Reporting: []Reporting{
137 Reporting: []Reporting{
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},
89 ref: bug.Reporting[0].ID,
90 url: fmt.Sprintf("/bug?extid=%v", bug.Reporting[0].ID),
94 ref: bug.Reporting[1].ID,
95 url: fmt.Sprintf("/bug?extid=%v", bug.Reporting[1].ID),
[all …]
Dconfig.go61 Reporting []Reporting member
79 type Reporting struct { struct
129 func (cfg *Config) ReportingByName(name string) *Reporting {
130 for i := range cfg.Reporting {
131 reporting := &cfg.Reporting[i]
200 if len(cfg.Reporting) == 0 {
207 for ri := len(cfg.Reporting) - 1; ri >= 0; ri-- {
208 reporting := &cfg.Reporting[ri]
Daccess.go142 for ri := len(bug.Reporting) - 1; ri >= 0; ri-- {
143 bugReporting := &bug.Reporting[ri]
151 lastLevel := ns.Reporting[len(ns.Reporting)-1].AccessLevel
166 for ri := range bug.Reporting {
167 bugReporting := &bug.Reporting[ri]
Dreporting.go85 reporting *Reporting, bugReporting *BugReporting, crash *Crash,
157 func currentReporting(c context.Context, bug *Bug) (*Reporting, *BugReporting, int, string, error) {
158 for i := range bug.Reporting {
159 bugReporting := &bug.Reporting[i]
308 for i := range bug.Reporting {
309 bugMap[bug.Reporting[i].ID] = bug
507 for i := range bug.Reporting {
508 if bugReporting == &bug.Reporting[i] {
511 if bug.Reporting[i].Closed.IsZero() {
512 bug.Reporting[i].Closed = now
[all …]
Dmain.go139 Reporting string member
420 case len(config.Namespaces[ns].Reporting) - 1:
424 reporting := &config.Namespaces[ns].Reporting[index]
529 reported = bug.Reporting[reportingIdx].Reported
537 for i := range bug.Reporting {
538 bugReporting := &bug.Reporting[i]
539 if i == len(bug.Reporting)-1 ||
541 bug.Reporting[i+1].Closed.IsZero() ||
562 creditEmail, err := email.AddAddrContext(ownEmail(c), bug.Reporting[reportingIdx].ID)
750 Reporting: job.Reporting,
Djobs.go109 Reporting: bugReporting.Name,
319 reporting := config.Namespaces[job.Namespace].ReportingByName(job.Reporting)
373 bugReporting := bugReportingByName(bug, job.Reporting)
375 return nil, fmt.Errorf("job bug has no reporting %q", job.Reporting)
Dapi.go205 for _, reporting := range config.Namespaces[ns].Reporting {
359 for i := range bug.Reporting {
360 fixCommits = append(fixCommits, bugFixedBy[bug.Reporting[i].ID]...)
831 for _, rep := range config.Namespaces[ns].Reporting {
832 bug.Reporting = append(bug.Reporting, BugReporting{
Dentities.go82 Reporting []BugReporting member
141 Reporting string member
Dreporting_email.go36 for _, reporting := range cfg.Reporting {
348 …c context.Context, msg *email.Email) (bug *Bug, bugReporting *BugReporting, reporting *Reporting) {
Demail_test.go44 to := config.Namespaces["test2"].Reporting[0].Config.(*EmailConfig).Email
142 config.Namespaces["test2"].Reporting[0].Config.(*EmailConfig).Email,
/external/syzkaller/docs/linux/
Dreporting_kernel_bugs.md1 # Reporting Linux kernel bugs
20 ## Reporting security bugs
41 ### Reporting minor security bugs
49 ### Reporting major security bugs
/external/e2fsprogs/scrub/
De2scrub_fail@.service.in2 Description=Online ext4 Metadata Check Failure Reporting for %I
/external/python/google-api-python-client/samples/dfareporting/
DREADME.md3 The DoubleClick for Advertisers Reporting API samples are now hosted separately
/external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
Dpci-exp-tests-HOWTO24 "pci_config_read" function here reads the Advanced Error Reporting CAP-ID register located
53 A2. AER_CAP_ID_VALUE represents the value of Advanced Error Reporting Capability ID in the PCI Expr…
/external/nanopb-c/
DCONTRIBUTING.md4 Reporting issues and requesting features
/external/grpc-grpc/third_party/nanopb/
DCONTRIBUTING.md4 Reporting issues and requesting features
/external/hamcrest/
DREADME.md27 Reporting Bugs/Issues
/external/syzkaller/docs/
Dusage.md27 ## Reporting bugs
/external/xz-java/
DREADME51 Reporting bugs
/external/ImageMagick/Magick++/
DREADME52 Reporting Bugs
/external/deqp/doc/testspecs/GLES31/
Dfunctional.debug.txt25 + Reporting basic API errors
/external/libxcam/
DREADME.md97 #### Reporting Bugs:
/external/python/cpython2/Lib/email/test/data/
Dmsg_25.txt34 Reporting-MTA: dns; zinfandel.lacita.com
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_25.txt34 Reporting-MTA: dns; zinfandel.lacita.com

123