Searched refs:fail (Results 1 - 25 of 301) sorted by relevance

1234567891011>>

/external/kernel-headers/original/asm-arm/
H A Dlocks.h17 #define __down_op(ptr,fail) \
28 " blmi " #fail \
35 #define __down_op_ret(ptr,fail) \
48 " blmi " #fail "\n" \
84 #define __down_op_write(ptr,fail) \
95 " blne " #fail \
119 #define __down_op_read(ptr,fail) \
120 __down_op(ptr, fail)
142 #define __down_op(ptr,fail) \
154 " blmi " #fail \
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-137.js44 fail("case 10", "Default case", "Heap number not recognized as Smi value");
/external/bison/lib/
H A Dpipe-safer.c34 int fail = pipe (fd); local
35 if (fail)
36 return fail;
/external/protobuf/src/google/protobuf/compiler/
H A Dzip_output_unittest.sh37 fail() { function
51 testzip.proto || fail 'protoc failed.'
55 unzip -t testzip.zip > testzip.list || fail 'unzip failed.'
58 || fail 'testzip.pb.cc not found in output zip.'
60 || fail 'testzip.pb.h not found in output zip.'
62 || fail 'testzip_pb2.py not found in output zip.'
64 && fail 'Zip file contained manifest.'
71 jar tf testzip.jar > testzip.list || fail 'jar failed.'
74 || fail 'Foo.java not found in output jar.'
76 || fail 'Ba
[all...]
/external/bluetooth/glib/tests/
H A Drun-bookmark-test.sh3 fail () function
21 for I in ${srcdir:-.}/bookmarks/fail-*.xbel; do
22 echo_v "Parsing $I, should fail"
23 ./bookmarkfile-test $I > /dev/null 2> $error_out && fail "failed to generate error on $I"
25 fail "unexpected error on $I"
31 ./bookmarkfile-test $I > /dev/null 2> $error_out || fail "failed on $I"
H A Drun-markup-tests.sh3 fail () function
21 for I in ${srcdir:-.}/markups/fail-*.gmarkup; do
22 echo_v "Parsing $I, should fail"
23 ./markup-test $I > /dev/null 2> $error_out && fail "failed to generate error on $I"
25 fail "unexpected error on $I"
34 ./markup-test $F > actual 2> $error_out || fail "failed on $F"
35 diff ${srcdir:-.}/markups/expected-$I actual || fail "unexpected output on $F"
H A Drun-collate-tests.sh3 fail () function
29 fail "unexpected error when using g_utf8_collate() on $I"
32 fail "unexpected error when using g_utf8_collate_key() on $I"
35 fail "unexpected error when using g_utf8_collate_key_for_filename() on $I"
H A Dunicode-encoding.c25 fail (char *format, ...) function
97 fail ("line %d: valid but g_utf8_validate returned FALSE\n", line);
107 fail ("line %d: invalid but g_utf8_validate returned TRUE\n", line);
121 fail ("line %d: incomplete input not properly detected\n", line);
130 fail ("line %d: incomplete input not properly detected\n", line);
145 fail ("line %d: conversion to ucs4 failed: %s\n", line, error->message);
153 fail ("line %d: results of conversion to ucs4 do not match expected.\n", line);
164 fail ("line %d: results of conversion to ucs4 do not match expected.\n", line);
171 fail ("line %d: conversion back to utf8 failed: %s", line, error->message);
179 fail ("lin
[all...]
/external/genext2fs/
H A Dtest-mount.sh16 fail () { function
39 /sbin/e2fsck -fn ext2.img || fail
41 mount -t ext2 -o ro,loop ext2.img mnt || fail
45 fail
59 /sbin/e2fsck -fn ext2.img || fail
61 mount -t ext2 -o ro,loop ext2.img mnt || fail
62 [ -d mnt/dev ] || fail
74 diff fout lsout || fail
/external/qemu/
H A Ddevice_tree.c41 goto fail;
53 goto fail;
59 goto fail;
66 goto fail;
71 fail:
H A Delf_ops.h122 goto fail;
125 goto fail;
156 goto fail;
161 goto fail;
173 fail:
192 goto fail;
201 goto fail;
206 goto fail;
210 goto fail;
222 goto fail;
[all...]
/external/tcpdump/
H A Dprint-ipcomp.c68 goto fail;
74 goto fail;
89 fail:
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcrestst.h53 int32_t fail; variable
/external/icu4c/test/cintltst/
H A Dcrestst.h53 int32_t fail; variable
/external/junit/src/junit/extensions/
H A DExceptionTestCase.java15 * fail("Expected SpecialException");
44 fail("Expected exception " + fExpected);
/external/stlport/test/unit/
H A Diostream_test.cpp52 CPPUNIT_ASSERT( !istr.fail() );
57 CPPUNIT_ASSERT( !istr.fail() );
71 CPPUNIT_ASSERT( !istr.fail() );
76 CPPUNIT_ASSERT( !istr.fail() );
H A Dnum_put_get_test.cpp87 CPPUNIT_ASSERT(!str.fail());
98 CPPUNIT_ASSERT(!str.fail());
109 CPPUNIT_ASSERT(!str.fail());
120 CPPUNIT_ASSERT(!str.fail());
131 CPPUNIT_ASSERT(!str.fail());
142 CPPUNIT_ASSERT(!str.fail());
153 CPPUNIT_ASSERT(!str.fail());
166 CPPUNIT_ASSERT(!str.fail());
176 CPPUNIT_ASSERT(!str.fail());
189 CPPUNIT_ASSERT(!str.fail());
[all...]
/external/qemu/block/
H A Dqcow2-snapshot.c83 goto fail;
101 goto fail;
107 goto fail;
113 fail:
159 goto fail;
162 goto fail;
165 goto fail;
173 goto fail;
177 goto fail;
184 fail
[all...]
/external/qemu/hw/
H A Dusb-msd.c247 goto fail;
255 goto fail;
298 goto fail;
302 goto fail;
321 goto fail;
336 fail:
363 goto fail;
369 goto fail;
375 goto fail;
380 goto fail;
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dunion-find.h34 // 'fail' is a value indicating that an element hasn't been
37 UnionFind(T max, T fail) argument
38 : parent_(max, fail), rank_(max), fail_(fail) { }
/external/chromium/third_party/icu/source/test/intltest/
H A Drestest.h52 int32_t fail; member in class:ResourceBundleTest
H A Drestsnew.h55 int32_t fail; member in class:NewResourceBundleTest
/external/expat/tests/
H A Dchardata.c101 fail(buffer);
105 fail("got bad data bytes");
123 fail(buffer);
127 fail("got bad data bytes");
/external/icu4c/test/intltest/
H A Drestest.h52 int32_t fail; member in class:ResourceBundleTest
H A Drestsnew.h55 int32_t fail; member in class:NewResourceBundleTest

Completed in 205 milliseconds

1234567891011>>