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

  /frameworks/base/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/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);
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayer.h 55 enum ContentsGravityType { Center, Top, Bottom, Left, Right, TopLeft, TopRight,
  /external/webkit/WebCore/inspector/front-end/
KeyboardShortcut.js 57 Right: 39, // also NUM_EAST

Completed in 710 milliseconds