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

  /external/chromium/base/
process_util_unittest.cc 176 int* oops = NULL; local
177 *oops = 0xDEAD;
  /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...]
  /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 857 milliseconds