Searched refs:left (Results 226 - 250 of 2403) sorted by relevance

1234567891011>>

/external/guava/guava-tests/test/com/google/common/collect/
H A DBstNodeTest.java73 SimpleNode left = new SimpleNode('a', null, null);
75 SimpleNode node = new SimpleNode('b', left, right);
76 testChildIs(node, LEFT, left);
95 for (SimpleNode left : GOOD_LEFTS) {
98 new SimpleNode(MIDDLE_KEY, left, right).orderingInvariantHolds(Ordering.natural()));
104 for (SimpleNode left : BAD_LEFTS) {
107 new SimpleNode(MIDDLE_KEY, left, right).orderingInvariantHolds(Ordering.natural()));
113 for (SimpleNode left : ALL_LEFTS) {
116 new SimpleNode(MIDDLE_KEY, left, right).orderingInvariantHolds(Ordering.natural()));
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
H A Dslider.css11 left: -2px; /* Required to align the input element with the parent. */
30 left and right must be equal to 1/2 of the thumb icon width. */
31 left: 8px;
46 /* The filled portion of the slider bar to the left of the thumb. */
48 border-left-style: none;
50 left: 0;
58 left: 100%;
66 .slider > .bar > .cap.left {
81 .slider.disabled > .bar > .cap.left {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DnetworkPanel.css41 left: 5px;
58 left: 0;
77 padding-left: 13px;
91 left: 0;
110 left: 0;
155 margin-left: 30px;
187 left: 0;
212 left: 0;
230 background-image: -webkit-gradient(linear, left top, left botto
[all...]
H A DtabbedPane.css58 float: left;
62 float: left;
93 left: 1px;
94 margin-left: 2px;
105 float: left;
108 padding-left: 3px;
137 left: 0;
/external/elfutils/libebl/
H A Deblstrtab.c77 struct Ebl_Strent *left; member in struct:Ebl_Strent
96 size_t left; member in struct:Ebl_Strtab
148 st->left = len - offsetof (struct memoryblock, memory);
180 if (st->left < align + sizeof (struct Ebl_Strent) + len)
193 newstr->left = NULL;
200 st->left -= align + sizeof (struct Ebl_Strent) + len;
226 return searchstring (&(*sep)->left, newstr);
266 st->left += st->backp - (char *) newstr;
275 st->left += newstr->len;
287 newstr->left
[all...]
/external/chromium/chrome/browser/resources/net_internals/
H A Dmain.css50 border-left: 1px inset black;
63 text-align: left;
70 border-left: 1px solid #afafaf;
114 margin-left: 10px;
121 border-top-left-radius: 5px 5px;
123 padding-left: 4px;
127 margin-left: 30px;
188 padding-left: 4px;
206 text-align: left;
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dnetwork_dropdown.css15 -webkit-gradient(linear, left top, left bottom,
33 text-align: left;
42 background-position: center left;
47 -webkit-gradient(linear, left top, left bottom,
59 -webkit-gradient(linear, left top, left bottom,
141 left: 0;
/external/linux-tools-perf/util/
H A Dsort.c102 sort__thread_cmp(struct hist_entry *left, struct hist_entry *right) argument
104 return right->thread->pid - left->thread->pid;
144 sort__dso_cmp(struct hist_entry *left, struct hist_entry *right) argument
146 struct dso *dso_l = left->ms.map ? left->ms.map->dso : NULL;
179 sort__sym_cmp(struct hist_entry *left, struct hist_entry *right) argument
183 if (left->ms.sym == right->ms.sym)
186 ip_l = left->ms.sym ? left->ms.sym->start : left
217 sort__comm_cmp(struct hist_entry *left, struct hist_entry *right) argument
223 sort__comm_collapse(struct hist_entry *left, struct hist_entry *right) argument
237 sort__parent_cmp(struct hist_entry *left, struct hist_entry *right) argument
258 sort__cpu_cmp(struct hist_entry *left, struct hist_entry *right) argument
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Dquad_stack.css27 left: 0;
34 url('../images/chrome-left.png'),
37 background-position: left top, right top, left top;
/external/chromium_org/chrome/browser/resources/
H A Dabout_version.css13 margin-left: auto;
39 margin-left: 40px;
61 padding-left: 5px;
H A Dgesture_config.css31 float: left;
40 text-align: left;
55 text-align: left;
64 text-align: left;
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dstep_bubble.css18 margin-left: 20px;
25 margin-left: 20px;
35 margin-left: 18px;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dwrench_menu.css25 .left-button {
27 border-bottom-left-radius: 3px;
28 border-top-left-radius: 3px;
/external/chromium_org/chrome/browser/resources/uber/
H A Duber.css17 left: 0;
23 /* This value is different from the left value to compensate for the scroll
42 left: 0;
59 left: 0;
/external/chromium_org/third_party/icu/
H A Dicu4c.css48 border-left: 2px solid #22d;
50 padding-left: 4px;
74 padding-left: 0;
75 margin-left: 1em;
93 margin-left: 1.5em;
112 margin-left: 1.8em;
115 padding-left: 0.75em;
121 margin-left: 2em;
125 * Navigation sidebar on the left hand of most pages
134 padding-left
[all...]
/external/icu4c/
H A Dicu4c.css48 border-left: 2px solid #22d;
50 padding-left: 4px;
74 padding-left: 0;
75 margin-left: 1em;
93 margin-left: 1.5em;
112 margin-left: 1.8em;
115 padding-left: 0.75em;
121 margin-left: 2em;
125 * Navigation sidebar on the left hand of most pages
134 padding-left
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticleTriMesh.java180 left = new Vector3f();
184 left.set(camLeft);
205 left.set(p.velocity).normalizeLocal();
206 camDir.cross(left, up);
208 left.multLocal(p.size);
211 faceNormal.cross(up, left);
213 left.multLocal(p.size);
218 left.x = camLeft.x * cos + camUp.x * sin;
219 left.y = camLeft.y * cos + camUp.y * sin;
220 left
[all...]
/external/chromium_org/ui/native_theme/
H A Dnative_theme_aura.cc121 gfx::ImageSkia* left = rb.GetImageSkiaNamed( local
123 DrawTiledImage(canvas, *left,
125 rect.x(), rect.y(), left->width(), left->height());
126 center_offset += left->width();
127 center_width -= left->width();
194 gfx::ImageSkia* left = rb.GetImageSkiaNamed(left_resource_id); local
195 DrawTiledImage(canvas, *left,
197 rect.x(), rect.y(), left->width(), left
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c400 int left; local
439 left = rsn_ie_len - sizeof(*hdr);
441 if (left >= RSN_SELECTOR_LEN) {
451 left -= RSN_SELECTOR_LEN;
452 } else if (left > 0) {
454 __func__, left);
458 if (left >= 2) {
462 left -= 2;
463 if (count == 0 || left < count * RSN_SELECTOR_LEN) {
465 "count %u left
587 int left; local
[all...]
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c400 int left; local
439 left = rsn_ie_len - sizeof(*hdr);
441 if (left >= RSN_SELECTOR_LEN) {
451 left -= RSN_SELECTOR_LEN;
452 } else if (left > 0) {
454 __func__, left);
458 if (left >= 2) {
462 left -= 2;
463 if (count == 0 || left < count * RSN_SELECTOR_LEN) {
465 "count %u left
587 int left; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.c400 int left; local
439 left = rsn_ie_len - sizeof(*hdr);
441 if (left >= RSN_SELECTOR_LEN) {
451 left -= RSN_SELECTOR_LEN;
452 } else if (left > 0) {
454 __func__, left);
458 if (left >= 2) {
462 left -= 2;
463 if (count == 0 || left < count * RSN_SELECTOR_LEN) {
465 "count %u left
587 int left; local
[all...]
/external/chromium/webkit/glue/
H A Dcpp_bound_class_unittest.cc128 // Constructs a JavaScript snippet that evaluates and compares the left and
135 std::string BuildJSCondition(std::string left, std::string right) { argument
136 return "var leftval = " + left + ";" +
142 left + " [\" + leftval + \"] != " +
191 // The property on the left will be set to the value on the right, then
202 std::string left = tests[i]; local
204 // left = right;
205 std::string js = left;
209 js.append(BuildJSCondition(left, right));
234 // The expression on the left i
262 std::string left = tests[i]; local
[all...]
/external/chromium_org/chrome/browser/resources/local_discovery/
H A Dlocal_discovery.css30 float: left;
46 float: left;
70 text-align: left;
105 padding-left: 17px;
/external/chromium_org/chrome/browser/resources/ntp_android/
H A Dbookmarks_tablet.css10 padding-left: 36px;
/external/chromium_org/chrome/browser/resources/options/
H A Dcertificate_manager.css15 /* Force tab strip to extend to the left and right edges of the window. */
21 padding-left: 28px;

Completed in 721 milliseconds

1234567891011>>