HomeSort by relevance Sort by last modified time
    Searched refs:yellow (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
Enum.py 109 yellow = 5 variable in class:_test.ExtendedColor
151 yellow = 5 variable in class:_test2.ExtendedColor
  /external/libnl/python/netlink/
util.py 33 def yellow(t): function
52 return yellow(t)
  /external/pdfium/fxjs/
cjs_color.h 104 JS_STATIC_PROP(yellow, yellow, color);
  /external/python/cpython2/Demo/newmetaclasses/
Enum.py 109 yellow = 5 variable in class:_test.ExtendedColor
151 yellow = 5 variable in class:_test2.ExtendedColor
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/term/
_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/common/py_vulcanize/third_party/rcssmin/_setup/py3/term/
_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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Enum.py 144 yellow = 5 variable in class:_test.ExtendedColor
  /external/python/cpython2/Demo/metaclasses/
Enum.py 144 yellow = 5 variable in class:_test.ExtendedColor
  /external/ImageMagick/Magick++/lib/Magick++/
Color.h 42 // Yellow = blue
47 // Yellow = blue
133 // Blue/Yellow color (range 0 to QuantumRange)
225 // Yellow color (range 0 to 1.0)
226 void yellow(const double yellow_);
227 double yellow(void) const;
  /external/libnl/doc/stylesheets/
docbook-xsl.css 298 span.yellow { color: yellow; }
315 span.yellow-background { background: yellow; }
asciidoc.css 300 background: yellow;
388 span.yellow { color: yellow; }
405 span.yellow-background { background: yellow; }
flask.css 299 background: yellow;
386 span.yellow { color: yellow; }
403 span.yellow-background { background: yellow; }
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 460 sendNotification(id, R.drawable.yellow);
579 sendNotification(3, R.drawable.yellow);
    [all...]
  /external/jline/src/src/main/java/jline/
ANSIBuffer.java 83 public ANSIBuffer yellow(final String str) { method in class:ANSIBuffer
259 * 33 Yellow
269 * 43 Yellow
  /external/tensorflow/tensorflow/python/debug/cli/
base_ui.py 124 title_color: (str) Optional color of the title, e.g., "yellow".
  /external/python/cpython2/Mac/Modules/cg/
_CGmodule.c 751 float yellow; local
757 &yellow,
764 yellow,
777 float yellow; local
783 &yellow,
790 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/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/go/darwin-x86/src/compress/flate/
dict_decoder_test.go 19 "Two roads diverged in a yellow wood,\n" +
  /prebuilts/go/linux-x86/src/compress/flate/
dict_decoder_test.go 19 "Two roads diverged in a yellow wood,\n" +
  /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
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/view/
CardViewActivity.java 173 case R.id.yellow:
  /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...]
  /external/ImageMagick/www/api/
pixel-wand.php 880 <p>PixelGetYellow() returns the normalized yellow color of the pixel wand.</p>
902 <p>PixelGetYellowQuantum() returns the yellow color of the pixel wand.</p>
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
html.go 134 .highlight-yellow { background-color: yellow; }
162 "highlight-yellow"

Completed in 1620 milliseconds

12 3 4 5