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

1234567891011

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dzip_output_unittest.sh37 fail() { function
57 || fail 'protoc failed.'
61 unzip -t $TEST_TMPDIR/testzip.zip > $TEST_TMPDIR/testzip.list || fail 'unzip failed.'
64 || fail 'testzip.pb.cc not found in output zip.'
66 || fail 'testzip.pb.h not found in output zip.'
68 || fail 'testzip_pb2.py not found in output zip.'
70 && fail 'Zip file contained manifest.'
77 jar tf $TEST_TMPDIR/testzip.jar > $TEST_TMPDIR/testzip.list || fail 'jar failed.'
80 || fail 'Foo.java not found in output jar.'
82 || fail 'Ba
[all...]
/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/chromium_org/build/
H A Dbuild-ctags.sh18 fail() { function
34 cd "$CHROME_SRC_DIR/$1" || fail $1
38 $(ctags_cmd "$extraexcludes") 2> /dev/null || fail $1
/external/chromium_org/content/test/data/dom_storage/
H A Dcommon.js13 if (document.location.hash == '#fail')
22 function fail(message) { function
24 document.location.hash = '#fail';
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcrestst.h53 int32_t fail; variable
/external/chromium_org/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/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/chromium_org/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/chromium_org/tools/gyp/test/win/compiler-flags/
H A Dexception-handling-on.cc8 void fail() { function
19 fail();
/external/clang/test/CodeGenCXX/
H A Ddynamic-cast.cpp6 B fail; variable
17 return fail;
/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");
/external/chromium_org/content/test/data/fileapi/
H A Dcommon.js12 if (document.location.hash == '#fail')
21 function fail(message) function
24 document.location.hash = '#fail';
52 fail('unexpectedErrorCallback:' + fileErrorToString(e));
/external/libexif/test/
H A Dtest-tagtable.c28 #define VALIDATE(s) if (!(s)) {printf("Test %s FAILED\n", #s); fail=1;}
30 #define TESTBLOCK(t) {int rc = (t); fail |= rc; \
36 int fail = 0; local
168 return fail;
174 int fail = 0; local
208 return fail;
214 int fail = 0; local
219 return fail;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.h5 unsigned int fail; member in struct:test_result
/external/chromium_org/v8/test/intl/
H A Dassert.js94 function fail(expected, found) { function
107 fail(expected, found);
165 fail("threw an exception: ", e.message || e, name_opt);
/external/chromium_org/v8/test/mjsunit/
H A Derror-constructors.js53 function fail() { assertUnreachable(); }; function
54 ReferenceError.prototype.__defineSetter__('name', fail);
55 ReferenceError.prototype.__defineSetter__('message', fail);
56 ReferenceError.prototype.__defineSetter__('stack', fail);
78 errors[i].prototype.__defineGetter__(props[j], fail);
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Dunit_test.h5 unsigned int fail; member in struct:test_result
/external/openssh/regress/
H A Dtest-exec.sh213 fail () function
224 fail "$@"
303 fail "ssh-keygen for $t failed"

Completed in 675 milliseconds

1234567891011