/external/zlib/contrib/ada/ |
D | zlib-streams.adb | 44 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);
|
D | zlib-streams.ads | 56 Back : in Stream_Access; 109 Back : Stream_Access; component
|
D | test.adb | 353 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/ |
D | SemaAttr.cpp | 404 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/ |
D | mainwindow.cpp | 64 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/ |
D | RenderState.java | 202 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/ |
D | BranchProbabilityInfo.cpp | 244 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/ |
D | docpage.cs | 28 <p><a href="<?cs var:parent.link ?>">← Back to <?cs var:parent.title ?></a></p>
|
D | sample.cs | 18 <p><a href="index.html">← Back</a></p>
|
D | sampleindex.cs | 18 <p><a href="../index.html">← Back</a></p>
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | qwkpage.cpp | 354 case QWKPage::Back: in updateAction() 379 updateAction(QWKPage::Back); in updateNavigationActions() 701 case Back: in triggerAction() 750 case Back: in action()
|
D | qwkpage.h | 38 Back, enumerator
|
D | qgraphicswkview.cpp | 146 page()->triggerAction(QWKPage::Back); in back()
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | WorkQueueItemQt.cpp | 116 m_webPage->triggerAction(QWebPage::Back); in invoke()
|
/external/jmonkeyengine/engine/src/core/com/jme3/post/ |
D | PreDepthProcessor.java | 60 preDepth.getAdditionalRenderState().setFaceCullMode(FaceCullMode.Back); in PreDepthProcessor()
|
/external/valgrind/main/ |
D | COPYING.DOCS | 71 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/ |
D | WebContextMenuProxyQt.cpp | 52 return QWKPage::Back; in webActionForContextMenuAction()
|
/external/bison/doc/ |
D | fdl.texi | 78 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/ |
D | WebDefaultContextMenuDelegate.mm | 71 title = UI_STRING_INTERNAL("Back", "Back context menu item");
|
/external/grub/netboot/ |
D | sis900.txt | 18 0. Back up all the files I need to modify:
|
/external/libmtp/ |
D | README.windows.txt | 51 3. Go to the "Driver" pane and select "Roll Back Driver".
|
/external/chromium/chrome/browser/cocoa/ |
D | authorization_util.mm | 118 // Back up one character.
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebpage.cpp | 426 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()
|
D | qwebpage.h | 110 Back, enumerator
|
/external/webkit/Source/WebKit/qt/tests/qwebhistory/ |
D | tst_qwebhistory.cpp | 380 QAction* actionBack = page->action(QWebPage::Back); in clear()
|