/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_output_test_golden_lin.txt | 49 (expecting a failure that x should be 1) 56 (expecting a failure that x should be 1) 63 (expecting a failure on false) 86 This failure is expected, and shouldn't have a trace. 89 This failure is expected, and should have a trace. 94 This failure is expected, and shouldn't have a trace. 140 This failure is expected, and should contain trace point A. 145 This failure is expected, and should contain trace point A and B. 151 This failure is expected, and should contain trace point A, B, and C. 158 This failure is expected, and should contain trace point A, B, and D. [all …]
|
D | gtest_environment_test.cc | 127 int RunAllTests(MyEnvironment* env, FailureType failure) { in RunAllTests() argument 129 env->set_failure_in_set_up(failure); in RunAllTests()
|
D | gtest_output_test_.cc | 852 static void AddFailure(FailureMode failure) { in AddFailure() argument 853 if (failure == FATAL_FAILURE) { in AddFailure() 892 static void AddFailureInOtherThread(FailureMode failure) { in AddFailureInOtherThread() argument 893 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL); in AddFailureInOtherThread()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_failure/ |
D | ctor_string_error_code.pass.cpp | 24 std::ios_base::failure se(what_arg, make_error_code(std::errc::is_a_directory)); in main() 32 std::ios_base::failure se(what_arg); in main()
|
D | ctor_char_pointer_error_code.pass.cpp | 24 std::ios_base::failure se(what_arg.c_str(), make_error_code(std::errc::is_a_directory)); in main() 32 std::ios_base::failure se(what_arg.c_str()); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/ |
D | clear.pass.cpp | 40 catch (std::ios::failure&) in main() 49 catch (std::ios::failure&) in main()
|
D | setstate.pass.cpp | 40 catch (std::ios::failure&) in main() 49 catch (std::ios::failure&) in main()
|
D | exceptions_iostate.pass.cpp | 34 catch (std::ios::failure&) in main()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | ios.cpp | 37 ios_base::failure::failure(const string& s) in failure() function in ios_base::failure 41 ios_base::failure::~failure() _STLP_NOTHROW_INHERENTLY {} in ~failure() 227 throw failure(arg); in _M_throw_failure()
|
D | sparc_atomic64.s | 18 bne 1b ! Retry upon failure
|
D | sparc_atomic.s | 21 bne 0b ! Retry upon failure
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | ios.cpp | 76 ios_base::failure::failure(const string& msg, const error_code& ec) in failure() function in ios_base::failure 81 ios_base::failure::failure(const char* msg, const error_code& ec) in failure() function in ios_base::failure 86 ios_base::failure::~failure() throw() in ~failure() 276 throw failure("ios_base::clear"); in clear()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | plain_report_formatter.ipp | 135 …print_stat_value( ostr, tr.p_expected_failures, m_indent, 0 , "failure" , "expected… 178 ostr << "*** " << num_failures << " failure" << ( num_failures != 1 ? "s" : "" ) << " detected"; 181 …ostr << " (" << tr.p_expected_failures << " failure" << ( tr.p_expected_failures != 1 ? "s" : "" )…
|
D | exception_safety.ipp | 435 formatter << "Forced failure";
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ios_base.h | 52 class _STLP_CLASS_DECLSPEC failure : public __Named_exception { 54 explicit failure(const string&); 55 virtual ~failure() _STLP_NOTHROW_INHERENTLY;
|
/ndk/sources/third_party/googletest/googletest/ |
D | CHANGES | 11 in failure messages. 12 * Improvement: failure summary in XML reports now includes file and 24 * New feature: ADD_FAILURE_AT() for reporting a test failure at the 59 can now generate custom failure messages.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | ios | 29 class failure; 234 class _LIBCPP_TYPE_VIS failure; 415 class _LIBCPP_EXCEPTION_ABI ios_base::failure 419 explicit failure(const string& __msg, const error_code& __ec = io_errc::stream); 420 explicit failure(const char* __msg, const error_code& __ec = io_errc::stream); 421 virtual ~failure() throw();
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | errors | 10 ."intended to succeed. If make ignores the failure of the first\n"
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
D | copyfmt.pass.cpp | 162 catch (std::ios_base::failure&) in main()
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | README.NDK | 93 to see the details of the failure. This may require manually updating
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | lit.cfg | 103 # If this is a compile (failure) test, build it and check for failure.
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | NEWS | 104 The load_limit test should now silently ignore a failure due to
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 149 explicit GoogleTestFailureException(const TestPartResult& failure);
|
/ndk/build/gmsl/ |
D | gmsl-tests | 502 $(call test_assert,$(call assert,$(false),failed),Assertion failure: failed) 504 $(call test_assert,$(call assert_exists,MISSING-gmsl-tests),Assertion failure: file 'MISSING-gmsl-t…
|
/ndk/sources/host-tools/nawk-20071023/ |
D | FIXES | 107 fixed another 25-year-old RE bug, in split. it's another failure 114 was longer than the number of states triggered a failure to initialize 132 variety of odd problems, including failure to properly match certain
|