/dalvik/vm/mterp/armv5te/ |
OP_CHECK_CAST.S | 33 * Trivial test failed, need to perform full check. This is common. 41 cmp r0, #0 @ failed? 44 @ A cast has failed. We need to throw a ClassCastException.
|
/external/bison/build-aux/ |
do-release-commit-and-tag | 125 || die 'failed to determine previous version number from .prev-version' 151 || die "failed to determine package name from $Makefile" 166 NEWS || die 'failed to update NEWS' 169 | git commit -F - -a || die 'git commit failed' 170 git tag -s -m "$pkg $ver" v$ver HEAD || die 'git tag failed'
|
/external/chromium/chrome/browser/ |
process_singleton_uitest.cc | 198 DLOG_IF(ERROR, num_tries >= kNbTries) << "Failed to kill all processes!"; 228 bool failed = false; local 229 for (size_t attempt = 0; attempt < kNbAttempts && !failed; ++attempt) { 299 // last one standing should be left waiting... So we failed... 301 failed) << "There is more than one main process."; 304 failed = true;
|
/external/chromium/testing/gtest/include/gtest/ |
gtest-test-part.h | 53 kNonFatalFailure, // Failed but the test can continue. 54 kFatalFailure // Failed and the test should be terminated. 91 // Returns true iff the test part failed. 92 bool failed() const { return type_ != kSuccess; } function in class:testing::TestPartResult 94 // Returns true iff the test part non-fatally failed. 97 // Returns true iff the test part fatally failed.
|
/external/gtest/include/gtest/ |
gtest-test-part.h | 53 kNonFatalFailure, // Failed but the test can continue. 54 kFatalFailure // Failed and the test should be terminated. 91 // Returns true iff the test part failed. 92 bool failed() const { return type_ != kSuccess; } function in class:testing::TestPartResult 94 // Returns true iff the test part non-fatally failed. 97 // Returns true iff the test part fatally failed.
|
/external/harfbuzz_ng/util/ |
main-font-text.hh | 69 return consumer.failed ? 1 : 0;
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
gtest-test-part.h | 53 kNonFatalFailure, // Failed but the test can continue. 54 kFatalFailure // Failed and the test should be terminated. 91 // Returns true iff the test part failed. 92 bool failed() const { return type_ != kSuccess; } function in class:testing::TestPartResult 94 // Returns true iff the test part non-fatally failed. 97 // Returns true iff the test part fatally failed.
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-test-part.h | 53 kNonFatalFailure, // Failed but the test can continue. 54 kFatalFailure // Failed and the test should be terminated. 91 // Returns true iff the test part failed. 92 bool failed() const { return type_ != kSuccess; } function in class:testing::TestPartResult 94 // Returns true iff the test part non-fatally failed. 97 // Returns true iff the test part fatally failed.
|
/external/open-vcdiff/gtest/include/gtest/ |
gtest-test-part.h | 52 kNonFatalFailure, // Failed but the test can continue. 53 kFatalFailure // Failed and the test should be terminated. 90 // Returns true iff the test part failed. 91 bool failed() const { return type_ != kSuccess; } function in class:testing::TestPartResult 93 // Returns true iff the test part non-fatally failed. 96 // Returns true iff the test part fatally failed.
|
/external/protobuf/gtest/include/gtest/ |
gtest-test-part.h | 52 kNonFatalFailure, // Failed but the test can continue. 53 kFatalFailure // Failed and the test should be terminated. 90 // Returns true iff the test part failed. 91 bool failed() const { return type_ != kSuccess; } function in class:testing::TestPartResult 93 // Returns true iff the test part non-fatally failed. 96 // Returns true iff the test part fatally failed.
|
/external/stlport/stlport/stl/ |
_ostreambuf_iterator.h | 71 bool failed() const { return !_M_ok; } function in class:ostreambuf_iterator
|
/external/webkit/LayoutTests/storage/ |
open-database-while-transaction-in-progress.js | 29 log("Executing statement failed: " + error.message); 36 log("Transaction failed: " + error.message);
|
/external/webkit/Source/WebCore/fileapi/ |
FileReaderLoader.h | 86 void failed(int errorCode);
|
/external/webkit/Source/WebCore/manual-tests/inspector-wrappers/ |
inspector-wrappers-test-utils.js | 18 var url = prompt("Test failed. To prove it, I'm going " + 44 str += "<li>If the test failed, a prompt will appear.</ol>";
|
/external/webkit/Source/WebCore/platform/network/ |
BlobResourceHandle.h | 81 void failed(int errorCode);
|
/external/webkit/Source/WebKit/chromium/src/ |
WebImageDecoder.cpp | 76 return m_private->failed();
|
/external/webkit/Tools/Scripts/ |
run-api-tests | 98 my $failed = runAllTestsInSuite($suite); 99 if ($failed) { 113 my $failed = runTest($suite, $test); 114 if ($failed) { 139 open(DEVNULL, ">", File::Spec->devnull()) or die "Failed to open /dev/null"; 149 $pid = open3($childIn, $childOut, $childErr, "arch", "-" . architecture(), $apiTesterPath, $test, @ARGV) or die "Failed to run test: $test."; 151 $pid = open3($childIn, $childOut, $childErr, $apiTesterPath, $test, @ARGV) or die "Failed to run test: $test."; 177 print BOLD RED, "Failed", RESET, "\n"; 194 open(DEVNULL, ">", File::Spec->devnull()) or die "Failed to open /dev/null"; 202 $pid = open3($childIn, $childOut, $childErr, "arch", "-" . architecture(), $apiTesterPath, "--dump-tests") or die "Failed to build list of tests!" [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
json_results_generator_unittest.py | 83 failed=(test in failed_tests), 160 failed = 0 163 failed += result[0] 164 self.assertEqual(failed_count_map[test_name], failed)
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
TestSuiteBuilderTest.java | 76 assertTrue(recorder.failed("FailingTest.testFailOne")); 77 assertTrue(recorder.failed("FailingTest.testFailTwo")); 201 public boolean failed(String testName) { 210 return saw(testName) && !failed(testName) && !errored(testName);
|
/hardware/libhardware/tests/camera2/ |
TestForkerEventListener.cpp | 58 // terminate with return code 0 = test passed, 1 = test failed 73 // Called after a failed assertion or a SUCCEED() invocation. 79 test_part_result.failed() ? "*** Failure" : "Success", 106 // trigger a test failure if the child has failed
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ostreambuf_iterator.h | 71 bool failed() const { return !_M_ok; } function in class:ostreambuf_iterator
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_ostreambuf_iterator.h | 71 bool failed() const { return !_M_ok; } function in class:ostreambuf_iterator
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_ostreambuf_iterator.h | 71 bool failed() const { return !_M_ok; } function in class:ostreambuf_iterator
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_ostreambuf_iterator.h | 71 bool failed() const { return !_M_ok; } function in class:ostreambuf_iterator
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_ostreambuf_iterator.h | 71 bool failed() const { return !_M_ok; } function in class:ostreambuf_iterator
|