HomeSort by relevance Sort by last modified time
    Searched refs:oops (Results 1 - 20 of 20) 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...]
  /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...]
  /external/qemu/android/
loadpng.c 33 goto oops;
44 goto oops;
49 goto oops;
54 oops:
95 goto oops;
107 goto oops;
171 goto oops;
180 goto oops;
187 oops:
227 goto oops;
    [all...]
  /system/core/mkbootimg/
mkbootimg.c 39 if(sz < 0) goto oops;
41 if(lseek(fd, 0, SEEK_SET) != 0) goto oops;
44 if(data == 0) goto oops;
46 if(read(fd, data, sz) != sz) goto oops;
52 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 78 p->~oops(); // expected-error{{expected the class name after '~' to name a destructor}}
  /system/core/adb/
adb_client.c 324 if(readx(fd, buf, 4)) goto oops;
330 goto oops;
334 if(tmp == 0) goto oops;
343 oops:
transport.c 275 goto oops;
288 goto oops;
308 oops:
  /system/core/init/
util.c 165 goto oops;
169 goto oops;
173 if(sz < 0) goto oops;
175 if(lseek(fd, 0, SEEK_SET) != 0) goto oops;
178 if(data == 0) goto oops;
180 if(read(fd, data, sz) != sz) goto oops;
187 oops:
  /external/e2fsprogs/lib/et/
error_message.c 132 goto oops;
138 goto oops;
173 oops:
  /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...]
  /bootable/recovery/minadbd/
transport.c 270 goto oops;
283 goto oops;
303 oops:
  /external/chromium_org/v8/test/mjsunit/
array-constructor-feedback.js 158 a = bar("oops");
171 a = barn(1, "oops", 3);
  /system/core/fastboot/
fastboot.c 173 goto oops;
177 if(data == 0) goto oops;
179 if(read(fd, data, sz) != sz) goto oops;
185 oops:
    [all...]
  /external/chromium_org/content/renderer/pepper/
v8_var_converter_unittest.cc 411 "undefined: 'oops'"
436 ScopedPPVar oops(ScopedPPVar::PassRef(), StringVar::StringToPPVar("oops"));
437 expected->SetWithStringKey("undefined", oops.get());
  /external/chromium_org/base/process/
process_util_unittest.cc 230 volatile int* oops = NULL;
231 *oops = 0xDEAD;
  /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 713 milliseconds