Home
last modified time | relevance | path

Searched defs:Bug (Results 1 – 11 of 11) sorted by relevance

/external/syzkaller/dashboard/app/
Dreporting.go71 func handleReportBug(c context.Context, typ string, state *ReportingState, bug *Bug) (*dashapi.BugR…
84 func needReport(c context.Context, typ string, state *ReportingState, bug *Bug) (
157 func currentReporting(c context.Context, bug *Bug) (*Reporting, *BugReporting, int, string, error) {
193 func createBugReport(c context.Context, bug *Bug, crash *Crash, crashKey *datastore.Key,
495 bug *Bug, bugReporting *BugReporting, final bool, dupHash string,
548 func checkBugStatus(c context.Context, cmd *dashapi.BugUpdate, bug *Bug, bugReporting *BugReporting…
619 func bugReportingByID(bug *Bug, id string) (*BugReporting, bool) {
628 func bugReportingByName(bug *Bug, name string) *BugReporting {
653 func findCrashForBug(c context.Context, bug *Bug) (*Crash, *datastore.Key, error) {
Dentities.go67 type Bug struct { struct
68 Namespace string
69 Seq int64 // sequences of the bug with the same title
70 Title string
71 Status int
72 DupOf string
73 NumCrashes int64
74 NumRepro int64
75 ReproLevel dashapi.ReproLevel
76 HasReport bool
[all …]
Dapi.go382 func addCommitsToBug(c context.Context, bug *Bug, manager string, managers []string,
444 func bugNeedsCommitUpdate(c context.Context, bug *Bug, manager string, fixCommits []string,
642 func purgeOldCrashes(c context.Context, bug *Bug, bugKey *datastore.Key) {
861 func isActiveBug(c context.Context, bug *Bug) (bool, error) {
872 func needRepro(c context.Context, bug *Bug) bool {
884 func needReproForBug(c context.Context, bug *Bug) bool {
Djobs.go77 func addTestJob(c context.Context, bug *Bug, bugKey *datastore.Key, bugReporting *BugReporting,
166 func checkTestJob(c context.Context, bug *Bug, bugReporting *BugReporting, crash *Crash,
Dmain.go72 Bug *uiBug member
456 func loadDupsForBug(c context.Context, r *http.Request, bug *Bug, state *ReportingState, managers […
485 func loadSimilarBugs(c context.Context, r *http.Request, bug *Bug, state *ReportingState) (*uiBugGr…
523 func createUIBug(c context.Context, bug *Bug, state *ReportingState, managers []string) *uiBug {
609 func mergeUIBug(c context.Context, bug *uiBug, dup *Bug) {
624 func loadCrashesForBug(c context.Context, bug *Bug) ([]*uiCrash, []byte, error) {
Daccess.go164 func sanitizeReporting(bug *Bug) {
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Dfullexpr-dtor.pass.cpp41 struct Bug { struct
52 Bug yield_value(int) { return {}; } in yield_value() argument
/external/clang/test/Sema/
Dstatements.c103 struct Bug { in test_pr22849() struct
104 typeof(({ unsigned long __ptr; (int *)(0); })) __val; in test_pr22849()
105 union Nested { in test_pr22849()
107 } n; in test_pr22849()
/external/antlr/runtime/Ruby/lib/antlr3/
Derror.rb662 class Bug < StandardError class
/external/python/cpython3/Python/
Ddtoa.c166 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);} macro
/external/python/cpython2/Python/
Ddtoa.c175 #define Bug(x) {fprintf(stderr, "%s\n", x); exit(1);} macro