HomeSort by relevance Sort by last modified time
    Searched defs:yellow (Results 1 - 25 of 27) sorted by null

1 2

  /external/vboot_reference/tests/futility/
common.sh 19 yellow() { function
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/term/
__init__.py 28 from _setup.term._term import terminfo, write, green, red, yellow, announce namespace
_term.py 38 'YELLOW': '',
69 self['YELLOW'] = make_color(_curses.COLOR_YELLOW)
104 def yellow(fmt, **kwargs): function
105 """ Write something in yellow on the screen """
106 announce("%%(BOLD)s%%(YELLOW)s%s%%(NORMAL)s" % fmt, **kwargs)
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/term/
__init__.py 28 from _setup.term._term import terminfo, write, green, red, yellow, announce namespace
_term.py 38 'YELLOW': '',
70 self['YELLOW'] = make_color(_curses.COLOR_YELLOW)
105 def yellow(fmt, **kwargs): function
106 """ Write something in yellow on the screen """
107 announce("%%(BOLD)s%%(YELLOW)s%s%%(NORMAL)s" % fmt, **kwargs)
  /external/ImageMagick/MagickCore/
colorspace-private.h 49 yellow; local
72 yellow=(MagickRealType) (1.0-blue);
76 if (yellow < black)
77 black=yellow;
80 yellow=(MagickRealType) ((yellow-black)/(1.0-black));
84 pixel->blue=QuantumRange*yellow;
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
enum.pass.cpp 22 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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/
enum.pass.cpp 24 enum class Colors { red, orange, yellow, green, blue, indigo, violet }; member in class:Colors
26 enum class LongColors : short { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::LongColors
27 enum class ShortColors : long { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::ShortColors
28 enum class EightBitColors : uint8_t { red, orange, yellow, green, blue, indigo, violet }; member in class:Cardinals::EightBitColors
  /external/deqp/modules/gles3/functional/
es3fFboDepthbufferTests.cpp 255 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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wcsplugin.h 27 JabColorF yellow; member in struct:_PrimaryJabColors
60 JabColorF yellow; member in struct:_PrimaryJabColors
77 XYZColorF yellow; member in struct:_PrimaryXYZColors
icm.h 42 WORD yellow; member in struct:CMYKCOLOR
  /prebuilts/go/darwin-x86/test/bench/shootout/
chameneosredux.c 48 yellow = 2, enumerator in enum:Colour
52 const char* ColourName[] = {"blue", "red", "yellow"};
72 return yellow;
73 case yellow:
82 return yellow;
85 case yellow:
90 case yellow:
97 case yellow:
98 return yellow;
305 printColours(blue, yellow);
    [all...]
  /prebuilts/go/linux-x86/test/bench/shootout/
chameneosredux.c 48 yellow = 2, enumerator in enum:Colour
52 const char* ColourName[] = {"blue", "red", "yellow"};
72 return yellow;
73 case yellow:
82 return yellow;
85 case yellow:
90 case yellow:
97 case yellow:
98 return yellow;
305 printColours(blue, yellow);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 38 GLColor yellow = new GLColor(one, one, 0); local
107 mCubes[i].setFaceColor(Cube.kLeft, yellow);
  /external/ImageMagick/Magick++/lib/
Color.cpp 453 yellow(yellow_);
463 yellow(yellow_);
518 void Magick::ColorCMYK::yellow(const double yellow_) function in class:Magick::ColorCMYK
523 double Magick::ColorCMYK::yellow(void) const function in class:Magick::ColorCMYK
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 187 Color yellow= display.getSystemColor(SWT.COLOR_YELLOW); local
212 gc.setBackground(yellow);
217 gc.setBackground(yellow);
ScenarioData.java 94 Color yellow = display.getSystemColor(SWT.COLOR_DARK_YELLOW); local
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/opencv3/modules/viz/include/opencv2/viz/
types.hpp 81 static Color yellow();
280 inline cv::viz::Color cv::viz::Color::yellow() { return Color( 0, 255, 255); } function in class:cv::viz::Color
  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingTests.cpp 76 // 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
1239 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); local
    [all...]
es31fGeometryShaderTests.cpp 966 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); local
995 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); local
1274 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); local
3443 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); local
    [all...]
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/opencv3/samples/java/sbt/sbt/
sbt-launch.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 

Completed in 905 milliseconds

1 2