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

1 2 3 4 5 6

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.h 21 MCELFStreamer *createAArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB,
AArch64ELFStreamer.cpp 58 AArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS,
60 : MCELFStreamer(Context, TAB, OS, Emitter), MappingSymbolCounter(0),
150 MCELFStreamer *createAArch64ELFStreamer(MCContext &Context, MCAsmBackend &TAB,
153 AArch64ELFStreamer *S = new AArch64ELFStreamer(Context, TAB, OS, Emitter);
AArch64MCTargetDesc.cpp 127 MCContext &Ctx, MCAsmBackend &TAB,
134 return createMachOStreamer(Ctx, TAB, OS, Emitter, RelaxAll,
137 return createAArch64ELFStreamer(Ctx, TAB, OS, Emitter, RelaxAll, NoExecStack);
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service.cc 20 type(TAB),
30 // Tab ------------------------------------------------------------------------
32 TabRestoreService::Tab::Tab()
33 : Entry(TAB),
40 TabRestoreService::Tab::~Tab() {
tab_restore_service.h 31 // tabs and windows. When a tab is closed
32 // TabRestoreService::CreateHistoricalTab is invoked and a Tab is created to
33 // represent the tab. Similarly, when a browser is closed, BrowserClosing is
36 // To restore a tab/window from the TabRestoreService invoke RestoreEntryById
52 TAB,
68 // The time when the window or tab was closed.
77 // Represents a previously open tab.
78 struct Tab : public Entry {
79 Tab();
80 virtual ~Tab();
    [all...]
persistent_tab_restore_service_unittest.cc 35 typedef TabRestoreService::Tab Tab;
125 // Adds a window with one tab and url to the profile's session service.
126 // If |pinned| is true, the tab is marked as pinned in the session service.
146 // is configured with a single window with a single tab pointing at url1_ by
148 // tab is marked as pinned in the session service.
204 // Have the service record the tab.
212 ASSERT_EQ(TabRestoreService::TAB, entry->type);
213 Tab* tab = static_cast<Tab*>(entry) local
272 Tab* tab = static_cast<Tab*>(entry); local
297 Tab* tab = static_cast<Tab*>(entry); local
459 Tab* tab = static_cast<Tab*>(entry); local
501 Tab* tab = static_cast<Tab*>(entry); local
563 Tab* tab = static_cast<Tab*>(entry); local
611 Tab* tab = static_cast<Tab*>(entry); local
650 Tab* tab = new Tab(); local
670 Tab* tab = new Tab(); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_sln.sh 192 local TAB=$'\t'
201 ${TAB}@echo " * \$(MSBUILD_TOOL) not found in path."
202 ${TAB}@echo " * "
203 ${TAB}@echo " * You will have to build all configurations manually using the"
204 ${TAB}@echo " * Visual Studio IDE. To allow make to build them automatically,"
205 ${TAB}@echo " * add the Common7/IDE directory of your Visual Studio"
206 ${TAB}@echo " * installation to your path, eg:"
207 ${TAB}@echo " * C:\Program Files\Microsoft Visual Studio 8\Common7\IDE"
208 ${TAB}@echo " * "
209 ${TAB}@touch \$
    [all...]
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 192 local TAB=$'\t'
201 ${TAB}@echo " * \$(MSBUILD_TOOL) not found in path."
202 ${TAB}@echo " * "
203 ${TAB}@echo " * You will have to build all configurations manually using the"
204 ${TAB}@echo " * Visual Studio IDE. To allow make to build them automatically,"
205 ${TAB}@echo " * add the Common7/IDE directory of your Visual Studio"
206 ${TAB}@echo " * installation to your path, eg:"
207 ${TAB}@echo " * C:\Program Files\Microsoft Visual Studio 8\Common7\IDE"
208 ${TAB}@echo " * "
209 ${TAB}@touch \$
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_sln.sh 192 local TAB=$'\t'
201 ${TAB}@echo " * \$(MSBUILD_TOOL) not found in path."
202 ${TAB}@echo " * "
203 ${TAB}@echo " * You will have to build all configurations manually using the"
204 ${TAB}@echo " * Visual Studio IDE. To allow make to build them automatically,"
205 ${TAB}@echo " * add the Common7/IDE directory of your Visual Studio"
206 ${TAB}@echo " * installation to your path, eg:"
207 ${TAB}@echo " * C:\Program Files\Microsoft Visual Studio 8\Common7\IDE"
208 ${TAB}@echo " * "
209 ${TAB}@touch \$
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCNaCl.h 25 MCELFStreamer *createMipsNaClELFStreamer(MCContext &Context, MCAsmBackend &TAB,
MipsNaClELFStreamer.cpp 39 MipsNaClELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS,
41 : MipsELFStreamer(Context, TAB, OS, Emitter, STI), PendingCall(false) {}
254 MCELFStreamer *createMipsNaClELFStreamer(MCContext &Context, MCAsmBackend &TAB,
259 MipsNaClELFStreamer *S = new MipsNaClELFStreamer(Context, TAB, OS, Emitter,
  /external/llvm/include/llvm/MC/
MCELFStreamer.h 32 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS,
34 : MCObjectStreamer(Context, TAB, OS, Emitter),
37 MCELFStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &OS,
39 : MCObjectStreamer(Context, TAB, OS, Emitter, Assembler),
108 MCELFStreamer *createARMELFStreamer(MCContext &Context, MCAsmBackend &TAB,
MCObjectStreamer.h 46 MCObjectStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &_OS,
48 MCObjectStreamer(MCContext &Context, MCAsmBackend &TAB, raw_ostream &_OS,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
AssetType.java 27 ACTIONBAR("Action Bar and Tab Icons (Android 3.0+)", "ic_action_%s"), //$NON-NLS-2$
33 TAB("Pre-Android 3.0 Tab Icons", "ic_tab_%s"), //$NON-NLS-2$
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_trans_tmp.h 218 TAB(_1ui)[SRC_IDX] = DEST_1UI;
222 TAB(_1ub)[SRC_IDX] = DEST_1UB;
226 TAB(_1f)[SRC_IDX] = DEST_1F;
230 TAB(_3fn)[SRC_IDX] = DEST_3FN;
233 TAB(_4ub)[SZ][SRC_IDX] = DEST_4UB;
236 TAB(_4us)[SZ][SRC_IDX] = DEST_4US;
239 TAB(_4f)[SZ][SRC_IDX] = DEST_4F;
242 TAB(_4fn)[SZ][SRC_IDX] = DEST_4FN;
m_translate.c 105 #define TAB(x) _math_trans##x##_tab
559 memset( TAB(_1ui), 0, sizeof(TAB(_1ui)) );
560 memset( TAB(_1ub), 0, sizeof(TAB(_1ub)) );
561 memset( TAB(_3fn), 0, sizeof(TAB(_3fn)) );
562 memset( TAB(_4ub), 0, sizeof(TAB(_4ub)) );
563 memset( TAB(_4us), 0, sizeof(TAB(_4us)) )
    [all...]
  /external/mesa3d/src/mesa/math/
m_trans_tmp.h 218 TAB(_1ui)[SRC_IDX] = DEST_1UI;
222 TAB(_1ub)[SRC_IDX] = DEST_1UB;
226 TAB(_1f)[SRC_IDX] = DEST_1F;
230 TAB(_3fn)[SRC_IDX] = DEST_3FN;
233 TAB(_4ub)[SZ][SRC_IDX] = DEST_4UB;
236 TAB(_4us)[SZ][SRC_IDX] = DEST_4US;
239 TAB(_4f)[SZ][SRC_IDX] = DEST_4F;
242 TAB(_4fn)[SZ][SRC_IDX] = DEST_4FN;
m_translate.c 105 #define TAB(x) _math_trans##x##_tab
559 memset( TAB(_1ui), 0, sizeof(TAB(_1ui)) );
560 memset( TAB(_1ub), 0, sizeof(TAB(_1ub)) );
561 memset( TAB(_3fn), 0, sizeof(TAB(_3fn)) );
562 memset( TAB(_4ub), 0, sizeof(TAB(_4ub)) );
563 memset( TAB(_4us), 0, sizeof(TAB(_4us)) )
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
ASN1Dump.java 40 private static final String TAB = " ";
58 String tab = indent + TAB; local
82 buf.append(tab);
88 _dumpAsString(tab, verbose, (ASN1Primitive)o, buf);
92 _dumpAsString(tab, verbose, ((ASN1Encodable)o).toASN1Primitive(), buf);
98 String tab = indent + TAB; local
124 buf.append(tab);
130 _dumpAsString(tab, verbose, o.getObject(), buf)
136 String tab = indent + TAB; local
266 String tab = indent + TAB; local
    [all...]
  /external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 77 private static byte TAB = 9;
89 PRINTABLE_CHARS.set(TAB);
  /external/chromium_org/chrome/browser/android/
recently_closed_tabs_bridge.cc 27 const TabRestoreService::Tab* tab = local
28 static_cast<TabRestoreService::Tab*>(entry);
30 tab->navigations.at(tab->current_navigation_index);
46 DCHECK_EQ(entry->type, TabRestoreService::TAB);
47 if (entry->type == TabRestoreService::TAB) {
97 // Find and remove the corresponding tab entry from TabRestoreService.
98 // We take ownership of the returned tab.
99 scoped_ptr<TabRestoreService::Tab> tab_entry
    [all...]
  /external/llvm/include/llvm/Support/
TargetRegistry.h 58 MCAsmBackend *TAB, bool ShowInst);
129 MCAsmBackend &TAB,
141 MCAsmBackend *TAB,
422 /// \param TAB The target assembler backend object. Takes ownership.
428 MCAsmBackend &TAB,
436 return MCObjectStreamerCtorFn(*this, TT, Ctx, TAB, _OS, _Emitter, STI,
447 MCAsmBackend *TAB,
451 InstPrint, CE, TAB, ShowInst);
453 InstPrint, CE, TAB, ShowInst);
    [all...]
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 133 MCAsmBackend *TAB, bool ShowInst) {
135 Ctx, OS, isVerboseAsm, useDwarfDirectory, InstPrint, CE, TAB, ShowInst);
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.h 26 // There are two different kinds of fullscreen mode - "tab fullscreen" and
27 // "browser fullscreen". "Tab fullscreen" refers to a renderer-initiated
30 // into fullscreen mode from the UI. The difference is that tab fullscreen has
31 // implications for how the contents of the tab render (eg: a video element may
32 // grow to consume the whole tab), whereas browser fullscreen mode doesn't.
33 // Therefore if a user forces an exit from tab fullscreen, we need to notify the
34 // tab so it can stop rendering in its fullscreen mode.
41 // All fullscreen widgets are displayed within the tab contents area, and
42 // FullscreenController will expand the browser window so that the tab contents
43 // area fills the entire screen. However, special behavior applies when a tab i
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
selfmtimpl.h 33 #define TAB ((UChar)0x0009)

Completed in 909 milliseconds

1 2 3 4 5 6