/external/chromium/chrome/browser/policy/ |
H A D | configuration_policy_provider_win_unittest.cc | 305 GetParam().policy_name(), 306 GetParam().hklm_value()); 308 GetParam().policy_name(), 309 GetParam().hkcu_value()); 318 GetParam().policy_name(), 319 GetParam().hklm_value()); 323 const Value* value = store_->Get(GetParam().type()); 325 EXPECT_TRUE(value->Equals(GetParam().hklm_value())); 330 GetParam().policy_name(), 331 GetParam() [all...] |
H A D | configuration_policy_provider_mac_unittest.cc | 152 base::SysUTF8ToCFStringRef(GetParam().policy_name())); 166 base::SysUTF8ToCFStringRef(GetParam().policy_name())); 168 GetParam().GetPropertyListValue()); 181 base::SysUTF8ToCFStringRef(GetParam().policy_name())); 183 GetParam().GetPropertyListValue()); 192 const Value* value = store_->Get(GetParam().type()); 194 EXPECT_TRUE(GetParam().test_value()->Equals(value));
|
H A D | device_management_service_unittest.cc | 106 EXPECT_CALL(mock, OnError(GetParam().expected_error_)); 114 GetParam().request_status_, 115 GetParam().http_status_, 117 GetParam().response_); 122 EXPECT_CALL(mock, OnError(GetParam().expected_error_)); 130 GetParam().request_status_, 131 GetParam().http_status_, 133 GetParam().response_); 138 EXPECT_CALL(mock, OnError(GetParam().expected_error_)); 150 GetParam() [all...] |
H A D | config_dir_policy_provider_unittest.cc | 200 dict.Set(GetParam().policy_key(), Value::CreateNullValue()); 211 dict.Set(GetParam().policy_key(), GetParam().test_value()->DeepCopy()); 218 const Value* value = policy_store_.Get(GetParam().type()); 220 EXPECT_TRUE(GetParam().test_value()->Equals(value));
|
H A D | configuration_policy_pref_store_unittest.cc | 55 store_->GetValue(GetParam().pref_name(), NULL)); 62 provider_.AddPolicy(GetParam().type(), in_value); 66 store_->GetValue(GetParam().pref_name(), &value)); 97 store_->GetValue(GetParam().pref_name(), NULL)); 101 provider_.AddPolicy(GetParam().type(), 106 store_->GetValue(GetParam().pref_name(), &value)); 139 store_->GetValue(GetParam().pref_name(), NULL)); 143 provider_.AddPolicy(GetParam().type(), Value::CreateBooleanValue(false)); 148 store_->GetValue(GetParam().pref_name(), &value)); 151 provider_.AddPolicy(GetParam() [all...] |
/external/chromium/net/http/ |
H A D | http_proxy_client_socket_pool_unittest.cc | 108 if (GetParam() != HTTP) 114 if (GetParam() == HTTP) 151 if (GetParam() == SPDY) 163 if (GetParam() != HTTP) { 165 if (GetParam() == SPDY) { 277 if (GetParam() != SPDY) { 296 if (GetParam() == SPDY) 366 if (GetParam() == SPDY) return; 385 if (GetParam() == HTTP) return; 392 if (GetParam() [all...] |
/external/chromium/testing/gtest/samples/ |
H A D | sample8_unittest.cc | 100 // tie(force_on_the_fly, max_precalculated) = GetParam(); 104 bool force_on_the_fly = ::std::tr1::get<0>(GetParam()); 105 int max_precalculated = ::std::tr1::get<1>(GetParam()); 116 // Inside the test body, you can refer to the test parameter by GetParam().
|
H A D | sample7_unittest.cc | 65 // can refer to the test parameter by GetParam(). In this case, the test 71 virtual void SetUp() { table_ = (*GetParam())(); }
|
/external/gtest/samples/ |
H A D | sample8_unittest.cc | 100 // tie(force_on_the_fly, max_precalculated) = GetParam(); 104 bool force_on_the_fly = ::std::tr1::get<0>(GetParam()); 105 int max_precalculated = ::std::tr1::get<1>(GetParam()); 116 // Inside the test body, you can refer to the test parameter by GetParam().
|
H A D | sample7_unittest.cc | 65 // can refer to the test parameter by GetParam(). In this case, the test 71 virtual void SetUp() { table_ = (*GetParam())(); }
|
/external/protobuf/gtest/samples/ |
H A D | sample8_unittest.cc | 100 // tie(force_on_the_fly, max_precalculated) = GetParam(); 104 bool force_on_the_fly = ::std::tr1::get<0>(GetParam()); 105 int max_precalculated = ::std::tr1::get<1>(GetParam()); 116 // Inside the test body, you can refer to the test parameter by GetParam().
|
H A D | sample7_unittest.cc | 66 // you can refer to the test parameter by GetParam(). 73 virtual void SetUp() { table_ = (*GetParam())(); }
|
/external/chromium/testing/gtest/test/ |
H A D | gtest-param-test_test.cc | 634 current_parameter_ = GetParam(); 638 EXPECT_EQ(current_parameter_, GetParam()); 642 EXPECT_EQ(current_parameter_, GetParam()); 688 EXPECT_EQ(current_parameter_, GetParam()); 689 collected_parameters_.push_back(GetParam()); 715 EXPECT_EQ(1, GetParam()); 728 EXPECT_EQ(GetParam(), 33); 739 EXPECT_EQ(0, GetParam() % 33); 756 EXPECT_EQ(0, GetParam() % 42); 802 index_stream << "TestsReportCorrectNamesAndParameters/" << GetParam(); [all...] |
H A D | gtest_repeat_test.cc | 132 GTEST_CHECK_INT_EQ_(g_param_test_count % kNumberOfParamTests, GetParam());
|
/external/gtest/test/ |
H A D | gtest-param-test_test.cc | 634 current_parameter_ = GetParam(); 638 EXPECT_EQ(current_parameter_, GetParam()); 642 EXPECT_EQ(current_parameter_, GetParam()); 688 EXPECT_EQ(current_parameter_, GetParam()); 689 collected_parameters_.push_back(GetParam()); 715 EXPECT_EQ(1, GetParam()); 728 EXPECT_EQ(GetParam(), 33); 739 EXPECT_EQ(0, GetParam() % 33); 756 EXPECT_EQ(0, GetParam() % 42); 802 index_stream << "TestsReportCorrectNamesAndParameters/" << GetParam(); [all...] |
H A D | gtest_repeat_test.cc | 132 GTEST_CHECK_INT_EQ_(g_param_test_count % kNumberOfParamTests, GetParam());
|
/external/chromium/chrome/browser/net/ |
H A D | pref_proxy_config_service_unittest.cc | 308 for (size_t i = 0; i < arraysize(GetParam().switches); i++) { 309 const char* name = GetParam().switches[i].name; 310 const char* value = GetParam().switches[i].value; 331 if (GetParam().is_null) { 335 EXPECT_EQ(GetParam().auto_detect, config.auto_detect()); 336 EXPECT_EQ(GetParam().pac_url, config.pac_url()); 337 EXPECT_TRUE(GetParam().proxy_rules.Matches(config.proxy_rules()));
|
/external/protobuf/gtest/test/ |
H A D | gtest-param-test_test.cc | 602 current_parameter_ = GetParam(); 606 EXPECT_EQ(current_parameter_, GetParam()); 610 EXPECT_EQ(current_parameter_, GetParam()); 656 EXPECT_EQ(current_parameter_, GetParam()); 657 collected_parameters_.push_back(GetParam()); 681 EXPECT_EQ(1, GetParam()); 694 EXPECT_EQ(GetParam(), 33); 705 EXPECT_EQ(0, GetParam() % 33); 722 EXPECT_EQ(0, GetParam() % 42); 768 msg << "TestsAreNamedAppropriately/" << GetParam(); [all...] |
H A D | gtest_repeat_test.cc | 132 GTEST_CHECK_INT_EQ_(g_param_test_count % kNumberOfParamTests, GetParam());
|
/external/chromium/net/spdy/ |
H A D | spdy_network_transaction_unittest.cc | 452 BoundNetLog(), GetParam()); 542 BoundNetLog(), GetParam()); 594 NormalSpdyTransactionHelper helper(http_req, BoundNetLog(), GetParam()); 657 BoundNetLog(), GetParam()); 745 BoundNetLog(), GetParam()); 832 BoundNetLog(), GetParam()); 956 BoundNetLog(), GetParam()); 1095 BoundNetLog(), GetParam()); 1232 BoundNetLog(), GetParam()); 1353 BoundNetLog(), GetParam()); [all...] |
/external/chromium/chrome/browser/password_manager/ |
H A D | password_store_x_unittest.cc | 299 switch (GetParam()) { 686 if (GetParam() == WORKING_BACKEND) { 706 if (GetParam() == WORKING_BACKEND) { 726 if (GetParam() == WORKING_BACKEND) {
|
/external/chromium/crypto/ |
H A D | symmetric_key_unittest.cc | 82 PBKDF2TestVector test_data(GetParam());
|
/external/chromium/chrome/browser/sync/engine/ |
H A D | process_commit_response_command_unittest.cc | 381 return (GetParam() & (1 << TEST_PARAM_BOOKMARK_ENABLE_BIT)) == 0; 384 return (GetParam() & (1 << TEST_PARAM_AUTOFILL_ENABLE_BIT)) == 0;
|
/external/opencv/cvaux/include/ |
H A D | cvvidsurv.hpp | 226 double GetParam(const char* name) function in class:CvVSModule 306 double val = pM->GetParam(N); 337 pM->SetParam(N,GetParam(tmp));
|
/external/chromium/chrome/browser/extensions/ |
H A D | extension_pref_value_map_unittest.cc | 299 OverrideIncognitoTestCase test = GetParam();
|