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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDetailsMarker.h 32 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/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 75 pack $w.sb -side right -fill y
77 pack $w.t -side right -fill both -expand 1
106 bind Sqlitecon <Right> {sqlitecon::Right %W}
107 bind Sqlitecon <Control-f> {sqlitecon::Right %W}
165 # Move the cursor one character to the right
167 proc sqlitecon::Right {w} {
171 # Erase the character to the right of the cursor
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapFont.java 63 * Align text on the right of the text block
65 Right
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CodeMirrorTextEditor.js 79 "Right": "goCharRight",
104 "Ctrl-Right": "goGroupRight",
106 "Alt-Right": "goLineEnd",
120 "Alt-Right": "goGroupRight",
122 "Cmd-Right": "goLineEnd",
    [all...]
DataGrid.js 161 Right: "right"
719 // This resizer is associated with the column to its right.
841 } else if (event.keyIdentifier === "Right") {
    [all...]
  /external/lzma/CPP/Common/
MyString.h 334 CStringBase Right(int count) const
  /external/clang/lib/Format/
TokenAnnotator.cpp 111 // categorize it as an unary operator, so set the right type here.
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 60 /// Return a pointer to the right subtree. This value is
61 /// NULL if there is no right subtree.
62 ImutAVLTree *getRight() const { return right; }
91 ImutAVLTree *Right = T->getRight();
92 while (Right) { T = Right; Right = T->getRight(); }
211 "Current value is not less that value of right child");
223 ImutAVLTree *right; member in class:llvm::ImutAVLTree
245 : factory(f), left(l), right(r), prev(0), next(0), height(height)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 192 NonLoc right) const;
543 NonLoc right) const {
560 if (right.getAs<nonloc::ConcreteInt>()) {
561 maxMinusRight = svalBuilder.evalBinOpNN(state, BO_Sub, maxVal, right,
568 left = right;
573 // If left > max - right, we have an overflow.
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 599 milliseconds