Searched refs:oops (Results 1 - 11 of 11) sorted by relevance

/external/tinycompress/
H A Dcompress.c96 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(
[all...]
/external/qemu/android/
H A Dloadpng.c33 goto oops;
44 goto oops;
49 goto oops;
54 oops:
95 goto oops;
107 goto oops;
171 goto oops;
180 goto oops;
187 oops:
227 goto oops;
[all...]
/external/tinyalsa/
H A Dpcm.c272 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(pc
[all...]
/external/clang/test/SemaCXX/
H A Dpseudo-destructors.cpp78 p->~oops(); // expected-error{{expected the class name after '~' to name a destructor}}
/external/e2fsprogs/lib/et/
H A Derror_message.c132 goto oops;
138 goto oops;
173 oops:
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfuture_test.py265 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/dnsmasq/src/
H A Dtftp.c311 goto oops;
316 goto oops;
346 goto oops;
364 oops:
H A Doption.c2631 goto oops;
2694 oops:
/external/chromium_org/content/renderer/pepper/
H A Dv8_var_converter_unittest.cc411 "undefined: 'oops'"
436 ScopedPPVar oops(ScopedPPVar::PassRef(), StringVar::StringToPPVar("oops"));
437 expected->SetWithStringKey("undefined", oops.get());
/external/chromium_org/base/process/
H A Dprocess_util_unittest.cc226 volatile int* oops = NULL; local
227 *oops = 0xDEAD;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 215 milliseconds