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

1 2

  /external/clang/test/CodeGenCXX/
microsoft-abi-multiple-nonvirtual-inheritance.cpp 7 struct Right {
8 virtual void right();
11 struct ChildNoOverride : Left, Right {
14 struct ChildOverride : Left, Right {
16 virtual void right();
68 child->right();
69 // When calling a right base's virtual method, one needs to adjust 'this' at
74 // CHECK: %[[RIGHT:.*]] = bitcast i8* %[[RIGHT_i8]] to %struct.Right*
76 // CHECK: %[[VFPTR:.*]] = bitcast %struct.Right* %[[RIGHT]] to void (%struct.Right*)**
84 void ChildOverride::right() { function in class:ChildOverride
129 void GrandchildOverride::right() { function in class:GrandchildOverride
    [all...]
  /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/tests/widget/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);
  /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);
  /frameworks/base/libs/hwui/
BakedOpState.h 33 Right = 0x4,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursslk.h 47 typedef enum { Left=0, Center=1, Right=2 } Justification;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursslk.h 47 typedef enum { Left=0, Center=1, Right=2 } Justification;
  /external/pdfium/core/include/fxcrt/
fx_string.h 261 CFX_ByteString Right(FX_STRSIZE count) const;
502 CFX_WideStringC Right(FX_STRSIZE count) const {
640 CFX_WideString Right(FX_STRSIZE count) const;
fx_coordinates.h 223 baseType right() const { return left + width; } function in class:CFX_RTemplate
246 void Inflate(baseType left, baseType top, baseType right, baseType bottom) {
249 FXT_RECT::width += left + right;
262 void Deflate(baseType left, baseType top, baseType right, baseType bottom) {
265 FXT_RECT::width -= left + right;
281 return rt.left >= left && rt.right() <= right() && rt.top >= top &&
344 baseType r = right(), b = bottom();
362 baseType r = right(), b = bottom();
366 if (r < rt.right()) {
428 int right; member in struct:FX_RECT
602 FX_FLOAT right; member in class:CFX_FloatRect
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 62 INT16 Right;
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 714 CFX_ByteString CFX_ByteString::Right(FX_STRSIZE nCount) const {
fx_basic_wstring.cpp 445 CFX_WideString CFX_WideString::Right(FX_STRSIZE nCount) const {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddsnd.h 204 ULONG Right;
243 ULONG Right;
298 ULONG Right;
  /external/clang/lib/Format/
TokenAnnotator.cpp 167 // 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(nullptr), next(nullptr)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 769 bool Right = (Opc == S2_lsr_i_p || Opc == S2_asr_i_p);
770 bool Left = !Right;
795 // Shift right: DR = shr R, #s
802 // Shift right:
847 else // Must be right shift.
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 196 NonLoc right) const;
557 NonLoc right) const {
574 if (right.getAs<nonloc::ConcreteInt>()) {
575 maxMinusRight = svalBuilder.evalBinOpNN(state, BO_Sub, maxVal, right,
582 left = right;
587 // If left > max - right, we have an overflow.
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 75 /// make the right decision when generating code for different targets.
582 const Value *Left = CI->getOperand(0), *Right = CI->getOperand(1);
587 unsigned RightReg = getRegEnsuringSimpleIntegerWidening(Right, IsUnsigned);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 23 SHORT Right;
d3d8types.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 466 SmallVectorImpl<Value *> &Right);
471 SmallVectorImpl<Value *> &Right);
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 404 // FIXME: Get right address space.
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.1/
org.abego.treelayout.core-1.0.1.jar 
  /prebuilts/tools/common/offline-m2/org/abego/treelayout/org.abego.treelayout.core/1.0.1/
org.abego.treelayout.core-1.0.1.jar 

Completed in 760 milliseconds

1 2