HomeSort by relevance Sort by last modified time
    Searched refs:TestHarness (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/components/policy/core/common/
config_dir_policy_loader_unittest.cc 28 class TestHarness : public PolicyProviderTestHarness {
30 TestHarness();
31 virtual ~TestHarness();
71 DISALLOW_COPY_AND_ASSIGN(TestHarness);
74 TestHarness::TestHarness()
78 TestHarness::~TestHarness() {}
80 void TestHarness::SetUp() {
84 ConfigurationPolicyProvider* TestHarness::CreateProvider
    [all...]
policy_loader_mac_unittest.cc 29 class TestHarness : public PolicyProviderTestHarness {
31 TestHarness();
32 virtual ~TestHarness();
59 DISALLOW_COPY_AND_ASSIGN(TestHarness);
62 TestHarness::TestHarness()
65 TestHarness::~TestHarness() {}
67 void TestHarness::SetUp() {}
69 ConfigurationPolicyProvider* TestHarness::CreateProvider
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_manager_unittest.cc 31 class TestHarness : public PolicyProviderTestHarness {
33 explicit TestHarness(PolicyLevel level);
34 virtual ~TestHarness();
63 DISALLOW_COPY_AND_ASSIGN(TestHarness);
66 TestHarness::TestHarness(PolicyLevel level)
69 TestHarness::~TestHarness() {}
71 void TestHarness::SetUp() {}
73 ConfigurationPolicyProvider* TestHarness::CreateProvider
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 199 class TestHarness {
209 TestHarness(int seed)
213 ~TestHarness() {
253 void TestHarness::AddType(int type, int weight, const char* name) {
262 int TestHarness::PickType() {
285 class AllocatorState : public TestHarness {
287 explicit AllocatorState(int seed) : TestHarness(seed), memalign_fraction_(0) {
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 199 class TestHarness {
209 TestHarness(int seed)
213 ~TestHarness() {
253 void TestHarness::AddType(int type, int weight, const char* name) {
262 int TestHarness::PickType() {
285 class AllocatorState : public TestHarness {
287 explicit AllocatorState(int seed) : TestHarness(seed), memalign_fraction_(0) {
    [all...]

Completed in 126 milliseconds