OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fail
(Results
151 - 175
of
4776
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bluetooth/bluedroid/test/suite/
main.c
66
int
fail
= 0;
local
77
++
fail
;
83
if (
fail
) {
84
printf("\n%sSanity suite failed with %d errors.%s\n", RED,
fail
, GRAY);
98
++
fail
;
106
if (
fail
) {
107
printf("%d/%d tests failed. See above for failed test cases.\n",
fail
, test_suite_size);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_iterate.c
45
goto
fail
;
54
goto
fail
;
60
goto
fail
;
66
goto
fail
;
72
goto
fail
;
82
goto
fail
;
87
fail
:
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_iterate.c
45
goto
fail
;
54
goto
fail
;
60
goto
fail
;
66
goto
fail
;
72
goto
fail
;
82
goto
fail
;
87
fail
:
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
PmPermissionsTests.java
45
fail
("PackageManager.getPackageSizeInfo" +
60
fail
("PackageManager.deleteApplicationCacheFiles" +
79
fail
("PackageManager.installPackage" +
94
fail
("PackageManager.freeStorage " +
109
fail
("PackageManager.freeStorageAndNotify" +
124
fail
("PackageManager.clearApplicationUserData" +
139
fail
("PackageManager.deletePackage" +
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
WrappedByteBufferTest.java
43
fail
("Should throw Exception"); //$NON-NLS-1$
49
fail
("Should throw Exception"); //$NON-NLS-1$
55
fail
("Should throw Exception"); //$NON-NLS-1$
61
fail
("Should throw Exception"); //$NON-NLS-1$
67
fail
("Should throw Exception"); //$NON-NLS-1$
73
fail
("Should throw Exception"); //$NON-NLS-1$
79
fail
("Should throw Exception"); //$NON-NLS-1$
WrappedDoubleBufferTest.java
42
fail
("Should throw Exception"); //$NON-NLS-1$
48
fail
("Should throw Exception"); //$NON-NLS-1$
54
fail
("Should throw Exception"); //$NON-NLS-1$
60
fail
("Should throw Exception"); //$NON-NLS-1$
66
fail
("Should throw Exception"); //$NON-NLS-1$
72
fail
("Should throw Exception"); //$NON-NLS-1$
78
fail
("Should throw NPE"); //$NON-NLS-1$
WrappedFloatBufferTest.java
42
fail
("Should throw Exception"); //$NON-NLS-1$
48
fail
("Should throw Exception"); //$NON-NLS-1$
54
fail
("Should throw Exception"); //$NON-NLS-1$
60
fail
("Should throw Exception"); //$NON-NLS-1$
66
fail
("Should throw Exception"); //$NON-NLS-1$
72
fail
("Should throw Exception"); //$NON-NLS-1$
78
fail
("Should throw NPE"); //$NON-NLS-1$
WrappedIntBufferTest.java
42
fail
("Should throw Exception"); //$NON-NLS-1$
48
fail
("Should throw Exception"); //$NON-NLS-1$
54
fail
("Should throw Exception"); //$NON-NLS-1$
60
fail
("Should throw Exception"); //$NON-NLS-1$
66
fail
("Should throw Exception"); //$NON-NLS-1$
72
fail
("Should throw Exception"); //$NON-NLS-1$
78
fail
("Should throw NPE"); //$NON-NLS-1$
WrappedLongBufferTest.java
42
fail
("Should throw Exception"); //$NON-NLS-1$
48
fail
("Should throw Exception"); //$NON-NLS-1$
54
fail
("Should throw Exception"); //$NON-NLS-1$
60
fail
("Should throw Exception"); //$NON-NLS-1$
66
fail
("Should throw Exception"); //$NON-NLS-1$
72
fail
("Should throw Exception"); //$NON-NLS-1$
78
fail
("Should throw NPE"); //$NON-NLS-1$
WrappedShortBufferTest.java
42
fail
("Should throw Exception"); //$NON-NLS-1$
48
fail
("Should throw Exception"); //$NON-NLS-1$
54
fail
("Should throw Exception"); //$NON-NLS-1$
60
fail
("Should throw Exception"); //$NON-NLS-1$
66
fail
("Should throw Exception"); //$NON-NLS-1$
72
fail
("Should throw Exception"); //$NON-NLS-1$
78
fail
("Should throw NPE"); //$NON-NLS-1$
/libcore/luni/src/test/java/libcore/java/io/
FileOutputStreamTest.java
37
fail
();
method
42
fail
();
method
52
fail
();
method
57
fail
();
method
75
fail
();
method
80
fail
();
method
85
fail
();
method
OldByteArrayOutputStreamTest.java
44
fail
("Test 2: IllegalArgumentException expected.");
61
fail
("Test 3: UnsupportedEncodingException expected.");
72
fail
("Test 1: IndexOutOfBoundsException expected.");
78
fail
("Test 2: IndexOutOfBoundsException expected.");
84
fail
("Test 3: IndexOutOfBoundsException expected.");
90
fail
("Test 4: NullPointerException expected.");
108
fail
("Test 2: IOException expected.");
/libcore/luni/src/test/java/libcore/java/net/
OldURITest.java
96
fail
("Failed to construct URI for: " + s + " : " + e);
103
fail
("IllegalArgumentException expected but not received.");
113
fail
("NullPointerException was not thrown.");
122
fail
("NullPointerException was not thrown.");
131
fail
("NullPointerException was not thrown.");
138
fail
("IllegalArgumentException was not thrown.");
146
fail
("NullPointerException was not thrown.");
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESKeySpecTest.java
109
fail
("Should raise an NullPointerException "
113
fail
("Should raise an NullPointerException "
118
fail
("Should raise an InvalidKeyException on a short byte array.");
120
fail
("Unexpected NullPointerException was thrown.");
126
fail
("Unexpected NullPointerException was thrown.");
128
fail
("Unexpected InvalidKeyException was thrown.");
132
fail
("Should raise an NullPointerException "
136
fail
("Should raise an NullPointerException "
141
fail
("Should raise an InvalidKeyException on a short byte array.");
143
fail
("Unexpected NullPointerException was thrown.")
[
all
...]
/libcore/support/src/test/java/tests/security/
SignatureHelper.java
48
Assert.
fail
(e.getMessage());
54
Assert.
fail
(e.getMessage());
60
Assert.
fail
(e.getMessage());
67
Assert.
fail
(e.getMessage());
73
Assert.
fail
(e.getMessage());
79
Assert.
fail
(e.getMessage());
86
Assert.
fail
(e.getMessage());
/system/core/libdiskconfig/
diskutils.c
47
goto
fail
;
53
goto
fail
;
58
goto
fail
;
68
goto
fail
;
89
goto
fail
;
99
goto
fail
;
112
fail
:
/cts/tests/tests/permission/src/android/permission/cts/
NoSystemFunctionPermissionTest.java
52
fail
("ActivityManager.restartPackage() didn't throw SecurityException as expected.");
72
fail
("AlarmManager.setTimeZone() did not throw SecurityException as expected.");
90
fail
("Context.setWallpaper(BitMap) did not throw SecurityException as expected.");
97
fail
("Context.setWallpaper(InputStream) did not throw SecurityException as expected.");
104
fail
("Context.clearWallpaper() did not throw SecurityException as expected.");
121
fail
("Vibrator.cancel() did not throw SecurityException as expected.");
128
fail
("Vibrator.vibrate(long) did not throw SecurityException as expected.");
137
fail
("Vibrator.vibrate(long[], int) not throw SecurityException as expected.");
158
fail
("SmsManager.sendDataMessage() did not throw SecurityException as expected.");
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
CheckedOutputStreamTest.java
43
fail
("Unable to find file");
45
fail
(
76
fail
("Unable to find file");
78
fail
(
102
fail
("Unable to find file");
104
fail
("File cannot be opened for writing due to security reasons");
132
fail
("Unable to find file");
134
fail
(
137
fail
("Index for write is out of bounds");
/cts/libs/deviceutil/src/android/cts/util/
PollingCheck.java
46
Assert.
fail
("unexpected InterruptedException");
56
Assert.
fail
("unexpected timeout");
70
Assert.
fail
(message.toString());
/cts/tests/app/src/android/app/cts/
LocalActivityManagerTestHelper.java
96
fail
();
method
102
fail
();
method
109
fail
();
method
125
fail
();
method
130
fail
();
method
139
fail
();
method
144
fail
();
method
155
fail
();
method
171
fail
();
method
185
fail
();
method
199
fail
();
method
211
fail
();
method
219
fail
();
method
234
fail
();
method
239
fail
();
method
248
fail
();
method
257
fail
();
method
269
fail
();
method
275
fail
();
method
282
fail
();
method
287
fail
();
method
293
fail
();
method
298
fail
();
method
303
fail
();
method
310
fail
();
method
327
fail
();
method
331
private void
fail
() {
method in class:LocalActivityManagerTestHelper
[
all
...]
/external/apache-harmony/security/src/test/api/java.injected/java/security/
SecureRandomTest.java
58
fail
("next failed");
69
fail
("setSeed failed");
79
fail
("nextBytes failed");
91
fail
("incorrect SecureRandom implementation" + p.getName());
102
fail
("No setSeed");
114
fail
(e.toString());
117
fail
("getInstance failed");
127
fail
("getInstance failed");
138
fail
("getInstance failed");
150
fail
("setSeed failed")
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMErrorHandlerImpl.java
48
boolean
fail
= true;
51
fail
= false;
64
return
fail
;
/external/libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/
ccp.pass.cpp
34
assert(!in.
fail
());
37
assert(!in.
fail
());
39
assert(in.
fail
());
ccp_size.pass.cpp
34
assert(in.
fail
());
37
assert(!in.
fail
());
39
assert(in.
fail
());
cp.pass.cpp
34
assert(!in.
fail
());
37
assert(!in.
fail
());
39
assert(!in.
fail
());
Completed in 998 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>