/external/libcxx/test/std/utilities/function.objects/unord.hash/ |
D | enum.pass.cpp | 22 enum class Colors { red, orange, yellow, green, blue, indigo, violet }; enumerator 24 enum class LongColors : short { red, orange, yellow, green, blue, indigo, violet }; enumerator 25 enum class ShortColors : long { red, orange, yellow, green, blue, indigo, violet }; enumerator 26 enum class EightBitColors : uint8_t { red, orange, yellow, green, blue, indigo, violet }; enumerator
|
/external/vboot_reference/tests/futility/ |
D | common.sh | 19 yellow() { function
|
/external/ImageMagick/MagickCore/ |
D | colorspace-private.h | 49 yellow; in ConvertRGBToCMYK() local
|
D | colorspace.c | 120 const double blue,double *cyan,double *magenta,double *yellow) in ConvertRGBToCMY() 1328 const double yellow,double *red,double *green,double *blue) in ConvertCMYToRGB()
|
D | pixel-accessor.h | 842 const Quantum yellow,Quantum *magick_restrict pixel) in SetPixelYellow()
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/term/ |
D | _term.py | 105 def yellow(fmt, **kwargs): function
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/term/ |
D | _term.py | 104 def yellow(fmt, **kwargs): function
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.colorhelpers.min.js | 1 …a:1;o.add=function(c,d){for(var i=0;i<c.length;++i)o[c.charAt(i)]+=d;return o.normalize()};o.scale…
|
D | jquery.colorhelpers.js | 178 yellow:[255,255,0] property
|
D | jquery.flot.js | 32 …a:1;o.add=function(c,d){for(var i=0;i<c.length;++i)o[c.charAt(i)]+=d;return o.normalize()};o.scale…
|
/external/ImageMagick/MagickWand/ |
D | pixel-wand.c | 2250 WandExport void PixelSetYellow(PixelWand *wand,const double yellow) in PixelSetYellow() 2283 WandExport void PixelSetYellowQuantum(PixelWand *wand,const Quantum yellow) in PixelSetYellowQuantum()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | BarGraph.java | 187 Color yellow= display.getSystemColor(SWT.COLOR_YELLOW); in paint() local
|
D | ScenarioData.java | 94 Color yellow = display.getSystemColor(SWT.COLOR_DARK_YELLOW); in getLineGraph() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboDepthbufferTests.cpp | 255 const tcu::Vec4 yellow (1.0, 1.0, 0.0, 1.0); in render() local
|
D | es3fClippingTests.cpp | 384 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in genColorString() local 1455 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in init() local 1508 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in init() local
|
D | es3fDrawTests.cpp | 680 const tcu::Vec4 yellow (1, 1, 0, 1); in renderTo() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fVertexAttributeBindingTests.cpp | 712 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); in createBuffers() local 999 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); in createBuffers() local 1239 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); in createBuffers() local
|
D | es31fDrawTests.cpp | 810 const tcu::Vec4 yellow (1, 1, 0, 1); in renderTo() local 1399 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in createDrawData() local
|
D | es31fGeometryShaderTests.cpp | 966 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); in shadeFragments() local 995 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); in shadePrimitives() local 1274 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); in shadePrimitives() local 3443 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); in verifyLayerContent() local
|
D | es31fPrimitiveBoundingBoxTests.cpp | 1216 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in getAttributeData() local 4202 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in renderTo() local
|
/external/ImageMagick/Magick++/lib/ |
D | Color.cpp | 518 void Magick::ColorCMYK::yellow(const double yellow_) in yellow() function in Magick::ColorCMYK 523 double Magick::ColorCMYK::yellow(void) const in yellow() function in Magick::ColorCMYK
|
/external/deqp/modules/gles2/functional/ |
D | es2fClippingTests.cpp | 381 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in genColorString() local 1451 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in init() local 1504 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in init() local
|
/external/lldb/examples/python/ |
D | gdbremote.py | 122 def yellow(self, fg = True): member in TerminalColors
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 1524 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in verifyResultImage() local 3575 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in verifyResultImage() local 4596 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in verifyResultImage() local 5808 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f); in verifyResultImage() local
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
D | jquery.flot.min.js | 28 ….a=i!=null?i:1,s.add=function(e,t){for(var n=0;n<e.length;++n)s[e.charAt(n)]+=t;return s.normalize…
|