Home
last modified time | relevance | path

Searched refs:SetUp (Results 1 – 25 of 2356) sorted by relevance

12345678910>>...95

/external/chromium_org/chrome/test/chromedriver/chrome/
Ddevice_manager_unittest.cc112 ASSERT_TRUE(device1->SetUp("a.chrome.package", "", "", "", false, 0).IsOk()); in TEST()
113 ASSERT_FALSE(device1->SetUp("a.chrome.package", "", "", "", false, 0).IsOk()); in TEST()
115 ASSERT_FALSE(device1->SetUp( in TEST()
117 ASSERT_FALSE(device1->SetUp("a.package", "", "", "", false, 0).IsOk()); in TEST()
118 ASSERT_TRUE(device1->SetUp( in TEST()
122 ASSERT_TRUE(device1->SetUp( in TEST()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Collections.Tests.pas26 procedure SetUp; override; procedure
38 procedure SetUp; override; procedure
53 procedure TestIHashList.SetUp; procedure
98 procedure TestIStackList.SetUp; procedure
DAntlr.Runtime.Tools.Tests.pas27 procedure SetUp; override; procedure
39 procedure SetUp; override; procedure
50 procedure SetUp; override; procedure
61 procedure SetUp; override; procedure
86 procedure SetUp; override; procedure
143 procedure TestIANTLRString.SetUp; procedure
170 procedure TestTANTLRString.SetUp; procedure
189 procedure TestICloneable.SetUp; procedure
212 procedure TestIList.SetUp; procedure
428 procedure TestIDictionary.SetUp; procedure
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
Dpreference_validation_delegate_unittest.cc29 virtual void SetUp() OVERRIDE { in SetUp() function in PreferenceValidationDelegateTest
30 testing::Test::SetUp(); in SetUp()
106 virtual void SetUp() OVERRIDE { in SetUp() function in PreferenceValidationDelegateValues
107 PreferenceValidationDelegateTest::SetUp(); in SetUp()
186 virtual void SetUp() OVERRIDE { in SetUp() function in PreferenceValidationDelegateNoIncident
187 PreferenceValidationDelegateTest::SetUp(); in SetUp()
226 virtual void SetUp() OVERRIDE { in SetUp() function in PreferenceValidationDelegateWithIncident
227 PreferenceValidationDelegateTest::SetUp(); in SetUp()
/external/chromium_org/cc/test/
Dpixel_test.h88 virtual void SetUp() OVERRIDE;
119 inline void RendererPixelTest<GLRenderer>::SetUp() { in SetUp() function
134 inline void RendererPixelTest<GLRendererWithExpandedViewport>::SetUp() { in SetUp() function
153 inline void RendererPixelTest<SoftwareRenderer>::SetUp() { in SetUp() function
168 inline void RendererPixelTest<SoftwareRendererWithExpandedViewport>::SetUp() { in SetUp() function
/external/chromium_org/chrome/browser/net/
Dproxy_browsertest.cc85 virtual void SetUp() OVERRIDE { in SetUp() function in __anon5f4062da0111::ProxyBrowserTest
87 InProcessBrowserTest::SetUp(); in SetUp()
155 virtual void SetUp() OVERRIDE { in SetUp() function in __anon5f4062da0111::HttpProxyScriptBrowserTest
157 InProcessBrowserTest::SetUp(); in SetUp()
207 virtual void SetUp() OVERRIDE { in SetUp() function in __anon5f4062da0111::FtpProxyScriptBrowserTest
209 InProcessBrowserTest::SetUp(); in SetUp()
/external/chromium_org/ash/system/chromeos/screen_security/
Dscreen_tray_item_unittest.cc56 virtual void SetUp() OVERRIDE { in SetUp() function in ash::ScreenTrayItemTest
57 test::AshTestBase::SetUp(); in SetUp()
86 virtual void SetUp() OVERRIDE { in SetUp() function in ash::ScreenCaptureTest
87 ScreenTrayItemTest::SetUp(); in SetUp()
103 virtual void SetUp() OVERRIDE { in SetUp() function in ash::ScreenShareTest
104 ScreenTrayItemTest::SetUp(); in SetUp()
/external/chromium_org/components/policy/core/browser/
Dconfiguration_policy_pref_store_unittest.cc42 virtual void SetUp() OVERRIDE { in SetUp() function in policy::ConfigurationPolicyPrefStoreListTest
70 virtual void SetUp() OVERRIDE { in SetUp() function in policy::ConfigurationPolicyPrefStoreStringTest
98 virtual void SetUp() OVERRIDE { in SetUp() function in policy::ConfigurationPolicyPrefStoreBooleanTest
142 virtual void SetUp() OVERRIDE { in SetUp() function in policy::ConfigurationPolicyPrefStoreIntegerTest
170 virtual void SetUp() OVERRIDE { in SetUp() function in policy::ConfigurationPolicyPrefStoreRefreshTest
171 ConfigurationPolicyPrefStoreTest::SetUp(); in SetUp()
/external/gtest/test/
Dgtest_catch_exceptions_test_.cc83 virtual void SetUp() { RaiseException(42, 0, 0, NULL); } in SetUp() function in SehExceptionInSetUpTest
124 virtual void SetUp() { in SetUp() function in CxxExceptionInConstructorTest
185 virtual void SetUp() { in SetUp() function in CxxExceptionInSetUpTestCaseTest
228 virtual void SetUp() { throw std::runtime_error("Standard C++ exception"); } in SetUp() function in CxxExceptionInSetUpTest
/external/chromium_org/testing/gtest/test/
Dgtest_catch_exceptions_test_.cc83 virtual void SetUp() { RaiseException(42, 0, 0, NULL); } in SetUp() function in SehExceptionInSetUpTest
124 virtual void SetUp() { in SetUp() function in CxxExceptionInConstructorTest
185 virtual void SetUp() { in SetUp() function in CxxExceptionInSetUpTestCaseTest
228 virtual void SetUp() { throw std::runtime_error("Standard C++ exception"); } in SetUp() function in CxxExceptionInSetUpTest
/external/chromium_org/ash/test/
Dash_test_helper_unittest.cc22 virtual void SetUp() OVERRIDE { in SetUp() function in AshTestHelperTest
23 testing::Test::SetUp(); in SetUp()
25 ash_test_helper_->SetUp(true); in SetUp()
/external/chromium_org/chrome/browser/ui/views/
Dfirst_run_bubble_unittest.cc21 virtual void SetUp() OVERRIDE;
36 void FirstRunBubbleTest::SetUp() { in SetUp() function in FirstRunBubbleTest
37 ViewsTestBase::SetUp(); in SetUp()
/external/chromium_org/ui/views/test/
Dviews_test_base.cc27 void ViewsTestBase::SetUp() { in SetUp() function in views::ViewsTestBase
28 testing::Test::SetUp(); in SetUp()
38 test_helper_->SetUp(); in SetUp()
/external/chromium_org/athena/test/
Dathena_test_base.cc33 void AthenaTestBase::SetUp() { in SetUp() function in athena::test::AthenaTestBase
35 testing::Test::SetUp(); in SetUp()
47 helper_->SetUp(context_factory); in SetUp()
/external/chromium_org/chrome/browser/ui/views/profiles/
Dprofile_chooser_view_browsertest.cc39 virtual void SetUp() OVERRIDE;
53 void ProfileChooserViewBrowserTest::SetUp() { in SetUp() function in ProfileChooserViewBrowserTest
54 InProcessBrowserTest::SetUp(); in SetUp()
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
Dtest_utils.cc147 void ImageWriterTestUtils::SetUp() { in SetUp() function in extensions::image_writer::ImageWriterTestUtils
148 SetUp(false); in SetUp()
151 void ImageWriterTestUtils::SetUp(bool is_browser_test) { in SetUp() function in extensions::image_writer::ImageWriterTestUtils
261 void ImageWriterUnitTestBase::SetUp() { in SetUp() function in extensions::image_writer::ImageWriterUnitTestBase
262 testing::Test::SetUp(); in SetUp()
263 test_utils_.SetUp(); in SetUp()
/external/chromium_org/content/browser/compositor/
Dsoftware_output_device_ozone_unittest.cc73 virtual void SetUp() OVERRIDE;
96 void SoftwareOutputDeviceOzoneTest::SetUp() { in SetUp() function in SoftwareOutputDeviceOzoneTest
125 virtual void SetUp() OVERRIDE;
128 void SoftwareOutputDeviceOzonePixelTest::SetUp() { in SetUp() function in SoftwareOutputDeviceOzonePixelTest
130 SoftwareOutputDeviceOzoneTest::SetUp(); in SetUp()
/external/chromium_org/ui/base/cocoa/controls/
Dblue_label_button_unittest.mm19 virtual void SetUp() OVERRIDE;
28 void BlueLabelButtonTest::SetUp() {
32 ui::CocoaTest::SetUp();
/external/chromium_org/chrome/browser/chromeos/login/auth/
Dcryptohome_authenticator_unittest.cc156 virtual void SetUp() { in SetUp() function in chromeos::CryptohomeAuthenticatorTest
162 mock_homedir_methods_->SetUp(true, cryptohome::MOUNT_ERROR_NONE); in SetUp()
439 ASSERT_TRUE(profile_manager_->SetUp()); in TEST_F()
500 ASSERT_TRUE(profile_manager_->SetUp()); in TEST_F()
564 mock_caller_->SetUp(true, cryptohome::MOUNT_ERROR_NONE); in TEST_F()
577 mock_caller_->SetUp(false, cryptohome::MOUNT_ERROR_NONE); in TEST_F()
590 mock_caller_->SetUp(true, cryptohome::MOUNT_ERROR_NONE); in TEST_F()
603 mock_caller_->SetUp(false, cryptohome::MOUNT_ERROR_NONE); in TEST_F()
619 mock_caller_->SetUp(true, cryptohome::MOUNT_ERROR_NONE); in TEST_F()
641 mock_caller_->SetUp(false, cryptohome::MOUNT_ERROR_NONE); in TEST_F()
[all …]
/external/chromium_org/content/browser/fileapi/
Dcopy_or_move_file_validator_unittest.cc55 void SetUp() { in SetUp() function in content::__anon509548990111::CopyOrMoveFileValidatorTestHelper
256 helper.SetUp(); in TEST()
267 helper.SetUp(); in TEST()
276 helper.SetUp(); in TEST()
289 helper.SetUp(); in TEST()
303 helper.SetUp(); in TEST()
320 helper.SetUp(); in TEST()
/external/chromium_org/chrome/browser/notifications/
Dmessage_center_settings_controller_unittest.cc35 virtual void SetUp() OVERRIDE { in SetUp() function in MessageCenterSettingsControllerTest
36 ASSERT_TRUE(testing_profile_manager_.SetUp()); in SetUp()
70 virtual void SetUp() OVERRIDE { in SetUp() function in MessageCenterSettingsControllerChromeOSTest
71 MessageCenterSettingsControllerTest::SetUp(); in SetUp()
/external/chromium_org/content/renderer/
Dexternal_popup_menu_browsertest.cc36 virtual void SetUp() { in SetUp() function in content::ExternalPopupMenuTest
37 RenderViewTest::SetUp(); in SetUp()
157 virtual void SetUp() { in SetUp() function in content::ExternalPopupMenuDisplayNoneTest
158 RenderViewTest::SetUp(); in SetUp()
/external/chromium_org/v8/src/
Dv8.cc79 Sampler::SetUp(); in InitializeOncePerProcessImpl()
90 compiler::Pipeline::SetUp(); in InitializeOncePerProcessImpl()
92 ExternalReference::SetUp(); in InitializeOncePerProcessImpl()
/external/chromium_org/ash/system/chromeos/supervised/
Dtray_supervised_user_unittest.cc48 virtual void SetUp() OVERRIDE;
55 void TraySupervisedUserInitialTest::SetUp() { in SetUp() function in ash::TraySupervisedUserInitialTest
58 test::AshTestBase::SetUp(); in SetUp()
/external/protobuf/gtest/test/
Dgtest_output_test_.cc252 virtual void SetUp() { in SetUp() function in NonFatalFailureInFixtureConstructorTest
277 virtual void SetUp() { in SetUp() function in FatalFailureInFixtureConstructorTest
307 virtual void SetUp() { in SetUp() function in NonFatalFailureInSetUpTest
332 virtual void SetUp() { in SetUp() function in FatalFailureInSetUpTest
376 virtual void SetUp() { in SetUp() function in ExceptionInFixtureCtorTest
404 virtual void SetUp() { in SetUp() function in ExceptionInSetUpTest
940 virtual void SetUp() { in SetUp() function in FooEnvironment
952 virtual void SetUp() { in SetUp() function in BarEnvironment

12345678910>>...95