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

  /external/chromium/base/
process_util_unittest.cc 176 int* oops = NULL; local
177 *oops = 0xDEAD;
  /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...]
  /external/libvpx/examples/includes/geshi/
geshi.php 2898 $oops = false; variable
2901 $oops = true; variable
    [all...]

Completed in 77 milliseconds