HomeSort by relevance Sort by last modified time
    Searched defs:Right (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderDetailsMarker.h 34 enum Orientation { Up, Down, Left, Right };
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
AGC_MIX_VOL_2St1Mon_D32_WRA.c 85 LVM_INT32 Right; /* Right sample */
126 Right = *pStSrc++; /* Get the right sample */
137 Right += Mono;
146 HighWord = (Vol_Mult * (Right >> 16)); /* signed long (Right) by unsigned short (Vol_Mult) multiply */
147 LowWord = (Vol_Mult * (Right & 0xffff));
148 Right = (HighWord + (LowWord >> 16)) << (Vol_Shift);
150 *pDst++ = Right;
    [all...]
  /cts/tests/src/android/widget/cts/util/
ListItemFactory.java 80 Right
103 boolean right = false;
112 case Right:
113 right = true;
134 if (right) {
136 button.setText("right");
258 t2.setGravity(Gravity.RIGHT | Gravity.CENTER_VERTICAL);
  /external/openfst/src/include/fst/
heap.h 130 // Compute right child of parent
131 int Right(int i) {
164 int r = Right(i);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 122 // compute right child of parent
123 int Right(int i) {
151 int r = Right(i);
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 80 Right
103 boolean right = false;
112 case Right:
113 right = true;
134 if (right) {
136 button.setText("right");
259 t2.setGravity(Gravity.RIGHT | Gravity.CENTER_VERTICAL);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursslk.h 47 typedef enum { Left=0, Center=1, Right=2 } Justification;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 47 typedef enum { Left=0, Center=1, Right=2 } Justification;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 47 typedef enum { Left=0, Center=1, Right=2 } Justification;
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapFont.java 63 * Align text on the right of the text block
65 Right
  /external/webkit/Source/WebKit/qt/Api/
qwebkitplatformplugin.h 120 Up, Right, Down, Left
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
qwebkitplatformplugin.h 115 Up, Right, Down, Left
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 61 /// Return a pointer to the right subtree. This value is
62 /// NULL if there is no right subtree.
63 ImutAVLTree *getRight() const { return right; }
92 ImutAVLTree *Right = T->getRight();
93 while (Right) { T = right; right = T->getRight(); }
212 "Current value is not less that value of right child");
224 ImutAVLTree *right; member in class:llvm::ImutAVLTree
246 : factory(f), left(l), right(r), prev(0), next(0), height(height)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 188 NonLoc right) const;
554 NonLoc right) const {
571 if (isa<nonloc::ConcreteInt>(right)) {
572 maxMinusRight = svalBuilder.evalBinOpNN(state, BO_Sub, maxVal, right,
579 left = right;
584 // If left > max - right, we have an overflow.
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 156 // Right piece is longer.
203 StringRef Left = Split.first, Right = Split.second;
213 CommandLine.push_back(Right);
233 Right.split(AfterPCHLines, "\n", /*MaxSplit=*/-1, /*KeepEmpty=*/false);
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 550 milliseconds