Searched refs:left (Results 101 - 125 of 2877) sorted by relevance

1234567891011>>

/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dposition_util.js13 * @typedef {{left: number, top: number, width: number, height: number,
24 * The popup's right edge is aligned with the left edge of the anchor.
27 BEFORE: 1, // p: right, a: left, p: top, a: top
30 * The popop's left edge is aligned with the right edge of the anchor.
33 AFTER: 2, // p: left a: right, p: top, a: top
37 * The popup's left edge is aligned with the left edge of the anchor.
39 ABOVE: 3, // p: bottom, a: top, p: left, a: left
43 * The popup's left edg
[all...]
/external/icu/icu4c/source/common/
H A Duarrsort.h30 * @param left Pointer to the "left" item.
33 * <0 if left<right
34 * ==0 if left==right
35 * >0 if left>right
40 UComparator(const void *context, const void *left, const void *right);
68 uprv_uint16Comparator(const void *context, const void *left, const void *right);
75 uprv_int32Comparator(const void *context, const void *left, const void *right);
82 uprv_uint32Comparator(const void *context, const void *left, const void *right);
/external/jsilver/src/com/google/clearsilver/jsilver/functions/operators/
H A DAddFunction.java30 Value left = args[0];
32 EscapeMode mode = EscapeMode.combineModes(left.getEscapeMode(), right.getEscapeMode());
33 return literalValue(left.asString() + right.asString(), mode, left.isPartiallyEscaped()
/external/valgrind/main/helgrind/tests/
H A Dtc14_laog_dinphils.c15 long left = (long)arg; local
16 long right = (left + 1) % 5;
18 pthread_mutex_lock(&chop[left]);
21 pthread_mutex_unlock(&chop[left]);
/external/chromium_org/v8/test/mjsunit/tools/
H A Dsplaytree.js64 left: { key: 30, value: 30,
65 left: { key: 10, value: 10, left: null,
67 left: { key: 15, value: 15,
68 left: null, right: null },
70 right: { key: 40, value: 40, left: null, right: null } },
71 right: { key: 60, value: 60, left: null,
73 left: { key: 70, value: 70, left: null,
75 left
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DGt.java37 * @param left non-null reference to the evaluated left operand.
44 public XObject operate(XObject left, XObject right) argument
47 return left.greaterThan(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
H A DGte.java37 * @param left non-null reference to the evaluated left operand.
44 public XObject operate(XObject left, XObject right) argument
47 return left.greaterThanOrEqual(right)
H A DLt.java37 * @param left non-null reference to the evaluated left operand.
44 public XObject operate(XObject left, XObject right) argument
47 return left.lessThan(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
H A DLte.java37 * @param left non-null reference to the evaluated left operand.
44 public XObject operate(XObject left, XObject right) argument
47 return left.lessThanOrEqual(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
H A DNotEquals.java37 * @param left non-null reference to the evaluated left operand.
44 public XObject operate(XObject left, XObject right) argument
47 return (left.notEquals(right)) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
H A DQuo.java40 * @param left non-null reference to the evaluated left operand.
47 public XObject operate(XObject left, XObject right) argument
50 return new XNumber((int) (left.num() / right.num()));
/external/chromium_org/chrome/browser/resources/memory_internals/
H A Dsnapshot_view.css11 text-align: left;
20 margin-left: 1em;
24 border-left: 1px solid rgb(181, 198, 222);
29 border-left: 1px solid rgb(181, 198, 222);
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dview.js23 setGeometry: function(left, top, width, height) {
24 this.left_ = left;
133 setGeometry: function(left, top, width, height) {
134 superClass.prototype.setGeometry.call(this, left, top, width, height);
137 setNodePosition(this.node_, left, top, width, height);
185 setGeometry: function(left, top, width, height) {
186 superClass.prototype.setGeometry.call(this, left, top, width, height);
187 this.childView_.setGeometry(left, top, width, height);
243 setGeometry: function(left, top, width, height) {
244 superClass.prototype.setGeometry.call(this, left, to
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRect.idl27 readonly attribute CSSPrimitiveValue left;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DClientRect.idl33 readonly attribute float left;
/external/chromium_org/third_party/polymer/components/core-scroll-header-panel/
H A Dcore-scroll-header-panel.css21 left: 0;
33 left: 0;
39 left: 0;
48 left: 0;
/external/chromium_org/third_party/polymer/components-chromium/core-scroll-header-panel/
H A Dcore-scroll-header-panel.css21 left: 0;
33 left: 0;
39 left: 0;
48 left: 0;
/external/chromium_org/third_party/skia/tests/
H A DCanvasStateHelpers.cpp16 void complex_layers_draw(SkCanvas* canvas, float left, float top, argument
22 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom);
29 float left, float top, float right, float bottom, int32_t spacer) {
34 complex_layers_draw(canvas, left, top, right, bottom, spacer);
39 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, argument
42 SkRect clipRect = SkRect::MakeLTRB(SkIntToScalar(left), SkIntToScalar(top),
53 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp,
67 complex_clips_draw(canvas, left, top, right, bottom, clipOp, localRegion);
28 complex_layers_draw_from_canvas_state(SkCanvasState* state, float left, float top, float right, float bottom, int32_t spacer) argument
52 complex_clips_draw_from_canvas_state(SkCanvasState* state, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, int32_t regionRects, int32_t* rectCoords) argument
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-compare-constant-doubles.js30 var left = 1.5; variable
46 if (left < right) return "ok";
/external/guava/guava/src/com/google/common/collect/
H A DUsingToStringOrdering.java29 @Override public int compare(Object left, Object right) { argument
30 return left.toString().compareTo(right.toString());
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-omac1.c48 size_t i, e, left, total_len; local
58 left = total_len;
64 while (left >= AES_BLOCK_SIZE) {
73 if (left > AES_BLOCK_SIZE)
75 left -= AES_BLOCK_SIZE;
82 if (left || total_len == 0) {
83 for (i = 0; i < left; i++) {
91 cbc[left] ^= 0x80;
/external/wpa_supplicant_8/src/crypto/
H A Daes-omac1.c48 size_t i, e, left, total_len; local
58 left = total_len;
64 while (left >= AES_BLOCK_SIZE) {
73 if (left > AES_BLOCK_SIZE)
75 left -= AES_BLOCK_SIZE;
82 if (left || total_len == 0) {
83 for (i = 0; i < left; i++) {
91 cbc[left] ^= 0x80;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-omac1.c48 size_t i, e, left, total_len; local
58 left = total_len;
64 while (left >= AES_BLOCK_SIZE) {
73 if (left > AES_BLOCK_SIZE)
75 left -= AES_BLOCK_SIZE;
82 if (left || total_len == 0) {
83 for (i = 0; i < left; i++) {
91 cbc[left] ^= 0x80;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
H A Doptions.css22 float: left;
29 float: left;
30 padding-left: 2px;
34 float: left;
43 margin-left: 10px;
46 padding-left: 7px;
52 border-bottom-left-radius: 12px 12px;
56 border-top-left-radius: 12px 12px;
64 padding-left: 20px;
99 float: left;
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_intrapred16_dspr2.c18 const uint8_t *above, const uint8_t *left) {
23 "lb %[tmp1], (%[left]) \n\t"
24 "lb %[tmp2], 1(%[left]) \n\t"
25 "lb %[tmp3], 2(%[left]) \n\t"
26 "lb %[tmp4], 3(%[left]) \n\t"
27 "lb %[tmp5], 4(%[left]) \n\t"
28 "lb %[tmp6], 5(%[left]) \n\t"
29 "lb %[tmp7], 6(%[left]) \n\t"
30 "lb %[tmp8], 7(%[left]) \n\t"
31 "lb %[tmp9], 8(%[left]) \
17 vp9_h_predictor_16x16_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
164 vp9_dc_predictor_16x16_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
[all...]

Completed in 549 milliseconds

1234567891011>>