Searched refs:black (Results 1 - 25 of 128) sorted by relevance

123456

/external/eigen/test/
H A Druntest.sh3 black='\E[30m'
13 echo -e $red Test $1 failed: $black
16 echo -e $black
19 echo -e $green Test $1 passed$black
/external/eigen/blas/testing/
H A Drunblastest.sh3 black='\E[30m'
21 echo -e $red Test $1 failed: $black
24 echo -e $black
29 echo -e $red "Test $1 failed (FATAL ERROR, read the file $1.summ for details)" $black
32 echo -e $black
37 echo -e $red "Test $1 failed (FAILED THE TESTS OF ERROR-EXITS, read the file $1.summ for details)" $black
40 echo -e $black
44 echo -e $green Test $1 passed$black
/external/eigen/test/eigen2/
H A Druntest.sh3 black='\E[30m'
14 echo -e $red Test $1 failed: $black
17 echo -e $black
20 echo -e $green Test $1 passed$black
23 echo -e $red Build of target $1 failed: $black
26 echo -e $black
/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/chromium/chrome/browser/resources/gpu_internals/
H A Dtimeline_view.css24 border-top: 1px solid black;
H A Dtracing_controller.css30 border: 1px solid black;
/external/webkit/Tools/CSSTestSuiteHarness/harness/
H A Dharness.css32 border: 1px solid black;
63 border: 1px solid black;
88 border: 1px solid black;
191 border: 1px solid black;
197 border: 1px solid black;
227 border: 1px solid black;
/external/doclava/res/assets/templates/
H A Dtodo.cs10 border-color: black black black black;
/external/webkit/Source/WebCore/inspector/front-end/
H A DinspectorSyntaxHighlight.css46 color: black;
70 color: black;
/external/webkit/Source/WebCore/rendering/
H A DRenderFullScreen.cpp65 fullscreenStyle->setBackgroundColor(Color::black);
/external/chromium-trace/trace-viewer/src/
H A Dtracing_controller.css19 border: 1px solid black;
H A Dunittest.css14 border-bottom: 1px solid black;
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DPlatformVideoWindowQt.cpp114 p.setColor(QPalette::Base, Qt::black);
115 p.setColor(QPalette::Window, Qt::black);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFullScreenVideoWidget.cpp45 palette.setColor(QPalette::Base, Qt::black);
46 palette.setColor(QPalette::Background, Qt::black);
/external/chromium/chrome/browser/resources/net_internals/
H A Dmain.css50 border-left: 1px inset black;
51 border-right: 1px solid black;
204 border: 1px dashed black;
/external/llvm/docs/_static/
H A Dllvm.css6 .body { color: black; background: white; margin: 0 0 0 0 }
14 table { text-align: center; border: 2px solid black;
27 color: black; background: url("lines.gif");
112 .toc-backref { color: black; text-decoration: none; }
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DColorResourceLoaderTest.java32 assertThat(colorResourceLoader.getValue(R.color.black), equalTo(0x000000));
58 assertThat(colorResourceLoader.getValue(android.R.color.black), equalTo(Color.BLACK));
/external/webkit/Source/WebCore/css/
H A DCSSPrimitiveValueCache.cpp34 , m_colorBlack(CSSPrimitiveValue::createColor(Color::black))
65 if (rgbValue == Color::black)
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasStyle.h91 CMYKAValues(float cyan, float magenta, float yellow, float black, float alpha) : c(cyan), m(magenta), y(yellow), k(black), a(alpha) {} argument
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResource.cpp98 // If a paint server is specified, and no or an invalid fallback color is given, default to fill/stroke="black".
100 color = Color::black;
109 // If a paint server is specified, and no or an invalid fallback color is given, default to fill/stroke="black".
111 color = Color::black;
/external/webkit/Source/WebCore/xml/
H A DXMLViewer.css30 border-bottom: 2px solid black;
/external/webkit/Source/WebKit2/WebProcess/FullScreen/
H A DWebFullScreenManager.cpp126 m_element->document()->setFullScreenRendererBackgroundColor(Color::black);
140 m_element->document()->setFullScreenRendererBackgroundColor(Color::black);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/
H A DIColorConstants.java70 Color black = new Color(null, 0, 0, 0); field in interface:IColorConstants
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DSourceAlpha.cpp70 filterContext->fillRect(imageRect, Color::black, ColorSpaceDeviceRGB);
/external/replicaisland/tools/
H A DExtractPoints.js196 var black = new SolidColor;
197 black.rgb.red = 0;
198 black.rgb.blue = 0;
199 black.rgb.green = 0;
234 newDoc.selection.stroke(black, 2);

Completed in 791 milliseconds

123456