HomeSort by relevance Sort by last modified time
    Searched refs:fail (Results 101 - 125 of 6487) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/javassist/src/main/javassist/runtime/
DotClass.java 25 public static NoClassDefFoundError fail(ClassNotFoundException e) { method in class:DotClass
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneFactoryTest.java 23 import static org.junit.Assert.fail;
31 fail("Expecting IllegalStateException");
37 fail("Expecting IllegalStateException");
43 fail("Expecting IllegalStateException");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
BindExceptionTest.java 34 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");
ProtocolExceptionTest.java 34 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");
  /libcore/luni/src/test/java/tests/security/cert/
CertificateException2Test.java 33 fail("Should have thrown CertificateException");
38 fail("Unexpected exception during test : " + e);
52 fail("Should have thrown CertificateException");
57 fail("Unexpected exception during test : " + e);
  /prebuilts/go/darwin-x86/doc/codewalk/
run 8 function fail { function
9 echo FAIL: doc/codewalk/$1
14 echo foo | go run markov.go | grep foo > /dev/null || fail markov
17 go run pig.go | grep 'Wins, losses staying at k = 100: 210/990 (21.2%), 780/990 (78.8%)' > /dev/null || fail pig
20 go build urlpoll.go || fail urlpoll
  /prebuilts/go/linux-x86/doc/codewalk/
run 8 function fail { function
9 echo FAIL: doc/codewalk/$1
14 echo foo | go run markov.go | grep foo > /dev/null || fail markov
17 go run pig.go | grep 'Wins, losses staying at k = 100: 210/990 (21.2%), 780/990 (78.8%)' > /dev/null || fail pig
20 go build urlpoll.go || fail urlpoll
  /external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
DefaultSSLSocketFactoryTest.java 42 fail("No expected SocketException");
45 fail(e.toString());
57 fail("No expected SocketException");
60 fail(e.toString());
71 fail("No expected SocketException");
74 fail(e.toString());
87 fail("No expected SocketException");
90 fail(e.toString());
98 fail("incorrect result");
106 fail("incorrect result")
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Assert.java 15 public static void fail(Exception e) { method in class:Assert
16 fail(e.toString()); // can't wrap exceptions in jdk 1.3
18 public static void fail(String msg) { method in class:Assert
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Assert.java 11 public static void fail(Exception e) { method in class:Assert
12 fail(e.toString()); // can't wrap exceptions in jdk 1.3
14 public static void fail(String msg) { method in class:Assert
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
BaseTestHandler.java 23 import static org.junit.Assert.fail;
28 fail(); method
34 fail(); method
38 fail(); method
42 fail(); method
46 fail(); method
50 fail(); method
54 fail(); method
58 fail(); method
63 fail(); method
68 fail(); method
73 fail(); method
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh 37 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 'Bar.java not found in output jar.
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh24.cpp 4 int fail = 0; variable
13 fail = 1;
32 return fail;
eh44.cpp 7 int fail = 0; variable
24 fail = 1;
35 return fail;
  /ndk/tests/device/test-stlport_static-exception/jni/
eh24.cpp 4 int fail = 0; variable
13 fail = 1;
32 return fail;
eh44.cpp 7 int fail = 0; variable
24 fail = 1;
35 return fail;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
ReadOnlyCharBufferTest.java 47 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("Should throw ReadOnlyBufferException"); //$NON-NLS-1
    [all...]
ReadOnlyDoubleBufferTest.java 44 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("Should throw ReadOnlyBufferException"); //$NON-NLS-1
    [all...]
ReadOnlyFloatBufferTest.java 43 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("Should throw ReadOnlyBufferException"); //$NON-NLS-1
    [all...]
ReadOnlyIntBufferTest.java 43 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("Should throw ReadOnlyBufferException"); //$NON-NLS-1
    [all...]
ReadOnlyLongBufferTest.java 43 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("Should throw ReadOnlyBufferException"); //$NON-NLS-1
    [all...]
ReadOnlyShortBufferTest.java 43 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("Should throw ReadOnlyBufferException"); //$NON-NLS-1
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_rss.c 44 #define EMIT_RS(svga, value, token, fail) \
53 #define EMIT_RS_FLOAT(svga, fvalue, token, fail) \
91 EMIT_RS( svga, curr->rt[0].writemask, COLORWRITEENABLE, fail );
92 EMIT_RS( svga, curr->rt[0].blend_enable, BLENDENABLE, fail );
95 EMIT_RS( svga, curr->rt[0].srcblend, SRCBLEND, fail );
96 EMIT_RS( svga, curr->rt[0].dstblend, DSTBLEND, fail );
97 EMIT_RS( svga, curr->rt[0].blendeq, BLENDEQUATION, fail );
100 SEPARATEALPHABLENDENABLE, fail );
103 EMIT_RS( svga, curr->rt[0].srcblend_alpha, SRCBLENDALPHA, fail );
104 EMIT_RS( svga, curr->rt[0].dstblend_alpha, DSTBLENDALPHA, fail );
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
ArrayTest.java 37 fail("Exception during get test : " + e.getMessage());
48 fail("Passing non-array failed to throw exception");
58 fail("Invalid index failed to throw exception");
68 fail("Exception during get test : " + e.getMessage());
79 fail("Passing non-array failed to throw exception");
89 fail("Invalid index failed to throw exception");
105 fail("Exception during get test : " + e.getMessage());
115 fail("Passing non-array failed to throw exception");
125 fail("Invalid index failed to throw exception");
135 fail("Null argument failed to throw NPE")
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/format/f1/
Test_f1.java 31 fail("expected a verification exception");
44 fail("expected a verification exception");
57 fail("expected a verification exception");
70 fail("expected a verification exception");
83 fail("expected a verification exception");
96 fail("expected a verification exception");
109 fail("expected a verification exception");
122 fail("expected a verification exception");
135 fail("expected a verification exception but this test may fail if this check is not enforced")
    [all...]

Completed in 584 milliseconds

1 2 3 45 6 7 8 91011>>