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

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-death-test_test.cc844 // The value a MockDeathTest will return from its AssumeRole method.
851 // Number of times AssumeRole was called.
880 virtual TestRole AssumeRole() { function in class:MockDeathTest
/external/googletest/googletest/test/
H A Dgtest-death-test_test.cc907 // The value a MockDeathTest will return from its AssumeRole method.
914 // Number of times AssumeRole was called.
943 virtual TestRole AssumeRole() { function in class:MockDeathTest
/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/protobuf/gtest/test/
H A Dgtest-death-test_test.cc725 // The value a MockDeathTest will return from its AssumeRole method.
732 // Number of times AssumeRole was called.
761 virtual TestRole AssumeRole() { function in class:MockDeathTest
/external/v8/testing/gtest/test/
H A Dgtest-death-test_test.cc907 // The value a MockDeathTest will return from its AssumeRole method.
914 // Number of times AssumeRole was called.
943 virtual TestRole AssumeRole() { function in class:MockDeathTest
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-death-test_test.cc908 // The value a MockDeathTest will return from its AssumeRole method.
915 // Number of times AssumeRole was called.
944 virtual TestRole AssumeRole() { function in class:MockDeathTest
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc616 virtual TestRole AssumeRole();
677 // The AssumeRole process for a Windows death test. It creates a child
682 DeathTest::TestRole WindowsDeathTest::AssumeRole() { function in class:testing::internal::WindowsDeathTest
776 // methods of the DeathTest interface. Only the AssumeRole method is
819 virtual TestRole AssumeRole();
822 // The AssumeRole process for a fork-and-run death test. It implements a
824 DeathTest::TestRole NoExecDeathTest::AssumeRole() { function in class:testing::internal::NoExecDeathTest
875 virtual TestRole AssumeRole();
1090 // The AssumeRole process for a fork-and-exec death test. It re-executes the
1094 DeathTest::TestRole ExecDeathTest::AssumeRole() { function in class:testing::internal::ExecDeathTest
[all...]
/external/googletest/googletest/src/
H A Dgtest-death-test.cc629 virtual TestRole AssumeRole();
690 // The AssumeRole process for a Windows death test. It creates a child
695 DeathTest::TestRole WindowsDeathTest::AssumeRole() { function in class:testing::internal::WindowsDeathTest
785 // methods of the DeathTest interface. Only the AssumeRole method is
828 virtual TestRole AssumeRole();
831 // The AssumeRole process for a fork-and-run death test. It implements a
833 DeathTest::TestRole NoExecDeathTest::AssumeRole() { function in class:testing::internal::NoExecDeathTest
884 virtual TestRole AssumeRole();
1113 // The AssumeRole process for a fork-and-exec death test. It re-executes the
1117 DeathTest::TestRole ExecDeathTest::AssumeRole() { function in class:testing::internal::ExecDeathTest
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc629 virtual TestRole AssumeRole();
690 // The AssumeRole process for a Windows death test. It creates a child
695 DeathTest::TestRole WindowsDeathTest::AssumeRole() { function in class:testing::internal::WindowsDeathTest
785 // methods of the DeathTest interface. Only the AssumeRole method is
828 virtual TestRole AssumeRole();
831 // The AssumeRole process for a fork-and-run death test. It implements a
833 DeathTest::TestRole NoExecDeathTest::AssumeRole() { function in class:testing::internal::NoExecDeathTest
884 virtual TestRole AssumeRole();
1114 // The AssumeRole process for a fork-and-exec death test. It re-executes the
1118 DeathTest::TestRole ExecDeathTest::AssumeRole() { function in class:testing::internal::ExecDeathTest
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc580 virtual TestRole AssumeRole();
641 // The AssumeRole process for a Windows death test. It creates a child
646 DeathTest::TestRole WindowsDeathTest::AssumeRole() { function in class:testing::internal::WindowsDeathTest
740 // methods of the DeathTest interface. Only the AssumeRole method is
783 TestRole AssumeRole() override;
786 // The AssumeRole process for a fork-and-run death test. It implements a
788 DeathTest::TestRole NoExecDeathTest::AssumeRole() { function in class:testing::internal::NoExecDeathTest
838 TestRole AssumeRole() override;
990 // The AssumeRole process for a fork-and-exec death test. It re-executes the
994 DeathTest::TestRole ExecDeathTest::AssumeRole() { function in class:testing::internal::ExecDeathTest
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc618 virtual TestRole AssumeRole();
679 // The AssumeRole process for a Windows death test. It creates a child
684 DeathTest::TestRole WindowsDeathTest::AssumeRole() { function in class:testing::internal::WindowsDeathTest
774 // methods of the DeathTest interface. Only the AssumeRole method is
817 virtual TestRole AssumeRole();
820 // The AssumeRole process for a fork-and-run death test. It implements a
822 DeathTest::TestRole NoExecDeathTest::AssumeRole() { function in class:testing::internal::NoExecDeathTest
873 virtual TestRole AssumeRole();
1096 // The AssumeRole process for a fork-and-exec death test. It re-executes the
1100 DeathTest::TestRole ExecDeathTest::AssumeRole() { function in class:testing::internal::ExecDeathTest
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/v8/testing/gtest/src/
H A Dgtest-death-test.cc627 virtual TestRole AssumeRole();
688 // The AssumeRole process for a Windows death test. It creates a child
693 DeathTest::TestRole WindowsDeathTest::AssumeRole() { function in class:testing::internal::WindowsDeathTest
783 // methods of the DeathTest interface. Only the AssumeRole method is
826 virtual TestRole AssumeRole();
829 // The AssumeRole process for a fork-and-run death test. It implements a
831 DeathTest::TestRole NoExecDeathTest::AssumeRole() { function in class:testing::internal::NoExecDeathTest
882 virtual TestRole AssumeRole();
1112 // The AssumeRole process for a fork-and-exec death test. It re-executes the
1116 DeathTest::TestRole ExecDeathTest::AssumeRole() { function in class:testing::internal::ExecDeathTest
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-death-test.cc618 virtual TestRole AssumeRole();
679 // The AssumeRole process for a Windows death test. It creates a child
684 DeathTest::TestRole WindowsDeathTest::AssumeRole() { function in class:testing::internal::WindowsDeathTest
774 // methods of the DeathTest interface. Only the AssumeRole method is
817 virtual TestRole AssumeRole();
820 // The AssumeRole process for a fork-and-run death test. It implements a
822 DeathTest::TestRole NoExecDeathTest::AssumeRole() { function in class:testing::internal::NoExecDeathTest
873 virtual TestRole AssumeRole();
1096 // The AssumeRole process for a fork-and-exec death test. It re-executes the
1100 DeathTest::TestRole ExecDeathTest::AssumeRole() { function in class:testing::internal::ExecDeathTest
[all...]

Completed in 2065 milliseconds