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

1 2 3

  /frameworks/support/transition/src/android/support/transition/
MatrixUtils.java 26 void oops() {
32 oops();
37 oops();
42 oops();
47 oops();
52 oops();
57 oops();
62 oops();
67 oops();
72 oops();
    [all...]
  /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 43 void oops() {
49 oops();
54 oops();
59 oops();
64 oops();
69 oops();
74 oops();
79 oops();
84 oops();
89 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")
issue16095.go 31 // This call collects the heap-allocated version of x (oops!)
67 // This call collects the heap-allocated version of x (oops!)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug266.go 13 panic("oops")
issue16095.go 31 // This call collects the heap-allocated version of x (oops!)
67 // This call collects the heap-allocated version of x (oops!)
  /external/tinyalsa/
pcm.c 277 static int oops(struct pcm *pcm, int e, const char *fmt, ...) function
439 oops(pcm, commit, "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");
505 return oops(pcm, ENOSYS, "invalid stream state %d", pcm->mmap_status->state);
509 return oops(pcm, errno, "invalid time stamp");
533 return oops(pcm, errno, "cannot write initial data");
549 return oops(pcm, errno, "cannot write stream data");
581 return oops(pcm, errno, "cannot read stream data")
    [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/src/cmd/go/
build_test.go 24 t.Errorf("mayberemovefile(%s) did remove it; oops", os.DevNull)
  /prebuilts/go/darwin-x86/test/
deferfin.go 40 panic("oops")
  /prebuilts/go/linux-x86/src/cmd/go/
build_test.go 24 t.Errorf("mayberemovefile(%s) did remove it; oops", os.DevNull)
  /prebuilts/go/linux-x86/test/
deferfin.go 40 panic("oops")
  /external/e2fsprogs/lib/et/
error_message.c 132 goto oops;
138 goto oops;
173 oops:
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
redblack32_test.go 183 oops := false
192 oops = true
196 if !oops {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
redblack32_test.go 183 oops := false
192 oops = true
196 if !oops {
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
cfg_test.go 55 panic("oops")
67 panic("oops")

Completed in 850 milliseconds

1 2 3