HomeSort by relevance Sort by last modified time
    Searched refs:SetUp (Results 76 - 100 of 2205) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/cc/test/
pixel_test.h 88 virtual void SetUp() OVERRIDE;
119 inline void RendererPixelTest<GLRenderer>::SetUp() {
134 inline void RendererPixelTest<GLRendererWithExpandedViewport>::SetUp() {
153 inline void RendererPixelTest<SoftwareRenderer>::SetUp() {
168 inline void RendererPixelTest<SoftwareRendererWithExpandedViewport>::SetUp() {
  /external/chromium_org/chrome/test/chromedriver/chrome/
device_manager_unittest.cc 112 ASSERT_TRUE(device1->SetUp("a.chrome.package", "", "", "", false, 0).IsOk());
113 ASSERT_FALSE(device1->SetUp("a.chrome.package", "", "", "", false, 0).IsOk());
115 ASSERT_FALSE(device1->SetUp(
117 ASSERT_FALSE(device1->SetUp("a.package", "", "", "", false, 0).IsOk());
118 ASSERT_TRUE(device1->SetUp(
122 ASSERT_TRUE(device1->SetUp(
  /external/chromium_org/components/policy/core/common/
configuration_policy_provider_test.h 47 virtual void SetUp() OVERRIDE;
73 // Actions to run at gtest SetUp() time.
74 virtual void SetUp() = 0;
123 virtual void SetUp() OVERRIDE;
  /external/chromium_org/content/public/test/
sandbox_file_system_test_helper.h 46 void SetUp(const base::FilePath& base_dir);
51 void SetUp(storage::FileSystemContext* file_system_context);
52 void SetUp(const base::FilePath& base_dir,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
isac_speed_test.cc 26 virtual void SetUp() OVERRIDE;
42 void IsacSpeedTest::SetUp() {
43 AudioCodecSpeedTest::SetUp();
  /external/chromium_org/ui/aura/test/
aura_test_base.cc 27 << "You have overridden SetUp but never called super class's SetUp";
32 void AuraTestBase::SetUp() {
34 testing::Test::SetUp();
63 helper_->SetUp(context_factory);
  /external/chromium_org/athena/test/
athena_test_base.h 28 virtual void SetUp() OVERRIDE;
athena_test_helper.h 47 void SetUp(ui::ContextFactory* context_factory);
  /external/chromium_org/chrome/browser/chromeos/login/test/
oobe_base_test.h 38 virtual void SetUp() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
bookmark_applescript_utils_unittest.h 43 virtual void SetUp() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/frame/
test_with_browser_view.h 34 virtual void SetUp() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/
bidi_checker_web_ui_test.h 22 virtual void SetUp() OVERRIDE;
32 // Setup test path.
36 // The command line args used to run the test before being changed in SetUp().
  /external/chromium_org/chrome/test/base/
chrome_render_view_test.h 31 virtual void SetUp() OVERRIDE;
  /external/chromium_org/content/browser/
system_message_window_win_unittest.cc 24 virtual void SetUp() OVERRIDE {
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_browsertest.h 30 virtual void SetUp() OVERRIDE;
  /external/chromium_org/content/renderer/
external_popup_menu_browsertest.cc 36 virtual void SetUp() {
37 RenderViewTest::SetUp();
157 virtual void SetUp() {
158 RenderViewTest::SetUp();
  /external/chromium_org/extensions/browser/
extensions_test.cc 15 // This class does work in the constructor instead of SetUp() to give subclasses
40 void ExtensionsTest::SetUp() {
extensions_test.h 46 virtual void SetUp() OVERRIDE;
  /external/chromium_org/net/quic/congestion_control/
tcp_receiver_test.cc 16 virtual void SetUp() {
  /external/chromium_org/ppapi/tests/
test_flash_file.h 22 // TODO(raymes): We should have SetUp/TearDown methods for ppapi tests.
23 void SetUp();
  /external/chromium_org/sync/test/engine/
test_directory_setter_upper.h 12 // virtual void SetUp() {
13 // metadb_.SetUp();
56 virtual void SetUp();
63 // Undo everything done by SetUp(): close the directory and delete the
  /external/chromium_org/testing/gtest/test/
gtest_catch_exceptions_test_.cc 83 virtual void SetUp() { RaiseException(42, 0, 0, NULL); }
124 virtual void SetUp() {
125 ADD_FAILURE() << "CxxExceptionInConstructorTest::SetUp() "
185 virtual void SetUp() {
187 "CxxExceptionInSetUpTestCaseTest::SetUp() "
228 virtual void SetUp() { throw std::runtime_error("Standard C++ exception"); }
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
config_test.cc 25 virtual void SetUp() {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TwoWayCommunication.h 31 void SetUp();
  /external/chromium_org/third_party/webrtc/test/testsupport/
unittest_utils.h 49 void SetUp() {}

Completed in 1842 milliseconds

1 2 34 5 6 7 8 91011>>