Searched refs:Right (Results 1 - 25 of 40) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/
H A DRenderDetailsMarker.cpp83 return isOpen() ? Down : Right;
91 return isOpen() ? Right : Down;
92 return isOpen() ? Right : Up;
95 return isOpen() ? Up : Right;
98 return Right;
105 case Right: return createRightArrowPath();
H A DRenderDetailsMarker.h34 enum Orientation { Up, Down, Left, Right }; enumerator in enum:WebCore::RenderDetailsMarker::Orientation
H A DRenderTreeAsText.cpp383 case RenderDetailsMarker::Right:
/external/clang/include/clang/AST/
H A 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);
206 operator ==(specific_attr_iterator Left, specific_attr_iterator Right) argument
214 operator !=(specific_attr_iterator Left, specific_attr_iterator Right) argument
/external/llvm/include/llvm/Support/
H A DCFG.h178 inline Self& operator+=(int Right) { argument
179 unsigned new_idx = idx + Right;
185 inline Self operator+(int Right) { argument
187 tmp += Right;
191 inline Self& operator-=(int Right) { argument
192 return operator+=(-Right);
195 inline Self operator-(int Right) { argument
196 return operator+(-Right);
/external/openfst/src/include/fst/
H A Dheap.h131 int Right(int i) { function in class:fst::Heap
164 int r = Right(i);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dheap.h123 int Right(int i) { function in class:fst::Heap
151 int r = Right(i);
/external/llvm/tools/llvm-diff/
H A DDiffConsumer.h35 /// Right are IR "containers" of some sort which are being
38 virtual void enterContext(Value *Left, Value *Right) = 0;
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp427 DiagList Right(d2_begin, d2_end);
436 for (II = Right.begin(), IE = Right.end(); II != IE; ++II) {
456 Right.erase(II);
461 // Now all that's left in Right are those that were not matched.
463 num += PrintProblem(Diags, &SourceMgr, Right.begin(), Right.end(),
/external/llvm/include/llvm/ADT/
H A DImmutableIntervalMap.h133 this->Right(T));
136 add_internal(V, this->Right(T)));
160 this->Value(T), this->Right(T));
163 removeOverlap(this->Right(T), K, Changed));
H A Dilist.h699 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) { argument
700 Left.swap(Right);
H A DImmutableSet.h92 ImutAVLTree *Right = T->getRight(); local
93 while (Right) { T = right; right = T->getRight(); }
517 assert(!isEmpty(R) && "Right tree cannot be empty to have a height >= 2");
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebkitplatformplugin.h120 Up, Right, Down, Left enumerator in enum:QWebTouchModifier::PaddingDirection
/external/webkit/Source/WebKit/qt/examples/platformplugin/
H A Dqwebkitplatformplugin.h115 Up, Right, Down, Left enumerator in enum:QWebTouchModifier::PaddingDirection
/external/quake/quake/src/WinQuake/
H A Dconproc.cpp308 info.srWindow.Right = info.dwSize.X - 1;
338 info.srWindow.Right = cx - 1;
/external/clang/include/clang/Sema/
H A DAttributeList.h423 AttributeList *Right) {
425 return Right;
432 prev->setNext(Right);
456 /// Right now this is a very lightweight container, but the expectation
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapFont.java65 Right enum constant in enum:BitmapFont.Align
H A DLetters.java176 } else if (alignment == Align.Right) {
/external/libvpx/examples/includes/geshi/geshi/
H A Dwinbatch.php25 * - Right now any ':Subroutine' is treated as a comment. This highlights the
/external/qemu/
H A Dcurses_keys.h124 [0x105] = 77 | GREY, /* Right Arrow */
450 { "Right", 0x105 },
/external/webkit/Source/WebCore/inspector/front-end/
H A DKeyboardShortcut.js63 Right: { code: 39, name: "\u2192" }, // also NUM_EAST
H A DElementsPanel.js1052 shortcut.shortcutToString(shortcut.Keys.Right),
/external/icu4c/test/perf/perldriver/
H A DOutput.pm219 td { font-size: 10pt; text-align: Right; border: 0 solid #000080; padding: 5 }
/external/clang/lib/Sema/
H A DSemaOverload.cpp6888 for (unsigned Right = FirstPromotedArithmeticType;
6889 Right < LastPromotedArithmeticType; ++Right) {
6891 getArithmeticType(Right) };
6894 : getUsualArithmeticConversions(Left, Right);
6943 for (unsigned Right = FirstPromotedIntegralType;
6944 Right < LastPromotedIntegralType; ++Right) {
6946 getArithmeticType(Right) };
6949 : getUsualArithmeticConversions(Left, Right);
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1037 const Expr *Right = CE->getArg(1); local
1070 cast<DefinedOrUnknownSVal>(state->getSVal(Right, LCtx));
1093 state = CheckBufferAccess(C, state, Size, Left, Right);

Completed in 653 milliseconds

12