/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-core.css | 164 border-width:0; 203 width:100%; 210 min-width:675px; /* min width for the tabs, before they wrap */ 254 width: 94px; 335 width:930px; 371 width: 600px; 395 width: 581px; 402 width: 300px; 412 width: 100%; 434 width: 100%; [all …]
|
D | android-developer-docs.css | 132 width:15px; 210 width: 100%; 286 width:95%; /* consistent table widths; within IE's quirks */ 309 max-width:968px; 344 max-width:70%; 403 width:555px; 410 width:450px; 506 width:1em; 706 width:auto; 868 /* width must be defined w/ an inline style matching the image width */ [all …]
|
D | android-developer-docs.js | 77 var windowWidth = $(window).width() + "px"; 81 …content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order … property 84 sidenav.css({width:navWidth}); property 85 resizePackagesNav.css({width:navWidth}); property 86 classesNav.css({width:navWidth}); property 87 $("#packages-nav").css({width:navWidth}); property 355 var windowWidth = $(window).width() + "px"; 365 …content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in or… property 368 resizePackagesNav.css({width:sidenavWidth}); property 369 classesNav.css({width:sidenavWidth}); property [all …]
|
D | jquery-resizable.min.js | 19 …width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offse… property 40 …width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left… property
|
D | style.css | 170 width: 10px; 302 width: 100%;
|
D | jquery-1.6.2.min.js | 16 …width=ch.height=0),b.appendChild(ch);if(!ci||!ch.createElement)ci=(ch.contentWindow||ch.contentDoc… property 18 …width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){var e;if(c){if(a.offsetWidth!==0)return b… property
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 30 width: 940px; 71 width: 160px; 77 width: 160px; } 84 width: 760px; 147 width: 40px; } 150 width: 100px; } 153 width: 160px; } 156 width: 220px; } 159 width: 280px; } 162 width: 340px; } [all …]
|
D | default.js | 147 targetRect.width = $target.width();
|
/build/bazel/scripts/incremental_build/ |
D | plot_metrics.template.txt | 4 set terminal $term size $width, 640
|
D | plot_metrics.py | 91 width=max(160 * ((len(lines) + 4) // 4), 640),
|
/build/soong/ui/terminal/ |
D | smart_status.go | 275 func elide(str string, width int) string { 276 if width > 0 && len(str) > width { 279 str = str[:width]
|
D | util.go | 41 func termSize(w io.Writer) (width int, height int, ok bool) {
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 224 width: 100% 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;} 320 width: 30ch;
|
/build/soong/ |
D | README.md | 453 value_variables: ["width"], 465 `board`, `feature`, `impl` and `width` which can affect properties `cflags` and 474 * value variable (e.g. `width`): (strings or lists of strings) The value are 485 * value variable (e.g. `width`): the variable is unspecified 498 $(call soong_config_set,acme,width,200) 533 width: { 567 width \ 583 width \
|
/build/soong/scripts/hiddenapi/ |
D | analyze_bcpf.py | 1393 lines = textwrap.wrap(text.strip("\n"), width=77 - len(indent))
|