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

  /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...]
  /system/core/mkbootimg/
mkbootimg.c 40 if(sz < 0) goto oops;
42 if(lseek(fd, 0, SEEK_SET) != 0) goto oops;
45 if(data == 0) goto oops;
47 if(read(fd, data, sz) != sz) goto oops;
53 oops:
  /external/tinyalsa/
pcm.c 272 static int oops(struct pcm *pcm, int e, const char *fmt, ...) function
434 oops(pcm, commit, "failed to commit %d frames\n", frames);
500 return oops(pcm, errno, "cannot write initial data");
516 return oops(pcm, errno, "cannot write stream data");
548 return oops(pcm, errno, "cannot read stream data");
861 oops(pcm, errno, "cannot open device '%s'", fn);
866 oops(pcm, errno, "cannot get info");
887 oops(pcm, -EINVAL, "noirq only currently supported with mmap().");
903 oops(pcm, errno, "cannot set hw params");
916 oops(pcm, -errno, "failed to mmap buffer %d bytes\n"
    [all...]
  /external/clang/test/SemaCXX/
pseudo-destructors.cpp 82 p->~oops(); // expected-error{{expected the class name after '~' to name a destructor}}
  /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:
option.c     [all...]
  /bionic/libc/tzcode/
localtime.c 391 goto oops;
397 goto oops;
401 goto oops;
420 goto oops;
429 goto oops;
456 goto oops;
469 goto oops;
473 goto oops;
498 goto oops;
511 goto oops;
    [all...]
  /external/v8/test/mjsunit/
array-constructor-feedback.js 137 a = bar("oops");
150 a = barn(1, "oops", 3);
  /system/core/fastboot/
fastboot.cpp 162 goto oops;
166 if(data == 0) goto oops;
168 if(read(fd, data, sz) != sz) goto oops;
174 oops:
    [all...]
  /system/core/adb/
transport.cpp 261 goto oops;
274 goto oops;
294 oops:
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
log4j-1.3alpha-8.jar 
log4j-1.2.14.jar 
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 185 static int oops(struct pcm *pcm, int e, const char *fmt, ...);
381 static int oops(struct pcm *pcm, int e, const char *fmt, ...) function

Completed in 2689 milliseconds