Searched refs:top (Results 126 - 150 of 2342) sorted by relevance

1234567891011>>

/external/chromium_org/ui/login/
H A Dlogin_ui_tools.js18 element.getBoundingClientRect().top -
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml5 (* top ::= definition | external | expression | ';' *)
10 (* ignore top-level semicolons. *)
25 (* Evaluate a top-level expression into an anonymous function. *)
27 print_endline "parsed a top-level expr";
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml7 (* top ::= definition | external | expression | ';' *)
12 (* ignore top-level semicolons. *)
29 (* Evaluate a top-level expression into an anonymous function. *)
31 print_endline "parsed a top-level expr";
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMarginLayoutParams.java20 public void setMargins(int left, int top, int right, int bottom) { argument
22 realMarginLayoutParams.topMargin = top;
/external/stlport/test/compiler/
H A Dgcc.mak9 include ${SRCROOT}/Makefiles/top.mak
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_util.js85 * 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
97 this.top = arguments[1];
104 this.top = 0;
111 if ('left' in source && 'top' in source) {
113 this.top = source.top;
116 this.height = source.bottom - source.top;
121 this.top
[all...]
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_coords.cpp15 if (top > bottom) {
16 int temp = top;
17 top = bottom;
27 top = top > src_n.top ? top : src_n.top;
30 if (left > right || top > bottom) {
31 left = top
[all...]
/external/chromium_org/third_party/bintrees/bintrees/
H A Dctrees.c504 int upd[32], top = 0; local
519 // upd[top] = it->data < data;
520 upd[top] = (cmp_res < 0);
521 up[top++] = it;
523 if (it->link[upd[top - 1]] == NULL)
525 it = it->link[upd[top - 1]];
529 it->link[upd[top - 1]] = avl_new_node(key, value);
530 if (it->link[upd[top - 1]] == NULL)
534 while (--top >= 0 && !done) {
538 cmp_res = ct_compare(KEY(up[top]), ke
581 int upd[32], top = 0; local
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dactive_indicator.js121 * top
128 * top
142 ' top: 0 !important;' +
349 if (last.top != current.top ||
432 offsetY = -document.body.getBoundingClientRect().top;
436 offsetY = -document.documentElement.getBoundingClientRect().top;
543 if (r1.top != r2.top) {
544 return r1.top
[all...]
/external/chromium_org/native_client_sdk/doc_generated/_static/css/
H A Dnacl.css7 .small-gap {margin-top: 0.5em;}
8 .small-gap li, dt {margin-top: 1em;}
10 .no-gap-li li {margin-top: 0;}
21 table.showcase-list td.top-left, table.generic td.top-left {border-top-style: hidden; border-left-style: hidden;}
29 .kd-butterbar.shown.pepper-version {text-align: right; top: 150px; right: 44px; width: 31em;}
32 .kd-butterbar.shown.special-announcement {text-align: right; /* top: 185px; */ top: 150px; right: 44px; width: 31em;}
36 .features section h3 {font-weight: bold; margin-bottom: 0.2em; margin-top
[all...]
/external/chromium_org/native_client_sdk/src/doc/_static/css/
H A Dnacl.css7 .small-gap {margin-top: 0.5em;}
8 .small-gap li, dt {margin-top: 1em;}
10 .no-gap-li li {margin-top: 0;}
21 table.showcase-list td.top-left, table.generic td.top-left {border-top-style: hidden; border-left-style: hidden;}
29 .kd-butterbar.shown.pepper-version {text-align: right; top: 150px; right: 44px; width: 31em;}
32 .kd-butterbar.shown.special-announcement {text-align: right; /* top: 185px; */ top: 150px; right: 44px; width: 31em;}
36 .features section h3 {font-weight: bold; margin-bottom: 0.2em; margin-top
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntRect.cpp66 int top = std::max(y(), other.y()); local
71 if (left >= right || top >= bottom) {
73 top = 0;
79 m_location.setY(top);
81 m_size.setHeight(bottom - top);
95 int top = std::min(y(), other.y()); local
100 m_location.setY(top);
102 m_size.setHeight(bottom - top);
116 int top = std::min(y(), other.y()); local
121 m_location.setY(top);
[all...]
/external/chromium_org/third_party/polymer/components/paper-checkbox/
H A Dpaper-checkbox.css35 top: -15px;
49 top: 0px;
68 top: 0px;
75 top: 13px;
85 top: 0px;
92 top: 13px;
101 border-top: none;
109 top: 13px;
116 top: -4px;
128 top
[all...]
/external/chromium_org/third_party/polymer/components-chromium/paper-checkbox/
H A Dpaper-checkbox.css35 top: -15px;
49 top: 0px;
68 top: 0px;
75 top: 13px;
85 top: 0px;
92 top: 13px;
101 border-top: none;
109 top: 13px;
116 top: -4px;
128 top
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViESurfaceRenderer.java56 dstRect.bottom = (int)(dstRect.top + dstBottomScale * dstHeight);
68 " srcRect.top:" + srcRect.top +
72 " dstRect.top:" + dstRect.top +
82 changeDestRect(dst.right - dst.left, dst.bottom - dst.top);
85 " dst.top:" + dst.top +
89 " srcRect.top:" + srcRect.top
134 SetCoordinates(float left, float top, float right, float bottom) argument
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dwaterfall_view.css13 top: 40px;
50 padding-top: 0;
65 padding-top: 0;
79 padding-top: 0;
119 background: -webkit-linear-gradient(top, #EEE, rgba(0, 0, 0, 0.5));
123 background: -webkit-linear-gradient(top, #EEE, rgba(200, 200, 200, 0.5));
127 background: -webkit-linear-gradient(top, #EEE, rgba(255, 0, 0, 0.5));
131 background: -webkit-linear-gradient(top, #EEE, rgba(0, 0, 255, 0.5));
135 background: -webkit-linear-gradient(top, #EEE, rgba(0, 255, 0, 0.5));
139 background: -webkit-linear-gradient(top, #EE
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dneterror.css18 margin-top: 20px;
60 border-top: 1px solid #EEE;
67 margin-top: 15px;
84 margin-top: 18px;
98 margin-top: 15px;
121 margin-top: 10px;
127 margin-top: 10px;
145 top: 0;
187 top: 10px;
198 top
[all...]
H A Dmobile_setup.css24 margin-top: 0;
35 top: 0;
58 margin-top: -250px;
60 top: 50%;
71 margin-top: 20px;
77 margin-top: 10px;
102 padding-top: 10px;
115 padding-top: 5px;
/external/chromium_org/chrome/browser/resources/print_preview/
H A Dprint_preview.css42 padding-top: 16px;
48 border-top: 1px solid #f3f3f3;
50 padding-top: 2px;
73 padding-top: 10px;
99 padding-top: 5px;
104 -webkit-transition: padding-bottom 150ms, padding-top 150ms;
106 padding-top: 0;
110 border-top-width: 0;
111 margin-top: 0;
112 padding-top
[all...]
/external/openssl/crypto/bn/
H A Dbn_exp.c221 * the top bit being set. It was caused by an error in BN_div
224 /* if ((m->d[m->top-1]&BN_TBIT) && BN_is_odd(m)) */
229 if (a->top == 1 && !a->neg && (BN_get_flags(p, BN_FLG_CONSTTIME) == 0))
321 wstart=bits-1; /* The top bit of the window */
467 wstart=bits-1; /* The top bit of the window */
537 static int MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, unsigned char *buf, int idx, int width) argument
541 if (top > b->top)
542 top = b->top; /* thi
551 MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int width) argument
582 int top; local
[all...]
/external/chromium_org/remoting/base/
H A Dutil.cc74 source_buffer_rect.top(),
77 source_buffer_rect.top(),
80 dest_buffer_rect.top(),
89 RoundToTwosMultiple(dest_rect.top() + 1),
92 // Offset pointers to point to the top left corner of the inner rectangle.
93 y_offset += CalculateYOffset(inner_rect.left(), inner_rect.top(),
95 uv_offset += CalculateUVOffset(inner_rect.left(), inner_rect.top(),
97 rgb_offset += CalculateRGBOffset(inner_rect.left(), inner_rect.top(),
110 RoundToTwosMultiple(dest_rect.top()),
114 outer_rect.top()
181 int top = (rect.top() * out_size.height()) / in_size.height(); local
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DNamespaceMappings.java88 * depth can be popped of the top and the same node
375 private int top = -1; field in class:NamespaceMappings.Stack
382 clone.top = this.top;
384 for (int i=0; i <= top; i++) {
397 top++;
398 if (max <= top) {
405 m_stack[top] = o;
411 if (0 <= top) {
412 o = m_stack[top];
[all...]
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dtrack.css26 top: 2px;
32 top: 2px;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dcontents_layout_manager.cc43 int top = active_top_margin_; local
44 int height = std::max(0, contents_container->height() - top);
53 new_devtools_bounds.Offset(0, top);
54 new_contents_bounds.Offset(0, top);
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_container_view.cc39 int top = GetVerticalOverlap(NULL); local
43 top -= child->arrow_height();
45 child->SetBounds(0, top, width(), child_height);
46 top += child_height;

Completed in 926 milliseconds

1234567891011>>