HomeSort by relevance Sort by last modified time
    Searched defs:Crash (Results 1 - 9 of 9) sorted by null

  /external/google-breakpad/android/sample_app/jni/
test_breakpad.cpp 44 void Crash() {
55 Crash();
  /external/protobuf/src/google/protobuf/stubs/
statusor.cc 38 void StatusOrHelper::Crash(const Status& status) {
  /external/tensorflow/tensorflow/stream_executor/lib/
statusor.cc 33 void Helper::Crash(const Status& status) {
  /external/clang/test/SemaCXX/
function-redecl.cpp 83 class Crash {
88 void Crash::cart(int count) const {} // expected-error {{out-of-line definition of 'cart' does not match any declaration in 'Crash'}}
90 void Crash::chart(int count) const {} // expected-error {{out-of-line definition of 'chart' does not match any declaration in 'Crash'}}
  /external/syzkaller/syz-manager/
manager.go 82 hubReproQueue chan *Crash
113 type Crash struct {
115 hub bool // this crash was created based on a repro from hub
182 hubReproQueue: make(chan *Crash, 10),
291 crash *Crash
319 pendingRepro := make(map[*Crash]bool)
322 var reproQueue []*Crash
331 for crash := range pendingRepro {
332 if reproducing[crash.Title]
    [all...]
  /external/syzkaller/dashboard/app/
entities.go 94 CrashID int64 // crash that we've last reported in this reporting
100 type Crash struct {
104 Reported time.Time // set if this crash was ever reported
111 // Custom crash priority for reporting (greater values are higher priority).
112 // For example, a crash in mainline kernel has higher priority than a crash in a side branch.
133 // - reproduce crash
134 // - test that crash still happens on HEAD
135 // - crash bisect
159 CrashTitle string // if empty, we did not hit crash during testin
    [all...]
  /external/syzkaller/dashboard/dashapi/
dashapi.go 115 // job execution result (Build, Crash or Error details),
157 Crash Crash
164 // Crash describes a single kernel crash (potentially with repro).
165 type Crash struct {
182 func (dash *Dashboard) ReportCrash(crash *Crash) (*ReportCrashResp, error) {
184 err := dash.Query("report_crash", crash, resp)
188 // CrashID is a short summary of a crash for repro queries
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 3942 milliseconds