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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
H A Dcheckout_unittest.py40 from webkitpy.common.system.filesystem import FileSystem # FIXME: This should not be needed. namespace
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
H A Drebaselineserver.py34 from webkitpy.common.host import Host # FIXME: This should not be needed! namespace
179 # FIXME: This should get the Host from the test_config to be mockable!
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h543 // Returns true if this test should run.
547 void set_should_run(bool should) { should_run_ = should; } argument
591 bool should_run_; // True iff this test should run
629 // Returns true if any test in this test case should run.
633 void set_should_run(bool should) { should_run_ = should; } argument
652 // Get the number of tests in this test case that should run.
706 // Returns true if the given test should run.
720 // True iff any test in this test case should ru
[all...]
/external/chromium/testing/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/chromium_org/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/chromium_org/third_party/mesa/src/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/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/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, 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/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/open-vcdiff/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_STD_STRING to 1 and
603 // Whether the test should be run
628 // Returns true if this test should run, that is if the test is not disabled
717 // Returns true if any test in this test case should run.
729 // Get the number of tests in this test case that should run.
765 void set_should_run(bool should) { should_run_ = should; } argument
791 // Returns true if the given test should run.
815 // True iff any test in this test case should ru
[all...]
/external/open-vcdiff/gtest/src/
H A Dgtest-internal-inl.h209 // should be processed.
241 // returns true iff the test should be run on this shard. The test id is
526 // Returns true if this test should run.
530 void set_should_run(bool should) { should_run_ = should; } argument
583 bool should_run_; // True iff this test should run
636 // Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the
665 // UponLeavingGTest() should be called immediately before Google Test calls
705 // This class should only be used by UnitTestImpl.
721 // UnitTestImpl. This class should onl
[all...]
/external/protobuf/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_STD_STRING to 1 and
521 // Whether the test should be run
546 // Returns true if this test should run, that is if the test is not disabled
635 // Returns true if any test in this test case should run.
647 // Get the number of tests in this test case that should run.
683 void set_should_run(bool should) { should_run_ = should; } argument
709 // Returns true if the given test should run.
733 // True iff any test in this test case should ru
[all...]
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h205 // should be processed.
237 // returns true iff the test should be run on this shard. The test id is
522 // Returns true if this test should run.
526 void set_should_run(bool should) { should_run_ = should; } argument
579 bool should_run_; // True iff this test should run
632 // Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the
661 // UponLeavingGTest() should be called immediately before Google Test calls
701 // This class should only be used by UnitTestImpl.
717 // UnitTestImpl. This class should onl
[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 474 milliseconds