/build/make/tools/droiddoc/templates-pdk/assets/ |
D | 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 …]
|
D | android-developer-core.css | 171 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 …]
|
D | carousel.js | 195 …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';
|
D | jquery-resizable.min.js | 12 …(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pi… 19 …left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0]… property 40 …left:"auto"})}this.element.wrap(c('<div class="ui-wrapper" style="overflow: hidden;"></div>').css(… property
|
D | android-developer-docs.css | 130 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 …]
|
D | android-developer-resource-browser.css | 10 padding-left: 84px;
|
D | yui-3.3.0-reset-min.css | 8 …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/ |
D | test.rs | 301 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/ |
D | default.css | 16 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 …]
|
D | default.js | 151 left: targetRect.left, property
|
/build/bazel/scripts/difftool/diffs/ |
D | context.py | 30 left = self.tool(left_path) 32 comparator = difflib.context_diff(left, right)
|
/build/soong/bp2build/ |
D | configurability.go | 224 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/ |
D | mkdiff.go | 12 …(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/ |
D | cc_test_only_property_test.go | 75 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/ |
D | expr.go | 340 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)
|
D | mk2rbc.go | 1138 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/ |
D | writedocs.go | 209 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/ |
D | plot_metrics.template.txt | 20 set key autotitle columnhead left
|
D | util.py | 302 [left, *right] = s.split(":", 1) 303 acc = acc * 60 + float(left)
|
/build/make/tools/droiddoc/templates-pdk/ |
D | head_tag.cs | 45 #doc-content{overflow:visible;border-left:3px solid #666;}
|
/build/soong/python/ |
D | python_test.go | 402 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/ |
D | test_module_config_test.go | 420 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/ |
D | config.proto | 49 // 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/ |
D | ota_metadata.proto | 64 // mixed build of partitions, some of the above fields may left empty. And the
|
/build/blueprint/parser/ |
D | ast.go | 163 left, err := hackyFingerprint(a) 171 areEqual := string(left) == string(right)
|