Searched refs:color (Results 1 - 25 of 2344) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestDotTreeGenerator.cs64 + @" width=.25, height=.25, color=""black"", fillcolor=""white"", style=""filled, solid, bold""];" + newline
65 + @" edge [arrowsize=.5, color=""black"", style=""bold""]" + newline
/external/bison/build-aux/
H A Dtexinfo.tex1144 % k sets the color for filling (usual text, etc.);
1145 % K sets the color for stroking (thin rules, e.g., normal _'s).
1148 % Set color, and create a mark which defines \thiscolor accordingly,
1149 % so that \makeheadline knows which color to restore.
1173 % Typeset the headline with \maincolor, then restore the color.
1250 % by default, use a color that is dark enough to print on paper as
/external/bison/src/
H A Dgraphviz.c110 char const *color = enabled ? ruleno ? "3" : "1" : "5"; local
140 color);
/external/bison/tests/
H A Dtestsuite1014 --color )
1017 --color=* )
1250 --color[=never|auto|always]
[all...]
/external/blktrace/btt/
H A Dbtt_plot.py285 def color(idx, style): function in function:generate_output
286 """Returns a color/symbol type based upon the index passed."""
292 color = colors[idx % len(colors)]
298 return '%s%s' % (color, style)
340 ax.plot(dat['x'], dat['y'], color(idx, 'marker'),
345 ax.plot(dat['ax'], dat['ay'], color(idx, 'line'),
/external/blktrace/
H A Drbtree.c225 int color; local
240 color = rb_color(node);
266 goto color;
270 color = rb_color(node);
284 color:
285 if (color == RB_BLACK)
H A Drbtree.h135 static inline void rb_set_color(struct rb_node *rb, int color) argument
137 rb->rb_parent_color = (rb->rb_parent_color & ~1) | color;
/external/bzip2/
H A Dbzip.css13 a, a:link, a:visited, a:active { color: #336699; }
14 a:hover { color: #339999; }
17 h1, h2, h3, h4 { color: #74240f; }
19 dt { color: #336699; font-weight: bold }
33 #release .md5sum { color: #761596; }
56 background-color: #f2f2f9;
65 code, tt { color: #761596; }
68 color: #000000;
72 background-color: #eeeeee;
/external/chromium-trace/
H A Dscript.js17 e.status){var e=JSON.parse(e.responseText),f="You have a module problem: "+e.message,g=document.createElement("div");g.style.position="fixed";g.style.border="3px solid red";g.style.color="black";g.style.padding="8px";g.innerHTML='<h2>Module parsing problem</h2><div id="message"></div><pre id="details"></pre>';g.querySelector("#message").textContent=e.message;var h=g.querySelector("#details");h.textContent=e.details;h.style.maxWidth="800px";h.style.overflow="auto";document.body?document.body.appendChild(g):
26 b:Math.min(255,a.b+Math.floor(a.b*c))}})).map(function(a){return"rgb("+a.r+","+a.g+","+a.b+")"}),f={};return{getColorPalette:function(){return e},getColorPaletteHighlightIdBoost:function(){return c},getColorIdByName:function(c){if("iowait"==c)return a;if("running"==c)return a+1;if("runnable"==c)return a+2;if("sleeping"==c)return a+3;if("UNKNOWN"==c)return a+4;throw Error("Unrecognized color ")+c;},getStringHash:d,getStringColorId:function(c){if(void 0===f[c]){var e=d(c);f[c]=e%a}return f[c]}}});"use strict";
29 b.prototype={__proto__:Object.prototype,toJSON:function(){for(var a={},c=Object.keys(this),e=0;e<c.length;e++){var f=c[e];"function"!=typeof this[f]&&(a[f]="parent"==f?this[f].guid:this[f])}return a},get length(){return this.timestamps_.length},get name(){return this.name_},get color(){return this.color_},get samples(){return this.samples_},get timestamps(){return this.timestamps_},getSample:function(a){return this.samples_[a]},getTimestamp:function(a){return this.timestamps_[a]},addSample:function(a,
378 get selected(){return this.selected_},get color(){return this.selected?"rgb(255,0,0)":"rgb(0,0,0)"},drawTriangle_:function(a,c,b,d,g,h){a.beginPath();var k=this.positionWorld_;k<c||k>b||(c=h.xWorldToView(k),a.moveTo(c,g),a.lineTo(c-3,g/2),a.lineTo(c+3,g/2),a.lineTo(c,g),a.closePath(),a.fillStyle=this.color,a.fill(),g!==d&&(a.beginPath(),a.moveTo(c,g),a.lineTo(c,d),a.closePath(),a.strokeStyle=this.color,a.stroke()))},drawLine:function(a,c,b,d,g){a.beginPath();var h=this.positionWorld_;h>=c&&h<b&&(c=
379 g.xWorldToView(h),a.moveTo(c,0),a.lineTo(c,d));a.strokeStyle=this.color;a.stroke()}};return{TimelineViewport:d,ViewportMarker:b}});"use strict";base.require("base.utils");
442 function(a){return a},a),n=0<n-1?n-1:0,p=f/g.maxTotal,q=g.numSeries-1;0<=q;q--){e.fillStyle=d[g.series[q].color];e.beginPath();for(var s=n-1,u=0<=s?g.timestamps[s]-l:-1,w=f,t=!1;;){s+=1;if(s>=m){e.lineTo(u,w);e.lineTo(u+8*k,w);e.lineTo(u+8*k,f);break}var r=g.timestamps[s],v=g.totals[s*h+q],v=f-p*v;if(r>b){e.lineTo(r,w);e.lineTo(r,f);break}if(s+1<m){var x=g.timestamps[s+1];if(x-u<=l&&x<b)continue}t||(e.moveTo(a,f),t=!0);r-u<l&&(r=u+l);e.lineTo(r,w);e.lineTo(r,v);u=r;w=v}e.closePath();e.fill()}e.fillStyle=
/external/chromium-trace/trace-viewer/src/
H A Dbase.js130 baseWarningEl.style.color = 'black';
/external/chromium-trace/trace-viewer/src/base/
H A Dunittest.css13 color: black;
36 color: orange;
61 background-color: #eee;
85 color: orange;
89 color: darkgreen;
93 color: darkred;
98 color: red;
/external/chromium-trace/trace-viewer/src/cc/
H A Dlayer_tree_quad_stack_viewer.js282 var color = base.Color.fromString(tracing.getColorPalette()[colorId]);
285 quadForDrawing.backgroundColor = color.withAlpha(0.5).toString();
286 quadForDrawing.borderColor = color.withAlpha(1.0).darken().toString();
H A Dpicture_debugger.css51 background-color: #ddd;
H A Dpicture_ops_list_view.css25 background-color: #f0f0f0;
30 color: #777;
38 color: purple;
44 background-color: rgb(171, 217, 202);
50 background-color: rgb(103, 199, 165);
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalysis_link.css7 color: -webkit-link;
H A Danalysis_results.css38 background-color: #e2e2e2;
42 color: -webkit-link;
H A Danalysis_view.css7 background-color: white;
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dtrace_event_importer_test.js501 assertEquals(tracing.getStringColorId('ctr.value'), ctr.series[0].color);
632 assertEquals(tracing.getStringColorId('ctr.value1'), ctr.series[0].color);
633 assertEquals(tracing.getStringColorId('ctr.value2'), ctr.series[1].color);
/external/chromium-trace/trace-viewer/src/tracing/
H A Dtimeline_track_view.css34 background-color: rgba(0, 0, 255, 0.25);
H A Dtimeline_view.css29 background-color: #e6e6e6;
113 background-color: #f8f8f8;
125 background-color: white;
143 background-color: #f8f8f8;
145 color: rgba(0,0,0,0.8);
154 background-color: rgba(255, 255, 255, 1.0);
157 color: rgba(0, 0, 0, 1);
172 color: darkred;
177 color: red;
H A Dtimeline_viewport.js381 get color() {
401 ctx.fillStyle = this.color;
412 ctx.strokeStyle = this.color;
424 ctx.strokeStyle = this.color;
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dcounter_series.js48 function CounterSeries(name, color) {
52 this.color_ = color;
85 get color() {
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dcounter_track.js112 var colorId = counter.series[seriesIndex].color;
H A Dheading_track.css16 background-color: rgba(214, 221, 229, 0.3);
H A Druler_track.js103 drawLine_: function(ctx, x1, y1, x2, y2, color) {
108 ctx.strokeStyle = color;
112 drawArrow_: function(ctx, x1, y1, x2, y2, arrowWidth, color) {
113 this.drawLine_(ctx, x1, y1, x2, y2, color);
127 ctx.fillStyle = color;

Completed in 406 milliseconds

1234567891011>>