HomeSort by relevance Sort by last modified time
    Searched refs:oops (Results 1 - 23 of 23) 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/
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 185 static int oops(struct pcm *pcm, int e, const char *fmt, ...) function
343 oops(pcm, commit, "failed to commit %d frames\n", frames);
406 return oops(pcm, errno, "cannot prepare channel");
408 return oops(pcm, errno, "cannot write initial data");
423 return oops(pcm, errno, "cannot write stream data");
454 return oops(pcm, errno, "cannot read stream data");
630 oops(pcm, errno, "cannot open device '%s'", fn);
635 oops(pcm, errno, "cannot get info");
657 oops(pcm, -EINVAL, "noirq only currently supported with mmap().");
673 oops(pcm, errno, "cannot set hw params")
    [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 321 if(readx(fd, buf, 4)) goto oops;
325 if(n > 1024) goto oops;
328 if(tmp == 0) goto oops;
337 oops:
transport.c 275 goto oops;
288 goto oops;
308 oops:
  /system/core/init/
util.c 157 goto oops;
161 goto oops;
165 if(sz < 0) goto oops;
167 if(lseek(fd, 0, SEEK_SET) != 0) goto oops;
170 if(data == 0) goto oops;
172 if(read(fd, data, sz) != sz) goto oops;
179 oops:
  /external/e2fsprogs/lib/et/
error_message.c 115 goto oops;
121 goto oops;
150 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 371 goto oops;
379 goto oops;
397 goto oops;
406 goto oops;
415 goto oops;
425 goto oops;
429 goto oops;
454 goto oops;
467 goto oops;
611 oops
    [all...]
  /bootable/recovery/minadbd/
transport.c 270 goto oops;
283 goto oops;
303 oops:
  /external/chromium_org/content/renderer/pepper/
v8_var_converter_unittest.cc 352 "undefined: 'oops'"
376 ScopedPPVar oops(ScopedPPVar::PassRef(), StringVar::StringToPPVar("oops"));
377 expected->SetWithStringKey("undefined", oops.get());
  /external/chromium_org/v8/test/mjsunit/
array-constructor-feedback.js 161 a = bar("oops");
174 a = barn(1, "oops", 3);
  /system/core/fastboot/
fastboot.c 182 goto oops;
186 if(data == 0) goto oops;
188 if(read(fd, data, sz) != sz) goto oops;
194 oops:
  /external/chromium/base/
process_util_unittest.cc 176 int* oops = NULL; local
177 *oops = 0xDEAD;
  /external/chromium_org/base/process/
process_util_unittest.cc 233 volatile int* oops = NULL; local
234 *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
  /external/libvpx/libvpx/examples/includes/geshi/
geshi.php 2898 $oops = false; variable
2901 $oops = true; variable
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 2177 milliseconds