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

1234567891011>>

/external/clang/test/Modules/Inputs/
H A Dload_failure.h1 int fail(int);
/external/v8/test/mjsunit/regress/
H A Dregress-1528.js34 fail;
H A Dregress-1145.js43 function fail() { continue; } function
51 if (x == 0) fail(); // Hope to be inlined during optimization.
H A Dregress-push-args-twice.js36 fail("no exception", e);
H A Dregress-137.js44 fail("case 10", "Default case", "Heap number not recognized as Smi value");
/external/clang/test/CodeGen/
H A D2009-05-28-const-typedef.c10 something fail(void);
15 const_something R = fail();
/external/clang/test/CodeGenCXX/
H A Ddynamic-cast.cpp6 B fail; variable
17 return fail;
/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/openssh/openbsd-compat/regress/
H A Dstrduptest.c20 static int fail = 0; variable
29 fail = 1;
33 fail = 1;
44 return fail;
/external/openssh/regress/
H A Dproxy-connect.sh9 fail "ssh proxyconnect protocol $p failed"
13 fail "ssh proxyconnect protocol $p failed"
16 fail "bad SSH_CONNECTION"
H A Dyes-head.sh9 fail "yes|head test failed"
13 fail "yes|head returns $lines lines instead of 2000"
H A Dsftp-cmds.sh48 grep copy.dd >/dev/null 2>&1 || fail "lls failed"
52 grep copy.dd >/dev/null 2>&1 || fail "lls w/path failed"
56 || fail "ls failed"
61 || fail "shell failed"
66 || fail "pwd failed"
71 || fail "lpwd failed"
76 || fail "quit failed"
81 || fail "help failed"
87 || fail "get failed"
88 cmp $DATA ${COPY} || fail "corrupte
[all...]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
H A DDESedeKeySpecTest.java46 fail("Should raise an NullPointerException "
50 fail("Should raise an NullPointerException "
55 fail("Should raise an InvalidKeyException on a short byte array.");
57 fail("Unexpected NullPointerException was thrown.");
65 fail("Unexpected NullPointerException was thrown.");
67 fail("Unexpected InvalidKeyException was thrown.");
71 fail("Should raise an NullPointerException "
75 fail("Should raise an NullPointerException "
82 fail("Should raise an InvalidKeyException on a short byte array.");
84 fail("Unexpecte
[all...]
H A DIvParameterSpecTest.java47 fail("Should raise an NullPointerException "
67 fail("Should raise an IllegalArgumentException "
70 fail("Unexpected ArrayIndexOutOfBoundsException was thrown");
73 fail("Unexpected NullPointerException was thrown");
78 fail("Should raise an IllegalArgumentException "
81 fail("Unexpected ArrayIndexOutOfBoundsException was thrown");
84 fail("Unexpected NullPointerException was thrown");
89 fail("Should raise an ArrayIndexOutOfBoundsException "
93 fail("Unexpected IllegalArgumentException was thrown");
95 fail("Unexpecte
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DBindExceptionTest.java34 fail("Exception during BindException test" + e.toString());
36 fail("Failed to generate exception");
49 fail("Exception during BindException test : " + e.getMessage());
51 fail("Failed to generate exception");
H A DProtocolExceptionTest.java34 fail("Exception during ProtocolException test : " + e.getMessage());
36 fail("Failed to generate expected exception");
49 fail("Exception during ProtocolException test : " + e.getMessage());
51 fail("Failed to generate expected exception");
/external/javassist/src/main/javassist/runtime/
H A DDotClass.java25 public static NoClassDefFoundError fail(ClassNotFoundException e) { method in class:DotClass
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
H A DDefaultSSLSocketFactoryTest.java43 fail("No expected SocketException");
46 fail(e.toString());
58 fail("No expected SocketException");
61 fail(e.toString());
72 fail("No expected SocketException");
75 fail(e.toString());
88 fail("No expected SocketException");
91 fail(e.toString());
99 fail("incorrect result");
107 fail("incorrec
[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/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
H A DReadOnlyCharBufferTest.java47 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
60 fail("Should throw Exception"); //$NON-NLS-1$
68 fail("Should throw Exception"); //$NON-NLS-1$
77 fail("Should throw Exception"); //$NON-NLS-1$
87 fail("Should throw Exception"); //$NON-NLS-1$
93 fail("Should throw Exception"); //$NON-NLS-1$
103 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
109 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
115 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
121 fail("Shoul
[all...]
H A DReadOnlyDoubleBufferTest.java44 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
57 fail("Should throw Exception"); //$NON-NLS-1$
65 fail("Should throw Exception"); //$NON-NLS-1$
74 fail("Should throw Exception"); //$NON-NLS-1$
84 fail("Should throw Exception"); //$NON-NLS-1$
90 fail("Should throw Exception"); //$NON-NLS-1$
100 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
106 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
112 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
118 fail("Shoul
[all...]
H A DReadOnlyFloatBufferTest.java43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
57 fail("Should throw Exception"); //$NON-NLS-1$
66 fail("Should throw Exception"); //$NON-NLS-1$
75 fail("Should throw Exception"); //$NON-NLS-1$
85 fail("Should throw Exception"); //$NON-NLS-1$
91 fail("Should throw Exception"); //$NON-NLS-1$
101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
113 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
119 fail("Shoul
[all...]
H A DReadOnlyIntBufferTest.java43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
57 fail("Should throw Exception"); //$NON-NLS-1$
66 fail("Should throw Exception"); //$NON-NLS-1$
75 fail("Should throw Exception"); //$NON-NLS-1$
85 fail("Should throw Exception"); //$NON-NLS-1$
91 fail("Should throw Exception"); //$NON-NLS-1$
101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
113 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
119 fail("Shoul
[all...]
H A DReadOnlyLongBufferTest.java43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
57 fail("Should throw Exception"); //$NON-NLS-1$
66 fail("Should throw Exception"); //$NON-NLS-1$
75 fail("Should throw Exception"); //$NON-NLS-1$
85 fail("Should throw Exception"); //$NON-NLS-1$
91 fail("Should throw Exception"); //$NON-NLS-1$
101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
113 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
119 fail("Shoul
[all...]
H A DReadOnlyShortBufferTest.java43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
57 fail("Should throw Exception"); //$NON-NLS-1$
66 fail("Should throw Exception"); //$NON-NLS-1$
75 fail("Should throw Exception"); //$NON-NLS-1$
85 fail("Should throw Exception"); //$NON-NLS-1$
91 fail("Should throw Exception"); //$NON-NLS-1$
101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
113 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$
119 fail("Shoul
[all...]

Completed in 1887 milliseconds

1234567891011>>