/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2073.js | 42 this.right = null; 58 child.right = null; 63 this.tail.right = child; 74 if (parent.head == this) parent.head = this.right; 76 if (this.left) this.left.right = this.right; 77 if (this.right) this.right.left = this.left;
|
/external/freetype/include/ |
ftpfr.h | 112 * right :: Index of the right glyph. 131 FT_UInt right,
|
/external/freetype/include/internal/services/ |
svpfr.h | 42 FT_UInt right,
|
/external/guava/guava/src/com/google/common/primitives/ |
UnsignedBytes.java | 170 // For pre-sizing a builder, just get the right order of magnitude 278 // @Override public int compare(byte[] left, byte[] right) { 279 // int minLength = Math.min(left.length, right.length); 289 // long rw = theUnsafe.getLong(right, BYTE_ARRAY_BASE_OFFSET + (long) i); 323 // int result = UnsignedBytes.compare(left[i], right[i]); 328 // return left.length - right.length; 337 @Override public int compare(byte[] left, byte[] right) { 338 int minLength = Math.min(left.length, right.length); 340 int result = UnsignedBytes.compare(left[i], right[i]); 345 return left.length - right.length [all...] |
/external/icu/icu4c/source/i18n/ |
taiwncal.h | 82 * @param right the object to be copied. 85 TaiwanCalendar& operator=(const TaiwanCalendar& right);
|
/external/opencv/cv/src/ |
_cvkdtree.hpp | 71 int left, right; // node indices of left and right branches member in struct:CvKDTree::node 72 scalar_type boundary; // left if deref(value,dim)<=boundary, otherwise right 178 n.right = nexti; 193 int right = insert(split, last, ctor); local 194 nodes[i].right = right; 212 else // right 213 r = remove(&n.right, p); 216 if (n.left == -1 && n.right == -1 [all...] |
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/ |
svpfr.h | 42 FT_UInt right,
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/ |
svpfr.h | 42 FT_UInt right,
|
/external/pdfium/fpdfsdk/include/ |
fpdftext.h | 82 // right - Pointer to a double number receiving right position of the character box.
91 double* right, double* bottom, double* top);
147 // right - Pointer to a double value receiving the rectangle right boundary.
153 double* right, double* bottom);
161 // right - Right boundary.
170 double right, double bottom,unsigned short* buffer,int buflen);
294 // right - Pointer to a double value receiving the rectangle right boundary. [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
ms_stereo.c | 107 Word32 left, right; local 109 right = (mdctSpectrumRight[j] >> 1); 110 mdctSpectrumLeft[j] = left + right; 111 mdctSpectrumRight[j] = left - right;
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
AccessibilityNodeInfoHelper.java | 46 displayRect.right = width;
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
OvalShape.java | 43 (int) Math.floor(rect.right), (int) Math.floor(rect.bottom));
|
/frameworks/base/libs/hwui/ |
DamageAccumulator.h | 50 void dirty(float left, float top, float right, float bottom);
|
Snapshot.h | 115 bool clip(float left, float top, float right, float bottom, 134 void setClip(float left, float top, float right, float bottom); 150 void resetClip(float left, float top, float right, float bottom); 304 bool clipRegionOp(float left, float top, float right, float bottom, SkRegion::Op op);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
stats_scorer.h | 37 jfloat lefp, jfloat top, jfloat right, jfloat bottom, jfloatArray statsArray);
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
PathDestructionActivity.java | 59 float left, top, right, bottom; local 62 right = left + MathUtils.random(getWidth() - left); 66 path.lineTo(right, top); 67 path.lineTo(right, bottom);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
PreviewStatusListener.java | 49 public void onPreviewLayoutChanged(View v, int left, int top, int right,
|
/packages/apps/Gallery/src/com/android/camera/ |
HighlightView.java | 125 int right = mDrawRect.right + 1; local 139 + ((mDrawRect.right - mDrawRect.left) / 2); 149 mResizeDrawableWidth.setBounds(right - widthWidth, 151 right + widthWidth, 216 && (x < r.right + hysteresis); 222 if ((Math.abs(r.right - x) < hysteresis) && verticalCheck) { 279 Math.min(0, mImageRect.right - mCropRect.right), 334 } else if (r.right > mImageRect.right) [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
QuickContactDivot.java | 134 final int right = getWidth(); local 135 final int middle = right / 2; 143 right - mDrawableIntrinsicWidth, 145 right,
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnClause.java | 67 new WnnPOS(stem.partOfSpeech.left, fzk.partOfSpeech.right),
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
LineCubicIntersection.cpp | 125 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { 126 addHorizontalEndPoints(left, right, axisIntercept); 133 double lineT = (pt.x - left) / (right - left); 183 void addHorizontalEndPoints(double left, double right, double y) 192 if (cubic[cIndex].x == right) { 259 int horizontalIntersect(const Cubic& cubic, double left, double right, double y, 268 if (x < left || x > right) { 276 int horizontalIntersect(const Cubic& cubic, double left, double right, double y, 279 return c.horizontalIntersect(y, left, right, flipped);
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
bitmaptools.cc | 31 Box() : left(), top(), right(), bottom() {} 47 right = left + width; 54 if (right <= x) right = x + 1; 59 int width() const { return right - left; } 64 int right; member in struct:Box 106 box.right * pixel_stride > row_size) { 119 row_size = (box.right - box.left) * pixel_stride; 209 box.right = 0;
|
/external/fio/lib/ |
rbtree.c | 27 struct rb_node *right = node->rb_right; local 30 if ((node->rb_right = right->rb_left)) 31 rb_set_parent(right->rb_left, node); 32 right->rb_left = node; 34 rb_set_parent(right, parent); 39 parent->rb_left = right; 41 parent->rb_right = right; 44 root->rb_node = right; 45 rb_set_parent(node, right); 312 * If we have a right-hand child, go down and then left as fa [all...] |
/external/skia/experimental/Intersection/ |
LineCubicIntersection.cpp | 125 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { 126 addHorizontalEndPoints(left, right, axisIntercept); 133 double lineT = (pt.x - left) / (right - left); 183 void addHorizontalEndPoints(double left, double right, double y) 192 if (cubic[cIndex].x == right) { 259 int horizontalIntersect(const Cubic& cubic, double left, double right, double y, 268 if (x < left || x > right) { 276 int horizontalIntersect(const Cubic& cubic, double left, double right, double y, 279 return c.horizontalIntersect(y, left, right, flipped);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
FadedEdgeDrawHelper.java | 86 int left, int right, int top, int bottom, int scrollX, int scrollY, 123 if (!mIsVertical && (left + length > right - length)) { 124 length = (right - left) / 2; 146 canvas.drawRect(left, top, right, top + length, mFadePaint); 153 canvas.drawRect(left, top - mPaddingTop, right, top, mBlackPaint); 162 canvas.drawRect(left, bottom - length, right, bottom, mFadePaint); 177 mFadeMatrix.postTranslate(right, top); 180 canvas.drawRect(right - length, top, right, bottom, mFadePaint);
|