/packages/apps/Gallery/src/com/android/camera/ |
HighlightView.java | 92 path.addCircle(mDrawRect.left + (width / 2), 115 int x = mDrawRect.left 124 int left = mDrawRect.left + 1; local 138 int xMiddle = mDrawRect.left 139 + ((mDrawRect.right - mDrawRect.left) / 2); 143 mResizeDrawableWidth.setBounds(left - widthWidth, 145 left + widthWidth, 215 boolean horizCheck = (x >= r.left - hysteresis) 219 if ((Math.abs(r.left - x) < hysteresis) && verticalCheck) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_deblocking.c | 71 * Info 701: Shift left of signed quantity (int) 134 u32 left; member in struct:__anon31669 137 enum { TOP = 0, LEFT = 1, INNER = 2 }; 232 Function to determine if there is a slice boundary on the left side 304 /* filterLeftMbEdgeFlag, left mb is MB_A */ 389 Function to calculate boundary strength value bs for left- or 486 Function to calculate boundary strength value bs for left- 558 filtered macroblock, macroblock above and macroblock on the left of 563 mb pointer to macroblock data structure of the top-left [all...] |
/build/tools/droiddoc/templates-pdk/assets/design/ |
default.css | 16 background: #eee none no-repeat fixed top left; 39 padding-left: 10px; } 59 margin-left: 190px; 74 float: left; } 85 float: left; } 141 float: left; 142 margin-left: 20px; } 144 margin-left: 0; } 260 background: transparent url(disclosure_down.png) no-repeat scroll top left; 273 background: transparent url(disclosure_up.png) no-repeat scroll top left; [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
splay.js | 57 left: GeneratePayloadTree(depth - 1, tag), 173 node.left = this.root_; 178 node.left = this.root_.left; 179 this.root_.left = null; 202 if (!this.root_.left) { 206 this.root_ = this.root_.left; 260 // the left subtree. 263 } else if (this.root_.left) { 264 return this.findMax(this.root_.left); [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-splay.js | 52 left: GeneratePayloadTree(depth - 1, key), 167 node.left = this.root_; 172 node.left = this.root_.left; 173 this.root_.left = null; 196 if (!this.root_.left) { 200 this.root_ = this.root_.left; 239 // the left subtree. 242 } else if (this.root_.left) { 243 return this.findMax(this.root_.left); [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-splay.js | 52 left: GeneratePayloadTree(depth - 1, key), 167 node.left = this.root_; 172 node.left = this.root_.left; 173 this.root_.left = null; 196 if (!this.root_.left) { 200 this.root_ = this.root_.left; 239 // the left subtree. 242 } else if (this.root_.left) { 243 return this.findMax(this.root_.left); [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-splay.js | 52 left: GeneratePayloadTree(depth - 1, tag), 168 node.left = this.root_; 173 node.left = this.root_.left; 174 this.root_.left = null; 197 if (!this.root_.left) { 201 this.root_ = this.root_.left; 255 // the left subtree. 258 } else if (this.root_.left) { 259 return this.findMax(this.root_.left); [all...] |
/external/chromium_org/v8/benchmarks/ |
splay.js | 57 left: GeneratePayloadTree(depth - 1, tag), 173 node.left = this.root_; 178 node.left = this.root_.left; 179 this.root_.left = null; 202 if (!this.root_.left) { 206 this.root_ = this.root_.left; 260 // the left subtree. 263 } else if (this.root_.left) { 264 return this.findMax(this.root_.left); [all...] |
/external/v8/benchmarks/ |
splay.js | 57 left: GeneratePayloadTree(depth - 1, tag), 173 node.left = this.root_; 178 node.left = this.root_.left; 179 this.root_.left = null; 202 if (!this.root_.left) { 206 this.root_ = this.root_.left; 260 // the left subtree. 263 } else if (this.root_.left) { 264 return this.findMax(this.root_.left); [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/css/ |
media_controls.css | 43 left: -2px; /* Required to align the input element with the parent. */ 63 left and right must be equal to 1/2 of the thumb icon width. */ 82 /* The filled portion of the slider bar to the left of the thumb. */ 84 border-left-style: none; 86 left: 0; 90 /* Rounded caps to the left and right of the slider bar. */ 95 /* Left cap is always filled, should be the same color as .filled. */ 96 .custom-slider > .bar > .cap.left { 97 border-bottom-left-radius: 4px; 99 border-top-left-radius: 4px [all...] |
photo_import.css | 10 left: 0; 27 left: 0; 38 left: 50%; 39 margin-left: -11px; 59 margin-left: 8px; 123 left: 0; 137 left: -4px; 221 left: 0; 232 left: 0;
|
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/ |
image_util.js | 85 * new Rect(left, top, width, height) 87 * new Rect(rect) // anything with left, top, width, height properties 88 * new Rect(bounds) // anything with left, top, right, bottom properties 96 this.left = arguments[0]; 103 this.left = 0; 111 if ('left' in source && 'top' in source) { 112 this.left = source.left; 115 this.width = source.right - source.left; 120 this.left = 0 [all...] |
/frameworks/av/media/libstagefright/ |
SampleTable.cpp | 526 uint32_t left = 0; local 528 while (left < right) { 529 uint32_t center = (left + right) / 2; 535 left = center + 1; 537 left = center; 542 if (left == mNumSampleSizes) { 547 --left; 550 uint32_t closestIndex = left; 578 // Check left neighbour and pick closest. 620 uint32_t left = 0 local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
closebrackets.js | 40 for (var i = 0; i < pairs.length; i += 2) (function(left, right) { 41 if (left != right) closingBrackets += right; 44 cm.replaceSelection(left + selection + right); 51 map["'" + left + "'"] = function(cm) { 52 if (left == "'" && cm.getTokenAt(cm.getCursor()).type == "comment") 55 if (left == right && maybeOverwrite(cm) != CodeMirror.Pass) return; 58 if (left == right && CodeMirror.isWordChar(curChar)) 61 cm.replaceSelection(left + right, {head: ahead, anchor: ahead}); 65 if (left != right) map["'" + right + "'"] = maybeOverwrite;
|
/external/chromium_org/third_party/skia/src/core/ |
SkMaskFilter.cpp | 33 const int dx = dst->fBounds.left() - src.fBounds.left(); 51 blitter->blitRect(r.left(), r.top(), r.width(), r.height()); 58 for (int x = mask.fBounds.left(); x < mask.fBounds.right(); ++x) { 74 // top-left 80 m.fBounds.offsetTo(outerR.left(), outerR.top()); 94 // bottom-left 100 m.fBounds.offsetTo(outerR.left(), outerR.bottom() - m.fBounds.height()); 116 innerR.set(outerR.left() + cx - mask.fBounds.left(), [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
KenBurnsActivity.java | 429 / ((float)(mStartRect.right - mStartRect.left)); 432 + mStartRect.left + ", " + mStartRect.top + ", " 436 mImageView.zoomToOffset(scale, mStartRect.left * scale * mImageViewScale, 447 / ((float)(mEndRect.right - mEndRect.left)); 450 + mEndRect.left + ", " + mEndRect.top + ", " 454 mImageView.zoomToOffset(scale, mEndRect.left * scale * mImageViewScale, 482 Log.d(TAG, "START RAW: " + scale + ", rect: " + mMatrixRect.left 487 final int left = (int)((-mMatrixRect.left/scale) / mImageViewScale); local 489 final int right = (int)(((-mMatrixRect.left + lp.width)/scale) / mImageViewScale) 514 final int left = (int)((-mMatrixRect.left\/scale) \/ mImageViewScale); local [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
topmidbottomview.js | 38 TopMidBottomView.prototype.setGeometry = function(left, top, width, height) { 39 TopMidBottomView.superClass_.setGeometry.call(this, left, top, width, height); 47 this.topView_.setGeometry(left, top, width, topbarHeight); 48 this.midView_.setGeometry(left, this.topView_.getBottom(), 50 this.bottomView_.setGeometry(left, this.midView_.getBottom(),
|
/external/chromium_org/chrome/browser/resources/chromeos/diagnostics/ |
main.css | 39 left: 155px; 60 left: 20px; 90 float: left; 114 background: -webkit-gradient(linear, left top, left bottom,
|
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/ |
margin_control.css | 22 #preview-area .margin-control.margin-control-left, 48 #preview-area .margin-control-left .margin-control-line, 73 left: 50%; 87 #preview-area .margin-control-left .margin-control-textbox { 89 left: 8px;
|
/external/chromium_org/chrome/browser/resources/task_manager/ |
task_manager.css | 70 /* Bullets on the left of row. */ 91 margin-left: 3px; 102 padding-left: 1px; 124 .footer-left-container { 128 text-align: left; 133 padding-left: 2px;
|
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/ |
ExpressionParser.y | 76 %left TOK_OP_OR 77 %left TOK_OP_AND 78 %left '|' 79 %left '^' 80 %left '&' 81 %left TOK_OP_EQ TOK_OP_NE 82 %left '<' '>' TOK_OP_LE TOK_OP_GE 83 %left TOK_OP_LEFT TOK_OP_RIGHT 84 %left '+' '-' 85 %left '*' '/' '% [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
intltest.h | 31 //UnicodeString operator+(const UnicodeString& left, int64_t num); // Some compilers don't allow this because of the long type. 32 UnicodeString operator+(const UnicodeString& left, long num); 33 UnicodeString operator+(const UnicodeString& left, unsigned long num); 34 UnicodeString operator+(const UnicodeString& left, double num); 35 UnicodeString operator+(const UnicodeString& left, char num); 36 UnicodeString operator+(const UnicodeString& left, short num); 37 UnicodeString operator+(const UnicodeString& left, int num); 38 UnicodeString operator+(const UnicodeString& left, unsigned char num); 39 UnicodeString operator+(const UnicodeString& left, unsigned short num); 40 UnicodeString operator+(const UnicodeString& left, unsigned int num); [all...] |
/external/chromium_org/third_party/tlslite/tlslite/ |
FileObject.py | 113 left = size - buf_len 114 recv_size = max(self._rbufsize, left) 120 if n >= left: 121 self._rbuf = data[left:] 122 buffers[-1] = data[:left] 183 left = size - buf_len 184 nl = data.find('\n', 0, left) 191 if n >= left: 192 self._rbuf = data[left:] 193 buffers[-1] = data[:left] [all...] |
/external/chromium_org/third_party/zlib/ |
inftrees.c | 46 int left; /* number of prefix codes available */ local 131 left = 1; 133 left <<= 1; 134 left -= count[len]; 135 if (left < 0) return -1; /* over-subscribed */ 137 if (left > 0 && (type == CODES || max != 1)) 270 left = (int)(1 << curr); 272 left -= count[curr + drop]; 273 if (left <= 0) break; 275 left <<= 1 [all...] |
/external/icu4c/test/intltest/ |
intltest.h | 54 //UnicodeString operator+(const UnicodeString& left, int64_t num); // Some compilers don't allow this because of the long type. 55 UnicodeString operator+(const UnicodeString& left, long num); 56 UnicodeString operator+(const UnicodeString& left, unsigned long num); 57 UnicodeString operator+(const UnicodeString& left, double num); 58 UnicodeString operator+(const UnicodeString& left, char num); 59 UnicodeString operator+(const UnicodeString& left, short num); 60 UnicodeString operator+(const UnicodeString& left, int num); 61 UnicodeString operator+(const UnicodeString& left, unsigned char num); 62 UnicodeString operator+(const UnicodeString& left, unsigned short num); 63 UnicodeString operator+(const UnicodeString& left, unsigned int num); [all...] |