/external/guava/guava-tests/test/com/google/common/base/ |
ThrowablesTest.java | 68 fail(); method 88 fail(); method 128 fail(); method 148 fail(); method 169 fail(); method 211 fail(); method 234 fail(); method 257 fail(); method 298 fail(); method 317 fail(); method 336 fail(); method 374 fail(); method 395 fail(); method 416 fail(); method [all...] |
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheBuilderSpecTest.java | 67 fail("Expected exception"); 89 fail("Expected exception"); 111 fail("Expected exception"); 120 fail("Expected exception"); 143 fail("Expected exception"); 166 fail("Expected exception"); 175 fail("Expected exception"); 198 fail("Expected exception"); 221 fail("Expected exception"); 230 fail("Expected exception") 504 fail(); method [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
LinkedListMultimapTest.java | 154 fail(); method 309 fail("UnsupportedOperationException expected");
|
MapMakerTest.java | 207 fail(); method 218 fail(); method 229 fail(); method 239 fail(); method 313 fail(); method 330 fail(); method
|
QueuesTest.java | 182 fail(); method 214 fail("Should have thrown IllegalArgumentException"); 244 fail(); method
|
/external/guava/guava-tests/test/com/google/common/io/ |
BaseEncodingTest.java | 63 fail("Expected IllegalArgumentException"); 68 fail("Expected IllegalArgumentException"); 77 fail("Expected UnsupportedOperationException"); 126 fail(); method 136 fail(); method 359 fail("Expected IllegalArgumentException"); 365 fail("Expected DecodingException");
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
BooleansTest.java | 129 fail(); method 133 // notice that this should even fail when no growth was needed 135 fail(); method 209 fail(); method 281 fail(); method 286 fail(); method
|
CharsTest.java | 81 fail("Cast to char should have failed: " + value); 174 fail(); method 190 fail(); method 227 fail(); method 258 fail(); method 275 fail(); method 279 // notice that this should even fail when no growth was needed 281 fail(); method 351 fail(); method
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AbstractExecutionThreadServiceTest.java | 170 fail(); method 204 fail(); method 221 fail(); method 289 fail(); method
|
RateLimiterTest.java | 67 fail(); method 71 fail(); method
|
ThreadFactoryBuilderTest.java | 137 fail(); method 145 fail(); method
|
/external/harfbuzz_ng/util/ |
options.cc | 51 fail (hb_bool_t suggest_help, const char *format, ...) function 161 fail (true, "%s", parse_error->message); 164 fail (true, "Option parse error"); 485 fail (true, "No font file set"); 497 fail (false, "Failed reading font from standard input: %s", 519 fail (false, "%s", error->message); 523 /* GMappedFile is buggy, it doesn't fail if file isn't regular. 534 fail (false, "%s", error->message); 583 fail (false, "Unknown font function implementation `%s'; supported values are: %s; default is %s", 627 fail (true, "At least one of text or text-file must be set") [all...] |
/external/libxml2/xstc/ |
xstc.py | 229 def fail(self, msg): member in class:XSTCTestCase 368 self.fail(msgSchemaNotValidButShould) 370 self.fail(msgSchemaValidButShouldNot) 435 self.fail(msgInstanceNotValidButShould) 437 self.fail(msgInstanceValidButShouldNot)
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/ |
sm4_to_tgsi.cpp | 35 #define fail(x) assert(0 && (x)) macro 38 #define fail(x) throw(x) macro 214 fail("invalid resource return type"); 634 fail("Tessellation and compute shaders not yet supported"); 639 fail("Malformed control flow"); 641 fail("Failed to locate labels");
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
KeyFactory.java | 217 Label fail = e.make_label(); local 220 e.if_jump(e.EQ, fail); 227 EmitUtils.not_equals(e, parameterTypes[i], fail, customizer); 231 e.mark(fail);
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/ |
HpackTest.java | 29 import static org.junit.Assert.fail; 276 fail(); method 288 fail(); method 301 fail(); method 330 fail(); method 343 fail(); method 683 fail(); method
|
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/ |
RealWebSocketTest.java | 38 import static org.junit.Assert.fail; 143 fail(); method 149 fail(); method 155 fail(); method 161 fail(); method 174 fail(); method 180 fail(); method 186 fail(); method 203 fail(); method 210 fail(); method 216 fail(); method [all...] |
WebSocketWriterTest.java | 32 import static org.junit.Assert.fail; 216 fail(); method 265 fail(); method 274 fail(); method 284 fail(); method 294 fail(); method 304 fail(); method
|
/external/okhttp/okio/okio/src/test/java/okio/ |
ByteStringTest.java | 29 import static org.junit.Assert.fail; 51 fail(); method 151 fail(); method 157 fail(); method 163 fail(); method 236 fail(); method 244 fail(); method
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
BundleTest.java | 131 fail(); method
|
/external/v8/src/ia32/ |
regexp-macro-assembler-ia32.cc | 225 Label fail; local 251 __ j(above, &fail); // Weren't Latin-1 letters. 253 __ j(equal, &fail); 260 __ j(not_equal, &fail); 271 __ bind(&fail); 343 Label fail; local 349 // Fail on partial or illegal capture (start of capture after end of capture). 377 __ j(not_equal, &fail); 386 __ bind(&fail); 610 void RegExpMacroAssemblerIA32::Fail() { [all...] |
/external/v8/src/x87/ |
regexp-macro-assembler-x87.cc | 224 Label fail; local 250 __ j(above, &fail); // Weren't Latin-1 letters. 252 __ j(equal, &fail); 259 __ j(not_equal, &fail); 270 __ bind(&fail); 342 Label fail; local 348 // Fail on partial or illegal capture (start of capture after end of capture). 376 __ j(not_equal, &fail); 385 __ bind(&fail); 609 void RegExpMacroAssemblerX87::Fail() { [all...] |
/external/v8/test/mjsunit/regress/ |
regress-410912.js | 15 function fail(expectedText, found, name_opt) { } function 18 assertSame = function assertSame(expected, found, name_opt) { if (found === expected) { if (expected !== 0 || (1 / expected) == (1 / found)) return; } else if ((expected !== expected) && (found !== found)) { return; } fail(PrettyPrint(expected), found, name_opt); }; assertEquals = function assertEquals(expected, found, name_opt) { if (!deepEquals(found, expected)) { fail(PrettyPrint(expected), found, name_opt); } }; 21 assertPropertiesEqual = function assertPropertiesEqual(expected, found, name_opt) { if (!deepObjectEquals(expected, found)) { fail(expected, found, name_opt); } }; 22 assertToStringEquals = function assertToStringEquals(expected, found, name_opt) { if (expected != String(found)) { fail(expected, found, name_opt); } }; 25 assertNull = function assertNull(value, name_opt) { if (value !== null) { fail("null", value, name_opt); } }; 26 assertNotNull = function assertNotNull(value, name_opt) { if (value === null) { fail("not null", value, name_opt); } };
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ap.c | 426 struct wps_event_fail *fail = &data->fail; local 437 fail->msg, fail->config_error); 439 wpas_p2p_wps_failed(wpa_s, fail); [all...] |
/frameworks/base/core/tests/coretests/src/android/net/http/ |
AbstractProxyTest.java | 234 fail(); method
|