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

1 2

  /external/libvpx/build/make/
gen_msvs_sln.sh 164 local TAB=$'\t'
168 ${TAB}@echo " * devenv.com not found in path."
169 ${TAB}@echo " * "
170 ${TAB}@echo " * You will have to build all configurations manually using the"
171 ${TAB}@echo " * Visual Studio IDE. To allow make to build them automatically,"
172 ${TAB}@echo " * add the Common7/IDE directory of your Visual Studio"
173 ${TAB}@echo " * installation to your path, eg:"
174 ${TAB}@echo " * C:\Program Files\Microsoft Visual Studio 8\Common7\IDE"
175 ${TAB}@echo " * "
176 ${TAB}@touch \$
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
AssetType.java 33 TAB("Tab Icons", "ic_tab_%s"), //$NON-NLS-2$
  /external/llvm/include/llvm/MC/
MCObjectStreamer.h 41 MCObjectStreamer(MCContext &Context, MCAsmBackend &TAB,
43 MCObjectStreamer(MCContext &Context, MCAsmBackend &TAB,
MCStreamer.h 625 /// \param TAB - If given, a target asm backend to use to show the fixup
627 /// ownership of \arg TAB.
641 MCAsmBackend *TAB = 0,
647 /// Takes ownership of \arg TAB and \arg CE.
648 MCStreamer *createMachOStreamer(MCContext &Ctx, MCAsmBackend &TAB,
655 /// Takes ownership of \arg TAB and \arg CE.
657 MCAsmBackend &TAB,
663 MCStreamer *createELFStreamer(MCContext &Ctx, MCAsmBackend &TAB,
670 /// Takes ownership of \arg TAB and \arg CE.
671 MCStreamer *createPureStreamer(MCContext &Ctx, MCAsmBackend &TAB,
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 42 private static final String TAB = " ";
60 String tab = indent + TAB; local
86 buf.append(tab);
92 _dumpAsString(tab, verbose, (DERObject)o, buf);
96 _dumpAsString(tab, verbose, ((DEREncodable)o).getDERObject(), buf);
102 String tab = indent + TAB; local
128 buf.append(tab);
134 _dumpAsString(tab, verbose, o.getObject(), buf)
140 String tab = indent + TAB; local
169 String tab = indent + TAB; local
296 String tab = indent + TAB; local
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 405 #define TAB(t,a,b) (RT(t) | RA(a) | RB(b))
601 tcg_out32 (s, ADD | TAB (r0, r0, TCG_AREG0));
706 tcg_out32 (s, LBZX | TAB (data_reg, rbase, r0));
709 tcg_out32 (s, LBZX | TAB (data_reg, rbase, r0));
714 tcg_out32 (s, LHBRX | TAB (data_reg, rbase, r0));
716 tcg_out32 (s, LHZX | TAB (data_reg, rbase, r0));
720 tcg_out32 (s, LHBRX | TAB (data_reg, rbase, r0));
723 else tcg_out32 (s, LHAX | TAB (data_reg, rbase, r0));
727 tcg_out32 (s, LWBRX | TAB (data_reg, rbase, r0));
729 tcg_out32 (s, LWZX | TAB (data_reg, rbase, r0))
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 407 #define TAB(t,a,b) (RT(t) | RA(a) | RB(b))
668 tcg_out32 (s, LBZX | TAB (data_reg, rbase, r0));
671 tcg_out32 (s, LBZX | TAB (data_reg, rbase, r0));
676 tcg_out32 (s, LHBRX | TAB (data_reg, rbase, r0));
678 tcg_out32 (s, LHZX | TAB (data_reg, rbase, r0));
682 tcg_out32 (s, LHBRX | TAB (data_reg, rbase, r0));
685 else tcg_out32 (s, LHAX | TAB (data_reg, rbase, r0));
689 tcg_out32 (s, LWBRX | TAB (data_reg, rbase, r0));
691 tcg_out32 (s, LWZX | TAB (data_reg, rbase, r0));
696 tcg_out32 (s, LWBRX | TAB (data_reg, rbase, r0))
    [all...]
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 23 MCObjectStreamer::MCObjectStreamer(MCContext &Context, MCAsmBackend &TAB,
26 Assembler(new MCAssembler(Context, TAB,
27 *Emitter_, *TAB.createObjectWriter(OS),
33 MCObjectStreamer::MCObjectStreamer(MCContext &Context, MCAsmBackend &TAB,
MCELFStreamer.cpp 39 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB,
41 : MCObjectStreamer(Context, TAB, OS, Emitter) {}
43 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB,
46 : MCObjectStreamer(Context, TAB, OS, Emitter, Assembler) {}
MCPureStreamer.cpp 31 MCPureStreamer(MCContext &Context, MCAsmBackend &TAB,
33 : MCObjectStreamer(Context, TAB, OS, Emitter) {}
  /external/chromium/chrome/browser/sessions/
tab_restore_service_browsertest.cc 82 // Adds a window with one tab and url to the profile's session service.
83 // If |pinned| is true, the tab is marked as pinned in the session service.
100 // is configured with a single window with a single tab pointing at url1_ by
102 // tab is marked as pinned in the session service.
125 // Have the service record the tab.
133 ASSERT_EQ(TabRestoreService::TAB, entry->type);
134 TabRestoreService::Tab* tab = static_cast<TabRestoreService::Tab*>(entry); local
135 EXPECT_FALSE(tab->pinned)
190 TabRestoreService::Tab* tab = static_cast<TabRestoreService::Tab*>(entry); local
215 TabRestoreService::Tab* tab = static_cast<TabRestoreService::Tab*>(entry); local
366 TabRestoreService::Tab* tab = static_cast<TabRestoreService::Tab*>(entry); local
407 TabRestoreService::Tab* tab = static_cast<TabRestoreService::Tab*>(entry); local
465 TabRestoreService::Tab* tab = static_cast<TabRestoreService::Tab*>(entry); local
    [all...]
tab_restore_service.h 27 // tabs and windows. When a tab is closed
28 // TabRestoreService::CreateHistoricalTab is invoked and a Tab is created to
29 // represent the tab. Similarly, when a browser is closed, BrowserClosing is
32 // To restore a tab/window from the TabRestoreService invoke RestoreEntryById
48 TAB,
64 // The time when the window or tab was closed.
73 // Represents a previously open tab.
74 struct Tab : public Entry {
75 Tab();
76 virtual ~Tab();
    [all...]
tab_restore_service.cc 43 type(TAB),
60 // . When the user closes a tab a command of type
61 // kCommandSelectedNavigationInTab is written identifying the tab and
62 // the selected index, then a kCommandPinnedState command if the tab was
63 // pinned and kCommandSetExtensionAppID if the tab has an app id. This is
67 // is written out and followed by n tab closed sequences (as previoulsy
97 // Payload used for the start of a tab close. This is the old struct that is
110 // Payload used for the start of a tab close.
115 // Only written if the tab is pinned.
143 std::vector<TabRestoreService::Tab>::iterator j = window->tabs.begin()
338 Tab* tab = static_cast<Tab*>(entry); local
351 const Tab& tab = window->tabs[tab_i]; local
362 RecordAppLaunch(profile(), tab); local
375 const Tab& tab = *tab_i; local
462 Tab* tab = static_cast<Tab*>(entry); local
926 RecordAppLaunch(profile(), tab); local
953 Tab* tab = static_cast<Tab*>(*i); local
990 Tab* tab = static_cast<Tab*>(entry); local
1025 Tab& tab = window->tabs.back(); local
    [all...]
session_restore_browsertest.cc 72 // up with an extra tab.
103 // The browser should only have one tab.
142 // there is no guarantee that the SessionID for the tab has remained the same.
143 std::vector<TabRestoreService::Tab>::const_iterator it = window->tabs.begin();
145 const TabRestoreService::Tab& tab = *it; local
146 // If this tab held url2, then restore this single tab.
147 if (tab.navigations[0].virtual_url() == url2) {
148 service->RestoreEntryById(NULL, tab.id, false)
178 const TabRestoreService::Tab* tab = local
    [all...]
  /external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 72 private static byte TAB = 9;
84 PRINTABLE_CHARS.set(TAB);
  /external/llvm/include/llvm/Support/
TargetRegistry.h 57 MCAsmBackend *TAB,
116 MCAsmBackend &TAB,
129 MCAsmBackend *TAB,
419 /// \arg TAB - The target assembler backend object. Takes ownership.
425 MCAsmBackend &TAB,
432 return MCObjectStreamerCtorFn(*this, TT, Ctx, TAB, _OS, _Emitter,
445 MCAsmBackend *TAB,
449 useDwarfDirectory, InstPrint, CE, TAB, ShowInst);
    [all...]
  /external/icu4c/i18n/
selfmtimpl.h 33 #define TAB ((UChar)0x0009)
  /external/v8/test/mjsunit/
string-external-cached.js 80 assertEquals(["TAB", "TAB"], rere.exec(ascii_cons));
  /external/v8/test/mjsunit/third_party/
string-trim.js 48 {s : '\u0009', t : 'HORIZONTAL TAB'},
50 {s : '\u000B', t : 'VERTICAL TAB'},
  /external/icu4c/common/
uchar.c 203 (c<=0x9f && ((c>=TAB && c<=CR) || (c>=0x1c && c <=0x1f) || c==NL))
207 (c<=0x1f && c>=TAB && (c<=CR || c>=0x1c))
239 return c==9 || c==0x20; /* TAB or SPACE */
272 * The only cntrl character in graph+blank is TAB (in blank).
273 * Here we implement (blank-TAB)=Zs instead of calling u_isblank().
643 USET_ADD_CP_AND_NEXT(sa, TAB);
646 sa->add(sa->set, CR+1); /* range TAB..CR */
uprops.h 10 * tab size: 8 (not used)
282 TAB =0x0009,
  /frameworks/base/core/java/android/text/
DynamicLayout.java 584 return (mInts.getValue(line, TAB) & TAB_MASK) != 0;
709 private static final int TAB = START;
StaticLayout.java 252 // ok is a character offset located after a word separator (space, tab, number...) where
299 // First tab this para, check for tabstops
693 lines[off + TAB] |= TAB_MASK;
    [all...]
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.cc 81 // currently displayed tab to be the one in TabRestoreService with a
127 // The current tab has been nuked at this point; don't touch any member
213 // Sets the new tab page as home page when user clicks on "make this my home
336 // for the new tab thumbs to happen earlier.
484 // Microsoft developer network". In RTL locales, in the [New Tab] page, if
489 // http://yahoo.com is "Yahoo!". In RTL locales, in the [New Tab] page, the
520 bool IsTabUnique(const DictionaryValue* tab,
525 if (tab->GetString("title", &title) &&
526 tab->GetString("url", &url)) {
547 // where an interesting entry is either a closed window or a closed tab
    [all...]
  /external/qemu/android/skin/
keyset.c 82 _KEYSYM1_(TAB) \

Completed in 565 milliseconds

1 2