/toolchain/binutils/binutils-2.25/gprof/ |
sym_ids.c | 48 struct match left, right; 80 the left half's CHILDREN pointers (so it's crucial not 187 parse_spec (id->spec, &id->left.sym); 192 printf ("%s:", id->left.sym.file ? id->left.sym.file->name : "*"); 194 if (id->left.sym.name) 195 printf ("%s", id->left.sym.name); 196 else if (id->left.sym.line_num) 197 printf ("%d", id->left.sym.line_num); 279 Sym *sym, *left, *right 47 struct match left, right; member in struct:sym_id 278 Sym *sym, *left, *right; local [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
RegionIteratorTest.java | 42 assertEquals(1, rect.left); 48 assertEquals(1, rect.left); 59 assertEquals(1, rect.left); 64 assertEquals(1, rect.left); 69 assertEquals(5, rect.left); 75 assertEquals(1, rect.left); 86 assertEquals(1, rect.left); 91 assertEquals(1, rect.left); 97 assertEquals(1, rect.left); 108 assertEquals(5, rect.left); [all...] |
RectTest.java | 53 assertEquals(1, mRect.left); 65 assertEquals(1, mRect.left); 75 assertEquals(0, mRect.left); 82 assertEquals(0, mRect.left); 113 assertEquals(1, mRect.left); 128 assertEquals(5, mRect.left); 136 assertEquals(5, mRect.left); 146 // 1. left < right, top < bottom 147 // this.left < this.right, this.top < this.bottom 151 assertEquals(0, mRect.left); [all...] |
/external/guava/guava/src/com/google/common/collect/ |
NaturalOrdering.java | 32 @Override public int compare(Comparable left, Comparable right) { 33 checkNotNull(left); // for GWT 35 return left.compareTo(right);
|
/external/libbrillo/brillo/ |
unittest_utils.cc | 42 left = fds[0]; 47 if (left != -1) 48 close(left);
|
/external/opencv3/samples/cpp/tutorial_code/ImgTrans/ |
copyMakeBorder_demo.cpp | 17 int top, bottom, left, right; variable 51 left = (int) (0.05*src.cols); right = (int) (0.05*src.cols); 68 copyMakeBorder( src, dst, top, bottom, left, right, borderType, value );
|
/frameworks/base/services/core/java/com/android/server/policy/ |
RecentApplicationsBackground.java | 60 protected boolean setFrame(int left, int top, int right, int bottom) { 62 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) { 65 return super.setFrame(left, top, right, bottom); 105 int left, right; local 108 left = chld.left - bkg.left; 112 left = 0; 115 background.setBounds(left, top, right, bottom); 144 r.left = r.top = Integer.MAX_VALUE [all...] |
/ndk/tests/device/b16355858/jni/ |
sample_lib.c | 18 static unsigned Predictor11(unsigned left, const unsigned* const top) { 19 const unsigned pred = Select(top[0], left, top[-1]); 23 typedef unsigned (*VP8LPredictorFunc)(unsigned left, const unsigned* const top);
|
/sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/ |
Rect.java | 7 public int left; field in class:Rect 30 out.writeInt(left); 37 left = in.readInt();
|
/external/pdfium/core/src/fxcrt/ |
fx_basic_coords.cpp | 13 if (left > right) { 14 int temp = left; 15 left = right; 28 left = left > src_n.left ? left : src_n.left; 32 if (left > right || top > bottom) { 33 left = top = right = bottom = 0 [all...] |
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
BoxModel.java | 63 return new RectF( boundsRect.left + getMarginLeft(),
75 return new RectF(marginRect.left + getPaddingLeft(),
82 public void setMargins(float left, float top, float right, float bottom) {
83 setMarginLeft(left);
90 public void setPadding(float left, float top, float right, float bottom) {
91 setPaddingLeft(left);
|
BoxModelable.java | 42 public void setMargins(float left, float top, float right, float bottom);
44 public void setPadding(float left, float top, float right, float bottom);
|
/external/opencv3/samples/gpu/ |
stereo_match.cpp | 21 string left; member in struct:Params 57 ss << "(" << p.method_str() << ") FPS: " << setiosflags(ios::left) 66 Mat left, right; member in struct:App 80 << "\t--left <left_view> --right <right_view> # must be rectified\n" 122 if (string(argv[i]) == "--left") p.left = argv[++i]; 163 left_src = imread(p.left); 165 if (left_src.empty()) throw runtime_error("can't open file \"" + p.left + "\""); 167 cvtColor(left_src, left, COLOR_BGR2GRAY); 169 d_left.upload(left); [all...] |
/external/v8/test/mjsunit/compiler/ |
shift-shr.js | 7 // Check the results of `left >>> right`. The result is always unsigned (and 9 function test_shr(left) { 13 var temp = left >>> i;
|
/external/webrtc/webrtc/modules/video_render/ios/ |
video_render_ios_impl.h | 38 const float left, 47 float& left, 66 const float left, 72 const float left, 82 const float left, 89 const float left,
|
/external/webrtc/webrtc/modules/video_render/ |
video_render.h | 87 * left - position of the stream in the window, [0.0f, 1.0f] 97 const float left, const float top, 124 * left - [out] position of the stream in the window, [0.0f, 1.0f] 132 float& left, float& top, 214 const float left, 231 const float left, 243 const float left, const float top, 251 const float left, const float top,
|
/external/webrtc/webrtc/modules/video_render/windows/ |
video_render_windows_impl.h | 56 const float left, const float top, 65 float& left, float& top, 101 const float left, const float top, 106 const float left, const float top, 116 const float left, const float top, 122 const float left, const float top,
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
BorderCropDrawable.java | 39 mBoundsShift.left = -mPadding.left; 40 mPadding.left = 0; 59 bounds.left + mBoundsShift.left, 68 return (padding.left | padding.top | padding.right | padding.bottom) != 0;
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Div.java | 38 * @param left non-null reference to the evaluated left operand. 45 public XObject operate(XObject left, XObject right) 48 return new XNumber(left.num() / right.num());
|
Minus.java | 38 * @param left non-null reference to the evaluated left operand. 46 public XObject operate(XObject left, XObject right) 49 return new XNumber(left.num() - right.num());
|
Mod.java | 38 * @param left non-null reference to the evaluated left operand. 45 public XObject operate(XObject left, XObject right) 48 return new XNumber(left.num() % right.num());
|
Mult.java | 38 * @param left non-null reference to the evaluated left operand. 45 public XObject operate(XObject left, XObject right) 48 return new XNumber(left.num() * right.num());
|
Plus.java | 38 * @param left non-null reference to the evaluated left operand. 45 public XObject operate(XObject left, XObject right) 48 return new XNumber(left.num() + right.num());
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
shadow-handler.js | 53 function mergeShadow(left, right) { 54 while (left.lengths.length < Math.max(left.lengths.length, right.lengths.length)) 55 left.lengths.push({px: 0}); 56 while (right.lengths.length < Math.max(left.lengths.length, right.lengths.length)) 59 if (left.inset != right.inset || !!left.color != !!right.color) { 66 for (var i = 0; i < left.lengths.length; i++) { 67 var mergedDimensions = scope.mergeDimensions(left.lengths[i], right.lengths[i], i == 2); 72 if (left.color && right.color) [all...] |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMarginLayoutParams.java | 20 public void setMargins(int left, int top, int right, int bottom) { 21 realMarginLayoutParams.leftMargin = left;
|