Searched defs:oops (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/
H A Dprocess_util_unittest.cc176 int* oops = NULL; local
177 *oops = 0xDEAD;
/external/tinyalsa/
H A Dpcm.c172 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");
399 return oops(pcm, errno, "cannot write stream data");
430 return oops(pcm, errno, "cannot read stream data");
483 oops(pcm, errno, "cannot open device '%s'", fn);
488 oops(pcm, errno, "cannot get info");
510 oops(pcm, -EINVAL, "noirq only currently supported with mmap().");
526 oops(pc
[all...]
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php2898 $oops = false; variable
2901 $oops = true; variable
2909 if (!$oops) {

Completed in 208 milliseconds