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

1 2 3

  /system/core/libcutils/
load_file.c 33 if(sz < 0) goto oops;
35 if(lseek(fd, 0, SEEK_SET) != 0) goto oops;
38 if(data == 0) goto oops;
40 if(read(fd, data, sz) != sz) goto oops;
47 oops:
  /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!
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 39 void oops() {
45 oops();
50 oops();
55 oops();
60 oops();
65 oops();
70 oops();
75 oops();
80 oops();
85 oops();
    [all...]
  /prebuilts/go/darwin-x86/src/errors/
example_test.go 22 func oops() error { func
30 if err := oops(); err != nil {
  /prebuilts/go/linux-x86/src/errors/
example_test.go 22 func oops() error { func
30 if err := oops(); err != nil {
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug266.go 13 panic("oops")
  /prebuilts/go/linux-x86/test/fixedbugs/
bug266.go 13 panic("oops")
  /external/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");
892 oops(pcm, -EINVAL, "noirq only currently supported with mmap().");
908 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;
  /prebuilts/go/darwin-x86/test/
deferfin.go 40 panic("oops")
blank.go 184 panic("oops")
  /prebuilts/go/linux-x86/test/
deferfin.go 40 panic("oops")
blank.go 184 panic("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/dnsmasq/src/
tftp.c 311 goto oops;
316 goto oops;
346 goto oops;
364 oops:
  /external/v8/test/mjsunit/es6/
array-tostring.js 125 new Error("oops"),
object-tostring.js 123 new Error("oops"),
  /prebuilts/go/darwin-x86/src/net/http/
triv.go 118 http.Error(w, "oops", 404)
  /prebuilts/go/darwin-x86/src/regexp/
all_test.go 197 {"a+", "${oops", "aaa", "${oops"},
220 {"a+", "${oops", "aaa", "${oops"},

Completed in 1347 milliseconds

1 2 3