Home
last modified time | relevance | path

Searched refs:self (Results 2501 - 2525 of 6817) sorted by relevance

1...<<101102103104105106107108109110>>...273

/test/xts/acts/pcs/pcs_py/
H A DtestPermissionName.py25 def __init__(self, controllers):
26 self.TAG = self.__class__.__name__
27 super().__init__(self.TAG, controllers)
29 def setup(self):
32 def process(self):
34 permissionBundleInfo = self.device1.execute_shell_command("bm dump -n ohos.global.systemres")
42 self.log.info('These permissions can not start with \'ohos\'. errorList: [' + ', '.join(errorList) + ']')
45 def teardown(self):
/third_party/node/deps/v8/tools/testrunner/local/fake_testsuite/
H A Dtestcfg.py12 def _list_test_filenames(self):
15 def list_tests(self):
16 self.test_count_estimation = 2
17 fast = self._create_test("fast", self.suite)
18 slow = self._create_test("slow", self.suite)
26 def _test_loader_class(self):
29 def _test_class(self):
/third_party/python/Include/cpython/
H A Dbytearrayobject.h22 PyByteArrayObject *self = _PyByteArray_CAST(op); in PyByteArray_AS_STRING() local
23 if (Py_SIZE(self)) { in PyByteArray_AS_STRING()
24 return self->ob_start; in PyByteArray_AS_STRING()
29 # define PyByteArray_AS_STRING(self) PyByteArray_AS_STRING(_PyObject_CAST(self))
33 PyByteArrayObject *self = _PyByteArray_CAST(op); in PyByteArray_GET_SIZE() local
34 return Py_SIZE(self); in PyByteArray_GET_SIZE()
37 # define PyByteArray_GET_SIZE(self) PyByteArray_GET_SIZE(_PyObject_CAST(self))
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dcheck_language_test.py28 def testMatches(self):
43 self.assertTrue(
47 def testSuppression(self):
48 self.assertFalse(check_language.check_match("", "in the man-pages"))
49 self.assertFalse(check_language.check_match("", "the MS_SLAVE test"))
52 def testMatchStartofFileWhenRequireSpace(self):
53 self.assertTrue(check_language.check_match("", "he said"))
56 def testMatchOverNewline(self):
57 self.assertTrue(check_language.check_match("", "flying\nblind"))
/third_party/skia/third_party/externals/sfntly/cpp/tools/
H A Dtest_data_generator_xml.py24 def __init__(self, table_data_generators, fonts, destination):
25 self.table_data_generators = table_data_generators
26 self.fonts = fonts
27 self.destination = destination
29 def Generate(self):
30 for font_path in self.fonts:
32 document = FontDataGeneratorXML(self.table_data_generators,
35 if not self.destination else
36 self.destination + os.path.basename(font_path)) + '.xml'
/third_party/skia/tools/skp/page_sets/
H A Dskia_amazon_mobile.py14 def __init__(self, url, page_set):
15 super(SkiaBuildbotMobilePage, self).__init__(
20 self.archive_data_file = 'data/skia_amazon_mobile.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
30 def __init__(self):
31 super(SkiaAmazonMobilePageSet, self).__init__(
40 self.AddStory(SkiaBuildbotMobilePage(url, self))
H A Dskia_baidu_mobile.py14 def __init__(self, url, page_set):
15 super(SkiaMobilePage, self).__init__(
20 self.archive_data_file = 'data/skia_baidu_mobile.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
30 def __init__(self):
31 super(SkiaBaiduMobilePageSet, self).__init__(
41 self.AddStory(SkiaMobilePage(url, self))
H A Dskia_booking_mobile.py14 def __init__(self, url, page_set):
15 super(SkiaMobilePage, self).__init__(
20 self.archive_data_file = 'data/skia_booking_mobile.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
30 def __init__(self):
31 super(SkiaBookingMobilePageSet, self).__init__(
41 self.AddStory(SkiaMobilePage(url, self))
H A Dskia_capitalvolkswagen_mobile.py14 def __init__(self, url, page_set):
15 super(SkiaMobilePage, self).__init__(
20 self.archive_data_file = 'data/skia_capitalvolkswagen_mobile.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
30 def __init__(self):
31 super(SkiaCapitalvolkswagenMobilePageSet, self).__init__(
40 self.AddStory(SkiaMobilePage(url, self))
H A Dskia_cnn_desktop.py14 def __init__(self, url, page_set):
15 super(SkiaDesktopPage, self).__init__(
20 self.archive_data_file = 'data/skia_cnn_desktop.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
30 def __init__(self):
31 super(SkiaCnnDesktopPageSet, self).__init__(
40 self.AddStory(SkiaDesktopPage(url, self)
H A Dskia_cnn_mobile.py14 def __init__(self, url, page_set):
15 super(SkiaMobilePage, self).__init__(
20 self.archive_data_file = 'data/skia_cnn_mobile.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
30 def __init__(self):
31 super(SkiaCnnMobilePageSet, self).__init__(
40 self.AddStory(SkiaMobilePage(url, self))
H A Dskia_cnnarticle_mobile.py14 def __init__(self, url, page_set):
15 super(SkiaMobilePage, self).__init__(
20 self.archive_data_file = 'data/skia_cnnarticle_mobile.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
30 def __init__(self):
31 super(SkiaCnnarticleMobilePageSet, self).__init__(
41 self.AddStory(SkiaMobilePage(url, self))
H A Dskia_deviantart_mobile.py14 def __init__(self, url, page_set):
15 super(SkiaMobilePage, self).__init__(
20 self.archive_data_file = 'data/skia_deviantart_mobile.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
30 def __init__(self):
31 super(SkiaDeviantartMobilePageSet, self).__init__(
40 self.AddStory(SkiaMobilePage(url, self))
H A Dskia_digg_tablet.py14 def __init__(self, url, page_set):
15 super(SkiaBuildbotDesktopPage, self).__init__(
20 self.archive_data_file = 'data/skia_digg_tablet.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
29 def __init__(self):
30 super(SkiaDiggTabletPageSet, self).__init__(
39 self.AddStory(SkiaBuildbotDesktopPage(url, self))
H A Dskia_ebay_desktop.py14 def __init__(self, url, page_set):
15 super(SkiaDesktopPage, self).__init__(
20 self.archive_data_file = 'data/skia_ebay_desktop.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url, timeout_in_seconds=120)
29 def __init__(self):
30 super(SkiaEbayDesktopPageSet, self).__init__(
39 self.AddStory(SkiaDesktopPage(url, self))
H A Dskia_espn_desktop.py14 def __init__(self, url, page_set):
15 super(SkiaBuildbotDesktopPage, self).__init__(
20 self.archive_data_file = 'data/skia_espn_desktop.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
31 def __init__(self):
32 super(SkiaEspnDesktopPageSet, self).__init__(
41 self.AddStory(SkiaBuildbotDesktopPage(url, self))
H A Dskia_facebook_desktop.py14 def __init__(self, url, page_set):
15 super(SkiaDesktopPage, self).__init__(
20 self.archive_data_file = 'data/skia_facebook_desktop.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
30 def __init__(self):
31 super(SkiaFacebookDesktopPageSet, self).__init__(
40 self.AddStory(SkiaDesktopPage(url, self)
H A Dskia_facebook_mobile.py14 def __init__(self, url, page_set):
15 super(SkiaMobilePage, self).__init__(
20 self.archive_data_file = 'data/skia_facebook_mobile.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
30 def __init__(self):
31 super(SkiaFacebookMobilePageSet, self).__init__(
40 self.AddStory(SkiaMobilePage(url, self))
H A Dskia_forecastio_mobile.py14 def __init__(self, url, page_set):
15 super(SkiaMobilePage, self).__init__(
20 self.archive_data_file = 'data/skia_forecastio_mobile.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
30 def __init__(self):
31 super(SkiaForecastioMobilePageSet, self).__init__(
40 self.AddStory(SkiaMobilePage(url, self)
H A Dskia_googleimagesearch_desktop.py14 def __init__(self, url, page_set):
15 super(SkiaDesktopPage, self).__init__(
20 self.archive_data_file = 'data/skia_googleimagesearch_desktop.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
30 def __init__(self):
31 super(SkiaGoogleimagesearchDesktopPageSet, self).__init__(
40 self.AddStory(SkiaDesktopPage(url, self)
H A Dskia_googlenews_mobile.py14 def __init__(self, url, page_set):
15 super(SkiaMobilePage, self).__init__(
20 self.archive_data_file = 'data/skia_googlenews_mobile.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
30 def __init__(self):
31 super(SkiaGooglenewsMobilePageSet, self).__init__(
40 self.AddStory(SkiaMobilePage(url, self)
H A Dskia_googlesearch_desktop.py14 def __init__(self, url, page_set):
15 super(SkiaDesktopPage, self).__init__(
20 self.archive_data_file = 'data/skia_googlesearch_desktop.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
30 def __init__(self):
31 super(SkiaGooglesearchDesktopPageSet, self).__init__(
40 self.AddStory(SkiaDesktopPage(url, self)
H A Dskia_googlesearch_mobile.py14 def __init__(self, url, page_set):
15 super(SkiaMobilePage, self).__init__(
20 self.archive_data_file = 'data/skia_googlesearch_mobile.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
30 def __init__(self):
31 super(SkiaGooglesearchMobilePageSet, self).__init__(
40 self.AddStory(SkiaMobilePage(url, self)
H A Dskia_linkedin_desktop.py18 def __init__(self, url, page_set):
19 super(SkiaDesktopPage, self).__init__(
24 self.archive_data_file = 'data/skia_linkedin_desktop.json'
26 def RunNavigateSteps(self, action_runner):
27 action_runner.Navigate(self.url, timeout_in_seconds=60)
33 def __init__(self):
34 super(SkiaLinkedinDesktopPageSet, self).__init__(
43 self.AddStory(SkiaDesktopPage(url, self))
H A Dskia_micrographygirlsvg_desktop.py14 def __init__(self, url, page_set):
15 super(SkiaBuildbotDesktopPage, self).__init__(
20 self.archive_data_file = 'data/skia_micrographygirlsvg_desktop.json'
22 def RunNavigateSteps(self, action_runner):
23 action_runner.Navigate(self.url)
29 def __init__(self):
30 super(SkiaMicrographygirlsvgDesktopPageSet, self).__init__(
40 self.AddStory(SkiaBuildbotDesktopPage(url, self))

Completed in 10 milliseconds

1...<<101102103104105106107108109110>>...273