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

  /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/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;
  /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...]
  /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 300 milliseconds