Home
last modified time | relevance | path

Searched refs:Back (Results 1 – 25 of 104) sorted by relevance

12345

/external/zlib/contrib/ada/
Dzlib-streams.adb44 Back : in Stream_Access;
78 Stream.Back := Back;
111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last));
148 Ada.Streams.Read (Stream.Back.all, Item, Last);
196 Ada.Streams.Write (Stream.Back.all, Item);
Dzlib-streams.ads56 Back : in Stream_Access;
109 Back : Stream_Access; component
Dtest.adb353 Back => ZLib.Streams.Stream_Access
385 Back => ZLib.Streams.Stream_Access
408 Back => ZLib.Streams.Stream_Access
436 Back => ZLib.Streams.Stream_Access
/external/clang/lib/Sema/
DSemaAttr.cpp404 const std::pair<unsigned, SourceLocation> *Back = &Stack->back(); in PopPragmaVisibility() local
405 bool StartsWithPragma = Back->first != NoVisibility; in PopPragmaVisibility()
407 Diag(Back->second, diag::err_pragma_push_visibility_mismatch); in PopPragmaVisibility()
413 Back = &Stack->back(); in PopPragmaVisibility()
414 StartsWithPragma = Back->first != NoVisibility; in PopPragmaVisibility()
418 Diag(Back->second, diag::note_surrounding_namespace_starts_here); in PopPragmaVisibility()
/external/webkit/Tools/QtTestBrowser/
Dmainwindow.cpp64 m_toolBar->addAction(page()->action(QWebPage::Back)); in buildUI()
94 page()->action(QWebPage::Back)->setShortcut(QKeySequence::Back); in buildUI()
/external/jmonkeyengine/engine/src/core/com/jme3/material/
DRenderState.java202 Back, enumConstant
287 FaceCullMode cullMode = FaceCullMode.Back;
328 oc.write(cullMode, "cullMode", FaceCullMode.Back); in write()
366 cullMode = ic.readEnum("cullMode", FaceCullMode.class, FaceCullMode.Back); in read()
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp244 BasicBlock *Back = *EI; in calcLoopBranchHeuristics() local
245 setEdgeWeight(BB, Back, backWeight); in calcLoopBranchHeuristics()
256 BasicBlock *Back = *EI; in calcLoopBranchHeuristics() local
257 setEdgeWeight(BB, Back, inWeight); in calcLoopBranchHeuristics()
/external/doclava/res/assets/templates/
Ddocpage.cs28 <p><a href="<?cs var:parent.link ?>">&larr; Back to <?cs var:parent.title ?></a></p>
Dsample.cs18 <p><a href="index.html">&larr; Back</a></p>
Dsampleindex.cs18 <p><a href="../index.html">&larr; Back</a></p>
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpage.cpp354 case QWKPage::Back: in updateAction()
379 updateAction(QWKPage::Back); in updateNavigationActions()
701 case Back: in triggerAction()
750 case Back: in action()
Dqwkpage.h38 Back, enumerator
Dqgraphicswkview.cpp146 page()->triggerAction(QWKPage::Back); in back()
/external/webkit/Tools/DumpRenderTree/qt/
DWorkQueueItemQt.cpp116 m_webPage->triggerAction(QWebPage::Back); in invoke()
/external/jmonkeyengine/engine/src/core/com/jme3/post/
DPreDepthProcessor.java60 preDepth.getAdditionalRenderState().setFaceCullMode(FaceCullMode.Back); in PreDepthProcessor()
/external/valgrind/main/
DCOPYING.DOCS71 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
73 be at most 5 words, and a Back-Cover Text may be at most 25 words.
144 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
247 passage of up to 25 words as a Back-Cover Text, to the end of the list
249 Front-Cover Text and one of Back-Cover Text may be added by (or
380 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
384 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
388 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
/external/webkit/Source/WebKit2/UIProcess/qt/
DWebContextMenuProxyQt.cpp52 return QWKPage::Back; in webActionForContextMenuAction()
/external/bison/doc/
Dfdl.texi78 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
80 be at most 5 words, and a Back-Cover Text may be at most 25 words.
153 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
287 passage of up to 25 words as a Back-Cover Text, to the end of the list
289 Front-Cover Text and one of Back-Cover Text may be added by (or
423 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
429 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
435 the Front-Cover Texts being @var{list}, and with the Back-Cover Texts
/external/webkit/Source/WebKit/mac/DefaultDelegates/
DWebDefaultContextMenuDelegate.mm71 title = UI_STRING_INTERNAL("Back", "Back context menu item");
/external/grub/netboot/
Dsis900.txt18 0. Back up all the files I need to modify:
/external/libmtp/
DREADME.windows.txt51 3. Go to the "Driver" pane and select "Roll Back Driver".
/external/chromium/chrome/browser/cocoa/
Dauthorization_util.mm118 // Back up one character.
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp426 case WebCore::ContextMenuItemTagGoBack: return QWebPage::Back; in webActionForContextMenuAction()
538 case QWebPage::Back: in updateAction()
591 updateAction(QWebPage::Back); in updateNavigationActions()
915 q->triggerAction(QWebPage::Back); in keyPressEvent()
930 q->triggerAction(QWebPage::Back); in keyPressEvent()
2370 case Back: in triggerAction()
2761 case Back: in action()
Dqwebpage.h110 Back, enumerator
/external/webkit/Source/WebKit/qt/tests/qwebhistory/
Dtst_qwebhistory.cpp380 QAction* actionBack = page->action(QWebPage::Back); in clear()

12345