Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 29) sorted by relevance

12

/build/make/tools/droiddoc/templates-pdk/assets/
Dstyle.css2 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 …]
Dandroid-developer-core.css171 text-align:left;
194 border-left:2px solid #eee;
240 float: left;
370 float: left;
378 margin-left: 40px;
392 float: left;
401 float: left;
418 text-align:left;
428 text-align:left;
435 float: left;
[all …]
Dcarousel.js195 …var left = (ease(current_frame/animation.frames) * Math.abs(animation.goal - animation.origin)) - …
196 if(left < 0) {
197 left = 0;
199 if(!isNaN(left)) {
200 div.style.left = '-' + Math.round(left) + 'px';
Djquery-resizable.min.js12 …(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pi…
19left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0]… property
40left:"auto"})}this.element.wrap(c('<div class="ui-wrapper" style="overflow: hidden;"></div>').css(… property
Dandroid-developer-docs.css130 left:0;
137 left:10px;
221 margin-left:1em;
509 padding-left: 17px;
705 left:0;
769 border-left: 4px solid;
834 padding-left:1em;
859 margin: -0.5em 0 1em 1em; /* matches default img left-margin */
881 margin: 0 0 0.5em 1em; /* matches default table left-margin */
975 left:0;
[all …]
Dandroid-developer-resource-browser.css10 padding-left: 84px;
Dyui-3.3.0-reset-min.css8 …tyle:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{…
/build/make/tools/aconfig/aconfig/src/
Dtest.rs301 match itertools::diff_with(a, b, |left, right| left == right) { in first_significant_code_diff()
302 Some(itertools::Diff::FirstMismatch(_, mut left, mut right)) => { in first_significant_code_diff()
303 Some(format!("'{}' vs '{}'", left.next().unwrap(), right.next().unwrap())) in first_significant_code_diff()
305 Some(itertools::Diff::Shorter(_, mut left)) => { in first_significant_code_diff()
306 Some(format!("LHS trailing data: '{}'", left.next().unwrap())) in first_significant_code_diff()
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.css16 background: #eee none no-repeat fixed top left;
39 padding-left: 10px; }
59 margin-left: 190px;
74 float: left; }
85 float: left; }
141 float: left;
142 margin-left: 20px; }
144 margin-left: 0; }
260 background: transparent url(disclosure_down.png) no-repeat scroll top left;
273 background: transparent url(disclosure_up.png) no-repeat scroll top left;
[all …]
Ddefault.js151 left: targetRect.left, property
/build/bazel/scripts/difftool/diffs/
Dcontext.py30 left = self.tool(left_path)
32 comparator = difflib.context_diff(left, right)
/build/soong/bp2build/
Dconfigurability.go224 var left, right string
226 left, right = selectMap, s
228 left, right = s, selectMap
230 if left != "" && right != "" {
231 left += " + "
233 left += right
235 return left, nil
/build/bazel/mkcompare/
Dmkdiff.go12 …(mLeft map[string]V, mRight map[string]V, varFilter func(_ string) bool) (left []string, common []…
20 left = append(left, k)
32 return left, common, right
/build/soong/cc/
Dcc_test_only_property_test.go75 notEqual, left, right := android.ListSetDifference(expectedTestOnlyModules, actualTestOnly)
77 t.Errorf("test-only: Expected but not found: %v, Found but not expected: %v", left, right)
167 notEqual, left, right := android.ListSetDifference(expectedTestOnlyModules, actualTrueModules)
169 t.Errorf("test-only: Expected but not found: %v, Found but not expected: %v", left, right)
/build/soong/mk2rbc/
Dexpr.go340 left, right starlarkExpr member
345 if eq.left.typ() != eq.right.typ() {
346 eq.left = &toStringExpr{expr: eq.left}
351 eq.left.emit(gctx)
369 eq.left = eq.left.transform(transformer)
702 left, right starlarkExpr member
708 b.left.emit(gctx)
722 b.left = b.left.transform(transformer)
Dmk2rbc.go1138 left: otherOperand,
1145 left: otherOperand,
1152 return &eqExpr{left: xLeft, right: xRight, isEq: isEq}
1159 func (ctx *parseContext) parseCompareSpecialCases(directive *mkparser.Directive, left starlarkExpr,
1167 call, ok := left.(*callExpr)
1175 switch left.(type) {
1177 value = left
1226 return &eqExpr{left: expr, right: slExpr.items[0], isEq: !negate}, true
1236 left: &callExpr{
1248 left: &callExpr{
[all …]
/build/soong/cmd/soong_build/
Dwritedocs.go209 text-align: left
312 .accordion,.simple{margin-left:1.5em;text-indent:-1.5em;margin-top:.25em}
313 .collapsible{border-width:0 0 0 1;margin-left:.25em;padding-left:.25em;border-style:solid;
315 span.fixed{display: block; float: left; clear: left; width: 1em;}
/build/bazel/scripts/incremental_build/
Dplot_metrics.template.txt20 set key autotitle columnhead left
Dutil.py302 [left, *right] = s.split(":", 1)
303 acc = acc * 60 + float(left)
/build/make/tools/droiddoc/templates-pdk/
Dhead_tag.cs45 #doc-content{overflow:visible;border-left:3px solid #666;}
/build/soong/python/
Dpython_test.go402 notEqual, left, right := android.ListSetDifference(expectedTestOnlyModules, actualTestOnly)
404 t.Errorf("test-only: Expected but not found: %v, Found but not expected: %v", left, right)
/build/soong/tradefed_modules/
Dtest_module_config_test.go420 notEqual, left, right := android.ListSetDifference(expectedTestOnlyModules, actualTestOnly)
422 t.Errorf("test-only: Expected but not found: %v, Found but not expected: %v", left, right)
/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.proto49 // Assets are left uncompressed in the generated asset module.
62 // takes precedence (the file is left uncompressed in the generated APK).
64 // If unspecified, asset module content is left uncompressed in the
/build/make/tools/releasetools/
Dota_metadata.proto64 // mixed build of partitions, some of the above fields may left empty. And the
/build/blueprint/parser/
Dast.go163 left, err := hackyFingerprint(a)
171 areEqual := string(left) == string(right)

12