HomeSort by relevance Sort by last modified time
    Searched full:oops (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /system/core/libcutils/
load_file.c 33 if(sz < 0) goto oops;
35 if(lseek(fd, 0, SEEK_SET) != 0) goto oops;
38 if(data == 0) goto oops;
40 if(read(fd, data, sz) != sz) goto oops;
47 oops:
  /external/llvm/lib/Target/ARM/
ARMInstrFormats.td 293 class PseudoInst<dag oops, dag iops, InstrItinClass itin, list<dag> pattern>
296 let OutOperandList = oops;
304 class ARMPseudoInst<dag oops, dag iops, int sz, InstrItinClass itin,
306 : PseudoInst<oops, iops, itin, pattern> {
312 class tPseudoInst<dag oops, dag iops, int sz, InstrItinClass itin,
314 : PseudoInst<oops, iops, itin, pattern> {
320 class t2PseudoInst<dag oops, dag iops, int sz, InstrItinClass itin,
322 : PseudoInst<oops, iops, itin, pattern> {
327 class ARMPseudoExpand<dag oops, dag iops, int sz,
330 : ARMPseudoInst<oops, iops, sz, itin, pattern>
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
wc5.l 0 /* Oops; slight change from wc3.l introduces backtracking */
13 {words}{word} cc += yyleng; wc += 2; /* oops */
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
ParserConfigurationExceptionTest.java 33 new ParserConfigurationException("Oops!");
34 assertEquals("Oops!", pce.getMessage());
35 assertEquals("Oops!", pce.getLocalizedMessage());
FactoryConfigurationErrorTest.java 68 FactoryConfigurationError fce = new FactoryConfigurationError("Oops!");
69 assertEquals("Oops!", fce.getMessage());
70 assertEquals("Oops!", fce.getLocalizedMessage());
  /external/qemu/
loadpng.c 33 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/markdown/tests/misc/
multi-test.txt 16 An [example][ref] (oops)
multi-test.html 12 <p>An <a href="http://example.com" title="Title">example</a> (oops)</p>
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
setChangeLogDateAndReviewer.pl 35 testName => "reviewer defined and \"NOBODY (OOPS!)\" in leading junk",
41 Reviewed by NOBODY (OOPS!).
49 + Reviewed by NOBODY (OOPS!).
58 Reviewed by NOBODY (OOPS!).
74 testName => "reviewer not defined and \"NOBODY (OOPS!)\" in leading junk",
80 Reviewed by NOBODY (OOPS!).
88 + Reviewed by NOBODY (OOPS!).
97 Reviewed by NOBODY (OOPS!).
105 + Reviewed by NOBODY (OOPS!).
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 42 void oops() {
48 oops();
53 oops();
58 oops();
63 oops();
68 oops();
73 oops();
78 oops();
83 oops();
88 oops();
    [all...]
  /external/llvm/lib/Target/PTX/
PTXInstrFormats.td 43 class InstPTX<dag oops, dag iops, string asmstr, list<dag> pattern>
45 dag OutOperandList = oops;
  /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);
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(pcm, errno, "cannot get info")
    [all...]
  /bionic/libc/regex/
regfree.c 53 if (preg->re_magic != MAGIC1) /* oops */
57 if (g == NULL || g->magic != MAGIC2) /* oops again */
  /external/llvm/lib/Support/
regfree.c 54 if (preg->re_magic != MAGIC1) /* oops */
58 if (g == NULL || g->magic != MAGIC2) /* oops again */
  /external/netcat/data/
xor.c 59 fprintf (stderr, "stdin binary setmode oops: %d\n", x);
64 fprintf (stderr, "stdout binary setmode oops: %d\n", x);
  /ndk/sources/host-tools/ndk-stack/regex/
regfree.c 55 if (preg->re_magic != MAGIC1) /* oops */
59 if (g == NULL || g->magic != MAGIC2) /* oops again */
  /cts/tests/tests/permission/src/android/permission/cts/
NoSdCardWritePermissionTest.java 41 strm.write("Oops!".getBytes());
  /external/dropbear/libtommath/
bn_mp_init_multi.c 29 /* Oops - error! Back-track and mp_clear what we already
  /external/e2fsprogs/lib/et/
init_et.c 43 return ENOMEM; /* oops */
error_message.c 115 goto oops;
121 goto oops;
150 oops:
  /external/netcat/scripts/
iscan 16 nc -z -w 9 "$1" 113 || { echo "oops, $1 isn't running identd" ; exit 0 ; }
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
changelog_unittest.py 126 Reviewed by NOBODY (OOPS!).
128 Need a short description and bug URL (OOPS!)
139 expected_contents = changelog_contents.replace('NOBODY (OOPS!)', reviewer_name)
151 expected_contents = changelog_contents.replace("Need a short description and bug URL (OOPS!)", expected_message)
  /sdk/monkeyrunner/scripts/
help.py 41 print 'oops'
  /system/core/mkbootimg/
mkbootimg.c 39 if(sz < 0) goto oops;
41 if(lseek(fd, 0, SEEK_SET) != 0) goto oops;
44 if(data == 0) goto oops;
46 if(read(fd, data, sz) != sz) goto oops;
52 oops:
  /system/core/adb/
adb_client.c 308 if(readx(fd, buf, 4)) goto oops;
312 if(n > 1024) goto oops;
315 if(tmp == 0) goto oops;
324 oops:

Completed in 1083 milliseconds

1 2 3 4 5 6 7 8 910