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

  /external/chromium_org/chrome/common/extensions/docs/server2/
future_test.py 265 def oops(error): function in function:FutureTest.testThenResolvesReturnedFutures
266 return 'oops'
268 return Future(value='oops')
271 'oops', raisesSomething().Then(shouldNotHappen, oops).Get())
273 'oops', raisesSomething().Then(shouldNotHappen, oopsFuture).Get())
275 'oops',
277 .Then(shouldNotHappen, oops).Get())
279 'oops',
  /external/tinycompress/
compress.c 96 static int oops(struct compress *compress, int e, const char *fmt, ...) function
136 oops(compress, errno, "cant read version");
156 oops(compress, ENXIO, "this codec is not supported");
161 oops(compress, EINVAL, "requested fragment size %d is below min supported %d",
166 oops(compress, EINVAL, "requested fragment size %d is above max supported %d",
171 oops(compress, EINVAL, "requested fragments %d are below min supported %d",
176 oops(compress, EINVAL, "requested fragments %d are above max supported %d",
192 oops(&bad_compress, errno, "cannot get device caps");
224 oops(&bad_compress, EINVAL, "passed bad config");
230 oops(&bad_compress, errno, "cannot allocate compress object")
    [all...]
  /external/chromium_org/base/process/
process_util_unittest.cc 226 volatile int* oops = NULL; local
227 *oops = 0xDEAD;
  /external/tinyalsa/
pcm.c 272 static int oops(struct pcm *pcm, int e, const char *fmt, ...) function
434 oops(pcm, commit, "failed to commit %d frames\n", frames);
500 return oops(pcm, errno, "cannot write initial data");
516 return oops(pcm, errno, "cannot write stream data");
548 return oops(pcm, errno, "cannot read stream data");
861 oops(pcm, errno, "cannot open device '%s'", fn);
866 oops(pcm, errno, "cannot get info");
887 oops(pcm, -EINVAL, "noirq only currently supported with mmap().");
903 oops(pcm, errno, "cannot set hw params");
916 oops(pcm, -errno, "failed to mmap buffer %d bytes\n"
    [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

Completed in 160 milliseconds