/external/libvpx/vp8/common/arm/ |
D | reconintra_arm.c | 24 int Up, 33 int Up = x->up_available; in vp8_build_intra_predictors_mby_neon() local 36 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left); in vp8_build_intra_predictors_mby_neon() 47 int Up, 56 int Up = x->up_available; in vp8_build_intra_predictors_mby_s_neon() local 59 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left); in vp8_build_intra_predictors_mby_s_neon()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderDetailsMarker.cpp | 88 return isOpen() ? Left : Up; in orientation() 92 return isOpen() ? Right : Up; in orientation() 95 return isOpen() ? Up : Right; in orientation() 96 return isOpen() ? Up : Left; in orientation() 106 case Up: return createUpArrowPath(); in getCanonicalPath()
|
D | RenderDetailsMarker.h | 34 enum Orientation { Up, Down, Left, Right }; enumerator
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
D | ITreeNodeStreamFixture.cs | 184 Assert.AreEqual(Token.Up, ((ITree)stream.LT(6)).Type); in testLT() 186 Assert.AreEqual(Token.Up, ((ITree)stream.LT(8)).Type); in testLT() 216 Assert.AreEqual(Token.Up, ((ITree)stream.LT(-1)).Type); in testMarkRewindEntire() 226 Assert.AreEqual(Token.Up, ((ITree)stream.LT(-1)).Type); in testMarkRewindEntire() 261 Assert.AreEqual(Token.Up, ((ITree)stream.LT(1)).Type); in testMarkRewindInMiddle() 263 Assert.AreEqual(Token.Up, ((ITree)stream.LT(1)).Type); in testMarkRewindInMiddle() 270 Assert.AreEqual(Token.Up, ((ITree)stream.LT(1)).Type); in testMarkRewindInMiddle() 273 Assert.AreEqual(Token.Up, ((ITree)stream.LT(-1)).Type); in testMarkRewindInMiddle() 411 Assert.AreEqual(Token.Up, ((ITree)stream.LT(1)).Type); in testPushPop() 466 Assert.AreEqual(Token.Up, ((ITree)stream.LT(1)).Type); in testNestedPushPop() [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | TokenTypes.cs | 43 public const int Up = 3; field in Antlr.Runtime.TokenTypes 44 public const int Min = Up + 1;
|
/external/llvm/test/YAMLParser/ |
D | spec-09-12.data | 5 - Up, up, and away! 9 "Up, up, and away!",
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | DebugTreeGrammar.cs | 309 Match(input, TokenTypes.Up, null); in stat() 391 Match(input, TokenTypes.Up, null); in stat() 536 Match(input, TokenTypes.Up, null); in expr() 565 Match(input, TokenTypes.Up, null); in expr() 594 Match(input, TokenTypes.Up, null); in expr() 623 Match(input, TokenTypes.Up, null); in expr() 652 Match(input, TokenTypes.Up, null); in expr() 767 Match(input, TokenTypes.Up, null); in call()
|
D | ProfileTreeGrammar.cs | 314 Match(input, TokenTypes.Up, null); in stat() 396 Match(input, TokenTypes.Up, null); in stat() 541 Match(input, TokenTypes.Up, null); in expr() 570 Match(input, TokenTypes.Up, null); in expr() 599 Match(input, TokenTypes.Up, null); in expr() 628 Match(input, TokenTypes.Up, null); in expr() 657 Match(input, TokenTypes.Up, null); in expr() 772 Match(input, TokenTypes.Up, null); in call()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenConstants.cs | 61 public const int Up = 3; field in Antlr.Runtime.TokenTypes 62 public const int Min = Up + 1;
|
/external/grub/docs/ |
D | grub.info | 34 File: grub.info, Node: Top, Next: Introduction, Up: (dir) 73 File: grub.info, Node: Introduction, Next: Naming convention, Prev: Top, Up: Top 86 File: grub.info, Node: Overview, Next: History, Up: Introduction 131 File: grub.info, Node: Overview-Footnotes, Up: Overview 138 File: grub.info, Node: History, Next: Features, Prev: Overview, Up: Introduction 163 File: grub.info, Node: Features, Next: Role of a boot loader, Prev: History, Up: Introduction 290 File: grub.info, Node: Features-Footnotes, Up: Features 297 File: grub.info, Node: Role of a boot loader, Prev: Features, Up: Introduction 328 File: grub.info, Node: Role of a boot loader-Footnotes, Up: Role of a boot loader 334 File: grub.info, Node: Naming convention, Next: Installation, Prev: Introduction, Up: Top [all …]
|
D | multiboot.info | 27 File: multiboot.info, Node: Top, Next: Overview, Up: (dir) 45 File: multiboot.info, Node: Overview, Next: Terminology, Prev: Top, Up: Top 64 File: multiboot.info, Node: Motivation, Next: Architecture, Up: Overview 90 File: multiboot.info, Node: Architecture, Next: Operating systems, Prev: Motivation, Up: Overvi… 103 File: multiboot.info, Node: Operating systems, Next: Boot sources, Prev: Architecture, Up: Over… 119 ….info, Node: Boot sources, Next: Boot-time configuration, Prev: Operating systems, Up: Overview 142 …oot-time configuration, Next: Convenience to operating systems, Prev: Boot sources, Up: Overview 155 …onvenience to operating systems, Next: Boot modules, Prev: Boot-time configuration, Up: Overview 194 File: multiboot.info, Node: Boot modules, Prev: Convenience to operating systems, Up: Overview 217 File: multiboot.info, Node: Terminology, Next: Specification, Prev: Overview, Up: Top [all …]
|
/external/libffi/doc/ |
D | libffi.info | 22 File: libffi.info, Node: Top, Next: Introduction, Up: (dir) 47 File: libffi.info, Node: Introduction, Next: Using libffi, Prev: Top, Up: Top 80 File: libffi.info, Node: Using libffi, Next: Missing Features, Prev: Introduction, Up: Top 94 File: libffi.info, Node: The Basics, Next: Simple Example, Up: Using libffi 152 File: libffi.info, Node: Simple Example, Next: Types, Prev: The Basics, Up: Using libffi 193 File: libffi.info, Node: Types, Next: Multiple ABIs, Prev: Simple Example, Up: Using libffi 205 File: libffi.info, Node: Primitive Types, Next: Structures, Up: Types 286 File: libffi.info, Node: Structures, Next: Type Example, Prev: Primitive Types, Up: Types 312 File: libffi.info, Node: Type Example, Prev: Structures, Up: Types 359 File: libffi.info, Node: Multiple ABIs, Next: The Closure API, Prev: Types, Up: Using libffi [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BufferedTreeNodeStream.cs | 166 up = adaptor.Create(TokenTypes.Up, "UP"); in BufferedTreeNodeStream() 273 AddNavigationNode(TokenTypes.Up); in FillBuffer() 307 navNode = adaptor.Create(TokenTypes.Up, "UP"); in AddNavigationNode() 520 if (adaptor.GetType(stop) == TokenTypes.Up) { in ToString()
|
D | TreeIterator.cs | 67 up = adaptor.Create(TokenTypes.Up, "UP"); in TreeIterator()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BufferedTreeNodeStream.cs | 178 up = adaptor.Create( TokenTypes.Up, "UP" ); in BufferedTreeNodeStream() 314 AddNavigationNode( TokenTypes.Up ); in FillBuffer() 360 navNode = adaptor.Create( TokenTypes.Up, "UP" ); in AddNavigationNode() 618 if ( adaptor.GetType( stop ) == TokenTypes.Up ) in ToString()
|
D | TreeIterator.cs | 72 up = adaptor.Create( TokenTypes.Up, "UP" ); in TreeIterator()
|
D | TreeParser.cs | 48 public const int UP = TokenTypes.Up;
|
/external/webkit/Source/WebKit/mac/DefaultDelegates/ |
D | WebDefaultContextMenuDelegate.mm | 95 … title = UI_STRING_INTERNAL("Look Up in Dictionary", "Look Up in Dictionary context menu item"); 151 …// FIXME 4184640: The Look Up in Dictionary item is only implemented in WebHTMLView, and so is pre… 162 …uItem setTitle:[NSString stringWithFormat:UI_STRING_INTERNAL("Look Up “%@”", "Look Up context menu…
|
/external/webkit/Source/WebCore/html/shadow/ |
D | TextControlInnerElements.cpp | 286 input->stepUpFromRenderer(m_upDownState == Up ? 1 : -1); in defaultEventHandler() 303 m_upDownState = local.y() < box->height() / 2 ? Up : Down; in defaultEventHandler() 345 input->stepUpFromRenderer(m_upDownState == Up ? 1 : -1); in repeatingTimerFired()
|
D | TextControlInnerElements.h | 93 Up, enumerator
|
/external/bison/doc/ |
D | bison.info | 27 File: bison.info, Node: Top, Next: Introduction, Up: (dir) 290 File: bison.info, Node: Introduction, Next: Conditions, Prev: Top, Up: Top 320 File: bison.info, Node: Conditions, Next: Copying, Prev: Introduction, Up: Top 358 File: bison.info, Node: Copying, Next: Concepts, Prev: Conditions, Up: Top 716 File: bison.info, Node: Concepts, Next: Examples, Prev: Copying, Up: Top 743 File: bison.info, Node: Language and Grammar, Next: Grammar in Bison, Up: Concepts 857 File: bison.info, Node: Grammar in Bison, Next: Semantic Values, Prev: Language and Grammar, Up… 900 File: bison.info, Node: Semantic Values, Next: Semantic Actions, Prev: Grammar in Bison, Up: Co… 943 File: bison.info, Node: Semantic Actions, Next: GLR Parsers, Prev: Semantic Values, Up: Concepts 972 File: bison.info, Node: GLR Parsers, Next: Locations Overview, Prev: Semantic Actions, Up: Conc… [all …]
|
/external/webkit/Source/WebKit/qt/examples/platformplugin/ |
D | WebPlugin.h | 94 if (direction == QWebTouchModifier::Up) in hitTestPaddingForTouch()
|
D | qwebkitplatformplugin.h | 115 Up, Right, Down, Left enumerator
|
/external/e2fsprogs/lib/ext2fs/ |
D | extent_dbg.ct | 43 request do_up, "Up node",
|
/external/webkit/Source/WebCore/English.lproj/ |
D | Localizable.strings | 196 /* Look Up in Dictionary context menu item */ 197 "Look Up in Dictionary" = "Look Up in Dictionary"; 199 /* Look Up context menu item with selected word */ 200 "Look Up “%@”" = "Look Up “%@”"; 202 /* Look Up context menu item with selected word */ 203 "Look Up “<selection>”" = "Look Up “<selection>”";
|