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

1234

/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"
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/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/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);
H A Dmjsunit.js90 function fail(expected, found, name_opt) { function
160 fail(expected, found, name_opt);
167 fail(expected, found, name_opt);
198 fail("NaN", value, name_opt);
205 fail("null", value, name_opt);
212 fail("not null", value, name_opt);
/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/expat/tests/
H A Dminicheck.h33 #define fail(msg) _fail_unless(0, __FILE__, __LINE__, msg) macro
/external/junit/src/junit/framework/
H A DAssert.java20 fail(message);
46 static public void fail(String message) { method in class:Assert
52 static public void fail() { method in class:Assert
53 fail(null);
269 fail(formatted+"expected not same");
276 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">");
280 fail(format(message, expected, actual));
/external/yaffs2/yaffs2/direct/
H A Dyaffs_flashif.c62 int fail = 0; local
84 for(i=0; i <ramdisk.nBlocks && !fail; i++)
88 fail = 1;
97 if(fail)
H A Dyaffs_ramdisk.c66 int fail = 0; local
89 for(i=0; i <ramdisk.nBlocks && !fail; i++)
93 fail = 1;
102 if(fail)
/external/dhcpcd/
H A Ddhcpcd.h80 struct in_addr fail; member in struct:if_state
/external/srec/srec/include/
H A Dhmm_desc.h115 struct tree_branch_info *fail; member in struct:tree_branch_info

Completed in 445 milliseconds

1234