HomeSort by relevance Sort by last modified time
    Searched refs:tab (Results 401 - 425 of 516) sorted by null

<<11121314151617181920>>

  /external/libxml2/
xmlregexp.c 7301 const xmlChar **tab; local
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview_animations.js 6 // preview tab (scrollbars, showing hiding options, resizing).
  /external/harfbuzz_ng/
git.mk 239 "*.tab.c" \
  /prebuilts/tools/common/asm-tools/
asm-util-4.0.jar 
  /external/bison/tests/
testsuite 80 # We need space, tab and new line, in precisely that order. Quoting is
81 # there to prevent editors from complaining about space-tab.
476 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
646 54;output.at:57;Output files: -dv -o foo.tab.c ;;
665 73;output.at:158;Conflicting output files: --graph=\"foo.tab.c\";;
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 273 // Do not allow inserting tab characters when pressing Tab key, so that when
274 // Tab key is pressed, |text_view_| will emit "move-focus" signal, which will
275 // be intercepted by our own handler to trigger Tab to search feature when
453 void AutocompleteEditViewGtk::SaveStateToTab(TabContents* tab) {
454 DCHECK(tab);
462 tab->property_bag(),
    [all...]
autocomplete_edit_view_win.cc 89 // typing, caret position, etc. across tab changes. We explicitly don't
525 void AutocompleteEditViewWin::SaveStateToTab(TabContents* tab) {
526 DCHECK(tab);
533 GetStateAccessor()->SetProperty(tab->property_bag(),
558 // When we're switching to a new tab, restore its state, if any.
561 // Make sure we reset our own state first. The new tab may not have any
    [all...]
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 81 TestInterstitialPage(TabContents* tab,
86 : InterstitialPage(tab, new_navigation, url),
149 SiteInstance::CreateSiteInstance(tab()->profile()),
389 // Test that opening a new tab in the same SiteInstance and then navigating
403 // Open a new tab with the same SiteInstance, navigated to the same site.
412 // Navigate first tab to a new site
422 // Navigate second tab to the same site as the first tab
429 // NOTE(creis): We used to be in danger of showing a sad tab page here if the
430 // second tab hadn't navigated somewhere first (bug 1145430). That case i
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 713 int i, next, tab, count; local
747 tab = findNextChar(data, next, '\t');
748 data[tab] = '\0';
751 pKeys->threads[i].threadName = data + tab +1;
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 243 // Replace the current tab with the app.
244 // Pinned seems to omit the tab title, but I doubt it's
355 title: 'Standalone New Tab',
  /external/dnsmasq/src/
option.c 604 } tab[] = { local
644 for (j = 0; tab[j].handle; j++)
645 if (tab[j].handle == *(usage[i].arg))
646 sprintf(buff, "%d", tab[j].val);
    [all...]
  /external/libpcap/
grammar.c 451 #line 452 "y.tab.c"
463 #line 464 "y.tab.c"
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 26 # Define the width of a tab for code blocks.
    [all...]
  /external/opencv/cvaux/src/
cvsegment.cpp 232 static int tab[] = { 0, 2, 2, 1 };
307 val = d[tab[f0*2 + f1]];
321 dst[x] = (uchar)(val + d[tab[f0*2 + f1]] > thresh ? 255 : 0);*/
  /external/grub/docs/
texinfo.tex     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/qemu/
exec.c 846 static inline void set_bits(uint8_t *tab, int start, int len)
851 tab += start >> 3;
856 *tab |= mask;
859 *tab++ |= mask;
863 *tab++ = 0xff;
868 *tab |= mask;
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 145 // it's needed to perform proper tab highlighting in offline docs (see rootDir below)
167 // highlight Design tab
171 // highlight Develop tab
174 // In Develop docs, also highlight appropriate sub-tab
193 // highlight Distribute tab
    [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp 443 static CvBtFuncTable tab, inp_tab; local
458 icvInitTransposeRTable( &tab );
527 CvFunc2D_2A func = (CvFunc2D_2A)(tab.fn_2d[pix_size]);
    [all...]
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /external/iptables/iptables/
ip6tables.c 67 #define FMT(tab,notab) ((format) & FMT_NOTABLE ? (notab) : (tab))
    [all...]
iptables.c 64 #define FMT(tab,notab) ((format) & FMT_NOTABLE ? (notab) : (tab))
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java 134 // It is not really a tab, but looks like one of them.
196 /** Current tab */
199 * Tab that was selected in the previous activity instance.
200 * Used to restore the current tab after screen rotation.
365 // the attachment tab as system settings may have been updated that affect which
443 // an attachment or invite before loading it). We just remember the tab here.
444 // We'll make it current when the tab first becomes visible in updateTabs().
596 // Restore previously selected tab after rotation
604 * Set the current tab.
606 * @param tab any of {@link #TAB_MESSAGE}, {@link #TAB_ATTACHMENT} or {@link #TAB_INVITE}
    [all...]

Completed in 2684 milliseconds

<<11121314151617181920>>