HomeSort by relevance Sort by last modified time
    Searched defs:Failed (Results 26 - 50 of 61) sorted by null

12 3

  /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/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/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/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...]
  /art/runtime/gc/
heap.cc 152 CHECK(image_space != NULL) << "Failed to create space for " << image_file_name;
169 CHECK(alloc_space_ != NULL) << "Failed to create alloc space";
180 CHECK(large_object_space_ != NULL) << "Failed to create large object space";
192 CHECK(card_table_.get() != NULL) << "Failed to create card table";
195 CHECK(image_mod_union_table_.get() != NULL) << "Failed to create image mod-union table";
198 CHECK(zygote_mod_union_table_.get() != NULL) << "Failed to create Zygote mod-union table";
616 oss << "Failed to allocate a " << byte_count << " byte allocation with " << total_bytes_free
618 // If the allocation failed due to fragmentation, print out the largest continuous allocation.
626 oss << "; failed due to fragmentation (largest possible contiguous allocation "
    [all...]
  /external/chromium/testing/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...]
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 833 LOG(ERROR) << "UpdatePrintSettings failed";
852 LOG(ERROR) << "RenderPagesForPrint failed";
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 852 LOG(ERROR) << "UpdatePrintSettings failed";
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 136 // When this flag is specified, a failed assertion will throw an
189 // remembers a non-empty message that describes how it failed.
209 // Then the failed expectation EXPECT_TRUE(IsEven(Fib(5)))
327 // Makes a failed assertion result.
330 // Makes a failed assertion result with the given failure message.
518 // of successful test parts and the number of failed test parts.
524 // Returns true iff the test passed (i.e. no test part failed).
525 bool Passed() const { return !Failed(); }
527 // Returns true iff the test failed.
528 bool Failed() const
    [all...]
  /external/chromium_org/third_party/mesa/src/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...]
  /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/Lex/
ModuleMap.cpp     [all...]
  /external/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...]
  /external/llvm/lib/Support/
YAMLParser.cpp 273 if (!Failed)
275 Failed = true;
283 bool failed() { function in class:llvm::yaml::Scanner
284 return Failed;
493 bool Failed;
704 , Failed(false) {
722 , Failed(false) {
1556 bool Stream::failed() { return scanner->failed(); } function in class:Stream
1619 bool Node::failed() const { function in class:Node
2037 bool Document::failed() const { function in class:Document
    [all...]
  /external/llvm/utils/unittest/googletest/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...]
  /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...]
  /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/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/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...]
  /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/third_party/libxml/src/
runtest.c     [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 190 "True iff a failed assertion should be a debugger break-point.");
275 "When this flag is specified, a failed assertion will throw an exception "
328 // Returns true iff the test case failed.
330 return test_case->should_run() && test_case->Failed();
708 // Gets the number of failed test cases.
729 // Gets the number of failed tests.
4195 bool failed = false; local
    [all...]

Completed in 2380 milliseconds

12 3