Home
last modified time | relevance | path

Searched refs:right (Results 1 – 23 of 23) sorted by relevance

/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()
308 Some(itertools::Diff::Longer(_, mut right)) => { in first_significant_code_diff()
309 Some(format!("RHS trailing data: '{}'", right.next().unwrap())) in first_significant_code_diff()
/build/make/tools/droiddoc/templates-pdk/assets/
Dstyle.css32 padding-right: 7px;
53 padding-right: 7px;
64 padding-right: 7px;
81 padding-right: 7px;
92 padding-right: 7px;
101 padding-right: 7px;
113 margin-right: 10px;
145 margin-right: 10px;
158 margin-right: 10px;
182 padding-right: 10px;
[all …]
Dandroid-developer-core.css225 right:0;
227 text-align:right;
372 margin-right: 20px;
379 margin-right: 70px;
407 padding-right: 50px;
526 padding-right: 6px;
627 text-align: right;
747 a#arrow-left, a#arrow-right {
757 a#arrow-right {
764 a.arrow-right-off,
[all …]
Dandroid-developer-docs.css301 float:right;
314 margin-right: 2px;
317 /* right alignment for the return type in sumtable */
319 text-align:right;
335 /* page-top-right container for reference pages (holds
341 float:right;
342 text-align:right;
350 float:right;
361 float:right;
390 right:15px;
[all …]
Djquery-1.6.2.min.js18 …(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bx(a,"margin-right","marginRight"):c=…
/build/bazel/scripts/difftool/diffs/
Dcontext.py31 right = self.tool(right_path)
32 comparator = difflib.context_diff(left, right)
/build/bazel/mkcompare/
Dmkdiff.go12 …ght map[string]V, varFilter func(_ string) bool) (left []string, common []string, right []string) {
28 right = append(right, 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/bp2build/
Dconfigurability.go224 var left, right string
226 left, right = selectMap, s
228 left, right = s, selectMap
230 if left != "" && right != "" {
233 left += right
Dandroidbp_to_build_templates.go96 # expand to the right underlying shim.
/build/soong/mk2rbc/
Dexpr.go340 left, right starlarkExpr member
345 if eq.left.typ() != eq.right.typ() {
347 eq.right = &toStringExpr{expr: eq.right}
357 eq.right.emit(gctx)
370 eq.right = eq.right.transform(transformer)
702 left, right starlarkExpr member
710 b.right.emit(gctx)
723 b.right = b.right.transform(transformer)
Dmk2rbc.go1139 right: &listExpr{elements},
1146 right: &intLiteralExpr{literal: intOperand},
1152 return &eqExpr{left: xLeft, right: xRight, isEq: isEq}
1160 right starlarkExpr) (starlarkExpr, bool) {
1169 switch right.(type) {
1171 value = right
1174 call, _ = right.(*callExpr)
1226 return &eqExpr{left: expr, right: slExpr.items[0], isEq: !negate}, true
1242 right: &intLiteralExpr{-1},
1254 right: &intLiteralExpr{-1},
[all …]
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.css73 margin-right: 20px;
266 right: 10px; }
330 margin-right: 5px; }
333 right: 10px; }
383 padding-right: 10px;
526 padding-right: 2px;
532 .figure .figure-callout.right {
533 right: -5px; }
622 margin-right: 8px; }
658 border-right: 1px solid #494949;
[all …]
/build/bazel/scripts/incremental_build/
Dplot_metrics.template.txt10 set xtics rotate by 65 right
Dutil.py302 [left, *right] = s.split(":", 1)
304 if right:
305 s = right[0]
/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/docs/
Drbe.md39 (**Note**: all options will update the remote cache if the right permissions to
/build/make/tools/droiddoc/templates-pdk/
Dcustomizations.cs153 <?cs # appears on the right side of the blue bar at the bottom off every page ?><?cs
/build/blueprint/parser/
Dast.go167 right, err := hackyFingerprint(b)
171 areEqual := string(left) == string(right)
/build/make/tools/droiddoc/
DLICENSE335 part of a transaction in which the right of possession and use of the
474 give under the previous paragraph, plus a right to possession of the
498 purposes of this definition, "control" includes the right to grant
867 exclusive right to collect, whether individually or via a performance
872 exclusive right to collect, whether individually or via a music rights
879 where the Work is a sound recording, Licensor waives the exclusive right to
886 hereafter devised. The above rights include the right to make such
965 Notwithstanding the above, Licensor reserves the right to release the Work
/build/soong/java/
Djava_test.go3035 notEqual, left, right := android.ListSetDifference(expectedTestOnly, actualTrueModules)
3037 t.Errorf("test-only: Expected but not found: %v, Found but not expected: %v", left, right)
3040 notEqual, left, right = android.ListSetDifference(expectedTopLevel, actualTopLevelTests)
3042 t.Errorf("top-level: Expected but not found: %v, Found but not expected: %v", left, right)
/build/make/core/
DLINUX_KERNEL_COPYING142 exercise the right to control the distribution of derivative or
232 patents or other property right claims or to contest validity of any