Searched refs:AssumeRole (Results 1 - 13 of 13) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-death-test-internal.h102 virtual TestRole AssumeRole() = 0;
160 switch (gtest_dt->AssumeRole()) { \
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h109 virtual TestRole AssumeRole() = 0;
197 switch (gtest_dt->AssumeRole()) { \
/external/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h109 virtual TestRole AssumeRole() = 0;
197 switch (gtest_dt->AssumeRole()) { \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h109 virtual TestRole AssumeRole() = 0;
197 switch (gtest_dt->AssumeRole()) { \
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h103 virtual TestRole AssumeRole() = 0;
166 switch (gtest_dt->AssumeRole()) { \
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc530 virtual TestRole AssumeRole();
591 // The AssumeRole process for a Windows death test. It creates a child
596 DeathTest::TestRole WindowsDeathTest::AssumeRole() { function in class:testing::internal::WindowsDeathTest
690 // methods of the DeathTest interface. Only the AssumeRole method is
733 virtual TestRole AssumeRole();
736 // The AssumeRole process for a fork-and-run death test. It implements a
738 DeathTest::TestRole NoExecDeathTest::AssumeRole() { function in class:testing::internal::NoExecDeathTest
788 virtual TestRole AssumeRole();
934 // The AssumeRole process for a fork-and-exec death test. It re-executes the
938 DeathTest::TestRole ExecDeathTest::AssumeRole() { function in class:testing::internal::ExecDeathTest
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc239 // methods of the DeathTest interface. Only the AssumeRole method is
447 virtual TestRole AssumeRole();
450 // The AssumeRole process for a fork-and-run death test. It implements a
452 DeathTest::TestRole NoExecDeathTest::AssumeRole() { function in class:testing::internal::NoExecDeathTest
499 virtual TestRole AssumeRole();
589 // The AssumeRole process for a fork-and-exec death test. It re-executes the
593 DeathTest::TestRole ExecDeathTest::AssumeRole() { function in class:testing::internal::ExecDeathTest
628 // See the comment in NoExecDeathTest::AssumeRole for why the next line
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc578 virtual TestRole AssumeRole();
639 // The AssumeRole process for a Windows death test. It creates a child
644 DeathTest::TestRole WindowsDeathTest::AssumeRole() { function in class:testing::internal::WindowsDeathTest
738 // methods of the DeathTest interface. Only the AssumeRole method is
781 virtual TestRole AssumeRole();
784 // The AssumeRole process for a fork-and-run death test. It implements a
786 DeathTest::TestRole NoExecDeathTest::AssumeRole() { function in class:testing::internal::NoExecDeathTest
836 virtual TestRole AssumeRole();
982 // The AssumeRole process for a fork-and-exec death test. It re-executes the
986 DeathTest::TestRole ExecDeathTest::AssumeRole() { function in class:testing::internal::ExecDeathTest
[all...]
/external/gtest/src/
H A Dgtest-death-test.cc578 virtual TestRole AssumeRole();
639 // The AssumeRole process for a Windows death test. It creates a child
644 DeathTest::TestRole WindowsDeathTest::AssumeRole() { function in class:testing::internal::WindowsDeathTest
738 // methods of the DeathTest interface. Only the AssumeRole method is
781 virtual TestRole AssumeRole();
784 // The AssumeRole process for a fork-and-run death test. It implements a
786 DeathTest::TestRole NoExecDeathTest::AssumeRole() { function in class:testing::internal::NoExecDeathTest
836 virtual TestRole AssumeRole();
987 // The AssumeRole process for a fork-and-exec death test. It re-executes the
991 DeathTest::TestRole ExecDeathTest::AssumeRole() { function in class:testing::internal::ExecDeathTest
[all...]
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc577 virtual TestRole AssumeRole();
638 // The AssumeRole process for a Windows death test. It creates a child
643 DeathTest::TestRole WindowsDeathTest::AssumeRole() { function in class:testing::internal::WindowsDeathTest
737 // methods of the DeathTest interface. Only the AssumeRole method is
780 virtual TestRole AssumeRole();
783 // The AssumeRole process for a fork-and-run death test. It implements a
785 DeathTest::TestRole NoExecDeathTest::AssumeRole() { function in class:testing::internal::NoExecDeathTest
835 virtual TestRole AssumeRole();
986 // The AssumeRole process for a fork-and-exec death test. It re-executes the
990 DeathTest::TestRole ExecDeathTest::AssumeRole() { function in class:testing::internal::ExecDeathTest
[all...]
/external/chromium/testing/gtest/test/
H A Dgtest-death-test_test.cc791 // The value a MockDeathTest will return from its AssumeRole method.
798 // Number of times AssumeRole was called.
827 virtual TestRole AssumeRole() { function in class:MockDeathTest
/external/gtest/test/
H A Dgtest-death-test_test.cc791 // The value a MockDeathTest will return from its AssumeRole method.
798 // Number of times AssumeRole was called.
827 virtual TestRole AssumeRole() { function in class:MockDeathTest
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc745 // The value a MockDeathTest will return from its AssumeRole method.
752 // Number of times AssumeRole was called.
781 virtual TestRole AssumeRole() { function in class:MockDeathTest

Completed in 1077 milliseconds