/external/libvpx/libvpx/tools/ |
diff.py | 46 self.left = DiffLines(file_a, start_a, len_a) 53 self.left.Append(line) 57 self.left.Append(line) 65 return self.left.Complete() and self.right.Complete() 69 self.left.filename, self.right.filename, 70 max(self.left.length, self.right.length))
|
/external/libvpx/libvpx/vp8/common/ |
findnearmv.c | 37 const MODE_INFO *left = here - 1; local 61 /* Process left */ 62 if (left->mbmi.ref_frame != INTRA_FRAME) 64 if (left->mbmi.mv.as_int) 68 this_mv.as_int = left->mbmi.mv.as_int; 69 mv_bias(ref_frame_sign_bias[left->mbmi.ref_frame], refframe, &this_mv, ref_frame_sign_bias); 83 /* Process above left */ 108 /* See if above-left MV can be merged with NEAREST */ 114 + (left->mbmi.mode == SPLITMV)) * 2
|
/external/objenesis/main/src/org/objenesis/instantiator/basic/ |
ObjectInputStreamInstantiator.java | 133 int left = len; local 136 while(remaining <= left) { 139 left -= remaining; 143 if(left > 0) { 144 System.arraycopy(data, pointer, b, off, left); 145 pointer += left;
|
/external/oprofile/libpopt/ |
popthelp.c | 230 char * left; local 239 left = malloc(nb); 240 if (left == NULL) return; /* XXX can't happen */ 241 left[0] = '\0'; 242 left[maxLeftCol] = '\0'; 245 sprintf(left, "-%c, %s%s", opt->shortName, 249 sprintf(left, "-%c", opt->shortName); 251 sprintf(left, "%s%s", 254 if (!*left) goto out; 257 char * le = left + strlen(left) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterCropRepresentation.java | 69 || mCrop.left != crop.mCrop.left 97 crop.left *= bitmapWidth; 108 crop.left /= bitmapWidth; 155 writer.name(BOUNDS[0]).value(mCrop.left); 168 mCrop.left = (float) reader.nextDouble();
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
ButtonDropTarget.java | 134 final int left; local 139 left = right - width; 141 left = to.left + getPaddingLeft(); 142 right = left + width; 148 to.set(left, top, right, bottom);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
ButtonDropTarget.java | 136 final int left; local 141 left = right - width; 143 left = to.left + getPaddingLeft(); 144 right = left + width; 150 to.set(left, top, right, bottom);
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
PercentageBarChart.java | 75 final int left = getPaddingLeft(); local 80 final int width = right - left; 96 if (lastX < left) { 97 canvas.drawRect(left, top, nextX, bottom, e.paint); 106 canvas.drawRect(left, top, nextX, bottom, mEmptyPaint); 108 float lastX = left;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
elementsPanel.css | 33 padding-left: 0; 48 margin-left: 8px; 53 left: 1px; 96 margin-left: 3px; 97 padding-left: 2px; 164 .metrics .left { 213 margin-left: 0; 217 margin-left: -6px; 227 left: -36px; /* outdent to compensate for the top-level property indent */ 253 margin-left: 5px [all...] |
layersPanel.css | 36 margin-left: -12px; 40 padding-left: 12px; 85 left: 0px; 109 .layer-container .side-wall.left { 117 left: auto; 139 padding-left: 8px;
|
/external/chromium_org/third_party/opus/src/doc/ |
customdoxygen.css | 136 margin-left: -1cm; 169 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444)); 174 margin-left: 16px; 180 margin-left: 16px; 192 margin-left: 8px; 298 border-left: 2px solid #B8B8B8; 397 margin-left: 9px; 422 margin-left: 6px; 427 border-left: 1px solid #C0C0C0 [all...] |
/external/wpa_supplicant_8/src/tls/ |
tlsv1_server_read.c | 34 size_t left, len, i, j; local 49 left = *in_len; 51 if (left < 4) 67 left -= 4; 69 if (len > left) 281 size_t left, len, list_len, cert_len, idx; local 295 left = *in_len; 297 if (left < 4) { 299 "(len=%lu)", (unsigned long) left); 308 left -= 4 692 size_t left, len; local 770 size_t left, len; local 1017 size_t left; local 1066 size_t left, len, hlen; local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
FixedGridLayout.java | 92 int left = x + ((cellWidth-w)/2); local 95 child.layout(left, top, left+w, top+h);
|
/external/blktrace/ |
rbtree.c | 50 struct rb_node *left = node->rb_left; local 53 if ((node->rb_left = left->rb_right)) 54 rb_set_parent(left->rb_right, node); 55 left->rb_right = node; 57 rb_set_parent(left, parent); 62 parent->rb_right = left; 64 parent->rb_left = left; 67 root->rb_node = left; 68 rb_set_parent(node, left); 233 struct rb_node *old = node, *left; local [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
charger_replacement.css | 15 margin-left: 20px; 58 margin-left: 5px; 86 margin-left: auto; 116 margin-left: 20px; 129 #offline-content-left { 135 margin-left: 30px;
|
/external/chromium_org/components/dom_distiller/core/ |
article_entry.cc | 28 bool AreEntriesEqual(const ArticleEntry& left, const ArticleEntry& right) { 29 DCHECK(IsEntryValid(left)); 31 return left.SerializeAsString() == right.SerializeAsString();
|
/external/chromium_org/ppapi/examples/mouse_cursor/ |
mouse_cursor.cc | 15 void FillRect(pp::ImageData* image, int left, int top, int width, int height, 20 for (int x = std::max(0, left); 21 x < std::min(image->size().width() - 1, left + width);
|
/external/chromium_org/remoting/host/ |
disconnect_window_win.cc | 217 RoundRect(hdc, rect.left, rect.top, rect.right - 1, rect.bottom - 1, 292 int window_width = window_rect.right - window_rect.left; 295 int left = (monitor_info.rcWork.right + monitor_info.rcWork.left - local 297 SetWindowPos(hwnd_, NULL, left, top, 0, 0, SWP_NOSIZE | SWP_NOZORDER); 342 message_rect.right = message_rect.left + control_width + margin; 345 message_rect.left, message_rect.top, 346 message_rect.right - message_rect.left, 360 button_rect.left = message_rect.right; 361 button_rect.right = button_rect.left + control_width + margin * 2 [all...] |
/external/chromium_org/skia/ext/ |
skia_utils_win.cc | 22 COMPILE_ASSERT(SK_OFFSETOF(RECT, left) == SK_OFFSETOF(SkIRect, fLeft), o1); 26 COMPILE_ASSERT(sizeof(RECT().left) == sizeof(SkIRect().fLeft), o5); 42 SkRect sk_rect = { SkIntToScalar(rect.left), SkIntToScalar(rect.top),
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkDCubicLineIntersection.cpp | 156 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { 157 addExactHorizontalEndPoints(left, right, axisIntercept); 159 addNearHorizontalEndPoints(left, right, axisIntercept); 166 double lineT = (pt.fX - left) / (right - left); 234 void addExactHorizontalEndPoints(double left, double right, double y) { 236 double lineT = SkDLine::ExactPointH(fCubic[cIndex], left, right, y); 245 void addNearHorizontalEndPoints(double left, double right, double y) { 251 double lineT = SkDLine::NearPointH(fCubic[cIndex], left, right, y); 331 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y [all...] |
SkPathOpsBounds.h | 25 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { 26 if (left < fLeft) fLeft = left;
|
/external/skia/src/pathops/ |
SkDCubicLineIntersection.cpp | 156 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { 157 addExactHorizontalEndPoints(left, right, axisIntercept); 159 addNearHorizontalEndPoints(left, right, axisIntercept); 166 double lineT = (pt.fX - left) / (right - left); 234 void addExactHorizontalEndPoints(double left, double right, double y) { 236 double lineT = SkDLine::ExactPointH(fCubic[cIndex], left, right, y); 245 void addNearHorizontalEndPoints(double left, double right, double y) { 251 double lineT = SkDLine::NearPointH(fCubic[cIndex], left, right, y); 331 int SkIntersections::horizontal(const SkDCubic& cubic, double left, double right, double y [all...] |
SkPathOpsBounds.h | 25 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { 26 if (left < fLeft) fLeft = left;
|
/external/skia/tests/ |
PathOpsLineIntersectionTest.cpp | 100 double left = SkTMin(line1[0].fX, line1[1].fX); local 103 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left); 107 double left = SkTMin(line2[0].fX, line2[1].fX); local 110 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left); 143 double left = SkTMin(line1[0].fX, line1[1].fX); local 146 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left); 152 double left = SkTMin(line2[0].fX, line2[1].fX) local [all...] |
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
GradientsActivity.java | 223 float left = 40.0f; local 238 mMatrix.postTranslate(left, top); 240 canvas.drawRect(left, top, right, top + mDrawHeight, mPaint); 242 left += 40.0f + mDrawWidth; 249 mMatrix.postTranslate(left, bottom); 251 canvas.drawRect(left, bottom - mDrawHeight, right, bottom, mPaint); 258 mMatrix.postTranslate(left, top); 260 canvas.drawRect(left, top, left + mDrawWidth, bottom, mPaint); 262 right = left + mDrawWidth [all...] |