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

1 2 3 45 6 7 8 91011>>

  /external/clang/tools/scan-build/
scan-build 62 Diag ("Preprocessed versions of these sources were deposited in '$Dir/failures'.\n");
493 if (scalar(@files) == 0 and ! -e "$Dir/failures") {
504 # Scan the failures directory and use the information in the .info files
506 my @failures;
508 if (-d "$Dir/failures") {
509 opendir(DIR, "$Dir/failures");
510 @failures = grep { /[.]info.txt$/ && !/attribute_ignored/; } readdir(DIR);
512 opendir(DIR, "$Dir/failures");
515 foreach my $file (@failures) {
516 open IN, "$Dir/failures/$file" or DieDiag("cannot open $file\n")
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic32_64.cpp 100 JumpList failures; local
101 emitLoadCharacterString(regT0, regT0, failures);
102 addSlowCase(failures);
109 JumpList failures; local
110 emitLoadCharacterString(regT0, regT0, failures);
111 addSlowCase(failures);
189 JumpList failures; local
190 emitLoadCharacterString(regT0, regT0, failures);
191 addSlowCase(failures);
198 JumpList failures; local
276 JumpList failures; local
285 JumpList failures; local
452 JumpList failures; local
    [all...]
  /development/tools/labpretest/
README 16 sessions and watch for failures.
22 for 200 events each cycle. The script ignores normal monkey failures. If you
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
test_files_unittest.py 44 tests = test_files.find(port, ['failures/expected/image.html'])
49 tests = test_files.find(port, ['failures/expected/im*'])
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
dhdioctl.h 96 uint numfail; /* Count of test send failures */
98 uint stop; /* Stop after this many tx failures */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
dhdioctl.h 96 uint numfail; /* Count of test send failures */
98 uint stop; /* Stop after this many tx failures */
  /bionic/libc/unistd/
usleep.c 50 // The other possible failures are EINVAL (which we should pass through),
  /dalvik/unit-tests/
Android.mk 42 # run-time failures, presumably astl/stlport/genuine host STL confusion.
  /development/samples/ApiDemos/tests/src/com/example/android/apis/
ApiDemosApplicationTests.java 47 * explain any and all failures in other tests. This is not guaranteed
  /external/chromium/chrome/browser/chromeos/login/
camera_controller.cc 14 // Maximum number of capture failures we ignore before we try to initialize
  /external/chromium/chrome/browser/ui/
browser_init_browsertest.cc 109 ASSERT_FALSE(HasFatalFailure()); // Check for ASSERT failures in LoadApp().
136 ASSERT_FALSE(HasFatalFailure()); // Check for ASSERT failures in LoadApp().
166 ASSERT_FALSE(HasFatalFailure()); // Check for ASSERT failures in LoadApp().
198 ASSERT_FALSE(HasFatalFailure()); // Check for ASSERT failures in LoadApp().
  /external/chromium/sdch/open-vcdiff/
configure.ac 21 # the executables it builds. Such scripts have caused failures on MinGW.
  /external/clang/test/Analysis/
misc-ps-64.m 4 // <rdar://problem/6440393> - A bunch of misc. failures involving evaluating
  /external/llvm/utils/lit/
setup.py 24 summarizing their results, and providing indication of failures. *lit* is
  /external/markdown/docs/extensions/
extra.txt 32 extension. If you would like to be notified of such failures,
  /external/valgrind/main/memcheck/tests/
sigprocmask.c 35 // when starting child processes which can cause failures in
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
worker_mixin.py 129 if result.failures:
131 if any([f.should_kill_dump_render_tree() for f in result.failures]):
138 for f in result.failures:
188 result = test_results.TestResult(test_input.filename, failures=[], test_run_time=0)
test_failures.py 30 """Classes for failures that occur during tests."""
42 the list of failures. "Best fits" means we use the worst type of failure.
76 raise ValueError("unclassifiable set of failures: "
test_result_writer.py 40 expected_driver_output, failures):
49 for failure in failures:
94 failures.remove(imagehash_mismatch_failure)
95 failures.append(test_failures.FailureImageHashIncorrect())
101 # Filename pieces when writing failures to the test results directory.
  /frameworks/base/core/jni/
android_text_AndroidBidi.cpp 32 // Failures from GetXXXArrayElements indicate a serious out-of-memory condition
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CallFailCause.java 20 * CDMA Call fail causes covering all the possible failures that are
  /external/chromium/base/test/
test_suite.cc 133 // If there are failed tests, see if we should ignore the failures.
144 // Display the number of tests with ignored failures (FAILS).
147 printf(" YOU HAVE %d %s with ignored failures (FAILS prefix)\n\n",
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
TestSuiteBuilderTest.java 178 private Set<String> failures = new HashSet<String>();
187 failures.add(testName(test));
202 return failures.contains(testName);
  /external/protobuf/gtest/test/
gtest_output_test_golden_lin.txt 1 The non-test part of the code is expected to have 2 failures.
58 (expecting 2 failures on (3) >= (a[i]))
153 (expecting 5 failures)
172 (expecting 2 failures)
182 (expecting 4 failures)
198 (expecting 3 failures)
289 Actual: 0 failures
295 Actual: 2 failures
319 Actual: 0 failures
325 Actual: 0 failures
    [all...]
  /cts/tools/vm-tests/etc/
starttests 285 echo "<br>Functional failures: ${jfailedcnt}" >> $report
286 echo "<br>Verifier failures: ${jvfefailedcnt}" >> $report
300 echo "FAILURES!!!"
303 echo "Functional failures: ${jfailedcnt}"
304 echo "Verifier failures : ${jvfefailedcnt}"

Completed in 925 milliseconds

1 2 3 45 6 7 8 91011>>