/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); 378 return oops(pcm, errno, "cannot prepare channel"); 380 return oops(pcm, errno, "cannot write initial data"); 391 return oops(pcm, errno, "cannot write stream data"); 411 return oops(pcm, errno, "cannot prepare channel"); 413 return oops(pcm, errno, "cannot start channel"); 423 return oops(pcm, errno, "cannot read stream data"); 476 oops(pcm, errno, "cannot open device '%s'", fn); 481 oops(pcm, errno, "cannot get info") [all...] |
/external/libvpx/examples/includes/geshi/ |
geshi.php | 2898 $oops = false; variable 2901 $oops = true; variable [all...] |