Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 28) sorted by relevance

12

/build/make/tools/droiddoc/templates-pdk/assets/
Dstyle.css17 margin-top: 3px;
22 margin-top: 0;
27 vertical-align: top;
29 padding-top: 2px;
34 border-top: 1px solid #d2d7d0;
49 vertical-align: top;
50 padding-top: 3px;
54 border-top: 1px solid #d2d7d0;
60 vertical-align: top;
61 padding-top: 3px;
[all …]
Dandroid-developer-core.css172 vertical-align:top;
226 top:0;
268 top:7px;
305 vertical-align: top;
475 margin-top:2px;
495 margin-top:-1px;
527 padding-top: 1px;
579 padding-top : 6px;
629 vertical-align:top;
655 border-top: 2px solid #94B922;
[all …]
Dandroid-developer-docs.css129 top:0;
270 vertical-align:top;
335 /* page-top-right container for reference pages (holds
363 margin-top:-25px;
391 top:114px;
534 border-top:2px solid #ccc;
691 vertical-align:top;
710 border-top:1px solid #33B5E5;
801 /* Makes sure the first paragraph does not add top-whitespace within the box*/
805 margin-top:0;
[all …]
Dandroid-developer-resource-browser.css28 margin-top: -1em;
Dyui-3.3.0-reset-min.css8 …ent:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align…
Dandroid-developer-docs.js516 var offsetTop = selected.position().top;
525 offsetTop += selected.position().top;
/build/soong/android/
Dpackage_test.go24 `top/Blueprints:5:14: unrecognized property "licenses"`,
25 `top/Blueprints:3:10: unrecognized property "name"`,
26 `top/Blueprints:4:16: unrecognized property "visibility"`,
Dlicense_test.go38 `top/Blueprints:5:14: unrecognized property "licenses"`,
88 `top/Blueprints:6:5: module "top_proprietary": license_kinds property ` +
103 `top/Blueprints:2:5: "top_notice_allowed" depends on undefined module "top_notice"`,
Dlicense_kind_test.go24 `top/Blueprints:4:14: unrecognized property "licenses"`,
/build/make/tools/droiddoc/templates-pdk/assets/design/
Ddefault.css5 /* page layout + top-level styles */
16 background: #eee none no-repeat fixed top left;
18 background-image: -moz-linear-gradient(top, #dddddd, #f2f2f2, #f2f2f2, #dddddd);
43 top: 20px;
60 margin-top: 80px;
81 top: 40px; }
260 background: transparent url(disclosure_down.png) no-repeat scroll top left;
265 top: 10px;
273 background: transparent url(disclosure_up.png) no-repeat scroll top left;
292 border-top: 1px solid #ddd; }
[all …]
Ddefault.js152 top: targetRect.top + targetRect.height + TOOLTIP_MARGIN property
/build/make/tools/rbcrun/
DREADME.md23 ` go tool prof -top`*file*\
24 to show top CPU users
71 #### rblf_wildcard(*glob*, *top* = None)
73 Expands *glob*. If *top* is supplied, expands "*top*/*glob*", then removes
74 "*top*/" prefix from the matching file names.
Dhost.go149 var top string
151 if err := starlark.UnpackPositionalArgs(b.Name(), args, kwargs, 1, &pattern, &top); err != nil {
157 if top == "" {
162 prefix := top + string(filepath.Separator)
/build/make/tools/
Djava-layers.py38 def __init__(self, filename, lineno, lower, top, lowlevel, legacy): argument
42 self.top = top
84 if dep.top and not dep.legacy:
135 top = True
140 top = False
150 deps[lower] = Dependency(filename, n, lower, top, lowlevel, legacy)
156 if dep.top:
/build/soong/
Droot.bp3 // needs a list of the top level directories that may contain Android.bp
/build/make/tools/droiddoc/templates-pdk/
Ddocpage.cs60 </div><!-- end training-nav-top -->
92 <a href="#top" style="float:right">&uarr; Go to top</a>
Dhead_tag.cs44 #body-content{position:relative; top:0;}
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto33 // $PWD when sbox was run, the to field is relative to the top of the temporary sandbox directory.
36 // If true, change the working directory to the top of the temporary sandbox directory before
44 // top of the temporary sandbox directory, the to field is relative to the $PWD when sbox was run.
/build/blueprint/bootstrap/
Dbuild.ninja4 # topFile - The path to the top-level Blueprints(etc) file
/build/soong/cmd/soong_build/
Dwritedocs.go192 vertical-align: top
202 border-top: 1px solid #cfd8dc
311 .accordion,.simple{margin-left:1.5em;text-indent:-1.5em;margin-top:.25em}
/build/soong/ui/terminal/
Dsmart_status.go395 func (ansiImpl) setScrollingMargins(top, bottom int) string {
397 return fmt.Sprintf("\x1b[%d;%dr", top, bottom)
/build/bazel/platforms/
DBUILD.bazel10 # reposibility of the top-level targets being built.
/build/make/tools/releasetools/
Dcheck_target_files_signatures.py138 for top in OPTIONS.local_cert_dirs:
139 for dirpath, _, filenames in os.walk(top):
/build/make/
Denvsetup.sh15 - croot: Changes directory to the top of the tree, or a subdirectory thereof.
16 - m: Makes from the top of the tree.
/build/soong/docs/
Dperf.md91 -- in this case, 66 calls took 0.27s. The top 10 longest shell functions are
178 By default this only includes the top 10 entries, but you can ask for the stats

12