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

<<11121314151617181920>>

  /frameworks/base/docs/html/guide/developing/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
  /frameworks/base/services/java/com/android/server/
NativeDaemonConnector.java 59 // The range of 400 -> 599 is reserved for cmd failures
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantStateTracker.java 45 * for all type of failures: EAP, WPS & WPA networks */
  /hardware/ti/omap3/dspbridge/inc/
gt.h 81 * - GT_7CLASS Warn failure of Critical failures
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 129 * failures. (This is analogous to resizing a regular hash table
132 * contention failures in each of three tried slots. Requiring
133 * multiple failures for expansion copes with the fact that some
311 int fails = 0; // Number of CAS failures
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
package-info.java 123 * spurious failures may for example be due to memory contention effects
  /libcore/luni/src/test/java/libcore/xml/
JaxenXPathTestSuite.java 143 * <li>Expected failures.
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
unwind.h 62 identify the reasons for failures or other actions. */
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
unwind.h 62 identify the reasons for failures or other actions. */
  /external/chromium/net/proxy/
proxy_service.cc 62 // DNS failures. (see http://crbug.com/50779 for more details.)
66 // getting transient DNS / connect failures.
71 // getting wedged because of proxy detection failures on network switch.
    [all...]
  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 454 // satisfied. Reports one or more Google Test non-fatal failures
639 // Test non-fatal failures and returns false.
658 // Test non-fatal failures and returns false.
  /external/junit/src/junit/swingui/
TestRunner.java 752 ListModel failures= getFailures(); local
753 for (int i= 0; i < failures.getSize(); i++) {
754 TestFailure failure= (TestFailure)failures.getElementAt(i);
  /external/valgrind/main/include/
pub_tool_oset.h 119 // and will cause assertion failures.
207 // get assertion failures about "bad magic". Duplicates are forbidden,
208 // and will also cause assertion failures.
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues.py 272 comment_text = "The attached test failures were seen while running run-webkit-tests on the %s.\n" % (self.name)
273 # FIXME: We could easily list the test failures from the archive here.
334 # of --exit-after-N-failures in results.html/results.json.
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
ProviderPerfActivity.java 344 int failures = 0; local
349 failures++;
358 Log.v(TAG, "dummy loop: fails=" + failures + "; total=" + total + "; goodavg ms=" + averageMillis);
  /external/chromium/testing/gtest/test/
gtest-death-test_test.cc 551 // Tests that run-away death tests are reported as failures.
    [all...]
  /external/icu4c/test/intltest/
restsnew.cpp 212 /* Make sure that users using te_IN for the default locale don't get test failures. */
246 /* Make sure that users using te_IN for the default locale don't get test failures. */
440 /* Make sure that users using te_IN for the default locale don't get test failures. */
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 542 // Tests that run-away death tests are reported as failures.
    [all...]
  /external/valgrind/main/tests/
vg_regtest 119 my @failures; # List of failed tests
302 push(@failures, sprintf("%-40s ($mid)", "$fullname"));
458 foreach my $failure (@failures) {
vg_regtest.in 119 my @failures; # List of failed tests
302 push(@failures, sprintf("%-40s ($mid)", "$fullname"));
458 foreach my $failure (@failures) {
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utypes.h 646 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */
661 U_BRK_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for Break Iterator failures */
666 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utypes.h 646 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */
661 U_BRK_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for Break Iterator failures */
666 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */
  /external/webkit/Source/WebCore/icu/unicode/
utypes.h 646 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */
661 U_BRK_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for Break Iterator failures */
666 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */
  /external/webkit/Source/WebKit/mac/icu/unicode/
utypes.h 646 U_BRK_ERROR_START=0x10200, /**< Start of codes indicating Break Iterator failures */
661 U_BRK_ERROR_LIMIT, /**< This must always be the last value to indicate the limit for Break Iterator failures */
666 U_REGEX_ERROR_START=0x10300, /**< Start of codes indicating Regexp failures */
  /bootable/bootloader/legacy/arch_msm7k/
hsusb.c 256 /* disabling this causes data transaction failures on OSX. Why?

Completed in 646 milliseconds

<<11121314151617181920>>