Searched defs:should (Results 1 - 9 of 9) sorted by relevance

/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h34 // This header file defines the public API for Google Test. It should be
78 // aliasing, he should define GTEST_HAS_GLOBAL_STRING to 0.
619 // Whether the test should be run
654 // Returns true if this test should run, that is if the test is not disabled
723 bool should_run_; // True iff this test should run
772 // Returns true if any test in this test case should run.
784 // Get the number of tests in this test case that should run.
820 void set_should_run(bool should) { should_run_ = should; } argument
860 // Returns true if the given test should ru
[all...]
/external/gtest/include/gtest/
H A Dgtest.h34 // This header file defines the public API for Google Test. It should be
78 // aliasing, he should define GTEST_HAS_GLOBAL_STRING to 0.
614 // Whether the test should be run
649 // Returns true if this test should run, that is if the test is not
729 bool should_run_; // True iff this test should run
778 // Returns true if any test in this test case should run.
796 // Get the number of tests in this test case that should run.
836 void set_should_run(bool should) { should_run_ = should; } argument
887 // Returns true if the given test should ru
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h34 // This header file defines the public API for Google Test. It should be
77 // aliasing, they should define GTEST_HAS_GLOBAL_STRING to 0.
618 // Whether the test should be run
653 // Returns true if this test should run, that is if the test is not disabled
723 bool should_run_; // True iff this test should run
772 // Returns true if any test in this test case should run.
784 // Get the number of tests in this test case that should run.
820 void set_should_run(bool should) { should_run_ = should; } argument
860 // Returns true if the given test should ru
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h34 // This header file defines the public API for Google Test. It should be
77 // aliasing, he should define GTEST_HAS_GLOBAL_STRING to 0.
618 // Whether the test should be run
653 // Returns true if this test should run, that is if the test is not disabled
723 bool should_run_; // True iff this test should run
772 // Returns true if any test in this test case should run.
784 // Get the number of tests in this test case that should run.
820 void set_should_run(bool should) { should_run_ = should; } argument
860 // Returns true if the given test should ru
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest.h34 // This header file defines the public API for Google Test. It should be
76 // aliasing, he should define GTEST_HAS_GLOBAL_STRING to 0.
600 // Whether the test should be run
625 // Returns true if this test should run, that is if the test is not disabled
714 // Returns true if any test in this test case should run.
726 // Get the number of tests in this test case that should run.
762 void set_should_run(bool should) { should_run_ = should; } argument
788 // Returns true if the given test should run.
812 // True iff any test in this test case should ru
[all...]
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h108 // Returns true iff Google Test should use colors in the output.
228 // should be processed.
258 // returns true iff the test should be run on this shard. The test id is
351 // Returns true if this test should run.
355 void set_should_run(bool should) { should_run_ = should; } argument
408 bool should_run_; // True iff this test should run
461 // Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the
490 // UponLeavingGTest() should be called immediately before Google Test calls
530 // This class should onl
[all...]
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc502 // Returns true iff Google Test should use colors in the output.
622 // should be processed.
652 // returns true iff the test should be run on this shard. The test id is
745 // Returns true if this test should run.
749 void set_should_run(bool should) { should_run_ = should; } argument
802 bool should_run_; // True iff this test should run
855 // Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the
884 // UponLeavingGTest() should be called immediately before Google Test calls
924 // This class should onl
[all...]
H A Dgtest.h34 // This header file defines the public API for Google Test. It should be
161 // Test's own tr1 tuple implementation should be
407 // Cygwin 1.7 might add wstring support; this should be updated when clear.
486 // should be used.
554 // hack bypasses the bug by declaring the members that should otherwise be
1615 // This should be used in the private: declarations for a class.
1620 // This should be used in the private: declarations for a class.
1626 // with this macro. The macro should be used on function declarations
2473 // Such functionality should belong to STL, but I cannot find it
2608 // Google Test. They are subject to change without notice. They should no
16350 set_should_run(bool should) argument
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h34 // This header file defines the public API for Google Test. It should be
172 // Test's own tr1 tuple implementation should be
602 // should be used.
686 // hack bypasses the bug by declaring the members that should otherwise be
1827 // This should be used in the private: declarations for a class.
1832 // This should be used in the private: declarations for a class.
1838 // with this macro. The macro should be used on function declarations
2213 // when you downcast, you should use this macro. In debug mode, we
2218 // This is the only place in the code we should use dynamic_cast<>.
2223 // You should desig
18249 set_should_run(bool should) argument
[all...]

Completed in 361 milliseconds