HomeSort by relevance Sort by last modified time
    Searched refs:oops (Results 1 - 25 of 31) sorted by null

1 2

  /external/tinycompress/
compress.c 96 static int oops(struct compress *compress, int e, const char *fmt, ...) function
136 oops(compress, errno, "cant read version");
156 oops(compress, ENXIO, "this codec is not supported");
161 oops(compress, EINVAL, "requested fragment size %d is below min supported %d",
166 oops(compress, EINVAL, "requested fragment size %d is above max supported %d",
171 oops(compress, EINVAL, "requested fragments %d are below min supported %d",
176 oops(compress, EINVAL, "requested fragments %d are above max supported %d",
192 oops(&bad_compress, errno, "cannot get device caps");
224 oops(&bad_compress, EINVAL, "passed bad config");
230 oops(&bad_compress, errno, "cannot allocate compress object")
    [all...]
  /external/compiler-rt/test/asan/TestCases/Windows/
null_deref_multiple_dlls.cc 38 # error oops!
dll_report_globals_symbolization_at_startup.cc 38 # error oops!
report_globals_reload_dll.cc 49 # error oops!
report_globals_vs_freelibrary.cc 45 # error oops!
  /external/syzkaller/pkg/report/
freebsd.go 34 var oops *oops
47 if oops == nil {
48 oops = oops1
55 // so we just collect everything after the oops.
56 if oops != nil {
66 if oops == nil {
69 title, corrupted, _ := extractDescription(output[rep.StartPos:], oops, freebsdStackParams)
82 var freebsdOopses = []*oops{
report.go 19 // ContainsCrash searches kernel console output for oops messages.
22 // Parse extracts information about oops from console output.
23 // Returns nil if no oops found.
31 // Title contains a representative description of the first oops.
33 // Report contains whole oops text.
37 // StartPos/EndPos denote region of output with oops message(s).
143 // addresses in descriptions can't be good regardless of the oops regexps.
202 type oops struct { type
248 func containsCrash(output []byte, oopses []*oops, ignores []*regexp.Regexp) bool {
256 for _, oops := range oopses
    [all...]
linux.go 120 oops, startPos, endPos, logReport, consoleReport, consoleReportReliable,
122 if oops == nil {
133 title, corrupted, format := extractDescription(consoleReportReliable, oops, linuxStackParams)
141 title, corrupted, format = extractDescription(report, oops, linuxStackParams)
143 panic(fmt.Sprintf("non matching oops for %q in:\n%s\n\nconsole:\n%s\n"+
145 oops.header, report, consoleReportReliable,
168 oops *oops, startPos, endPos int,
186 if oops != nil && secondReportPos == 0 {
197 if oops == nil
    [all...]
gvisor.go 85 var gvisorOopses = []*oops{
akaros.go 129 var akarosOopses = []*oops{
  /external/tinyalsa/
pcm.c 277 static int oops(struct pcm *pcm, int e, const char *fmt, ...) function
439 oops(pcm, errno, "failed to commit %d frames\n", frames);
494 return oops(pcm, EINVAL, "pcm %p, hw_ptr %p, tstamp %p", pcm, hw_ptr, tstamp);
497 return oops(pcm, errno, "pcm_is_ready failed");
501 return oops(pcm, errno, "pcm_sync_ptr failed");
504 return oops(pcm, EINVAL, "pcm %p, mmap_status is NULL", pcm);
508 return oops(pcm, ENOSYS, "invalid stream state %d", pcm->mmap_status->state);
512 return oops(pcm, errno, "invalid time stamp");
536 return oops(pcm, errno, "cannot write initial data");
552 return oops(pcm, errno, "cannot write stream data")
    [all...]
  /device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
pcm.c 271 static int oops(struct pcm *pcm, int e, const char *fmt, ...) function
433 oops(pcm, commit, "failed to commit %d frames\n", frames);
499 return oops(pcm, errno, "cannot write initial data");
515 return oops(pcm, errno, "cannot write stream data");
547 return oops(pcm, errno, "cannot read stream data");
860 oops(pcm, errno, "cannot open device '%s'", fn);
866 oops(pcm, errno, "failed to reset blocking mode '%s'", fn);
871 oops(pcm, errno, "cannot get info");
893 oops(pcm, -EINVAL, "noirq only currently supported with mmap().");
909 oops(pcm, errno, "cannot set hw params")
    [all...]
  /external/clang/test/SemaCXX/
pseudo-destructors.cpp 82 p->~oops(); // expected-error{{expected the class name after '~' to name a destructor}}
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
MalformedBenchmarksTest.java 57 "Parameter field 'oops' must not be static";
60 private static final String NO_CONVERSION = "Type 'Object' of parameter field 'oops' "
63 "Cannot convert value 'oops' to type 'int': For input string: \"oops\"";
137 @Param static String oops; field in class:MalformedBenchmarksTest.StaticParamBenchmark
151 @Param Object oops; field in class:MalformedBenchmarksTest.UnparsableParamTypeBenchmark
158 @Param({"1", "2", "oops"}) int number;
RuntimeInstrumentTest.java 143 @Benchmark void integerParam(Integer oops) {}
  /external/e2fsprogs/lib/et/
error_message.c 132 goto oops;
138 goto oops;
173 oops:
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 351 goto oops;
368 goto oops;
370 goto oops;
382 goto oops;
384 goto oops;
388 goto oops;
407 goto oops;
416 goto oops;
443 goto oops;
456 goto oops;
    [all...]
  /external/syzkaller/tools/
create-gce-image.sh 158 linux /vmlinuz root=/dev/sda1 console=ttyS0 earlyprintk=serial vsyscall=native rodata=n ftrace_dump_on_oops=orig_cpu oops=panic panic_on_warn=1 nmi_watchdog=panic panic=86400 $CMDLINE
  /external/syzkaller/vm/
vm.go 143 // but wait for kernel output in case there is some delayed oops.
148 // Note: connection lost can race with a kernel oops message.
149 // In such case we want to return the kernel oops.
  /external/syzkaller/pkg/build/
linux_generated.go 109 linux /vmlinuz root=/dev/sda1 console=ttyS0 earlyprintk=serial vsyscall=native rodata=n ftrace_dump_on_oops=orig_cpu oops=panic panic_on_warn=1 nmi_watchdog=panic panic=86400 $CMDLINE
  /build/blueprint/
ninja_strings.go 69 panic("oops, pushed variable with pending string")
76 panic("oops, pushed string after string")
  /external/capstone/bindings/vb6/
mMisc.bas 150 On Error GoTo oops
154 oops: AryIsEmpty = True
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
log4j-1.3alpha-8.jar 
  /build/soong/androidmk/parser/
make_strings.go 149 panic("oops!")

Completed in 1177 milliseconds

1 2