/external/webkit/Source/WebKit/cf/WebCoreSupport/ |
WebInspectorClientCF.cpp | 28 // WTF_USE_CF and WTF_USE_JSC undefined, causing build failures in this
|
/frameworks/base/core/java/android/net/http/ |
EventHandler.java | 35 * codes are connection/parsing failures, etc.
|
/frameworks/base/docs/html/tools/testing/ |
testing_eclipse.jd | 495 Number of failures (Failures:) - the number of test failures encountered during the test 496 run. This is the number of assertion failures. A test can fail even if the program does
|
activity_test.jd | [all...] |
/gdk/sources/llvm-ndk-cc/tests/ |
test.py | 201 print('Failures:', end=' ')
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
scanMngrTypes.h | 204 TI_UINT8 maxTrackFailures; /**< The max number of track failures to keep
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
txCtrl.h | 141 TI_UINT32 currentConsecutiveRetryFail; /* current consecutive number of tx failures due to max retry */
|
/libcore/luni/src/main/native/ |
java_io_File.cpp | 148 // TODO: this hides allocation failures from us. Push directory iteration up into Java?
|
/libcore/luni/src/test/java/tests/api/java/lang/ |
ProcessManagerTest.java | 50 @BrokenTest("Sporadic failures in CTS, but not in CoreTestRunner")
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
iconv.m4 | 71 /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
MessageViewTests.java | 88 // * explain any and all failures in other tests. This is not guaranteed
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/ |
ProvisionParserTests.java | 87 // Provisioning document with simple password, 4 chars, 5 failures
|
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
ProvisionParserTests.java | 87 // Provisioning document with simple password, 4 chars, 5 failures
|
/packages/apps/Phone/src/com/android/phone/ |
Constants.java | 32 * This enum is basically a high-level list of the kinds of failures
|
EmergencyCallHelper.java | 258 // we've had too many failures.) 322 // totally if we've had too many failures.) 425 // we've had too many failures.) 456 * bailing out because of too many failures.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ |
jsDriver.pl | 231 # watch for failures 312 "completed, $failures_reported failures reported " . 339 "<a href='#fail_detail'>Top of Failures</a> ]<br>\n" . 348 "$failures_reported failures reported.\n" . 416 &dd ("opt: displaying failures on console."); 453 &dd ("opt: tracing output. (console failures at no extra charge.)"); 500 "(-k|--confail) Log failures to console (also.)\n" . [all...] |
/packages/apps/Exchange/exchange2/src/com/android/exchange/ |
EasAccountService.java | 103 // Fallbacks (in minutes) for ping loop failures 840 Integer failures = errorMap.get(serverId); local [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JITPropertyAccess.cpp | 56 JumpList failures; local 57 failures.append(jit.branchPtr(NotEqual, Address(regT0), TrustedImmPtr(globalData->jsStringVPtr))); 58 failures.append(jit.branchTest32(NonZero, Address(regT0, OBJECT_OFFSETOF(JSString, m_fiberCount)))); 66 failures.append(jit.branch32(AboveOrEqual, regT1, regT2)); 71 failures.append(jit.branch32(AboveOrEqual, regT0, TrustedImm32(0x100))); 76 failures.link(&jit); [all...] |
JITPropertyAccess32_64.cpp | 273 JumpList failures; local 274 failures.append(jit.branchPtr(NotEqual, Address(regT0), TrustedImmPtr(globalData->jsStringVPtr))); 275 failures.append(jit.branchTest32(NonZero, Address(regT0, OBJECT_OFFSETOF(JSString, m_fiberCount)))); 283 failures.append(jit.branch32(AboveOrEqual, regT2, regT1)); 288 failures.append(jit.branch32(AboveOrEqual, regT0, TrustedImm32(0x100))); 294 failures.link(&jit); [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/ |
SHA1PRNG_SecureRandomTest.java | 216 // check again to avoid intermittent failures 274 // check again to avoid intermittent failures
|
/external/chromium/chrome/browser/history/ |
visit_database.cc | 70 // referrers and redirects. Ignore failures because it likely already exists. 74 // given time range (most history views are time-based). Ignore failures
|
/external/chromium/testing/gmock/test/ |
gmock-spec-builders_test.cc | 1057 ::testing::TestPartResultArray failures; local 1059 ::testing::ScopedFakeTestPartResultReporter reporter(&failures); 1061 // Now 'failures' contains the Google Test failures generated by 1066 ASSERT_EQ(1, failures.size()); 1067 const ::testing::TestPartResult& r = failures.GetTestPartResult(0); [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
port.h | 297 STATE_WRITE_CONNECT = 1, // we have had a few ping failures 298 STATE_WRITE_TIMEOUT = 2 // we have had a large number of ping failures
|
/external/icu4c/test/cintltst/ |
hpmufn.c | 322 * Note: If we get assertion failures here because 359 log_info("Note: these failures may be caused by ICU failing to initialize/uninitialize properly.\n");
|
/external/icu4c/test/intltest/ |
restest.cpp | 214 /* Make sure that users using te_IN for the default locale don't get test failures. */ 247 /* Make sure that users using te_IN for the default locale don't get test failures. */
|