/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
D | media_action.py | 15 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
|
D | page_action.py | 26 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
|
D | pinch.py | 29 def WillRunAction(self, tab): argument 47 def _GetDefaultScaleFactorForPage(tab): argument 52 def RunAction(self, tab): argument
|
D | mouse_click.py | 21 def WillRunAction(self, tab): argument 31 def RunAction(self, tab): argument
|
D | load_media.py | 21 def WillRunAction(self, tab): argument 26 def RunAction(self, tab): argument
|
D | play.py | 30 def WillRunAction(self, tab): argument 35 def RunAction(self, tab): argument
|
D | loop.py | 28 def WillRunAction(self, tab): argument 33 def RunAction(self, tab): argument
|
D | seek.py | 35 def WillRunAction(self, tab): argument 40 def RunAction(self, tab): argument
|
D | repeatable_scroll.py | 21 def WillRunAction(self, tab): argument 28 def RunAction(self, tab): argument
|
D | swipe.py | 30 def WillRunAction(self, tab): argument 56 def RunAction(self, tab): argument
|
D | tap.py | 25 def WillRunAction(self, tab): argument 46 def RunAction(self, tab): argument
|
D | drag.py | 46 def WillRunAction(self, tab): argument 74 def RunAction(self, tab): argument
|
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/ |
D | desktopui_MediaAudioFeedback.py | 44 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/ |
D | audio_SeekAudioFeedback.py | 46 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/ |
D | form_based_credentials_backend.py | 13 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/ |
D | histogram_util.py | 106 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/ |
D | ASN1Dump.java | 61 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/ |
D | power_FlashVideoSuspend.py | 29 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/ |
D | power_VideoSuspend.py | 33 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/ |
D | page_test_unittest.py | 21 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
|
D | page_test.py | 119 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/ |
D | browser_credentials_unittest.py | 26 def LoginNeeded(self, config, _, tab): argument 30 def LoginNoLongerNeeded(self, tab): argument
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_fax3.h | 195 #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/ |
D | tif_fax3.h | 195 #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/ |
D | record_wpr.py | 41 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
|