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

1 2 3 4 5 6 7 8 91011>>

  /test/vti/dashboard/src/main/webapp/css/
show_test_acknowledgments.css 15 .row.home-tabs-row {
18 .row.home-tabs-row li.col.tab {
  /external/ImageMagick/www/api/MagickCore/
tabs.css 0 /* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
3 DIV.tabs
11 DIV.tabs UL
18 DIV.tabs LI, DIV.tabs FORM
25 DIV.tabs FORM
30 DIV.tabs A
40 DIV.tabs A:hover
45 DIV.tabs A:link, DIV.tabs A:visited
    [all...]
  /external/ImageMagick/www/api/MagickWand/
tabs.css 0 /* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
3 DIV.tabs
11 DIV.tabs UL
18 DIV.tabs LI, DIV.tabs FORM
25 DIV.tabs FORM
30 DIV.tabs A
40 DIV.tabs A:hover
45 DIV.tabs A:link, DIV.tabs A:visited
    [all...]
  /external/libxcam/
code_style.sh 3 git status -s | grep -E "\.cpp$|\.h$" | cut -c4- | xargs astyle --indent=spaces=4 --convert-tabs --pad-oper --suffix=none
  /external/subsampling-scale-image-view/docs/javadoc/
script.js 18 for (var value in tabs) {
19 var sNode = document.getElementById(tabs[value][0]);
23 spanNode.innerHTML = tabs[value][1];
27 spanNode.innerHTML = "<a href=\"javascript:show("+ value + ");\">" + tabs[value][1] + "</a>";
  /external/toybox/toys/posix/
expand.c 1 /* expand.c - expands tabs to space
15 Expand tabs to spaces according to tabstops.
29 struct arg_list *tabs;
93 struct arg_list *tabs; local
96 for (tabs = TT.tabs; tabs; tabs = tabs->next) {
97 char *s = tabs->arg
    [all...]
  /external/abi-compliance-checker/modules/Internals/Scripts/
Tabs.js 16 var tabs = [];
22 tabs.push(links[j]);
23 links[j].tabs = tabs;
25 //reset all tabs on start
40 //reset all tabs before change
41 for (var k = 0; k < this.tabs.length; k++)
43 document.getElementById(this.tabs[k].href.substr(this.tabs[k].href.indexOf('#') + 1)).style.display = 'none';
44 this.tabs[k].className = this.tabs[k].className.replace('active', 'disabled')
    [all...]
  /external/autotest/client/site_tests/graphics_Stress/
graphics_Stress.py 44 tab = cr.browser.tabs[-1]
53 tabs = []
55 cr.browser.tabs[0].WaitForDocumentReadyStateToBeComplete()
60 tab = cr.browser.tabs[0]
66 tab = cr.browser.tabs.New()
73 tabs.append(tab)
74 return tabs
91 """ Open 50 tabs of WebGL SpiritBox, and let them run for a while. """
93 tabs = self.open_urls(cr, [WEBGL_SPIRITBOX_URL] * 50,
96 for tab in tabs
    [all...]
  /system/chre/util/nanoapp/
debug.cc 64 char tabs[8]; local
65 char *pos = tabs;
71 LOGD(" %s%s%s", line, tabs, lineChars);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigTabGroup.java 35 ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] { local
40 setTabs(tabs);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchConfigTabGroups.java 31 ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] { local
37 setTabs(tabs);
  /external/skqp/src/core/
SkStringUtils.cpp 42 SkString tabs; local
44 tabs.append("\t");
52 result.append(tabs);
59 result.append(tabs);
  /frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
TabLayoutCustomItemsUsage.java 25 import com.google.android.material.tabs.TabLayout;
42 // Create three tabs with custom views
43 TabLayout tabLayout = findViewById(R.id.tabs);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitTabGroup.java 33 * Creates the UI tabs for the Android JUnit configuration
37 ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] { local
42 setTabs(tabs);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
pseudo.s 5 # next line has tabs
  /external/skia/src/core/
SkStringUtils.cpp 43 SkString tabs; local
45 tabs.append("\t");
53 result.append(tabs);
60 result.append(tabs);
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java 39 // Show 3 tabs with the different notification options.
41 TabLayout tabs = (TabLayout) findViewById(R.id.tabs); local
46 tabs.setupWithViewPager(viewPager);
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java 39 // Show 3 tabs with the different notification options.
41 TabLayout tabs = (TabLayout) findViewById(R.id.tabs); local
46 tabs.setupWithViewPager(viewPager);
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
LNotificationActivity.java 39 // Show 3 tabs with the different notification options.
41 TabLayout tabs = (TabLayout) findViewById(R.id.tabs); local
46 tabs.setupWithViewPager(viewPager);
  /external/autotest/client/cros/video/
histogram_verifier.py 67 tab = cr.browser.tabs.New()
106 tab = cr.browser.tabs.New()
127 tab = cr.browser.tabs.New()
  /external/autotest/client/site_tests/cfm_AutotestSmokeTest/
cfm_AutotestSmokeTest.py 23 self.tab = cr.browser.tabs[0]
  /external/selinux/gui/
system-config-selinux.py 85 self.tabs = []
124 self.tabs.append(page)
133 self.tabs[self.notebook.get_current_page()].deleteDialog()
136 self.tabs[self.notebook.get_current_page()].addDialog()
139 self.tabs[self.notebook.get_current_page()].propertiesDialog()
142 self.tabs[self.notebook.get_current_page()].on_local_clicked(button)
161 self.use_menus(self.tabs[rows[0][0]].use_menus())
164 self.use_menus(self.tabs[0].use_menus())
178 for page in self.tabs:
  /external/autotest/client/site_tests/platform_MemoryPressure/
platform_MemoryPressure.py 24 # Open tabs until a tab discard notification arrives, or a time limit
29 tab = cr.browser.tabs.New()
37 if n_tabs > len(cr.browser.tabs):
41 logging.info("tab discard after %d tabs", n_tabs)
43 msg = "FAIL: no tab discard after opening %d tabs in %ds" % \
  /external/python/cpython2/Mac/PythonLauncher/
FileSettings.h 19 - (BOOL) tabs;
35 BOOL tabs; // -t option: warn about inconsistent tabs variable
  /external/python/cpython3/Mac/PythonLauncher/
FileSettings.h 19 - (BOOL) tabs;
35 BOOL tabs; // -t option: warn about inconsistent tabs variable

Completed in 392 milliseconds

1 2 3 4 5 6 7 8 91011>>