Searched refs:color (Results 1 – 25 of 36) sorted by relevance
12
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-core.css | 23 background-color:#fff; 28 color:#000; 30 color:#333; 36 color:#006699; 41 color:#f00; 46 color:#006699; 68 color:#007000; 74 color:#007000; 80 background-color:#fafafa; 173 background-color:inherit; [all …]
|
D | android-developer-docs.css | 15 color:#336666; 23 color:#000; 33 background-color: #fff; 111 background-color: #435a6e; 112 color: #fff; 117 color: #fff; 162 background-color: #fff; 163 color: #000; 205 color: black; 237 background-color: #E2E2E2; [all …]
|
D | style.css | 35 background-color: #F7FCF4; 55 background-color: #E5F1E0; 66 background-color: #F7FCF4; 83 background-color: #E5F1E0; 93 background-color: #F7FCF4; 102 background-color: #F7FCF4; 152 color: gray; 166 background-color: white; 179 background-color: #E5F1E0; 244 color: #004000; [all …]
|
D | yui-3.3.0-reset-min.css | 8 …color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,le…
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 1 /* color definitions */ 9 background-color: #0099cc; 10 color: #fff; } 17 … -webkit-gradient(linear, 100% 0%, 100% 100%, from(#dddddd), color-stop(25%, #f2f2f2), color-stop(… 25 color: #555555; 45 color: #555555 !important; } 61 color: #999999; 66 color: #777777; } 89 color: #333333; } 93 color: #7aa1b0 !important; } [all …]
|
/build/make/tools/warn/ |
D | severity.py | 26 def __init__(self, value, color, column_header, header): argument 28 self.color = color
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 183 color: #202124 187 color: #fff; 228 color: #80868b; 241 color: #039be5; 247 color: #202124; 314 border-color:grey;display:none;} 321 background-color: #f1f1f1; 328 color: #000; 334 background-color: #4CAF50; 335 color: white; [all …]
|
/build/soong/bin/ |
D | tomlgrep | 19 \) -exec grep --color -n "$@" {} +
|
D | rcgrep | 19 \) -exec grep --color -n "$@" {} +
|
D | mangrep | 19 \) -exec grep --color -n "$@" {} +
|
D | jsongrep | 19 \) -exec grep --color -n "$@" {} +
|
D | rsgrep | 19 \) -exec grep --color -n "$@" {} +
|
D | pygrep | 19 \) -exec grep --color -n "$@" {} +
|
D | ggrep | 19 \) -exec grep --color -n "$@" {} +
|
D | gogrep | 19 \) -exec grep --color -n "$@" {} +
|
D | owngrep | 19 \) -exec grep --color -n "$@" {} +
|
D | ktgrep | 20 \) -exec grep --color -n "$@" {} +
|
D | jgrep | 20 \) -exec grep --color -n "$@" {} +
|
D | sepgrep | 18 -exec grep --color -n -r --exclude-dir=\.git "$@" {} +
|
D | cgrep | 23 \) -exec grep --color -n "$@" {} +
|
D | mgrep | 24 \) -exec grep --color -n "$@" {} +
|
D | resgrep | 18 find $dir -type f -name '*\.xml' -exec grep --color -n "$@" {} +
|
D | treegrep | 27 \) -exec grep --color -n "$@" {} +
|
D | sgrep | 35 \) -exec grep --color -n "$@" {} +
|
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper.go | 170 if line, matched = applyColor(line, p.color, p.re); matched { 179 func applyColor(line, color string, re *regexp.Regexp) (string, bool) { 183 color + line[tagStart:tagEnd] + reset + bold + 192 color string
|
12