/external/webrtc/webrtc/modules/video_render/ios/ |
video_render_ios_view.h | 27 Right:(const float)right
|
/hardware/qcom/display/msm8084/libqdutils/ |
cb_utils.cpp | 35 irect.right = max(rect1.right, rect2.right); 48 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom); 60 displayFrame.right,displayFrame.bottom); 71 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right, 85 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom}; 86 int dst_w = clearWormholeRect.right - clearWormholeRect.left;
|
/hardware/qcom/display/msm8226/libqdutils/ |
cb_utils.cpp | 35 irect.right = max(rect1.right, rect2.right); 48 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom); 60 displayFrame.right,displayFrame.bottom); 71 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right, 85 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom}; 86 int dst_w = clearWormholeRect.right - clearWormholeRect.left;
|
/hardware/qcom/display/msm8994/libqdutils/ |
cb_utils.cpp | 35 irect.right = max(rect1.right, rect2.right); 48 Rect fbFrameRect(fbFrame.left,fbFrame.top,fbFrame.right,fbFrame.bottom); 61 displayFrame.right,displayFrame.bottom); 73 Rect tmpRect(displayFrame.left,displayFrame.top,displayFrame.right, 87 hwc_rect_t tmpWormRect = {r.left,r.top,r.right,r.bottom}; 88 int dst_w = clearWormholeRect.right - clearWormholeRect.left;
|
/packages/apps/Calendar/res/layout/ |
full_month_header.xml | 26 android:gravity="right" 34 android:gravity="right" 42 android:gravity="right" 50 android:gravity="right" 58 android:gravity="right" 66 android:gravity="right" 74 android:gravity="right" 82 android:gravity="right"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion8-expected-completion41.txt | 2 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this view. [dimension] 5 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
|
completion8-expected-completion43.txt | 2 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this view. [dimension] 5 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
order.go | 175 r := ordercheapexpr(n.Right, order) 176 if l == n.Left && r == n.Right { 183 a.Right = r 379 orderexpr(&n.Right, order, nil) // ODDDARG temp 405 // calling writebarrierfat with a pointer to n->right. 415 if (n.Left.Op == OINDEXMAP || (needwritebarrier(n.Left, n.Right) && n.Left.Type.Width > int64(4*Widthptr))) && !isaddrokay(n.Right) { 433 if !istemp(m.Right) { 434 m.Right = ordercopyexpr(m.Right, m.Right.Type, order, 0 [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
order.go | 172 r := ordercheapexpr(n.Right, order) 173 if l == n.Left && r == n.Right { 180 a.Right = r 376 orderexpr(&n.Right, order, nil) // ODDDARG temp 402 // calling writebarrierfat with a pointer to n->right. 412 if (n.Left.Op == OINDEXMAP || (needwritebarrier(n.Left, n.Right) && n.Left.Type.Width > int64(4*Widthptr))) && !isaddrokay(n.Right) { 430 if !istemp(m.Right) { 431 m.Right = ordercopyexpr(m.Right, m.Right.Type, order, 0 [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
order.go | 175 r := ordercheapexpr(n.Right, order) 176 if l == n.Left && r == n.Right { 183 a.Right = r 379 orderexpr(&n.Right, order, nil) // ODDDARG temp 405 // calling writebarrierfat with a pointer to n->right. 415 if (n.Left.Op == OINDEXMAP || (needwritebarrier(n.Left, n.Right) && n.Left.Type.Width > int64(4*Widthptr))) && !isaddrokay(n.Right) { 433 if !istemp(m.Right) { 434 m.Right = ordercopyexpr(m.Right, m.Right.Type, order, 0 [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
order.go | 172 r := ordercheapexpr(n.Right, order) 173 if l == n.Left && r == n.Right { 180 a.Right = r 376 orderexpr(&n.Right, order, nil) // ODDDARG temp 402 // calling writebarrierfat with a pointer to n->right. 412 if (n.Left.Op == OINDEXMAP || (needwritebarrier(n.Left, n.Right) && n.Left.Type.Width > int64(4*Widthptr))) && !isaddrokay(n.Right) { 430 if !istemp(m.Right) { 431 m.Right = ordercopyexpr(m.Right, m.Right.Type, order, 0 [all...] |
/art/test/142-classloader2/smali/ |
MyPathClassLoader.smali | 2 # We need to use smali right now to subclass a libcore class, see b/24304298.
|
/development/samples/ApiDemos/res/layout/ |
layout_animation_7.xml | 29 android:gravity="right" 37 android:gravity="right" 45 android:gravity="right" 53 android:gravity="right"
|
/development/samples/WiFiDirectDemo/res/drawable/ |
details_view.xml | 13 android:right="10dp"
|
section_header.xml | 12 android:right="10dp"
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
NFAFactory.java | 86 while ( s!=alt.right ) { 120 NFAState right = newState(); local 122 right.associatedASTNode = associatedAST; 123 transitionBetweenStates(left, right, label); 124 StateCluster g = new StateCluster(left, right); 138 NFAState right = newState(); local 140 right.associatedASTNode = associatedAST; 142 Transition e = new Transition(label,right); 144 StateCluster g = new StateCluster(left, right); 165 NFAState right = newState() local 237 NFAState right = newState(); local 248 NFAState right = newState(); local 266 NFAState right = newState(); local 280 NFAState right = newState(); local 673 NFAState right = newState(); local [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Gt.java | 38 * @param right non-null reference to the evaluated right operand. 44 public XObject operate(XObject left, XObject right) 47 return left.greaterThan(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
|
Gte.java | 38 * @param right non-null reference to the evaluated right operand. 44 public XObject operate(XObject left, XObject right) 47 return left.greaterThanOrEqual(right)
|
Lt.java | 38 * @param right non-null reference to the evaluated right operand. 44 public XObject operate(XObject left, XObject right) 47 return left.lessThan(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
|
Lte.java | 38 * @param right non-null reference to the evaluated right operand. 44 public XObject operate(XObject left, XObject right) 47 return left.lessThanOrEqual(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
|
Neg.java | 38 * @param right non-null reference to the evaluated right operand. 44 public XObject operate(XObject right) throws javax.xml.transform.TransformerException 46 return new XNumber(-right.num());
|
NotEquals.java | 38 * @param right non-null reference to the evaluated right operand. 44 public XObject operate(XObject left, XObject right) 47 return (left.notEquals(right)) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
|
Quo.java | 41 * @param right non-null reference to the evaluated right operand. 47 public XObject operate(XObject left, XObject right) 50 return new XNumber((int) (left.num() / right.num()));
|
String.java | 37 * @param right non-null reference to the evaluated right operand. 43 public XObject operate(XObject right) throws javax.xml.transform.TransformerException 45 return (XString)right.xstr(); // semi-safe cast.
|
/external/autotest/client/site_tests/touch_MouseScroll/ |
README | 16 right_slow - Scroll the mouse ball right slowly to record multiple scrolls. 17 right_fast - Scroll the mouse ball right fast to record multiple scrolls. 18 right_1 - Scroll the mouse ball right (one gear right) to record single scroll.
|