HomeSort by relevance Sort by last modified time
    Searched refs:oops (Results 1 - 15 of 15) 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:
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 42 void oops() {
48 oops();
53 oops();
58 oops();
63 oops();
68 oops();
73 oops();
78 oops();
83 oops();
88 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 172 static int oops(struct pcm *pcm, int e, const char *fmt, ...) function
319 oops(pcm, commit, "failed to commit %d frames\n", frames);
382 return oops(pcm, errno, "cannot prepare channel");
384 return oops(pcm, errno, "cannot write initial data");
395 return oops(pcm, errno, "cannot write stream data");
415 return oops(pcm, errno, "cannot prepare channel");
417 return oops(pcm, errno, "cannot start channel");
427 return oops(pcm, errno, "cannot read stream data");
480 oops(pcm, errno, "cannot open device '%s'", fn);
485 oops(pcm, errno, "cannot get info")
    [all...]
  /system/core/adb/
adb_client.c 308 if(readx(fd, buf, 4)) goto oops;
312 if(n > 1024) goto oops;
315 if(tmp == 0) goto oops;
324 oops:
transport.c 270 goto oops;
283 goto oops;
303 oops:
  /system/core/init/
util.c 138 if(sz < 0) goto oops;
140 if(lseek(fd, 0, SEEK_SET) != 0) goto oops;
143 if(data == 0) goto oops;
145 if(read(fd, data, sz) != sz) goto oops;
152 oops:
  /external/e2fsprogs/lib/et/
error_message.c 115 goto oops;
121 goto oops;
150 oops:
  /system/core/fastboot/
fastboot.c 129 if(sz < 0) goto oops;
131 if(lseek(fd, 0, SEEK_SET) != 0) goto oops;
134 if(data == 0) goto oops;
136 if(read(fd, data, sz) != sz) goto oops;
142 oops:
  /external/dnsmasq/src/
tftp.c 311 goto oops;
316 goto oops;
346 goto oops;
364 oops:
option.c     [all...]
  /external/chromium/base/
process_util_unittest.cc 176 int* oops = NULL; local
177 *oops = 0xDEAD;
  /system/core/sdcard/
sdcard.c 800 goto oops;
928 oops:
  /external/libvpx/examples/includes/geshi/
geshi.php 2898 $oops = false; variable
2901 $oops = true; variable
    [all...]

Completed in 365 milliseconds