Searched refs:left (Results 251 - 275 of 1423) sorted by relevance

<<11121314151617181920>>

/external/e2fsprogs/intl/
H A Dplural.y107 new_exp_2 (enum operator op, struct expression *left, struct expression *right)
111 args[0] = left;
136 %left '|' /* || */
137 %left '&' /* && */
138 %left EQUOP2 /* == != */
139 %left CMPOP2 /* < > <= >= */
140 %left ADDOP2 /* + - */
141 %left MULOP2 /* * / % */
/external/guava/guava/src/com/google/common/collect/
H A DByFunctionOrdering.java45 @Override public int compare(F left, F right) { argument
46 return ordering.compare(function.apply(left), function.apply(right));
H A DCompoundOrdering.java39 @Override public int compare(T left, T right) { argument
43 int result = comparators.get(i).compare(left, right);
H A DExplicitOrdering.java39 @Override public int compare(T left, T right) { argument
40 return rank(left) - rank(right); // safe because both are nonnegative
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
H A DEscapeMode.java92 * values are provided by {@code left} and {@code right} respectively. For now, if either of the
99 public static EscapeMode combineModes(EscapeMode left, EscapeMode right) { argument
100 if (left.equals(ESCAPE_NONE) || right.equals(ESCAPE_NONE)) {
/external/libcxx/www/
H A Dmenu.css12 left:29ex;
/external/libcxxabi/www/
H A Dmenu.css12 left:29ex;
/external/libvorbis/doc/
H A D10-tables.tex9 lookup table consiting of the following values (read left to right
/external/libvpx/libvpx/tools/
H A Dintersect-diffs.py46 lhs_file = lhs_hunk.left.filename.split("/")[1:]
57 # Join the right hand side of the older diff with the left hand side of the
63 new_lines = new_hunk.left
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_path.cpp43 rect.left += -0.5f;
48 m_Left = rect.left;
/external/skia/bench/DATA/skia_resources/
H A Dtest.lua2 local r = { left = 10, top = 10, right = 100, bottom = 80 }
38 local align = { 'left', 'center', 'right' };
66 r2.left = x;
68 r2.right = r2.left + image:width() * 1;
/external/skia/dm/DATA/skia_resources/
H A Dtest.lua2 local r = { left = 10, top = 10, right = 100, bottom = 80 }
38 local align = { 'left', 'center', 'right' };
66 r2.left = x;
68 r2.right = r2.left + image:width() * 1;
/external/skia/gm/DATA/skia_resources/
H A Dtest.lua2 local r = { left = 10, top = 10, right = 100, bottom = 80 }
38 local align = { 'left', 'center', 'right' };
66 r2.left = x;
68 r2.right = r2.left + image:width() * 1;
/external/skia/include/core/
H A DSkRegion.h100 * If the region is empty, returns false, and path is left unmodified.
117 * If left < right and top < bottom, set this region to that rectangle and
120 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
194 bool quickContains(int32_t left, int32_t top, int32_t right, argument
198 return left < right && top < bottom &&
200 /* fBounds.contains(left, top, right, bottom); */
201 fBounds.fLeft <= left && fBounds.fTop <= top &&
265 bool op(int left, int top, int right, int bottom, Op op) { argument
267 rect.set(left, top, right, bottom);
350 * Y scanline, clipped to the specified left an
[all...]
/external/skia/include/gpu/
H A DGrRect.h42 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) { argument
43 fLeft = left;
H A DGrSurface.h73 * @param left left edge of the rectangle to read (inclusive)
86 bool readPixels(int left, int top, int width, int height,
95 * @param left left edge of the rectangle to write (inclusive)
108 bool writePixels(int left, int top, int width, int height,
/external/skia/resources/
H A Dtest.lua2 local r = { left = 10, top = 10, right = 100, bottom = 80 }
38 local align = { 'left', 'center', 'right' };
66 r2.left = x;
68 r2.right = r2.left + image:width() * 1;
/external/skia/src/core/
H A DSkDrawable.cpp31 canvas->drawLine(r.left(), r.top(), r.right(), r.bottom(), paint);
32 canvas->drawLine(r.left(), r.bottom(), r.right(), r.top(), paint);
/external/skia/tests/
H A DPathOpsCubicLineIntersectionTest.cpp111 double left = line[0].fX; local
113 flipped = left > right;
115 SkTSwap<double>(left, right);
117 result = intersections.horizontal(cubic, left, right, line[0].fY, flipped);
160 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) }; local
161 SkDebugf("cubic=(%1.9g, %1.9g, %1.9g)\n", left[0], left[1], left[2]);
H A DPathOpsDLineTest.cpp20 static const SkDPoint left[] = { variable
39 const SkDPoint& pt = left[index];
43 SkDebugf("%s [%d] expected left\n", __FUNCTION__, index);
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM_synth_constants_gnu.inc129 .equ m_gainLeft, 16 @ /* current gain, left ch */
143 .equ m_zF0L, 6 @ filter 1 zero state var, left
144 .equ m_zF1L, 8 @ filter 1 pole state var, left
145 .equ m_zF2L, 10 @ filter 2 zero state var, left
/external/sonivox/arm-wt-22k/lib_src/
H A DARM_synth_constants_gnu.inc129 .equ m_gainLeft, 16 @ /* current gain, left ch */
143 .equ m_zF0L, 6 @ filter 1 zero state var, left
144 .equ m_zF1L, 8 @ filter 1 pole state var, left
145 .equ m_zF2L, 10 @ filter 2 zero state var, left
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DViewfinderView.java93 canvas.drawRect(0, frame.top, frame.left, frame.bottom + 1, paint);
105 canvas.drawRect(frame.left, frame.top, frame.right + 1, frame.top + 2, paint);
106 canvas.drawRect(frame.left, frame.top + 2, frame.left + 2, frame.bottom - 1, paint);
108 canvas.drawRect(frame.left, frame.bottom - 1, frame.right + 1, frame.bottom + 1, paint);
115 canvas.drawRect(frame.left + 2, middle - 1, frame.right - 1, middle + 2, paint);
123 int frameLeft = frame.left;
155 frame.left - POINT_SIZE,
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_tls_common.c326 const u8 **pos, size_t *left)
329 const u8 *end = *pos + *left;
332 if (*left < 4) {
341 *left -= 4;
343 if (*left > tls_msg_len) {
346 "bytes)", (int) tls_msg_len, (int) *left);
355 if (*left != 0) {
426 size_t left; local
432 &left);
436 &left);
325 eap_server_tls_reassemble(struct eap_ssl_data *data, u8 flags, const u8 **pos, size_t *left) argument
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_tls_common.c326 const u8 **pos, size_t *left)
329 const u8 *end = *pos + *left;
332 if (*left < 4) {
341 *left -= 4;
343 if (*left > tls_msg_len) {
346 "bytes)", (int) tls_msg_len, (int) *left);
355 if (*left != 0) {
426 size_t left; local
432 &left);
436 &left);
325 eap_server_tls_reassemble(struct eap_ssl_data *data, u8 flags, const u8 **pos, size_t *left) argument
[all...]

Completed in 1163 milliseconds

<<11121314151617181920>>