/external/protobuf/gtest/samples/ |
sample10_unittest.cc | 132 // The order is important - it ensures that failures generated in the
|
sample9_unittest.cc | 140 // results. Here we discount failures from the tests we expected to fail.
|
/external/protobuf/gtest/test/ |
gtest_break_on_failure_unittest.py | 98 the --gtest_break_on_failure flag to turn assertion failures into
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
RpcController.java | 94 * failures, you should incorporate it into your response protocol buffer
|
/external/protobuf/src/google/protobuf/io/ |
printer.h | 61 // Printer aggressively enforces correct usage, crashing (with assert failures)
|
/external/srtp/googlepatches/ |
google-11-srtp-replay-fix.patch | 96 failures = 0;
|
/external/valgrind/main/coregrind/m_scheduler/ |
sema.c | 48 static Char sema_char = '!'; /* will cause assertion failures if used
|
/external/webkit/Source/JavaScriptCore/jit/ |
JITInlineMethods.h | 85 ALWAYS_INLINE void JIT::emitLoadCharacterString(RegisterID src, RegisterID dst, JumpList& failures) 87 failures.append(branchPtr(NotEqual, Address(src), TrustedImmPtr(m_globalData->jsStringVPtr))); 88 failures.append(branchTest32(NonZero, Address(src, OBJECT_OFFSETOF(JSString, m_fiberCount)))); 89 failures.append(branch32(NotEqual, MacroAssembler::Address(src, ThunkHelpers::jsStringLengthOffset()), TrustedImm32(1)));
|
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/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/compile/slang/tests/ |
test.py | 204 print 'Failures:',
|
/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/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...] |
/frameworks/base/docs/html/resources/tutorials/testing/ |
activity_test.jd | [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...] |