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");
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(pc
[all...]
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php2898 $oops = false; variable
2901 $oops = true; variable
2909 if (!$oops) {

Completed in 788 milliseconds