Home
last modified time | relevance | path

Searched defs:tab (Results 1 – 25 of 166) sorted by relevance

1234567

/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
Dmedia_action.py15 def WillRunAction(self, tab): argument
19 def RunAction(self, tab): argument
22 def LoadJS(self, tab, js_file_name): argument
28 def WaitForEvent(self, tab, selector, event_name, timeout_in_seconds): argument
42 def HasEventCompletedOrError(self, tab, selector, event_name): argument
Dpage_action.py26 def WillRunAction(self, tab): argument
31 def RunAction(self, tab): argument
34 def CleanUp(self, tab): argument
38 tab, callback_js, selector=None, text=None, element_function=None, argument
123 def IsGestureSourceTypeSupported(tab, gesture_source_type): argument
Dpinch.py29 def WillRunAction(self, tab): argument
47 def _GetDefaultScaleFactorForPage(tab): argument
52 def RunAction(self, tab): argument
Dmouse_click.py21 def WillRunAction(self, tab): argument
31 def RunAction(self, tab): argument
Dload_media.py21 def WillRunAction(self, tab): argument
26 def RunAction(self, tab): argument
Dplay.py30 def WillRunAction(self, tab): argument
35 def RunAction(self, tab): argument
Dloop.py28 def WillRunAction(self, tab): argument
33 def RunAction(self, tab): argument
Dseek.py35 def WillRunAction(self, tab): argument
40 def RunAction(self, tab): argument
Drepeatable_scroll.py21 def WillRunAction(self, tab): argument
28 def RunAction(self, tab): argument
Dswipe.py30 def WillRunAction(self, tab): argument
56 def RunAction(self, tab): argument
Dtap.py25 def WillRunAction(self, tab): argument
46 def RunAction(self, tab): argument
Ddrag.py46 def WillRunAction(self, tab): argument
74 def RunAction(self, tab): argument
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
Ddesktopui_MediaAudioFeedback.py44 def rms_test(self, tab, media_file, noiseprof_file, test_duration): argument
78 def wait_player_end(self, tab): argument
85 def play_media(self, tab, media_file): argument
/external/autotest/client/site_tests/audio_SeekAudioFeedback/
Daudio_SeekAudioFeedback.py46 def rms_test(self, tab, test_file, noiseprof_file, test_duration): argument
78 def wait_player_end(self, tab): argument
85 def play_media(self, tab, test_file, value): argument
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
Dform_based_credentials_backend.py13 def IsAlreadyLoggedIn(self, tab): argument
61 def _SubmitLoginFormAndWait(self, action_runner, tab, username, password): argument
79 def LoginNeeded(self, tab, action_runner, config): argument
118 def LoginNoLongerNeeded(self, tab): # pylint: disable=unused-argument argument
/external/chromium-trace/catapult/telemetry/telemetry/value/
Dhistogram_util.py106 def GetHistogram(histogram_type, histogram_name, tab): argument
124 def GetHistogramCount(histogram_type, histogram_name, tab): argument
133 def GetHistogramSum(histogram_type, histogram_name, tab): argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
DASN1Dump.java61 String tab = indent + TAB; in _dumpAsString() local
101 String tab = indent + TAB; in _dumpAsString() local
139 String tab = indent + TAB; in _dumpAsString() local
277 String tab = indent + TAB; in _dumpAsString() local
/external/autotest/client/site_tests/power_FlashVideoSuspend/
Dpower_FlashVideoSuspend.py29 def check_video_is_playing(self, tab): argument
45 def suspend_with_youtube(self, tab, video_url): argument
/external/autotest/client/site_tests/power_VideoSuspend/
Dpower_VideoSuspend.py33 def check_video_is_playing(self, tab): argument
43 def suspend_with_video(self, browser, tab, video_url): argument
/external/chromium-trace/catapult/telemetry/telemetry/page/
Dpage_test_unittest.py21 def ValidateAndMeasurePage(self, page, tab, results): argument
27 def ValidateAndMeasurePage(self, page, tab, results): argument
36 def ValidateAndMeasurePage(self, page, tab, results): argument
45 def ValidateAndMeasurePage(self, page, tab, results): argument
58 def ValidateAndMeasurePage(self, page, tab, results): argument
Dpage_test.py119 def WillNavigateToPage(self, page, tab): argument
126 def DidNavigateToPage(self, page, tab): argument
148 def ValidateAndMeasurePage(self, page, tab, results): argument
175 def RunNavigateSteps(self, page, tab): argument
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dbrowser_credentials_unittest.py26 def LoginNeeded(self, config, _, tab): argument
30 def LoginNoLongerNeeded(self, tab): argument
/external/opencv3/3rdparty/libtiff/
Dtif_fax3.h195 #define LOOKUP8(wid,tab,eoflab) do { \ argument
207 #define LOOKUP16(wid,tab,eoflab) do { \ argument
227 #define LOOKUP8(wid,tab,eoflab) do { \ argument
232 #define LOOKUP16(wid,tab,eoflab) do { \ argument
/external/pdfium/third_party/libtiff/
Dtif_fax3.h195 #define LOOKUP8(wid,tab,eoflab) do { \ argument
207 #define LOOKUP16(wid,tab,eoflab) do { \ argument
227 #define LOOKUP8(wid,tab,eoflab) do { \ argument
232 #define LOOKUP16(wid,tab,eoflab) do { \ argument
/external/chromium-trace/catapult/telemetry/telemetry/
Drecord_wpr.py41 def WillNavigateToPage(self, page, tab): argument
47 def DidNavigateToPage(self, page, tab): argument
53 def CleanUpAfterPage(self, page, tab): argument
57 def ValidateAndMeasurePage(self, page, tab, results): argument
61 def RunNavigateSteps(self, page, tab): argument

1234567