/external/openssl/crypto/bn/ |
bn_kron.c | 69 /* In 'tab', only odd-indexed entries are relevant: 71 * tab[BN_lsw(n) & 7] 75 static const int tab[8] = {0, 1, 0, -1, 0, -1, 0, 1}; local 124 ret = tab[BN_lsw(A) & 7]; 164 ret = ret * tab[BN_lsw(B) & 7];
|
/frameworks/rs/driver/linkloader/include/impl/ |
ELFSectionHeaderTable.hxx | 44 llvm::OwningPtr<ELFSectionHeaderTable> tab(new ELFSectionHeaderTable()); 64 tab->table.push_back(sh.take()); 67 return tab.take();
|
/external/chromium/chrome/browser/debugger/ |
devtools_remote_service.cc | 87 ListValue* tab = new ListValue(); local 88 tab->Append(Value::CreateIntegerValue( 90 tab->Append(Value::CreateStringValue(entry->url().spec())); 91 data->Append(tab);
|
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_host.h | 30 // The caller keeps ownership of the tab object and is responsible for 32 explicit ClientSideDetectionHost(TabContents* tab);
|
safe_browsing_blocking_page.cc | 135 tab()->controller().last_committed_entry_index(); 150 sb_service_, tab(), unsafe_resources[0]); 155 return (!tab()->profile()->IsOffTheRecord() && 156 tab()->GetURL().SchemeIs(chrome::kHttpScheme)); 249 UTF8ToUTF16(tab()->GetURL().host())), 259 UTF8ToUTF16(tab()->GetURL().host())), 271 UTF8ToUTF16(tab()->GetURL().host())), 303 UTF8ToUTF16(tab()->GetURL().host()), 352 tab()->profile()->GetPrefs()->FindPreference( 416 tab()->OpenURL(url, GURL(), CURRENT_TAB, PageTransition::LINK) [all...] |
/external/chromium/chrome/browser/sessions/ |
session_restore.h | 32 // If urls_to_open is non-empty, a tab is added for each of the URLs. 47 // restores the given session tab to a browser. 49 const SessionTab& tab); 54 // If urls_to_open is non-empty, a tab is added for each of the URLs.
|
/external/chromium/chrome/browser/ui/ |
browser_init.h | 79 struct Tab { 80 Tab(); 81 ~Tab(); 86 // If true, the tab corresponds to an app an |app_id| gives the id of the 90 // True if the is tab pinned. 120 // Creates a tab for each of the Tabs in |tabs|. If browser is non-null 127 const std::vector<Tab>& tabs); 139 // If the app is specified to start in a tab, or IsAppLaunch is false, 144 // should open in a tab, do so. 168 // Adds a Tab to |tabs| for each url in |urls| that doesn't already exis [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
tab_strip_controller.h | 29 // Returns true if the tab at |index| is the active tab. The active tab is the 42 // Returns true if the selected index is the new tab page. 45 // Select the tab at the specified index in the model. 57 // Closes the tab at the specified index in the model. 60 // Shows a context menu for the tab at the specified point in screen coords. 61 virtual void ShowContextMenuForTab(BaseTab* tab, const gfx::Point& p) = 0; 66 // Returns true if the associated TabStrip's delegate supports tab moving or 67 // detaching. Used by the Frame to determine if dragging on the Tab [all...] |
/external/opencv/cv/src/ |
cvadapthresh.cpp | 55 uchar tab[768]; local 81 tab[i] = (uchar)(i - 255 > -idelta ? maxValue : 0); 84 tab[i] = (uchar)(i - 255 <= -idelta ? maxValue : 0); 93 d[j] = tab[s[j] - m[j] + 255];
|
cvthresh.cpp | 49 uchar tab[256]; local 55 tab[i] = 0; 57 tab[i] = maxval; 61 tab[i] = maxval; 63 tab[i] = 0; 67 tab[i] = (uchar)i; 69 tab[i] = thresh; 73 tab[i] = 0; 75 tab[i] = (uchar)i; 79 tab[i] = (uchar)i [all...] |
cvsegmentation.cpp | 338 #define cdiff(ofs0) (tab[c0-dptr[ofs0]+255] + \ 339 tab[c1-dptr[(ofs0)+1]+255] + tab[c2-dptr[(ofs0)+2]+255] >= isr22) 350 int tab[768]; local 378 tab[i] = (i - 255)*(i - 255); 477 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 ) 483 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 [all...] |
/external/ppp/pppd/ |
Makefile.sol2 | 56 rm -f $(OBJS) pppd *~ core y.tab.c y.tab.h
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
TabHostRule.java | 62 INode tab = linear.appendChild(FQCN_TAB_WIDGET); local 63 tab.setAttribute(ANDROID_URI, ATTR_LAYOUT_WIDTH, fillParent); 64 tab.setAttribute(ANDROID_URI, ATTR_LAYOUT_HEIGHT, VALUE_WRAP_CONTENT); 65 tab.setAttribute(ANDROID_URI, ATTR_ID, "@android:id/tabs"); //$NON-NLS-1$ 77 String.format("@+id/tab%d", i + 1)); //$NON-NLS-1$
|
/frameworks/base/core/java/android/app/ |
ActionBar.java | 76 * Tab navigation mode. Instead of static title text this mode 505 * Create and return a new {@link Tab}. 506 * This tab will not be included in the action bar until it is added. 514 * @return A new Tab 516 * @see #addTab(Tab) 518 public abstract Tab newTab(); 521 * Add a tab for use in tabbed navigation mode. The tab will be added at the end of the list. 522 * If this is the first tab to be added it will become the selected tab [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
ActionBar.java | 86 * Tab navigation mode. Instead of static title text this mode presents a series of tabs for 485 * Create and return a new {@link Tab}. This tab will not be included in the action bar until it 494 * @return A new Tab 495 * @see #addTab(Tab) 497 public abstract Tab newTab(); 500 * Add a tab for use in tabbed navigation mode. The tab will be added at the end of the list. If 501 * this is the first tab to be added it will become the selected tab [all...] |
/external/chromium/chrome/browser/ui/gtk/tabs/ |
dragged_tab_controller_gtk.cc | 27 // Used to determine how far a tab must obscure another tab in order to swap 31 // How far a drag must pull a tab out of the tabstrip in order to detach it. 55 // Need to delete the dragged tab here manually _before_ we reset the dragged 99 bool DraggedTabControllerGtk::IsDragSourceTab(const TabGtk* tab) const { 100 return source_tab_ == tab; 103 bool DraggedTabControllerGtk::IsTabDetached(const TabGtk* tab) const { 104 if (!IsDragSourceTab(tab)) 157 // screen shot in the dragged tab. 230 // TODO(jhawkins): We don't handle the situation where the last tab is dragge 345 TabGtk* tab = GetTabMatchingDraggedContents(attached_tabstrip_); local 663 TabGtk* tab = GetTabMatchingDraggedContents(attached_tabstrip_); local 758 TabGtk* tab = GetTabMatchingDraggedContents(attached_tabstrip_); local [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
ScrollingTabContainerView.java | 39 * This widget implements the dynamic action bar tab behavior that can change across different 117 // Recenter the tab display if we're at a new (scrollable) size. 235 private TabView createTabView(ActionBar.Tab tab, boolean forAdapter) { 238 tabView.attach(this, tab, forAdapter); 255 public void addTab(ActionBar.Tab tab, boolean setSelected) { 256 TabView tabView = createTabView(tab, false); 270 public void addTab(ActionBar.Tab tab, int position, boolean setSelected) 366 final ActionBar.Tab tab = mTab; local [all...] |
/frameworks/support/v13/java/android/support/v13/app/ |
FragmentTabHost.java | 204 "No tab content FrameLayout found for id " + mContainerId); 222 // sure this tab's fragment is inactive if it exists. This shouldn't 246 TabInfo tab = mTabs.get(i); local 247 tab.fragment = mFragmentManager.findFragmentByTag(tab.tag); 248 if (tab.fragment != null && !tab.fragment.isDetached()) { 249 if (tab.tag.equals(currentTab)) { 250 // The fragment for this tab is already there and 252 // as the current tab. Nothing to do 312 TabInfo tab = mTabs.get(i); local [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
FragmentTabHost.java | 36 * its tab content. When placing this in a view hierarchy, after inflating 38 * to complete the initialization of the tab host. 212 "No tab content FrameLayout found for id " + mContainerId); 230 // sure this tab's fragment is inactive if it exists. This shouldn't 254 TabInfo tab = mTabs.get(i); local 255 tab.fragment = mFragmentManager.findFragmentByTag(tab.tag); 256 if (tab.fragment != null && !tab.fragment.isDetached()) { 257 if (tab.tag.equals(currentTab)) 320 TabInfo tab = mTabs.get(i); local [all...] |
/external/bison/src/ |
files.c | 63 If --output=dir/foo.tab.c was specified, DIR_PREFIX is `dir/', 64 ALL_BUT_EXT is `dir/foo.tab', and ALL_BUT_TAB_EXT is `dir/foo'. 67 ALL_BUT_EXT = `foo.tab' and ALL_BUT_TAB_EXT = `foo'. 177 /* Decompose FILE_NAME in four parts: *BASE, *TAB, and *EXT, the fourth 183 If there is no *EXT, *TAB is NULL. Otherwise, *TAB points to 184 `.tab' or `_tab' if present right before *EXT, or is NULL. *TAB 190 '/tmp/foo.tab.c' -> *BASE = 'foo.tab.c', *TAB = '.tab.c', *EXT 230 const char *base, *tab, *ext; local [all...] |
/external/chromium/chrome/browser/ |
browser_encoding_uitest.cc | 248 scoped_refptr<TabProxy> tab(GetActiveTab()); 249 ASSERT_TRUE(tab.get()); 256 ASSERT_TRUE(tab->NavigateToURL(url)); 262 EXPECT_TRUE(tab->Reload()); 267 EXPECT_TRUE(tab->GetPageCurrentEncoding(&encoding)); 273 EXPECT_TRUE(tab->Reload()); 281 EXPECT_TRUE(tab->GetPageCurrentEncoding(&encoding)); 293 EXPECT_TRUE(tab->SavePage(full_saved_file_name, temp_sub_resource_dir_,
|
omnibox_search_hint.cc | 85 : ConfirmInfoBarDelegate(omnibox_hint->tab()), 152 OmniboxSearchHint::OmniboxSearchHint(TabContents* tab) : tab_(tab) { 153 NavigationController* controller = &(tab->controller()); 166 Source<Profile>(tab->profile()));
|
/external/chromium/chrome/browser/tabs/ |
tab_finder.h | 24 // TabFinder is used to locate a tab by URL. TabFinder matches tabs based 37 // Returns the tab that matches the specified url. If a tab is found the 38 // browser containing the tab is set in |existing_browser|. This searches 68 // Returns true if the tab's current url is |url|, or the start of the 69 // redirect chain for the tab is |url|. 72 // Returns the first tab in the specified browser that matches the specified 76 // If we're not currently tracking |tab| this creates a 78 void TrackTab(TabContents* tab); 91 void FetchRedirectStart(TabContents* tab); [all...] |
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_window_controller.h | 12 // know anything about the actual tab implementation or model, as that is fairly 22 // The tab strip can exist in different orientations and window locations, 24 // the tab strip is placed outside the window's content area, overlapping the 26 // of the window. If YES, the tab strip is vertical and lives within the 55 // cached in order to restore the delta when switching tab modes. 61 // Used during tab dragging to turn on/off the overlay window when a tab 72 // the implementation of tab dragging based on whatever model is most 78 // Creates a new window by pulling the given tab out and placing it in 83 // Make room in the tab strip for |tab| at the given x coordinate. Will hide th [all...] |
/packages/apps/Browser/src/com/android/browser/ |
ComboViewActivity.java | 37 private static final String STATE_SELECTED_TAB = "tab"; 160 * trick. Normally a tab host has a simple API for supplying a View or 161 * Intent that each tab will show. This is not sufficient for switching 162 * between pages. So instead we make the content part of the tab host 164 * view to show as the tab content. It listens to changes in tabs, and takes 166 * tab changes. 194 public void addTab(ActionBar.Tab tab, Class<?> clss, Bundle args) { 196 tab.setTag(info); 197 tab.setTabListener(this) [all...] |