HomeSort by relevance Sort by last modified time
    Searched defs:test_utils (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chromeos/
chromeos_test_utils.cc 12 namespace test_utils { namespace in namespace:chromeos
31 } // namespace test_utils
chromeos_test_utils.h 15 namespace test_utils { namespace in namespace:chromeos
22 } // namespace test_utils
  /external/chromium_org/chromeos/network/onc/
onc_test_utils.h 20 namespace test_utils { namespace in namespace:chromeos::onc
32 // EXPECT_TRUE(test_utils::Equals(expected, actual));
36 } // namespace test_utils
onc_test_utils.cc 17 namespace test_utils { namespace in namespace:chromeos::onc
28 if (!chromeos::test_utils::GetTestDataPath(kNetworkComponentDirectory,
44 if (!chromeos::test_utils::GetTestDataPath(kNetworkComponentDirectory,
81 } // namespace test_utils
  /external/chromium_org/chrome/test/functional/
chromeos_browser.py 8 import test_utils namespace
32 test_utils.CrashBrowser(self)
doc_viewing.py 12 import test_utils namespace
53 test_utils.CopyFileFromDataDirToDownloadDir(self, os.path.join(path,
test_clean_exit.py 15 import test_utils namespace
chromeos_crosh.py 10 import test_utils namespace
24 test_utils.OpenCroshVerification(self)
45 test_utils.OpenCroshVerification(self)
63 test_utils.OpenCroshVerification(self)
86 test_utils.OpenCroshVerification(self)
102 test_utils.OpenCroshVerification(self)
121 test_utils.OpenCroshVerification(self)
144 test_utils.OpenCroshVerification(self)
chromeos_wifi_functional.py 7 import test_utils namespace
83 test_utils.LoginToDevice(self)
102 test_utils.LoginToDevice(self)
121 test_utils.LoginToDevice(self)
130 test_utils.LoginToDevice(self, test_account='test_google_account_2')
137 test_utils.LoginToDevice(self)
146 test_utils.LoginToDevice(self, test_account='test_google_account_2')
157 test_utils.LoginToDevice(self)
166 test_utils.LoginToDevice(self, test_account='test_google_account_2')
185 test_utils.LoginToDevice(self
    [all...]
search_engines.py 10 import test_utils namespace
autofill.py 14 import test_utils namespace
chromeos_file_browser.py 10 import test_utils namespace
81 test_utils.CopyFileFromContentDataDirToDownloadDir(self,
84 test_utils.CopyFileFromDataDirToDownloadDir(self, 'pyauto_private/media/' +\
memory.py 12 import test_utils namespace
23 system for process memory usage info (test_utils.GetMemoryUsageOfProcess()).
95 usage = test_utils.GetMemoryUsageOfProcess(pid)
125 usage = test_utils.GetMemoryUsageOfProcess(pid)
infobars.py 12 import test_utils namespace
192 test_utils.GoogleAccountsLogin(self, username, password, tab_index, windex)
211 infobar_index = test_utils.WaitForInfobarTypeAndGetIndex(
224 lambda: test_utils.GetInfobarIndexByType(
251 test_utils.WaitForInfobarTypeAndGetIndex(self, self.PW_INFOBAR_TYPE)
252 test_utils.AssertInfobarTypeDoesNotAppear(self, self.OC_INFOBAR_TYPE)
257 test_utils.AssertInfobarTypeDoesNotAppear(self, self.OC_INFOBAR_TYPE)
272 test_utils.WaitForInfobarTypeAndGetIndex(self, self.OC_INFOBAR_TYPE)
273 test_utils.AssertInfobarTypeDoesNotAppear(self, self.PW_INFOBAR_TYPE)
300 test_utils.AssertInfobarTypeDoesNotAppear(self, self.OC_INFOBAR_TYPE
    [all...]
netflix.py 12 import test_utils namespace
omnibox.py 15 import test_utils namespace
44 matches = test_utils.GetOmniboxMatchesFor(
74 matches_description = test_utils.GetOmniboxMatchesFor(
107 matches = test_utils.GetOmniboxMatchesFor(self, 'file://')
123 matches = test_utils.GetOmniboxMatchesFor(self, 'goog')
171 matches = test_utils.GetOmniboxMatchesFor(self,
183 matches = test_utils.GetOmniboxMatchesFor(self, 'apple')
198 matches = test_utils.GetOmniboxMatchesFor(self, search_string)
210 matches = test_utils.GetOmniboxMatchesFor(self, search_string)
216 matches = test_utils.GetOmniboxMatchesFor(self, search_string
    [all...]
passwords.py 11 import test_utils namespace
132 test_utils.GoogleAccountsLogin(self, username, password)
138 'accept', infobar_index=test_utils.WaitForInfobarTypeAndGetIndex(
143 test_utils.VerifyGoogleAccountCredsFilled(self, username, password,
151 test_utils.GoogleAccountsLogin(
154 'accept', infobar_index=test_utils.WaitForInfobarTypeAndGetIndex(
159 test_utils.GoogleAccountsLogin(
163 'cancel', infobar_index=test_utils.WaitForInfobarTypeAndGetIndex(
179 test_utils.GoogleAccountsLogin(self, username, password)
181 'accept', infobar_index=test_utils.WaitForInfobarTypeAndGetIndex
    [all...]
prefs.py 12 import test_utils namespace
270 'accept', infobar_index=test_utils.WaitForInfobarTypeAndGetIndex(
prefs_ui.py 10 import test_utils namespace
269 'accept', infobar_index=test_utils.WaitForInfobarTypeAndGetIndex(
special_tabs.py 11 import test_utils namespace
187 test_utils.StringContentCheck(
199 test_utils.StringContentCheck(self, self.GetTabContents(),
284 test_utils.StringContentCheck(self, self.GetTabContents(),
youtube.py 12 import test_utils namespace
196 test_utils.GoogleAccountsLogin(self,
chromeos_login.py 13 import test_utils namespace
230 test_utils.OpenCroshVerification(self)
253 test_utils.OpenCroshVerification(self)
fullscreen_mouselock.py 14 import test_utils namespace
ntp.py 11 import test_utils namespace
203 self.assertEquals(expected, test_utils.StripUnmatchedKeys(
220 self.assertEquals(expected, test_utils.StripUnmatchedKeys(
233 self.assertEquals(expected, test_utils.StripUnmatchedKeys(
263 self.assertEquals(expected, test_utils.StripUnmatchedKeys(
nacl_sdk.py 27 import test_utils namespace
422 infobar_index = test_utils.WaitForInfobarTypeAndGetIndex(self,

Completed in 605 milliseconds

1 2