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

/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.h211 * should go into the textfield.
559 void setShouldPaintCaret(bool should) { m_shouldPaintCaret = should; } argument
/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/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dscm_unittest.py49 from webkitpy.common.config.committers import Committer # FIXME: This should not be needed namespace
50 from webkitpy.common.net.bugzilla import Attachment # FIXME: This should not be needed namespace
58 # FIXME: This should be unified into one of the executive.py commands!
84 # We use this wrapper to disable output decoding. diffs should be treated as
122 # Slash should always be the right path separator since we use cygwin on Windows.
295 # Tests which both GitTest and SVNTest should run.
370 # Patch formats are slightly different between svn and git, so just regexp for things we know should be there.
433 # Applying the same modification should fail.
895 # Diff to merge-base should include working-copy changes,
/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/gtest/src/
H A Dgtest-internal-inl.h162 // should be processed.
194 // returns true iff the test should be run on this shard. The test id is
606 // Returns true if this test should run.
610 void set_should_run(bool should) { should_run_ = should; } argument
662 bool should_run_; // True iff this test should run
704 // Returns true if any test in this test case should run.
708 void set_should_run(bool should) { should_run_ = should; } argument
727 // Get the number of tests in this test case that 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/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...]

Completed in 230 milliseconds