Searched refs:yellow (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/term/
H A D__init__.py28 from _setup.term._term import terminfo, write, green, red, yellow, announce namespace
H A D_term.py104 def yellow(fmt, **kwargs): function
105 """ Write something in yellow on the screen """
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/term/
H A D__init__.py28 from _setup.term._term import terminfo, write, green, red, yellow, announce namespace
H A D_term.py105 def yellow(fmt, **kwargs): function
106 """ Write something in yellow on the screen """
/external/selinux/policycoreutils/mcstrans/share/examples/non-mls-color/
H A Dsecolor.conf4 color yellow = #ffff00
/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Denum.pass.cpp22 enum class Colors { red, orange, yellow, green, blue, indigo, violet }; member in class:Colors
24 enum class LongColors : short { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::LongColors
25 enum class ShortColors : long { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::ShortColors
26 enum class EightBitColors : uint8_t { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::EightBitColors
/external/eigen/test/
H A Druntest.sh6 yellow='\E[33m'
/external/selinux/policycoreutils/mcstrans/share/examples/urcsts/
H A Dsecolor.conf4 color yellow = #ffff00
20 range s15:c0.c1023 = black yellow
/external/selinux/policycoreutils/mcstrans/share/examples/urcsts-via-include/
H A Dsecolor.conf4 color yellow = #ffff00
20 range s15:c0.c1023 = black yellow
/external/vboot_reference/tests/futility/
H A Dcommon.sh19 yellow() { function
H A Drun_test_scripts.sh22 yellow "Assuming BUILD=$BUILD"
27 yellow "Assuming SRCDIR=$SRCDIR"
/external/eigen/test/eigen2/
H A Druntest.sh6 yellow='\E[33m'
/external/eigen/blas/testing/
H A Drunblastest.sh6 yellow='\E[33m'
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/
H A Drun_tests.py116 term.yellow("---> %s" % (dirname[strip:],))
123 term.yellow("<--- %s" % (dirname[strip:],))
138 term.write = term.green = term.red = term.yellow = \
/external/pdfium/fpdfsdk/include/javascript/
H A Dcolor.h30 FX_BOOL yellow(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
73 JS_STATIC_PROP(yellow, color);
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp381 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f);
386 if (p == yellow) return "(yellow)";
1451 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f);
1455 {tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f), red, tcu::Vec4( 1.3f, 1.0f, 2.0f, 1.0f), yellow },
1457 {tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f), red, tcu::Vec4(-1.0f, -1.0f, -2.0f, 1.0f), yellow },
1504 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f);
1560 {tcu::Vec4(-0.2f, -0.3f, 0.0f, 1.0f), red, tcu::Vec4( 0.2f, -0.3f, 0.0f, 1.0f), yellow, tcu::Vec4( 0.0f, -large, 2.0f, 1.0f), blue},
1563 {tcu::Vec4( 0.6f, 1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, 0.6f, 0.0f, 1.0f), yellow, tcu::Vec4( 0.6f, 0.6f, 0.0f, 1.0f), blue},
1566 {tcu::Vec4( 0.6f, -1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, -0.6f, 0.0f, 1.0f), yellow, 16.
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp384 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f);
389 if (p == yellow) return "(yellow)";
1455 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f);
1459 {tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f), red, tcu::Vec4( 1.3f, 1.0f, 2.0f, 1.0f), yellow },
1461 {tcu::Vec4( 0.0f, 0.0f, 0.0f, 1.0f), red, tcu::Vec4(-1.0f, -1.0f, -2.0f, 1.0f), yellow },
1508 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f);
1564 {tcu::Vec4(-0.2f, -0.3f, 0.0f, 1.0f), red, tcu::Vec4( 0.2f, -0.3f, 0.0f, 1.0f), yellow, tcu::Vec4( 0.0f, -large, 2.0f, 1.0f), blue},
1567 {tcu::Vec4( 0.6f, 1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, 0.6f, 0.0f, 1.0f), yellow, tcu::Vec4( 0.6f, 0.6f, 0.0f, 1.0f), blue},
1570 {tcu::Vec4( 0.6f, -1.2f, 0.0f, 1.0f), red, tcu::Vec4( 1.2f, -0.6f, 0.0f, 1.0f), yellow, 16.
[all...]
H A Des3fFboDepthbufferTests.cpp255 const tcu::Vec4 yellow (1.0, 1.0, 0.0, 1.0);
292 // Render yellow quad, depth gradient = [-0.5..3]. Gradients have equal values only outside [0, 1] range due to clamping
294 depthGradShader.setUniforms(*getCurrentContext(), depthGradShaderID, -0.5f, 3.0f, yellow); local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DBarGraph.java187 Color yellow= display.getSystemColor(SWT.COLOR_YELLOW);
212 gc.setBackground(yellow);
217 gc.setBackground(yellow);
H A DScenarioData.java94 Color yellow = display.getSystemColor(SWT.COLOR_DARK_YELLOW);
119 color = yellow;
130 graph.addItem("main", buildID, dim.getDisplayValue(value), value, yellow, false, Utils.getDateFromBuildID(buildID), false);
297 stream.print("Black and yellow points plot values measured in integration and last seven nightly builds.<br>\n" + "Magenta points plot the repeated baseline measurement over time.<br>\n"
/external/pdfium/fpdfsdk/src/javascript/
H A Dcolor.cpp44 JS_STATIC_PROP_ENTRY(yellow)
185 JS_IMPLEMENT_COLORPROP(yellow, m_crYellow)
/external/deqp/modules/gles31/functional/
H A Des31fVertexAttributeBindingTests.cpp76 // Verifies image contains only yellow or greeen, or a linear combination
95 // Any pixel with !(G ~= 255) is faulty (not a linear combinations of green and yellow)
99 // Any pixel with !(B ~= 0) is faulty (not a linear combinations of green and yellow)
712 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); local
772 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (green) : (yellow);
784 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (green) : (yellow);
999 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); local
1031 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (green) : (yellow);
1239 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); local
1247 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (green) : (yellow);
[all...]
H A Des31fPrimitiveBoundingBoxTests.cpp955 << "Rendering yellow-green grid to " << ((m_renderTarget == RENDERTARGET_DEFAULT) ? ("default frame buffer") : ("fbo")) << ".\n"
1216 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f);
1231 const tcu::Vec4& cellColor = ((cellX+cellY)%2 == 0) ? (green) : (yellow);
1333 // expect green, yellow or a combination of these
3163 << "Source framebuffer is filled with green-yellow grid.\n"
3214 " const mediump vec4 yellow = vec4(1.0, 1.0, 0.0, 1.0);\n"
3215 " dEQP_FragColor = (step(0.1, mod(v_position.x, 0.2)) == step(0.1, mod(v_position.y, 0.2))) ? (green) : (yellow);\n"
3553 << "Topmost grid is green-yellow, other grids are blue-red.\n"
3554 << "Expecting only the green-yellow grid to be visible.\n"
3894 // expect green, yellow o
[all...]
H A Des31fDrawTests.cpp106 // Verifies image contains only yellow or greeen, or a linear combination
123 // Any pixel with !(G ~= 255) is faulty (not a linear combinations of green and yellow)
127 // Any pixel with !(B ~= 0) is faulty (not a linear combinations of green and yellow)
799 // \note the green/yellow pattern is only for clarity. The test will only verify that all instances were drawn by looking for anything non-green/yellow.
810 const tcu::Vec4 yellow (1, 1, 0, 1);
850 colors.push_back(((x + y) % 2 == 0) ? (green) : (yellow));
1186 // \note the green/yellow pattern is only for clarity. The test will only verify that all grid cells were drawn by looking for anything non-green/yellow.
1271 << " const vec4 yellow
[all...]
/external/mesa3d/docs/OLD/
H A DMESA_packed_depth_stencil.spec181 CMYK_EXT cyan magenta yellow black

Completed in 944 milliseconds

12