Home
last modified time | relevance | path

Searched defs:Crash (Results 1 – 16 of 16) sorted by relevance

/external/syzkaller/dashboard/app/
Drepro_test.go19 func testNeedRepro1(t *testing.T, crashCtor func(c *Ctx) *dashapi.Crash) {
62 func testNeedRepro2(t *testing.T, crashCtor func(c *Ctx) *dashapi.Crash) {
83 func testNeedRepro3(t *testing.T, crashCtor func(c *Ctx) *dashapi.Crash) {
122 func testNeedRepro4(t *testing.T, crashCtor func(c *Ctx) *dashapi.Crash) {
Dentities.go100 type Crash struct { struct
101 Manager string
102 BuildID string
103 Time time.Time
104 Reported time.Time // set if this crash was ever reported
105 Maintainers []string `datastore:",noindex"`
106 Log int64 // reference to CrashLog text entity
107 Report int64 // reference to CrashReport text entity
108 ReproOpts []byte `datastore:",noindex"`
109 ReproSyz int64 // reference to ReproSyz text entity
[all …]
Dapi.go520 func reportCrash(c context.Context, ns string, req *dashapi.Crash) (*Bug, error) {
603 func saveCrash(c context.Context, ns string, req *dashapi.Crash, bugKey *datastore.Key, build *Buil…
806 func createBugForCrash(c context.Context, ns string, req *dashapi.Crash) (*Bug, *datastore.Key, err…
Dapp_test.go215 func testCrashID(crash *dashapi.Crash) *dashapi.CrashID {
Djobs.go166 func checkTestJob(c context.Context, bug *Bug, bugReporting *BugReporting, crash *Crash,
Dreporting.go193 func createBugReport(c context.Context, bug *Bug, crash *Crash, crashKey *datastore.Key,
/external/clang/test/SemaObjC/
Dprotocol-archane.m38 @interface Crash @end interface
39 @implementation Crash implementation
/external/protobuf/src/google/protobuf/stubs/
Dstatusor.cc38 void StatusOrHelper::Crash(const Status& status) { in Crash() function in google::protobuf::util::internal::StatusOrHelper
/external/syzkaller/dashboard/dashapi/
Ddashapi.go157 Crash Crash member
165 type Crash struct { struct
166 BuildID string // refers to Build.ID
167 Title string
168 Corrupted bool // report is corrupted (corrupted title, no stacks, etc)
169 Maintainers []string
170 Log []byte
171 Report []byte
173 ReproOpts []byte
174 ReproSyz []byte
[all …]
/external/tensorflow/tensorflow/stream_executor/lib/
Dstatusor.cc33 void Helper::Crash(const Status& status) { in Crash() function in stream_executor::port::internal_statusor::Helper
/external/google-breakpad/android/sample_app/jni/
Dtest_breakpad.cpp44 void Crash() { in Crash() function
/external/syzkaller/syz-manager/
Dmanager.go113 type Crash struct { struct
114 vmIndex int
115 hub bool // this crash was created based on a repro from hub
116 *report.Report
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto57 message Crash { message
/external/clang/test/SemaCXX/
Dfunction-redecl.cpp83 class Crash { class
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1189 Instruction *Crash = generateCrashCode(CrashTerm, AddrLong, IsWrite, in instrumentAddress() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1576 Instruction *Crash = generateCrashCode(CrashTerm, AddrLong, IsWrite, in instrumentAddress() local