Searched refs:left (Results 451 - 475 of 2877) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
H A Dtrack_list.css16 left: 0;
32 padding-left: 20px;
52 margin-left: 0;
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DDefaultHdfParser.java57 output.setValue(createFullPath(context, split.left), split.right);
63 output.setValue(createFullPath(context, split.left), readToToken(lineReader, split.right));
67 context.add(split.left);
74 output.setSymlink(createFullPath(context, split.left), split.right);
124 result.left = line.substring(0, position).trim();
133 String left; field in class:DefaultHdfParser.Split
/external/libvpx/libvpx/tools/
H A Ddiff.py46 self.left = DiffLines(file_a, start_a, len_a)
53 self.left.Append(line)
57 self.left.Append(line)
68 return self.left.Complete() and self.right.Complete()
72 self.left.filename, self.right.filename,
73 max(self.left.length, self.right.length))
/external/libvpx/libvpx/vp8/common/
H A Dfindnearmv.c37 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/
H A DObjectInputStreamInstantiator.java133 int left = len;
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/
H A Dpopthelp.c230 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
473 itemHelp(FILE * fp, poptItem items, int nitems, size_t left, const char * translation_domain) argument
500 singleTableHelp(poptContext con, FILE * fp, const struct poptOption * table, size_t left, const char * translation_domain) argument
[all...]
/external/chromium_org/third_party/opus/src/doc/
H A Dcustomdoxygen.css136 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
[all...]
/external/libopus/doc/
H A Dcustomdoxygen.css136 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
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_server_read.c53 size_t left, len, i, j; local
68 left = *in_len;
70 if (left < 4)
86 left -= 4;
88 if (len > left)
295 size_t left, len, list_len, cert_len, idx; local
309 left = *in_len;
311 if (left < 4) {
313 (unsigned long) left);
322 left
697 size_t left, len; local
774 size_t left, len; local
942 size_t left; local
991 size_t left, len, hlen; local
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_server_read.c53 size_t left, len, i, j; local
68 left = *in_len;
70 if (left < 4)
86 left -= 4;
88 if (len > left)
295 size_t left, len, list_len, cert_len, idx; local
309 left = *in_len;
311 if (left < 4) {
313 (unsigned long) left);
322 left
697 size_t left, len; local
774 size_t left, len; local
942 size_t left; local
991 size_t left, len, hlen; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_server_read.c53 size_t left, len, i, j; local
68 left = *in_len;
70 if (left < 4)
86 left -= 4;
88 if (len > left)
295 size_t left, len, list_len, cert_len, idx; local
309 left = *in_len;
311 if (left < 4) {
313 (unsigned long) left);
322 left
697 size_t left, len; local
774 size_t left, len; local
942 size_t left; local
991 size_t left, len, hlen; local
[all...]
/external/blktrace/
H A Drbtree.c50 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/
H A Dabout_memory.js40 el.style.left = 0;
49 el.style.left = (event.pageX - width - 20) + 'px';
51 el.style.left = (event.pageX + 20) + 'px';
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dcharger_replacement.css15 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/chrome/browser/resources/chromeos/chromevox/common/
H A Dselection_util.js134 * Finds the starting position (height from top and left width) of a
137 * @return {Array} The coordinates [top, left] of the selection.
151 var left = window.pageXOffset + clientRect.left;
152 return [top, left];
158 * @return {Array} The coordinates [top, left] of the node.
161 var left = 0;
166 left = obj.offsetLeft;
171 left += obj.offsetLeft;
177 return [top, left];
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dstep.js86 * |right|, |bottom|, |left| holding corresponding offsets.
90 ['top', 'right', 'bottom', 'left'].forEach(function(property) {
116 position: ['points-down', 'left']
123 shelf: 'left',
124 position: ['points-left', 'top']
138 position: ['points-left', 'top']
141 shelf: 'left',
142 position: ['points-left', 'top']
152 position: ['points-left', 'bottom']
155 shelf: 'left',
[all...]
/external/chromium_org/chrome/test/chromedriver/js/
H A Dget_element_region.js30 'left': leftX,
42 'left': Math.max(0, centerX - radius),
63 'left': minX,
73 'left': 0,
82 'left': clientRect.left - box.left,
84 'width': clientRect.right - clientRect.left,
/external/chromium_org/components/dom_distiller/core/
H A Darticle_entry.cc28 bool AreEntriesEqual(const ArticleEntry& left, const ArticleEntry& right) { argument
29 DCHECK(IsEntryValid(left));
31 return left.SerializeAsString() == right.SerializeAsString();
/external/chromium_org/ppapi/examples/mouse_cursor/
H A Dmouse_cursor.cc15 void FillRect(pp::ImageData* image, int left, int top, int width, int height, argument
20 for (int x = std::max(0, left);
21 x < std::min(image->size().width() - 1, left + width);
/external/chromium_org/remoting/host/
H A Ddisconnect_window_win.cc217 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);
343 message_rect.right = message_rect.left + control_width + margin;
346 message_rect.left, message_rect.top,
347 message_rect.right - message_rect.left,
361 button_rect.left = message_rect.right;
362 button_rect.right = button_rect.left
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadLineIntersection.cpp170 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { argument
171 addExactHorizontalEndPoints(left, right, axisIntercept);
173 addNearHorizontalEndPoints(left, right, axisIntercept);
180 double lineT = (pt.fX - left) / (right - left);
250 void addExactHorizontalEndPoints(double left, double right, double y) { argument
252 double lineT = SkDLine::ExactPointH(fQuad[qIndex], left, right, y);
261 void addNearHorizontalEndPoints(double left, double right, double y) { argument
267 double lineT = SkDLine::NearPointH(fQuad[qIndex], left, right, y);
354 int SkIntersections::horizontal(const SkDQuad& quad, double left, doubl argument
[all...]
H A DSkPathOpsBounds.h25 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { argument
26 if (left < fLeft) fLeft = left;
/external/chromium_org/third_party/skia/tests/
H A DPathOpsLineIntersectionTest.cpp113 double left = SkTMin(line1[0].fX, line1[1].fX); local
116 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left);
120 double left = SkTMin(line2[0].fX, line2[1].fX); local
123 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left);
156 double left = SkTMin(line1[0].fX, line1[1].fX); local
159 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left);
165 double left local
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer_helper.cc96 int left = DownToMultiple(it.rect().left(), grid_size_mask); local
100 result->AddRect(DesktopRect::MakeLTRB(left, top, right, bottom));
/external/chromium_org/v8/src/
H A Dhydrogen-dehoist.cc19 if (binary_operation->left()->IsConstant() && index->IsAdd()) {
21 constant = HConstant::cast(binary_operation->left());
23 subexpression = binary_operation->left();

Completed in 630 milliseconds

<<11121314151617181920>>