Searched refs:tab (Results 476 - 500 of 721) sorted by relevance

<<11121314151617181920>>

/external/qemu/hw/intc/
H A Dapic.c115 static inline void set_bit(uint32_t *tab, int index) argument
120 tab[i] |= mask;
123 static inline void reset_bit(uint32_t *tab, int index) argument
128 tab[i] &= ~mask;
131 static inline int get_bit(uint32_t *tab, int index) argument
136 return !!(tab[i] & mask);
324 static int get_highest_priority_int(uint32_t *tab) argument
328 if (tab[i] != 0) {
329 return i * 32 + fls_bit(tab[i]);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp417 const int tab = 8; local
477 SkDebugf("%*s %d %sTo (%g,%g)\n", tab, "", lastIndex + 1,
493 SkDebugf("%*s %d gap lineTo (%g,%g)\n", tab, "",
539 SkDebugf("%*s %d %sTo last (%g, %g)\n", tab, "",
546 SkDebugf("%*s %d final line (%g, %g)\n", tab, "",
552 SkDebugf("%*s close\n", tab, "");
558 SkDebugf("%*s advance=%d edgeIndex=%d flip=%s\n", tab, "",
779 const int tab = 8;
795 SkDebugf("%*s.fTs[%d]=%1.9g (%1.9g,%1.9g)\n", tab + sizeof(className),
798 SkDebugf("%*s.fTopIntercepts=%u\n", tab
2233 const int tab = 3; // FIXME: debugging only local
2454 const int tab = 7; // FIXME: debugging only local
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp417 const int tab = 8; local
477 SkDebugf("%*s %d %sTo (%g,%g)\n", tab, "", lastIndex + 1,
493 SkDebugf("%*s %d gap lineTo (%g,%g)\n", tab, "",
539 SkDebugf("%*s %d %sTo last (%g, %g)\n", tab, "",
546 SkDebugf("%*s %d final line (%g, %g)\n", tab, "",
552 SkDebugf("%*s close\n", tab, "");
558 SkDebugf("%*s advance=%d edgeIndex=%d flip=%s\n", tab, "",
779 const int tab = 8;
795 SkDebugf("%*s.fTs[%d]=%1.9g (%1.9g,%1.9g)\n", tab + sizeof(className),
798 SkDebugf("%*s.fTopIntercepts=%u\n", tab
2233 const int tab = 3; // FIXME: debugging only local
2454 const int tab = 7; // FIXME: debugging only local
[all...]
/external/bison/
H A DMakefile.am73 --strip-tab \
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
H A DBookmarksBridgeTest.java43 ChromeShellTab tab = mActivity.getActiveTab();
44 mProfile = tab.getProfile();
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/printing/
H A DPrintingControllerTest.java168 final ChromeShellTab tab) {
182 controller.startPrint(new TabPrinter(tab), mockPrintManagerDelegate);
167 startControllerOnUiThread(final PrintingControllerImpl controller, final ChromeShellTab tab) argument
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
H A Dweb_navigation_api.h175 void TabAdded(content::WebContents* tab);
177 // Handler for NOTIFICATION_WEB_CONTENTS_DESTROYED. If |tab| is in
179 void TabDestroyed(content::WebContents* tab);
201 // API function that returns the states of all frames in a given tab.
/external/chromium_org/chrome/browser/extensions/
H A Dextension_view_host.cc221 WebContents* tab,
225 FileSelectHelper::RunFileChooser(tab, params);
220 RunFileChooser( WebContents* tab, const content::FileChooserParams& params) argument
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_browsertest.cc235 content::WebContents* tab = browser()->tab_strip_model()->GetWebContentsAt(0); local
236 EXPECT_EQ(1, tab->GetMaxPageID());
/external/chromium_org/chrome/browser/net/
H A Dwebsocket_browsertest.cc177 // Create a new tab, establish a WebSocket connection and close the tab.
178 content::WebContents* tab = local
181 content::WebContents::CreateParams(tab->GetBrowserContext()));
/external/chromium_org/chrome/browser/resources/gaia_auth/
H A Dbackground.js28 * the associated tab id.
36 // Maps a tab id to its associated BackgroundBridge.
94 return port.sender.tab ? port.sender.tab.id : -1;
102 * @param {string} tabId The associated tab ID.
109 // The associated tab ID. Only used for debugging now.
202 * script of switching to full tab if necessary.
/external/chromium_org/chrome/browser/resources/inspect/
H A Dinspect.css49 .tab-header {
54 .tab-header.selected {
58 .tab-header > button {
68 .tab-header:not(.selected) > button {
/external/chromium_org/chrome/browser/ui/apps/
H A Dchrome_app_delegate.cc55 // Force all links to open in a new tab, even if they were trying to open a
216 // Force all links to open in a new tab, even if they were trying to open a
236 content::WebContents* tab,
238 FileSelectHelper::RunFileChooser(tab, params);
235 RunFileChooser( content::WebContents* tab, const content::FileChooserParams& params) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands.h29 // For all commands, where a tab is not specified, the active tab is assumed.
43 // Opens a new window with the default blank tab.
46 // Opens a new window with the default blank tab. This bypasses metrics and
152 // Opens a view-source tab for a given web contents.
153 void ViewSource(Browser* browser, content::WebContents* tab);
155 // Opens a view-source tab for any frame within a given web contents.
157 content::WebContents* tab,
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator_impl.cc173 StartupTab tab; local
174 tab.is_pinned = false;
175 tab.url = urls[i];
176 tabs->push_back(tab);
377 // be an app tab.
415 // function will open an app that should be in a tab, there is no need
426 // If the user doesn't want to open a tab, fail.
722 StartupTab tab; local
723 tab.is_pinned = false;
724 tab
[all...]
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_ui_unittest.cc36 bool IsShowingWebContentsModalDialog(WebContents* tab) { argument
38 WebContentsModalDialogManager::FromWebContents(tab);
64 // Create/Get a preview tab for initiator.
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dcrypto-sha1.js188 var tab = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
198 else str += tab.charAt((triplet >> 6*(3-j)) & 0x3F);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dcrypto-sha1.js188 var tab = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
198 else str += tab.charAt((triplet >> 6*(3-j)) & 0x3F);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dcrypto-sha1.js188 var tab = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
198 else str += tab.charAt((triplet >> 6*(3-j)) & 0x3F);
/external/chromium_org/third_party/lcov/bin/
H A Dgenpng85 if (!GetOptions("tab-size=i" => \$tab_size,
147 -t, --tab-size TABSIZE Use TABSIZE spaces in place of tab
239 my $tab_size = shift(@_); # Replacement string for tab signs
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dcros_browser_backend.py236 # session, which also starts with an open browser tab.
240 # Open a new window/tab.
241 tab = self.tab_list_backend.New(timeout=30)
242 tab.Navigate('about:blank', timeout=10)
248 'new tab creation/navigation, '
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dtab_unittest.py19 def _IsDocumentVisible(tab):
20 return not tab.EvaluateJavaScript('document.hidden || document.webkitHidden')
129 # Create 3 tabs. The third tab is closed before we call
143 first_tab.ExecuteJavaScript('console.time("first-tab-marker");')
144 first_tab.ExecuteJavaScript('console.timeEnd("first-tab-marker");')
145 second_tab.ExecuteJavaScript('console.time("second-tab-marker");')
146 second_tab.ExecuteJavaScript('console.timeEnd("second-tab-marker");')
150 # Assert that the renderer_thread of the first tab contains
151 # 'first-tab-marker'.
155 renderer_thread.IterAllSlicesOfName('first-tab
[all...]
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_runner_unittest.py152 def ValidateAndMeasurePage(self, page, tab, results):
159 raise exceptions.BrowserGoneException(tab.browser)
345 def ValidatePage(self, _1, tab, _2):
346 actual_user_agent = tab.EvaluateJavaScript('window.navigator.userAgent')
365 # Ensure that page_runner forces exactly 1 tab before running a page.
446 def ValidateAndMeasurePage(self, page, tab, results):
478 def CleanUpAfterPage(self, page, tab):
545 def WillNavigateToPage(self, page, tab):
549 tab.browser._wpr_server is not None) # pylint: disable=W0212
/external/chromium_org/ui/webui/resources/js/cr/ui/page_manager/
H A Dpage.js29 this.tab = null;
98 * the tab order for elements that are visually reversed using
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager_browsertest.cc132 // Open a new tab and make sure the task manager notices it.
138 // Close the tab and verify that we notice.
151 // Open a new tab and make sure the task manager notices it.
157 // Killing the tab via task manager should remove the row.
158 int tab = FindResourceIndex(MatchTab("title1.html")); local
159 ASSERT_NE(-1, tab);
160 ASSERT_TRUE(model()->GetResourceWebContents(tab) != NULL);
161 ASSERT_TRUE(model()->CanActivate(tab));
162 TaskManager::GetInstance()->KillProcess(tab);
378 // Open a new tab t
[all...]

Completed in 1269 milliseconds

<<11121314151617181920>>