/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
LayerDrawableTest.java | 246 int right = 30; local 248 layerDrawable.setLayerInset(0, left, top, right, bottom); 249 assertEquals(layerDrawable.getDrawable(0).getIntrinsicWidth() + left + right, 257 right += 10; 259 layerDrawable.setLayerInset(1, left, top, right, bottom); 260 assertEquals(layerDrawable.getDrawable(1).getIntrinsicWidth() + left + right, 266 layerDrawable.setLayerInset(-1, left, top, right, bottom); 429 assertEquals(0, rc.right); 437 assertEquals(padding0.right, rc.right); [all...] |
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
metadata_database_unittest.cc | 61 const MetadataDatabaseIndexInterface* right) { 62 EXPECT_EQ(left->GetLargestChangeID(), right->GetLargestChangeID()); 63 EXPECT_EQ(left->GetSyncRootTrackerID(), right->GetSyncRootTrackerID()); 64 EXPECT_EQ(left->GetNextTrackerID(), right->GetNextTrackerID()); 67 void ExpectEquivalent(const FileMetadata* left, const FileMetadata* right) { 69 ASSERT_FALSE(right); 72 ASSERT_TRUE(right); 73 test_util::ExpectEquivalentMetadata(*left, *right); 76 void ExpectEquivalent(const FileTracker* left, const FileTracker* right) { 78 ASSERT_FALSE(right); [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
responsiveDesignView.css | 27 right: -19px; 35 right: 5px; 46 right: -14px; 56 right: 0; 76 right: 0; 143 border-right: 1px solid rgb(75, 75, 75); 164 margin-right: -1px; 347 border-right: 2px solid rgb(0, 0, 0); 438 right: 0; 458 margin-right: 5px [all...] |
/external/chromium_org/third_party/skia/include/core/ |
SkRect.h | 61 int right() const { return fRight; } function in struct:SkIRect 70 * (i.e. left <= right) so the result may be negative. 82 * method is defined to return (right + left) >> 1. 85 * (right + left) / 2 when the sum is negative. 125 void set(int32_t left, int32_t top, int32_t right, int32_t bottom) { 128 fRight = right; 132 void setLTRB(int32_t left, int32_t top, int32_t right, int32_t bottom) { 133 this->set(left, top, right, bottom); 153 * be max 32bit and right will be min 32bit). 174 /** Offset set the rectangle by adding dx to its left and right, [all...] |
/external/icu/icu4c/source/i18n/ |
collationfastlatin.cpp | 47 // Shift right to make it comparable with long mini primaries in bits 15..3. 93 const UChar *right, int32_t rightLength) { 151 UChar32 c = right[rightIndex++]; 171 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength); 232 UChar32 c = right[rightIndex++]; 247 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength); 296 UChar32 c = right[rightIndex++]; 299 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength); 349 UChar32 c = right[rightIndex++]; 352 rightPair = nextPair(table, c, rightPair, right, NULL, rightIndex, rightLength) [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/ |
parse-filter.c | 215 free_arg(arg->num.right); 220 free_arg(arg->exp.right); 237 free_arg(arg->op.right); 434 if (op->exp.right) 436 op->exp.right = arg; 440 if (op->op.right) 442 op->op.right = arg; 446 if (op->op.right) 546 /* We no longer have left or right args */ 567 op->num.right = arg 1900 char *right = NULL; local [all...] |
/external/chromium_org/third_party/WebKit/Source/web/resources/ |
calendarPicker.css | 74 padding-right: 0; 76 margin-right: 1px; 130 border-right: 1px solid #bfbfbf; 162 text-align: right; 211 padding-right: 0 !important; 287 right: 0; 293 right: 0; 298 right: auto; 300 border-right: 1px solid #bfbfbf;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/ |
style.css | 107 float: right; 133 float: right; 152 text-align: right; 207 float: right; 208 padding-right: .5em; 230 text-align: right; 248 #index td.right, #index th.right { 249 padding-right: 0;
|
/external/chromium_org/third_party/skia/experimental/webtry/res/css/cm/ |
codemirror.css | 29 border-right: 1px solid #ddd; 37 text-align: right; 122 margin-bottom: -30px; margin-right: -30px; 132 border-right: 30px solid transparent; 146 right: 0; top: 0; 156 right: 0; bottom: 0; 212 left: 0; right: 0; top: 0; bottom: 0; 239 border-right: none; 265 .cm-force-border { padding-right: .1px; }
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
CustomLayout.java | 43 /** The amount of space used by children in the right gutter. */ 78 // These keep track of the space we are using on the left and right for 98 // that asked to be positioned on the left or right go in those gutters. 133 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 136 // These are the far left and right edges in which we are performing layout. 138 int rightPos = right - left - getPaddingRight(); 159 mTmpContainerRect.right = leftPos + width + lp.rightMargin; 160 leftPos = mTmpContainerRect.right; 162 mTmpContainerRect.right = rightPos - lp.rightMargin; 167 mTmpContainerRect.right = middleRight - lp.rightMargin [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
active_indicator.js | 350 last.right != current.right || 609 * These should already be sorted (top to bottom and left to right). 659 this.setElementCoords_(regionTop, r.left, r.top, r.right, q1, 665 this.setElementCoords_(regionMiddleNE, r.right, q1, r.right, q2, 667 this.setElementCoords_(regionMiddleSE, r.right, q2, r.right, q3, 669 this.setElementCoords_(regionBottom, r.left, q3, r.right, r.bottom, 705 middleRect.right = Math.max [all...] |
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
vp8_partition_aggregator.cc | 91 // "Right" child starts a new packet. 101 // Root node is a "right" child by definition. 108 // This is a "right" child. 117 PartitionTreeNode* right = children_[kRightChild]; local 118 if ((left == NULL) && (right == NULL)) { 123 return right->GetOptimalNode(max_size, penalty); 124 } else if (right == NULL) { 130 if (left->Cost(penalty) <= right->Cost(penalty)) { 132 second = right; 134 first = right; [all...] |
/external/chromium_org/third_party/webrtc/modules/video_render/linux/ |
video_x11_channel.cc | 105 float right, float bottom) 113 _right = right; 134 if ((1 < left || left < 0) || (1 < top || top < 0) || (1 < right || right 152 _outWidth = (int32_t) (winWidth * (right - left)); 300 float& right, float& bottom) const 308 right = _right;
|
/external/elfutils/0.153/libebl/ |
eblstrtab.c | 20 additional right to link the code of Red Hat elfutils with code licensed 78 struct Ebl_Strent *right; member in struct:Ebl_Strent 199 newstr->right = NULL; 233 return searchstring (&(*sep)->right, newstr); 293 newstr->right = (*sep)->right; 330 if (nodep->right != NULL) 331 copystrings (nodep->right, freep, offsetp);
|
/external/opencv/otherlibs/highgui/ |
highgui.h | 273 if( r.left > r.right ) 276 r.left = r.right; 277 r.right = t; 294 return cvRect( sr.left, sr.top, sr.right - sr.left, sr.bottom - sr.top ); 303 dr.right = sr.x + sr.width; 316 roi.width = r.right - r.left; 356 cvRect( r.left, r.top, r.right - r.left, r.bottom - r.top ));
|
/external/arduino/hardware/arduino/cores/arduino/ |
WString.cpp | 362 String String::substring( unsigned int left, unsigned int right ) const 364 if ( left > right ) 366 int temp = right; 367 right = left; 371 if ( right > _length ) 373 right = _length; 376 char temp = _buffer[ right ]; // save the replaced character 377 _buffer[ right ] = '\0'; 379 _buffer[ right ] = temp; //restore character
|
/external/blktrace/ |
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); 323 /* If we have a right-hand child, go down and then left as fa [all...] |
/external/chromium_org/third_party/bintrees/bintrees/ |
avltree.py | 42 __slots__ = ['left', 'right', 'balance', 'key', 'value'] 46 self.right = None 52 """ x.__getitem__(key) <==> x[key], where key is 0 (left) or 1 (right) """ 53 return self.left if key == 0 else self.right 56 """ x.__setitem__(key, value) <==> x[key]=value, where key is 0 (left) or 1 (right) """ 60 self.right = value 65 self.right = None 80 rrh = height(root.right) 130 _clear(node.right) 238 if (node.left is None) or (node.right is None) [all...] |
/external/chromium_org/third_party/skia/experimental/Intersection/ |
LineQuadraticIntersection.cpp | 111 A = line[1].x - line[0].x (adjacent side of the right triangle) 112 O = line[1].y - line[0].y (opposite side of the right triangle) 156 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { 157 addHorizontalEndPoints(left, right, axisIntercept); 164 double lineT = (pt.x - left) / (right - left); 218 void addHorizontalEndPoints(double left, double right, double y) 227 if (quad[qIndex].x == right) { 332 int horizontalIntersect(const Quadratic& quad, double left, double right, 341 if (x < left || x > right) { 349 int horizontalIntersect(const Quadratic& quad, double left, double right, double y [all...] |
/external/chromium_org/v8/src/arm/ |
lithium-arm.cc | 166 right()->PrintTo(stream); 202 right()->PrintTo(stream); 677 DCHECK(instr->right()->representation().Equals(instr->representation())); 680 HValue* right_value = instr->right(); 681 LOperand* right = NULL; local 686 right = chunk_->DefineConstantOperand(constant); 694 right = UseRegisterAtStart(right_value); 708 DefineAsRegister(new(zone()) LShiftI(op, left, right, does_deopt)); 720 DCHECK(instr->right()->representation().IsDouble()); 723 LOperand* right = UseFixedDouble(instr->right(), d1) local 728 LOperand* right = UseRegisterAtStart(instr->right()); local 738 HValue* right = instr->right(); local 1278 LOperand* right = UseOrConstantAtStart(instr->BetterRightOperand()); local 1491 HValue* right = instr->BetterRightOperand(); local 1567 LOperand* right = UseOrConstantAtStart(instr->right()); local 1594 LOperand* right = UseOrConstantAtStart(instr->left()); local 1629 LOperand* right = UseOrConstantAtStart(instr->BetterRightOperand()); local 1641 LOperand* right = UseOrConstantAtStart(instr->right()); local 1664 LOperand* right = NULL; local 1688 LOperand* right = local 1704 LOperand* right = UseFixed(instr->right(), r0); local 1717 LOperand* right = UseRegisterOrConstantAtStart(instr->right()); local 1724 LOperand* right = UseRegisterAtStart(instr->right()); local 1733 LOperand* right = UseRegisterAtStart(instr->right()); local 1789 LOperand* right = UseFixed(instr->right(), r0); local 2388 LOperand* right = UseFixed(instr->right(), r0); local [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BlurMaskFilterTest.java | 63 int right = bitmap.getWidth() - 1; local 67 checkColor(color, bitmap.getPixel(right - x, y), alphaTolerance); 69 checkColor(color, bitmap.getPixel(right - x, bottom - y), alphaTolerance);
|
/cts/tests/tests/view/src/android/view/cts/ |
View_LayoutPositionTest.java | 68 int right = left + vRect.width(); local 73 assertEquals(right, view.getRight()); 100 assertEquals(right + h_offset, nright);
|
/external/chromium_org/ash/wm/workspace/ |
magnetism_matcher.h | 66 return bounds.right(); 94 return Range(bounds.x(), bounds.right()); 104 return Range(bounds.x(), bounds.right()); 139 // MAGNETISM_EDGE_RIGHT then the right edge of the source should snap to to the
|
/external/chromium_org/cc/layers/ |
heads_up_display_layer_impl.h | 103 int right, 107 int right, 112 int right) const;
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen.css | 25 .right { 29 .step.right { 40 right: 0; 51 padding-right: 34px; /* Double the padding of .step */ 91 right: 0; 136 right: 49px;
|