HomeSort by relevance Sort by last modified time
    Searched refs:oops (Results 1 - 18 of 18) 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/init/
util.c 156 goto oops;
160 goto oops;
164 if(sz < 0) goto oops;
166 if(lseek(fd, 0, SEEK_SET) != 0) goto oops;
169 if(data == 0) goto oops;
171 if(read(fd, data, sz) != sz) goto oops;
178 oops:
  /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
336 oops(pcm, commit, "failed to commit %d frames\n", frames);
399 return oops(pcm, errno, "cannot prepare channel");
401 return oops(pcm, errno, "cannot write initial data");
416 return oops(pcm, errno, "cannot write stream data");
447 return oops(pcm, errno, "cannot read stream data");
623 oops(pcm, errno, "cannot open device '%s'", fn);
628 oops(pcm, errno, "cannot get info");
650 oops(pcm, -EINVAL, "noirq only currently supported with mmap().");
666 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 270 goto oops;
283 goto oops;
303 oops:
  /external/e2fsprogs/lib/et/
error_message.c 115 goto oops;
121 goto oops;
150 oops:
  /system/core/fastboot/
fastboot.c 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;
186 oops:
  /external/dnsmasq/src/
tftp.c 311 goto oops;
316 goto oops;
346 goto oops;
364 oops:
option.c     [all...]
  /bootable/recovery/minadbd/
transport.c 270 goto oops;
283 goto oops;
303 oops:
  /external/chromium/base/
process_util_unittest.cc 176 int* oops = NULL; local
177 *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 454 milliseconds