HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 326 - 350 of 2666) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/gfx/win/
hwnd_util.cc 48 ::SetWindowPos(hwnd, 0, bounds.left, bounds.top,
49 bounds.right - bounds.left, bounds.bottom - bounds.top,
160 window_bounds.left = center_bounds.left;
161 if (pref.width() < (center_bounds.right - center_bounds.left)) {
162 window_bounds.left +=
163 (center_bounds.right - center_bounds.left - pref.width()) / 2;
165 window_bounds.right = window_bounds.left + pref.width();
179 POINT topleft = { window_bounds.left, window_bounds.top };
181 window_bounds.left = topleft.x
    [all...]
  /external/fio/lib/
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/guava/guava/src/com/google/common/collect/
LexicographicalOrdering.java 41 Iterator<T> left = leftIterable.iterator(); local
43 while (left.hasNext()) {
47 int result = elementOrder.compare(left.next(), right.next());
  /external/lzma/CPP/7zip/Archive/Common/
MultiStream.cpp 17 int left = 0, mid = _streamIndex, right = Streams.Size(); local
24 left = mid + 1;
30 mid = (left + right) / 2;
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_region.cc 19 DesktopRegion::RowSpan::RowSpan(int32_t left, int32_t right)
20 : left(left), right(right) {
131 AddSpanToRow(row->second, rect.left(), rect.right());
236 // Arrange for |it1| to always be the left-most of the spans.
237 if (it2->left < it1->left) {
243 if (it1->right <= it2->left) {
248 int32_t left = it2->left; local
    [all...]
desktop_region.h 34 RowSpan(int32_t left, int32_t right);
38 return left == that.left && right == that.right;
41 int32_t left; member in struct:webrtc::DesktopRegion::RowSpan
134 // Comparison functions used for std::lower_bound(). Compare left or right
140 static void AddSpanToRow(Row* row, int32_t left, int32_t right);
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/decorator/
DividerItemDecoration.java 67 final int left = parent.getPaddingLeft(); local
78 mDivider.setBounds(left, top, right, bottom);
92 final int left = child.getRight() + params.rightMargin + local
94 final int right = left + mDivider.getIntrinsicHeight();
95 mDivider.setBounds(left, top, right, bottom);
  /external/chromium_org/cc/layers/
tiled_layer.h 90 int left,
96 bool UpdateTiles(int left,
103 bool HaveTexturesForTiles(int left,
110 int left,
117 int left,
  /external/guava/guava/src/com/google/common/primitives/
UnsignedInts.java 157 public int compare(int[] left, int[] right) {
158 int minLength = Math.min(left.length, right.length);
160 if (left[i] != right[i]) {
161 return UnsignedInts.compare(left[i], right[i]);
164 return left.length - right.length;
  /external/okhttp/website/static/
bootstrap-combined.min.css 9 */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img,.google-maps img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor:pointer}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:#fff}a{color:#08c;text-decoration:none}a:hover,a:focus{color:#005580;text-decoration:underline}.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px}.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.span12{width:940px}.span11{width:860px}.span10{width:780px}.span9{width:700px}.span8{width:620px}.span7{width:540px}.span6{width:460px}.span5{width:380px}.span4{width:300px}.span3{width:220px}.span2{width:140px}.span1{width:60px}.offset12{margin-left:980px}.offset11{margin-left:900px}.offset10{margin-left:820px}.offset9{margin-left:740px}.offset8{margin-left:660px}.offset7{margin-left:580px}.offset6{margin-left:500px}.offset5{margin-left:420px}.offset4{margin-left:340px}.offset3{margin-left:260px}.offset2{ma (…)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
GLArrowSensorTestRenderer.java 199 * @param left the left operand of the cross product
203 public static void crossProduct(float[] left, float[] right, float[] out) {
204 out[0] = left[1] * right[2] - left[2] * right[1];
205 out[1] = left[2] * right[0] - left[0] * right[2];
206 out[2] = left[0] * right[1] - left[1] * right[0];
212 * @param left the first dot product operan
    [all...]
  /bootable/recovery/edify/
expr.c 190 char* left = Evaluate(state, argv[0]); local
191 if (left == NULL) return NULL;
192 if (BooleanString(left) == true) {
193 free(left);
196 return StringValue(left);
202 char* left = Evaluate(state, argv[0]); local
203 if (left == NULL) return NULL;
204 if (BooleanString(left) == false) {
205 free(left);
208 return StringValue(left);
238 char* left = Evaluate(state, argv[0]); local
253 char* left = Evaluate(state, argv[0]); local
268 Value* left = EvaluateValue(state, argv[0]); local
281 char* left; local
    [all...]
  /bootable/recovery/mtdutils/
flash_image.c 131 int left = block_size - headerlen; local
132 while (left < 0) left += block_size;
133 while (left > 0) {
134 len = read(fd, buf, left > (int)sizeof(buf) ? (int)sizeof(buf) : left);
138 left -= len;
  /external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_render_linux_impl.cc 91 const float left,
104 _ptrX11Render->CreateX11RenderChannel(streamId, zOrder, left,
141 float& left,
153 left, top, right,
211 const float /*left*/,
231 const float left,
247 const float left, const float top,
259 const float left,
  /external/elfutils/0.153/libebl/
eblgstrtab.c 76 struct Ebl_GStrent *left; member in struct:Ebl_GStrent
96 size_t left; member in struct:Ebl_GStrtab
152 st->left = len - offsetof (struct memoryblock, memory);
185 if (st->left < align + sizeof (struct Ebl_GStrent) + len * st->width)
197 newstr->left = NULL;
206 st->left -= align + sizeof (struct Ebl_GStrent) + len * st->width;
234 return searchstring (&(*sep)->left, newstr);
284 st->left += (st->backp - (char *) newstr) * st->width;
293 st->left += newstr->len;
305 newstr->left = (*sep)->left
    [all...]
eblwstrtab.c 78 struct Ebl_WStrent *left; member in struct:Ebl_WStrent
97 size_t left; member in struct:Ebl_WStrtab
149 st->left = len - offsetof (struct memoryblock, memory);
185 if (st->left < align + sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t))
199 newstr->left = NULL;
206 st->left -= align + sizeof (struct Ebl_WStrent) + len * sizeof (wchar_t);
234 return searchstring (&(*sep)->left, newstr);
278 st->left += st->backp - (char *) newstr;
287 st->left += newstr->len;
299 newstr->left = (*sep)->left
    [all...]
  /external/chromium_org/printing/
page_setup_unittest.cc 23 margins.left = rand() % kMax;
45 effective_margins.left = std::max(margins.left, printable_area.x());
58 gfx::Rect overlay_area(effective_margins.left, effective_margins.header,
60 effective_margins.left,
88 EXPECT_EQ(effective_margins.left, setup.effective_margins().left) << seed <<
107 margins.left = 4;
125 effective_margins.left = 4;
153 EXPECT_EQ(effective_margins.left, setup.effective_margins().left) <
    [all...]
  /external/chromium_org/v8/src/compiler/arm/
instruction-selector-arm.cc 128 *value_return = g.UseRegister(m.left().node());
147 *value_return = g.UseRegister(m.left().node());
166 *value_return = g.UseRegister(m.left().node());
185 *value_return = g.UseRegister(m.left().node());
241 inputs[0] = g.UseRegister(m.left().node());
244 m.left().node(), &input_count,
251 inputs[input_count++] = g.UseRegister(m.left().node());
381 Node* left, Node* right) {
387 selector->Emit(opcode, g.DefineAsRegister(node), g.UseRegister(left),
392 g.DefineAsRegister(node), g.UseRegister(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/chromium_org/ui/file_manager/gallery/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...]

Completed in 877 milliseconds

<<11121314151617181920>>