HomeSort by relevance Sort by last modified time
    Searched refs:Failed (Results 76 - 100 of 187) sorted by null

1 2 34 5 6 7 8

  /external/mesa3d/src/gtest/include/gtest/
gtest.h 135 // When this flag is specified, a failed assertion will throw an
188 // remembers a non-empty message that describes how it failed.
208 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
326 // Makes a failed assertion result.
329 // Makes a failed assertion result with the given failure message.
517 // of successful test parts and the number of failed test parts.
523 // Returns true iff the test passed (i.e. no test part failed).
524 bool Passed() const { return !Failed(); }
526 // Returns true iff the test failed.
527 bool Failed() const
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 136 // When this flag is specified, a failed assertion will throw an
179 // remembers a non-empty message that describes how it failed.
199 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
317 // Makes a failed assertion result.
320 // Makes a failed assertion result with the given failure message.
509 // of successful test parts and the number of failed test parts.
515 // Returns true iff the test passed (i.e. no test part failed).
516 bool Passed() const { return !Failed(); }
518 // Returns true iff the test failed.
519 bool Failed() const
    [all...]
  /external/open-vcdiff/gtest/include/gtest/
gtest.h 137 // When this flag is specified, a failed assertion will throw an
180 // remembers a non-empty message that describes how it failed.
200 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
314 // Makes a failed assertion result.
317 // Makes a failed assertion result with the given failure message.
501 // of successful test parts and the number of failed test parts.
507 // Returns true iff the test passed (i.e. no test part failed).
508 bool Passed() const { return !Failed(); }
510 // Returns true iff the test failed.
511 bool Failed() const
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 137 // When this flag is specified, a failed assertion will throw an
180 // remembers a non-empty message that described how it failed.
211 // Declares factory functions for making successful and failed
226 // The constructor used when the assertion failed.
236 // Makes a failed assertion result with the given failure message.
419 // of successful test parts and the number of failed test parts.
425 // Returns true iff the test passed (i.e. no test part failed).
426 bool Passed() const { return !Failed(); }
428 // Returns true iff the test failed.
429 bool Failed() const
    [all...]
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h 519 // Gets the number of failed test cases.
532 // Gets the number of failed tests.
548 bool Passed() const { return !Failed(); }
550 // Returns true iff the unit test failed (i.e. some test case failed
551 // or something outside of all tests failed).
552 bool Failed() const {
553 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
639 << "Failed to get the current working directory.";
678 // thrown during a test, this test is considered to be failed, bu
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-internal-inl.h 536 // Gets the number of failed test cases.
549 // Gets the number of failed tests.
569 bool Passed() const { return !Failed(); }
571 // Returns true iff the unit test failed (i.e. some test case failed
572 // or something outside of all tests failed).
573 bool Failed() const {
574 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
660 << "Failed to get the current working directory.";
699 // thrown during a test, this test is considered to be failed, bu
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-internal-inl.h 526 // Gets the number of failed test cases.
539 // Gets the number of failed tests.
555 bool Passed() const { return !Failed(); }
557 // Returns true iff the unit test failed (i.e. some test case failed
558 // or something outside of all tests failed).
559 bool Failed() const {
560 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
646 << "Failed to get the current working directory.";
685 // thrown during a test, this test is considered to be failed, bu
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 605 /// \brief A failed initialization sequence. The failure kind tells what
738 /// \brief Describes why initialization failed.
763 /// \brief Overloading due to reference initialization failed.
774 /// \brief Reference binding failed.
776 /// \brief Implicit conversion failed.
778 /// \brief Implicit conversion failed.
787 /// \brief Overloading for a user-defined conversion failed.
789 /// \brief Overloading for initialization by constructor failed.
791 /// \brief Overloading for list-initialization by constructor failed.
799 /// \brief List initialization failed at some point
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 319 bool Failed = true;
325 Failed = false;
330 return Failed;
814 // Rename failed; just remove the
  /external/gtest/src/
gtest-internal-inl.h 526 // Gets the number of failed test cases.
539 // Gets the number of failed tests.
555 bool Passed() const { return !Failed(); }
557 // Returns true iff the unit test failed (i.e. some test case failed
558 // or something outside of all tests failed).
559 bool Failed() const {
560 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
646 << "Failed to get the current working directory.";
685 // thrown during a test, this test is considered to be failed, bu
    [all...]
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 423 bool Failed = false;
428 Failed = true;
435 if (!Failed && (Result >> 31) == 0) {
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 525 // Gets the number of failed test cases.
538 // Gets the number of failed tests.
554 bool Passed() const { return !Failed(); }
556 // Returns true iff the unit test failed (i.e. some test case failed
557 // or something outside of all tests failed).
558 bool Failed() const {
559 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
645 << "Failed to get the current working directory.";
684 // thrown during a test, this test is considered to be failed, bu
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 526 // Gets the number of failed test cases.
539 // Gets the number of failed tests.
555 bool Passed() const { return !Failed(); }
557 // Returns true iff the unit test failed (i.e. some test case failed
558 // or something outside of all tests failed).
559 bool Failed() const {
560 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
646 << "Failed to get the current working directory.";
685 // thrown during a test, this test is considered to be failed, bu
    [all...]
  /external/open-vcdiff/gtest/src/
gtest-internal-inl.h 769 // Gets the number of failed test cases.
782 // Gets the number of failed tests.
798 bool Passed() const { return !Failed(); }
800 // Returns true iff the unit test failed (i.e. some test case failed
801 // or something outside of all tests failed).
802 bool Failed() const {
803 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 765 // Gets the number of failed test cases.
778 // Gets the number of failed tests.
794 bool Passed() const { return !Failed(); }
796 // Returns true iff the unit test failed (i.e. some test case failed
797 // or something outside of all tests failed).
798 bool Failed() const {
799 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 537 // Gets the number of failed test cases.
550 // Gets the number of failed tests.
570 bool Passed() const { return !Failed(); }
572 // Returns true iff the unit test failed (i.e. some test case failed
573 // or something outside of all tests failed).
574 bool Failed() const {
575 return failed_test_case_count() > 0 || ad_hoc_test_result()->Failed();
661 << "Failed to get the current working directory.";
700 // thrown during a test, this test is considered to be failed, bu
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
function_sequence.js 60 this.logger.vlog('Failed step: ' + this.steps_[this.currentStepIdx_].name +
  /external/chromium_org/v8/test/webkit/fast/js/kde/
exceptions.js 30 debug(c+" .......... Failed");
  /external/oprofile/events/mips/r10000/
events 15 event:0x05 counters:0 um:zero minimum:500 name:FAILED_STORE_CONDITIONAL : Failed store conditional
  /external/oprofile/events/mips/r12000/
events 9 event:0x5 counters:0,1,2,3 um:zero minimum:500 name:FAILED_STORE_CONDITIONAL : Failed store conditional
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 21 DeviceView_ADB_Failed_Restart=Adb failed to restart\!\n\nMake sure the plugin is properly configured.
27 DeviceView_Debug_Session_Failed=No opened project found for %1$s. Debug session failed\!
31 DeviceView_Failed_To_Save_HPROF_Data=Failed to save hprof data into temp file%1$s
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.h 408 void Failed(bool report_error);
  /external/chromium_org/build/android/buildbot/
bb_device_status_check.py 192 print 'Failed to send alert email. Error: %s' % e
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.h 411 void Failed(bool report_error);
  /external/chromium_org/chrome/test/logging/win/
test_log_collector.cc 192 LOG(ERROR) << "Failed to initialize the test log collector on account of "
212 LOG(ERROR) << "Failed to create temporary directory to hold log files.";
256 if (also_emit_success_logs_ || test_info.result()->Failed()) {
266 LOG(ERROR) << "Failed to delete log file " << log_file_.value();

Completed in 2376 milliseconds

1 2 34 5 6 7 8