Searched defs:fail (Results 1 - 25 of 153) sorted by relevance

1234567

/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-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 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"
/external/icu4c/test/cintltst/
H A Dcrestst.h53 int32_t fail; variable
/external/v8/test/mjsunit/regress/
H A Dregress-1145.js43 function fail() { continue; } function
51 if (x == 0) fail(); // Hope to be inlined during optimization.
/external/bison/lib/
H A Dpipe-safer.c34 int fail = pipe (fd); local
35 if (fail)
36 return fail;
/external/clang/test/CodeGenCXX/
H A Ddynamic-cast.cpp6 B fail; variable
17 return fail;
H A Dx86-64-abi-sret-vs-2word-struct-param.cpp15 extern "C" S fail(int, int, int, int, T t, void* p) { function
/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/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
/external/javassist/src/main/javassist/runtime/
H A DDotClass.java25 public static NoClassDefFoundError fail(ClassNotFoundException e) { method in class:DotClass
/external/openssh/openbsd-compat/regress/
H A Dstrduptest.c20 static int fail = 0; variable
29 fail = 1;
33 fail = 1;
44 return fail;
H A Dclosefromtest.c30 fail(char *msg) function
50 fail("failed to close highest fd");
55 fail("closed descriptors it should not have");
61 fail("failed to close from lowest fd");
H A Dsnprintftest.c29 fail(const char *m) function
54 fail("snprintf does not correctly terminate long strings");
58 fail("malloc failed");
63 fail("failed with length limit '%%.s'");
68 fail("snprintf does not return required length");
70 fail("vsnprintf does not return required length");
H A Dstrtonumtest.c38 int fail; variable
50 fail = 1;
54 fail = 1;
78 return (fail);
/external/openssh/regress/
H A Dtest-exec.sh213 fail () function
224 fail "$@"
303 fail "ssh-keygen for $t failed"
/external/v8/test/mjsunit/
H A Derror-constructors.js36 function fail() { assertTrue(false); }; function
37 ReferenceError.prototype.__defineSetter__('stack', fail);
38 ReferenceError.prototype.__defineSetter__('message', fail);
39 ReferenceError.prototype.__defineSetter__('type', fail);
40 ReferenceError.prototype.__defineSetter__('arguments', fail);
/external/openfst/src/include/fst/
H A Dunion-find.h37 // 'fail' is a value indicating that an element hasn't been
40 UnionFind(T max, T fail) argument
41 : parent_(max, fail), rank_(max), fail_(fail) { }
/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/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.js36 function fail(msg) function
54 fail(a + " should be " + b + " but instead is " + evalA + ".");
67 fail(a + " did not throw an exception.");
109 fail("MyObject.myPropertyName was not enumerated");
114 fail("MyObject.regularType was not enumerated");
/external/webkit/Source/WebCore/html/parser/
H A DHTMLEntitySearch.h58 void fail() function in class:WebCore::HTMLEntitySearch
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
H A DAssert.java123 fail("null argument expected: " + String.format(errorFormat, args)); //$NON-NLS-1$
138 fail(message);
170 fail("null argument: " + message); //$NON-NLS-1$
190 fail("null argument: " + String.format(errorFormat, args)); //$NON-NLS-1$
205 fail(message);
220 public static void fail(String message) { method in class:Assert
229 public static void fail(String errorFormat, Object... args) { method in class:Assert
264 fail("assertion failed: " + message); //$NON-NLS-1$
286 fail("assertion failed: " + String.format(errorFormat, args)); //$NON-NLS-1$
304 fail(errorForma
[all...]
/external/elfutils/libdwfl/
H A Dargp-std.c127 inline error_t fail (Dwfl *dwfl, int errnum, const char *msg) function
146 return fail (dwfl, -1, arg);
156 return fail (dwfl, -1, arg);
175 return fail (dwfl, result, arg);
198 return fail (dwfl, result, arg);
235 return fail (dwfl, result, arg);
255 return fail (dwfl, result, _("cannot load kernel symbols"));
273 return fail (dwfl, result, _("cannot find kernel or modules"));
290 return fail (dwfl, -1, arg);

Completed in 805 milliseconds

1234567