Home
last modified time | relevance | path

Searched refs:Right (Results 1 – 25 of 158) sorted by relevance

1234567

/external/markdown/MarkdownTest/Tests_2004/
DBackslash escapes.text13 Right brace: \}
17 Right bracket: \]
21 Right paren: \)
49 Right brace: \}
53 Right bracket: \]
57 Right paren: \)
84 Right brace: `\}`
88 Right bracket: `\]`
92 Right paren: `\)`
/external/markdown/tests/markdown-test/
Dbacklash-escapes.txt13 Right brace: \}
17 Right bracket: \]
21 Right paren: \)
49 Right brace: \}
53 Right bracket: \]
57 Right paren: \)
84 Right brace: `\}`
88 Right bracket: `\]`
92 Right paren: `\)`
/external/markdown/MarkdownTest/Tests_2007/
DBackslash escapes.text13 Right brace: \}
17 Right bracket: \]
21 Right paren: \)
49 Right brace: \}
53 Right bracket: \]
57 Right paren: \)
84 Right brace: `\}`
88 Right bracket: `\]`
92 Right paren: `\)`
/external/webkit/Source/WebCore/rendering/
DRenderDetailsMarker.cpp83 return isOpen() ? Down : Right; in orientation()
91 return isOpen() ? Right : Down; in orientation()
92 return isOpen() ? Right : Up; in orientation()
95 return isOpen() ? Up : Right; in orientation()
98 return Right; in orientation()
105 case Right: return createRightArrowPath(); in getCanonicalPath()
DRenderDetailsMarker.h34 enum Orientation { Up, Down, Left, Right }; enumerator
/external/clang/include/clang/AST/
DAttr.h207 specific_attr_iterator Right) {
208 if (Left.Current < Right.Current)
209 Left.AdvanceToNext(Right.Current);
211 Right.AdvanceToNext(Left.Current);
212 return Left.Current == Right.Current;
215 specific_attr_iterator Right) {
216 return !(Left == Right);
/external/llvm/include/llvm/Support/
DCFG.h178 inline Self& operator+=(int Right) {
179 unsigned new_idx = idx + Right;
185 inline Self operator+(int Right) {
187 tmp += Right;
191 inline Self& operator-=(int Right) {
192 return operator+=(-Right);
195 inline Self operator-(int Right) {
196 return operator+(-Right);
/external/webkit/Source/WebCore/platform/mac/
DKeyEventMac.mm87 case 54: // Right Command
95 case 60: // Right Shift
99 case 61: // Right Alt
103 case 62: // Right Ctrl
131 case 54: // Right Command
139 case 60: // Right Shift
143 case 61: // Right Alt
147 case 62: // Right Ctrl
/external/webkit/Source/WebKit2/Shared/mac/
DWebEventFactory.mm276 case 54: // Right Command
284 case 60: // Right Shift
288 case 61: // Right Alt
292 case 62: // Right Ctrl
504 // "Right"
506 return String("Right");
636 // VK_APPS (5D) Right windows/meta key
637 case 54: // Right Command
650 case 60: // Right Shift
655 case 61: // Right Alt
[all …]
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp427 DiagList Right(d2_begin, d2_end); in CheckLists() local
436 for (II = Right.begin(), IE = Right.end(); II != IE; ++II) { in CheckLists()
456 Right.erase(II); in CheckLists()
463 num += PrintProblem(Diags, &SourceMgr, Right.begin(), Right.end(), in CheckLists()
/external/llvm/include/llvm/ADT/
DImmutableIntervalMap.h133 this->Right(T)); in add_internal()
136 add_internal(V, this->Right(T))); in add_internal()
160 this->Value(T), this->Right(T)); in removeOverlap()
163 removeOverlap(this->Right(T), K, Changed)); in removeOverlap()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dheap.h123 int Right(int i) { in Right() function
151 int r = Right(i); in Heapify()
/external/openfst/src/include/fst/
Dheap.h131 int Right(int i) { in Right() function
164 int r = Right(i); in Heapify()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
Dmessages.properties6 FlyoutControlComposite_dockRight=&Right
/external/webkit/Source/WebCore/platform/cocoa/
DKeyEventCocoa.mm243 // "Right"
245 return "Right";
389 /* 0x36 */ VK_APPS, // Right Command
395 /* 0x3C */ VK_SHIFT, // Right Shift
396 /* 0x3D */ VK_MENU, // Right Option
397 /* 0x3E */ VK_CONTROL, // Right Ctrl
459 /* 0x7C */ VK_RIGHT, // Right Arrow
/external/webkit/Source/WebKit/chromium/src/mac/
DWebInputEventFactory.mm59 case 54: // Right Command
67 case 60: // Right Shift
71 case 61: // Right Alt
75 case 62: // Right Ctrl
170 case 54: // Right Command
178 case 60: // Right Shift
182 case 61: // Right Alt
186 case 62: // Right Ctrl
403 // "Right"
405 return @"Right";
/external/quake/quake/src/WinQuake/
Dconproc.cpp308 info.srWindow.Right = info.dwSize.X - 1; in SetConsoleCXCY()
338 info.srWindow.Right = cx - 1; in SetConsoleCXCY()
/external/llvm/tools/llvm-diff/
DDiffConsumer.h38 virtual void enterContext(Value *Left, Value *Right) = 0;
/external/clang/include/clang/Sema/
DAttributeList.h423 AttributeList *Right) { in addAttributeLists() argument
425 return Right; in addAttributeLists()
432 prev->setNext(Right); in addAttributeLists()
/external/webkit/Source/WebKit/qt/examples/platformplugin/
Dqwebkitplatformplugin.h115 Up, Right, Down, Left enumerator
/external/webkit/Source/WebKit/qt/Api/
Dqwebkitplatformplugin.h120 Up, Right, Down, Left enumerator
/external/webkit/Source/WebCore/English.lproj/
DLocalizable.strings44 "Align Right (Undo action name)" = "Align Right";
187 /* Left to Right context menu item */
188 "Left to Right" = "Left to Right";
310 /* Right to Left context menu item */
311 "Right to Left" = "Right to Left";
/external/llvm/docs/HistoricalNotes/
D2001-02-13-Reference-Memory.txt16 Right now, I've spec'd out the language to have a pointer type, which
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DBitmapFont.java65 Right enumConstant
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
DNetscapePluginMac.mm224 // Right now we don't support the QuickDraw drawing model at all
665 case 54: // Right Command
671 case 60: // Right Shift
674 case 61: // Right Alt
677 case 62: // Right Ctrl

1234567