HomeSort by relevance Sort by last modified time
    Searched refs:AssumeRole (Results 1 - 25 of 30) sorted by null

1 2

  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 109 virtual TestRole AssumeRole() = 0;
197 switch (gtest_dt->AssumeRole()) { \
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 109 virtual TestRole AssumeRole() = 0;
197 switch (gtest_dt->AssumeRole()) { \
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 109 virtual TestRole AssumeRole() = 0;
197 switch (gtest_dt->AssumeRole()) { \
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 109 virtual TestRole AssumeRole() = 0;
197 switch (gtest_dt->AssumeRole()) { \
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 103 virtual TestRole AssumeRole() = 0;
166 switch (gtest_dt->AssumeRole()) { \
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 109 virtual TestRole AssumeRole() = 0;
197 switch (gtest_dt->AssumeRole()) { \
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 109 virtual TestRole AssumeRole() = 0;
197 switch (gtest_dt->AssumeRole()) { \
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 616 virtual TestRole AssumeRole();
677 // The AssumeRole process for a Windows death test. It creates a child
682 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
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() {
    [all...]
  /external/gtest/src/
gtest-death-test.cc 618 virtual TestRole AssumeRole();
679 // The AssumeRole process for a Windows death test. It creates a child
684 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
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() {
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 580 virtual TestRole AssumeRole();
641 // The AssumeRole process for a Windows death test. It creates a child
646 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
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() {
838 TestRole AssumeRole() override;
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 578 virtual TestRole AssumeRole();
639 // The AssumeRole process for a Windows death test. It creates a child
644 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
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() {
836 virtual TestRole AssumeRole();
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 530 virtual TestRole AssumeRole();
591 // The AssumeRole process for a Windows death test. It creates a child
596 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
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() {
788 virtual TestRole AssumeRole();
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 618 virtual TestRole AssumeRole();
679 // The AssumeRole process for a Windows death test. It creates a child
684 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
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() {
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 618 virtual TestRole AssumeRole();
679 // The AssumeRole process for a Windows death test. It creates a child
684 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
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() {
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/iam/
test_connection.py 188 <AssumeRolePolicyDocument>{"Version":"2012-10-17","Statement":[{"Effect":"Allow","Principal":{"Service":["ec2.amazonaws.com"]},"Action":["sts:AssumeRole"]}]}</AssumeRolePolicyDocument>
207 self.assertDictEqual(json.loads(self.actual_request.params["AssumeRolePolicyDocument"]), {"Statement": [{"Action": ["sts:AssumeRole"], "Effect": "Allow", "Principal": {"Service": ["ec2.amazonaws.com"]}}]})
218 self.assertDictEqual(json.loads(self.actual_request.params["AssumeRolePolicyDocument"]), {"Statement": [{"Action": ["sts:AssumeRole"], "Effect": "Allow", "Principal": {"Service": ["ec2.amazonaws.com.cn"]}}]})
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc 844 // The value a MockDeathTest will return from its AssumeRole method.
851 // Number of times AssumeRole was called.
880 virtual TestRole AssumeRole() {
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 842 // The value a MockDeathTest will return from its AssumeRole method.
849 // Number of times AssumeRole was called.
878 virtual TestRole AssumeRole() {
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 725 // The value a MockDeathTest will return from its AssumeRole method.
732 // Number of times AssumeRole was called.
761 virtual TestRole AssumeRole() {
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-death-test_test.cc 908 // The value a MockDeathTest will return from its AssumeRole method.
915 // Number of times AssumeRole was called.
944 virtual TestRole AssumeRole() {
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 843 // The value a MockDeathTest will return from its AssumeRole method.
850 // Number of times AssumeRole was called.
879 virtual TestRole AssumeRole() {
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]

Completed in 834 milliseconds

1 2