HomeSort by relevance Sort by last modified time
    Searched full:left (Results 76 - 100 of 6784) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/docs/html/sdk/api_diff/8/
stylesheet-jdiff.css 8 .diffspectable td {background-color:eee;border:0px;font-size:90%;font-weight:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
9 td.diffvalueold {color:orange;background-color:white;border:0px;font-size:80%;font-style:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
10 td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
11 td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
21 padding-left:1em;}
24 padding-left:1em;}
  /cts/tools/host/src/res/
cts_result.css 39 margin-left:auto;
52 margin-left:auto;
75 margin-left:auto;
90 margin-left:auto;
116 margin-left:auto;
135 text-align: left;
145 text-align:left;
153 text-align:left;
167 text-align: left;
172 margin-left:auto
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 48 boolean computeEventRect(int date, int left, int top, int cellWidth, Event event) {
101 event.left = left + mCellMargin + col * colWidth;
102 event.right = event.left + colWidth;
110 if (event.left < selection.right && event.right >= selection.left
121 float left = event.left; local
126 if (x >= left) {
155 // x < left
    [all...]
  /build/tools/droiddoc/templates/assets/
style.css 2 padding-left: 6px;
28 text-align: left;
31 padding-left: 7px;
52 padding-left: 7px;
63 padding-left: 7px;
80 padding-left: 7px;
91 padding-left: 7px;
100 padding-left: 7px;
112 margin-left: 0;
118 padding-left: 10px
    [all...]
  /external/e2fsprogs/e2fsck/
dict.c 51 #define left dict_left macro
69 #define dict_root(D) ((D)->nilnode.left)
77 * Perform a ``left rotation'' adjustment on the tree. The given node P and
78 * its right child C are rearranged so that the P instead becomes the left
79 * child of C. The left subtree of C is inherited as the new right subtree
88 upper->right = lowleft = lower->left;
94 the sentinel nil node, and root->parent->left points back to root */
96 if (upper == upparent->left) {
97 upparent->left = lower;
103 lower->left = upper
861 dnode_t *nil = dict_nil(dict), *root = dict_root(dict), *left; local
895 dnode_t *nil = dict_nil(dict), *parent, *left; local
    [all...]
  /external/webkit/WebCore/inspector/front-end/
audits.css 44 left: 200px;
58 left: 0;
71 float: left;
96 padding-left: 16px;
106 margin-left: 16px;
121 padding-left: 18px;
155 left: 0;
172 left: 0;
191 left: -8px;
204 left: 0
    [all...]
  /external/webkit/WebCore/manual-tests/
transition-events.html 16 -webkit-transition-property: left;
18 left: 0px;
28 -webkit-transition-property: left;
30 left: 0px;
56 box.style.left = "" + offset + "px";
65 box1.style.left = "200px";
open-after-close.html 6 var w = window.open(url, 'popup', "height=200, width=200, top=100, left=100");
8 window.open(url, 'popup', "height=200, width=200, top=100, left=100");
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
FocusAfterRemoval.java 38 final LinearLayout left = (LinearLayout) findViewById(R.id.leftLayout); local
40 // top left makes parent layout GONE
45 left.setVisibility(View.GONE);
49 // bottom left makes parent layout INVISIBLE
50 // top left makes parent layout GONE
55 left.setVisibility(View.INVISIBLE);
  /frameworks/base/tests/LowStorageTest/res/layout/
main.xml 23 android:gravity="left"
28 android:gravity="left"
37 android:gravity="left"
43 android:gravity="left"
48 android:gravity="left"
55 android:gravity="left"
  /external/blktrace/
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/webkit/WebKit/chromium/src/js/
devTools.css 13 padding-left: 0;
19 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(242, 247, 253)), to(rgb(223, 234, 248)));
23 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 248, 248)), to(rgb(237, 237, 237)));
46 left: 0;
59 left: 0;
101 left: 0;
104 margin-left: -1px;
105 border-left: 1px solid rgb(102, 102, 102)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
RectFTest.java 92 assertEquals(10.0f, mRectF.left);
98 assertEquals(5.0f, mRectF.left);
114 assertEquals(1.0f, mRectF.left);
131 assertEquals(1.0f, mRectF.left);
148 assertEquals(1.0f, mRectF.left);
164 assertEquals(0.0f, mRectF.left);
171 assertEquals(0.0f, mRectF.left);
207 assertEquals(5.0f, mRectF.left);
214 assertEquals(0.0f, mRectF.left);
233 assertEquals(5.0f, mRectF.left);
    [all...]
  /dalvik/dx/tests/059-dex-call-super/
Zorch.java 20 // This space intentionally left blank.
28 // This space intentionally left blank.
  /dalvik/dx/tests/068-dex-infinite-loop/
Blort.java 25 // This space intentionally left blank.
31 // This space intentionally left blank.
  /dalvik/dx/tests/077-dex-code-alignment/
Blort.java 20 // This space intentionally left blank.
24 // This space intentionally left blank.
  /external/kernel-headers/original/asm-x86/
msgbuf.h 9 * Pad space on i386 is left for:
13 * Pad space on x8664 is left for:
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.c 249 int left; local
288 left = rsn_ie_len - sizeof(*hdr);
290 if (left >= RSN_SELECTOR_LEN) {
300 left -= RSN_SELECTOR_LEN;
301 } else if (left > 0) {
303 __func__, left);
307 if (left >= 2) {
311 left -= 2;
312 if (count == 0 || left < count * RSN_SELECTOR_LEN) {
314 "count %u left %u", __func__, count, left)
    [all...]
  /frameworks/base/awt/java/awt/
ComponentOrientation.java 32 * direction ("left to right" or "right to left") and in the vertical direction
45 * The Constant LEFT_TO_RIGHT indicates that items run left to right.
50 * The Constant RIGHT_TO_LEFT indicates that items run right to left.
127 * whether this orientation specifies a left-to-right flow.
145 * Returns true if the text is arranged from left to right.
147 * @return true, for writing systems written from left to right; false for
148 * right-to-left.
  /packages/apps/Gallery/src/com/android/camera/
EvenlySpacedLayout.java 83 int left = mKeepEndSpace ? spacing : 0; local
90 child.layout(left, top, left + w, top + h);
91 left += w;
92 left += spacing;
111 int left = 0; local
117 child.layout(left, top, left + w, top + h);
  /dalvik/libcore/luni/src/main/java/java/util/
DualPivotQuicksort.java 97 * on {@code left} or {@code right}.
100 * @param left the index of the first element, inclusive, to be sorted
103 private static void doSort(int[] a, int left, int right) {
105 if (right - left + 1 < INSERTION_SORT_THRESHOLD) {
106 for (int i = left + 1; i <= right; i++) {
109 for (j = i - 1; j >= left && ai < a[j]; j--) {
115 dualPivotQuicksort(a, left, right);
124 * @param left the index of the first element, inclusive, to be sorted
127 private static void dualPivotQuicksort(int[] a, int left, int right) {
129 int sixth = (right - left + 1) / 6
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/operations/
Gt.java 37 * @param left non-null reference to the evaluated left operand.
44 public XObject operate(XObject left, XObject right)
47 return left.greaterThan(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
Gte.java 37 * @param left non-null reference to the evaluated left operand.
44 public XObject operate(XObject left, XObject right)
47 return left.greaterThanOrEqual(right)
Lt.java 37 * @param left non-null reference to the evaluated left operand.
44 public XObject operate(XObject left, XObject right)
47 return left.lessThan(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
Lte.java 37 * @param left non-null reference to the evaluated left operand.
44 public XObject operate(XObject left, XObject right)
47 return left.lessThanOrEqual(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;

Completed in 194 milliseconds

1 2 34 5 6 7 8 91011>>