HomeSort by relevance Sort by last modified time
    Searched full:failures (Results 151 - 175 of 868) sorted by null

1 2 3 4 5 67 8 91011>>

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
ITestRunListener.java 40 * Types of test failures.
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp 114 void matchCharacterClassRange(RegisterID character, JumpList& failures, JumpList& matchDest, const CharacterRange* ranges, unsigned count, unsigned* matchIndex, const UChar* matches, unsigned matchCount)
129 matchCharacterClassRange(character, failures, matchDest, ranges, which, matchIndex, matches, matchCount);
135 failures.append(jump());
141 matchCharacterClassRange(character, failures, matchDest, ranges, which, matchIndex, matches, matchCount);
142 failures.append(jump());
146 failures.append(branch32(LessThan, character, Imm32((unsigned short)lo)));
196 JumpList failures; local
197 matchCharacterClassRange(character, failures, matchDest, charClass->m_ranges.begin(), charClass->m_ranges.size(), &matchIndex, charClass->m_matches.begin(), charClass->m_matches.size());
201 failures.link(this);
1348 JumpList failures; local
1470 JumpList failures; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatTest.java 619 BitSet failures = new BitSet(); local
660 failures.set(failCount);
689 failures.set(failCount);
731 failures.set(failCount);
734 failures.set(failCount);
737 failures.set(failCount);
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers.h 94 // servers. Returns NULL in case of failures. Ownership is passed to the caller.
105 // Returns NULL in case of failures. Ownership is passed to the caller.
  /external/chromium/chrome/browser/
process_singleton_mac_unittest.cc 98 LOG(ERROR) << "Expect two failures to obtain the lock.";
125 LOG(ERROR) << "Expect two failures to obtain the lock.";
  /external/chromium/testing/gmock/src/
gmock-internal-utils.cc 73 // This class reports Google Mock failures as Google Test failures. A
  /external/chromium/testing/gtest/
CHANGES 13 * Failures from ad hoc test assertions run before RUN_ALL_TESTS() are
58 * New feature: when a test runs under Visual Studio, its failures are
  /external/chromium/testing/gtest/include/gtest/
gtest-test-part.h 153 // statement generates new fatal failures. To do so it registers itself as the
154 // current test part result reporter. Besides checking if fatal failures were
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 706 << " ping failures and "
828 size_t failures; local
829 for (failures = 0; failures < pings_since_last_response_.size(); ++failures) {
830 if (pings_since_last_response_[failures] > when) {
836 << " ms, failures=" << failures;
  /external/gtest/include/gtest/
gtest-test-part.h 157 // statement generates new fatal failures. To do so it registers itself as the
158 // current test part result reporter. Besides checking if fatal failures were
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 25 /// purely "best effort", the exact set of failures which can be recovered from
77 /// the backtrace of the crash on failures.
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 153 // statement generates new fatal failures. To do so it registers itself as the
154 // current test part result reporter. Besides checking if fatal failures were
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 156 // statement generates new fatal failures. To do so it registers itself as the
157 // current test part result reporter. Besides checking if fatal failures were
  /hardware/ti/omap3/dspbridge/inc/
dbg.h 59 #define DBG_LEVEL6 (BYTE)(0x40 & DEBUGZONE(6)) /* Warn SERVICES Failures */
68 #define DBG_LEVEL6 (BYTE)(0x40) /* Warn SERVICES Failures */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbg.h 59 #define DBG_LEVEL6 (BYTE)(0x40 & DEBUGZONE(6)) /* Warn SERVICES Failures */
68 #define DBG_LEVEL6 (BYTE)(0x40) /* Warn SERVICES Failures */
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
MessagingException.java 21 * This exception is used for most types of failures that occur during server interactions.
41 /** General security failures */
  /cts/tools/dx-tests/etc/
starttests 316 echo "<br>Functional failures: ${jfailedcnt}" >> $report
317 echo "<br>Verifier failures: ${jvfefailedcnt}" >> $report
331 echo "FAILURES!!!"
334 echo "Functional failures: ${jfailedcnt}"
335 echo "Verifier failures : ${jvfefailedcnt}"
  /external/stlport/test/eh/
test_insert.h 353 // Prevent simulated failures during verification
390 // Prevent simulated failures during verification
416 // Prevent simulated failures during verification
440 // Prevent simulated failures during verification
523 // Prevent simulated failures during verification
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
README-jsDriver.html 14 batch or single mode, reporting on failures encountered.
65 Testcases can report failures back to <b>jsDriver.pl</b> in one of
230 Log failures to the console. This will show any failures, as they
292 Failures listed in the HTML results will be hyperlinked to the
  /external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 173 # current_build can't possibly have any failures in common
180 failures = set(results.failing_tests())
182 common_failures = failures
184 common_failures = common_failures.intersection(failures)
186 # current_build doesn't have any failures in common with
188 # failures in current_build were due to flakiness.
197 # Current build must either be green or have no failures in common
  /external/chromium/chrome/browser/diagnostics/
diagnostics_main.cc 214 int failures() { return failures_; } function in class:__anon2674::TestWriter
303 if (writer_->failures() > 0) {
305 writer_->failures()));
recon_diagnostics.cc 90 string16 failures = ASCIIToUTF16("Possibly conflicting modules:"); local
112 failures += ASCIIToUTF16("\n") + location + name;
114 RecordFailure(failures);
  /external/chromium/net/base/
gzip_filter_unittest.cc 350 // Expect failures
373 // Expect failures
393 // Expect failures
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt_unittest.py 198 self.assertTest('failures/expected/checksum.html', pixel_tests=True,
256 self.assertTest('failures/expected/checksum.html', pixel_tests=True,
258 drt_output=['#URL:file:///test.checkout/LayoutTests/failures/expected/checksum.html\n',
  /bionic/libc/docs/
SYSV-IPC.TXT 24 At that point, strange failures are likely to occur and prevent programs that

Completed in 858 milliseconds

1 2 3 4 5 67 8 91011>>