HomeSort by relevance Sort by last modified time
    Searched refs:tabs (Results 101 - 125 of 459) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/autotest/client/cros/multimedia/
display_facade_native.py 364 @param url_pattern: A string of url pattern used to search for tabs.
372 tabs = self._resource.get_tabs()
373 for i in xrange(0, len(tabs)):
374 if url_pattern in tabs[i].url:
375 data = tabs[i].Screenshot(timeout=5)
515 # For more details, see chrome/browser/extensions/api/tabs/tabs_api.cc
664 # is a bug in tabs.Close(). If the current state is fullscreen and
video_facade_native.py 83 tab = self._resource._browser.tabs.New()
facade_resource.py 102 # The opened tabs are stored by tab descriptors.
172 """Clean all tabs that are not opened by facade_resource
178 # tabs.
232 tab = self._browser.tabs.New()
243 """Gets the tabs opened by browser.
245 @returns: The tabs attribute in telemetry browser object.
248 return self._browser.tabs
  /external/autotest/client/cros/video/
collect_golden_images.py 79 cr.browser.tabs[0],
  /external/autotest/client/site_tests/audio_WebRtcAudioLoopback/
audio_WebRtcAudioLoopback.py 46 self.tab = cr.browser.tabs[0]
  /external/autotest/client/site_tests/desktopui_AudioFeedback/
desktopui_AudioFeedback.py 65 self.play_video(self.chrome.browser.tabs[0], video_url)
  /external/autotest/client/site_tests/platform_InputBrowserNav/
platform_InputBrowserNav.py 106 tab = cr.browser.tabs[0]
  /external/autotest/client/site_tests/telemetry_AFDOGenerateClient/
telemetry_AFDOGenerateClient.py 107 tab = cr.browser.tabs.New()
  /external/autotest/client/site_tests/video_WebRtcCamera/
video_WebRtcCamera.py 35 self.tab = cr.browser.tabs[0]
  /external/autotest/client/site_tests/video_WebRtcMediaRecorder/
video_WebRtcMediaRecorder.py 43 self.tab = cr.browser.tabs[0]
  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
video_WebRtcPeerConnectionWithCamera.py 32 self.tab = cr.browser.tabs[0]
  /external/autotest/client/site_tests/video_YouTubeHTML5/
video_YouTubeHTML5.py 59 tab = browser.tabs[0]
  /external/okhttp/website/static/
bootstrap-combined.min.css     [all...]
  /frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
TabLayoutPreselectedUsage.java 35 import com.google.android.material.tabs.TabLayout;
58 mTabLayout = findViewById(R.id.tabs);
TabLayoutUsage.java 35 import com.google.android.material.tabs.TabLayout;
61 mTabLayout = findViewById(R.id.tabs);
  /frameworks/support/media/src/main/java/androidx/media/subtitle/
Cea608CCParser.java 175 int tabs = ccData.getTabOffset(); local
177 if (tabs > 0) {
178 getMemory().tab(tabs);
569 void tab(int tabs) {
570 moveCursorByCol(tabs);
  /external/doclava/res/assets/templates-sdk/
docpage.cs 144 if:tab1 ?><div id="title-tabs-wrapper"><?cs /if ?>
152 <h1 itemprop="name" <?cs if:tab1 ?>class="with-title-tabs"<?cs /if ?>><?cs var:page.title ?></h1><?cs
153 if:tab1 ?><ul id="title-tabs">
168 <div id="title-tabs-wrapper">
169 <ul id="title-tabs">
  /art/imgdiag/
imgdiag.cc 431 const char* tabs = " "; local
435 os_ << tabs
438 os_ << tabs
466 os_ << tabs << "Dirty array element " << (i - data_offset) / component_size << "\n";
472 os_ << tabs << "No field for byte offset " << i << "\n";
478 os_ << tabs << "Dirty instance fields " << dirty_instance_fields.size() << "\n";
480 os_ << tabs << ArtField::PrettyField(field)
489 os_ << tabs << "Dirty static fields " << dirty_static_fields.size() << "\n";
491 os_ << tabs << ArtField::PrettyField(field)
753 const char* tabs = " " local
    [all...]
  /external/autotest/client/site_tests/power_Consumption/
power_Consumption.py 192 fg_tab = self._browser.tabs.New()
347 fg_tab = self._browser.tabs.New()
484 self._tab = cr.browser.tabs[0]
  /system/chre/host/msm/daemon/
chre_daemon.cc 156 char tabs[8]; local
157 char *pos = tabs;
163 LOGV(" %s%s%s", line, tabs, line_chars);
  /developers/samples/android/ui/views/EffectiveNavigation/app/src/main/java/com/example/android/effectivenavigation/
MainActivity.java 72 final TabLayout tabLayout = (TabLayout) findViewById(R.id.tabs);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
textwrap.py 51 Expand tabs in input text to spaces before further processing.
141 Munge whitespace in text: expand tabs and convert all other
313 lines. Tabs in 'text' are expanded with string.expandtabs(),
340 default, tabs in 'text' are expanded with string.expandtabs(), and
353 wrapped paragraph. As with wrap(), tabs are expanded and other
373 Note that tabs and spaces are both treated as whitespace, but they
377 expanded tabs before searching for common leading whitespace.)
379 # Look for the longest leading string of spaces and tabs common to
  /external/autotest/client/common_lib/cros/
interactive_xmlrpc_server.py 41 self._tab = self._chrome.browser.tabs[0]
  /external/autotest/client/site_tests/audio_PlaybackPower/
audio_PlaybackPower.py 93 self.play_audio(cr.browser.tabs[0], url)
  /external/autotest/client/site_tests/audio_SeekAudioFeedback/
audio_SeekAudioFeedback.py 36 tab = self.chrome.browser.tabs[0]

Completed in 494 milliseconds

1 2 3 45 6 7 8 91011>>