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

1234567891011>>

/external/clang/test/Modules/Inputs/
H A Dload_failure.h1 int fail(int);
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D087-if-comments.c2 fail
/external/mesa3d/src/glsl/glcpp/tests/
H A D087-if-comments.c2 fail
/external/chromium_org/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/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"
/external/chromium_org/tools/gyp/test/win/compiler-flags/
H A Dexception-handling-on.cc8 void fail() { function
19 fail();
/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...]
/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/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...]

Completed in 551 milliseconds

1234567891011>>