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

1 2 3

  /external/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/eigen/test/
runtest.sh 6 yellow='\E[33m'
  /external/chromium_org/components/dom_distiller/core/css/
distilledpage.css 328 #loader .circle.yellow .mask.first {
334 #loader .circle.yellow .mask.second {
398 #loader .circle.yellow .mask.first .base {
403 #loader .circle.yellow .mask.second .base {
443 #loader .circle.yellow .mask.first .mover {
448 #loader .circle.yellow .mask.second .mover {
483 /* Moving from Red to Yellow. */
484 #loader.yellow .circle.yellow,
485 #loader.yellow .circle.yellow .mask
    [all...]
  /external/eigen/test/eigen2/
runtest.sh 6 yellow='\E[33m'
  /external/eigen/blas/testing/
runblastest.sh 6 yellow='\E[33m'
  /external/chromium_org/content/browser/resources/gpu/
info_view.css 58 #info-view .feature-yellow {
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.h 94 CMYKAValues(float cyan, float magenta, float yellow, float black, float alpha) : c(cyan), m(magenta), y(yellow), k(black), a(alpha) { }
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 61 sendNotification(3, R.drawable.yellow);
ProgressDialogTest.java 65 com.android.cts.app.stub.R.drawable.yellow);
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 382 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f);
387 if (p == yellow) return "(yellow)";
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 385 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f);
390 if (p == yellow) return "(yellow)";
    [all...]
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
es3fDrawTests.cpp 683 const tcu::Vec4 yellow (1, 1, 0, 1);
721 colors.push_back(((x + y) % 2 == 0) ? (green) : (yellow));
778 // \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.
782 const tcu::RGBA yellow (255, 255, 0, 255);
794 // Any pixel with !(G ~= 255) is faulty (not a linear combinations of green and yellow)
798 // Any pixel with !(B ~= 0) is faulty (not a linear combinations of green and yellow)
    [all...]
  /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/chromium_org/cc/output/
renderer_pixeltest.cc 756 SolidColorDrawQuad* yellow = local
758 yellow->SetNew(shared_state, yellow_rect, yellow_rect, SK_ColorYELLOW, false);
847 SolidColorDrawQuad* yellow = local
916 SolidColorDrawQuad* yellow = local
986 SolidColorDrawQuad* yellow = local
1080 SolidColorDrawQuad* yellow = local
1129 SolidColorDrawQuad* yellow = local
1568 SolidColorDrawQuad* yellow = local
1616 SolidColorDrawQuad* yellow = local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 15 * changes the extensions badge to reflect the error state (yellow for
72 var YELLOW = [255, 205, 0, 255];
75 var color = details.fatal ? RED : YELLOW;
  /external/chromium_org/components/dom_distiller/core/javascript/
dom_distiller_viewer.js 52 var colors = ["red", "yellow", "green", "blue"];
  /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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
main.css 209 color: yellow;
  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingTests.cpp 76 // Verifies image contains only yellow or greeen, or a linear combination
83 const tcu::RGBA yellow (255, 255, 0, 255);
97 // Any pixel with !(G ~= 255) is faulty (not a linear combinations of green and yellow)
101 // Any pixel with !(B ~= 0) is faulty (not a linear combinations of green and yellow)
714 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); local
774 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (green) : (yellow);
786 const tcu::Vec4& color = ((x + y) % 2 == 0) ? (green) : (yellow);
1001 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); local
1241 const tcu::Vec4 yellow = tcu::Vec4(1.0f, 1.0f, 0.0f, 1.0f); local
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/view/
CardViewActivity.java 175 case R.id.yellow:
  /external/chromium_org/third_party/flot/
jquery.colorhelpers.min.js 21 */(function(e){e.color={},e.color.make=function(t,n,r,i){var s={};return s.r=t||0,s.g=n||0,s.b=r||0,s.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()},s.scale=function(e,t){for(var n=0;n<e.length;++n)s[e.charAt(n)]*=t;return s.normalize()},s.toString=function(){return s.a>=1?"rgb("+[s.r,s.g,s.b].join(",")+")":"rgba("+[s.r,s.g,s.b,s.a].join(",")+")"},s.normalize=function(){function e(e,t,n){return t<e?e:t>n?n:t}return s.r=e(0,parseInt(s.r),255),s.g=e(0,parseInt(s.g),255),s.b=e(0,parseInt(s.b),255),s.a=e(0,s.a,1),s},s.clone=function(){return e.color.make(s.r,s.b,s.g,s.a)},s.normalize()},e.color.extract=function(t,n){var r;do{r=t.css(n).toLowerCase();if(r!=""&&r!="transparent")break;t=t.parent()}while(!e.nodeName(t.get(0),"body"));return r=="rgba(0, 0, 0, 0)"&&(r="transparent"),e.color.parse(r)},e.color.parse=function(n){var r,i=e.color.make;if(r=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(n))return i(parseInt(r[1],10),parseInt(r[2],10),parseInt(r[3],10));if(r=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(n))return i(parseInt(r[1],10),parseInt(r[2],10),parseInt(r[3],10),parseFloat(r[4]));if(r=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(n))return i(parseFloat(r[1])*2.55,parseFloat(r[2])*2.55,parseFloat(r[3])*2.55);if(r=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(n))return i(parseFloat(r[1])*2.55,parseFloat(r[2])*2.55,parseFloat(r[3])*2.55,parseFloat(r[4]));if(r=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(n))return i(parseInt(r[1],16),parseInt(r[2],16),parseInt(r[3],16));if(r=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(n))return i(parseInt(r[1]+r[1],16),parseInt(r[2]+r[2],16),parseInt(r[3]+r[3],16));var s=e.trim(n).toLowerCase();return s=="transparent"?i(255,255,255,0):(r=t[s]||[0,0,0],i(r[0],r[1],r[2]))};var t={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]}})(jQuery)
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 95 CMYK_EXT Color Cyan, Magenta, Yellow, Black components
96 CMYKA_EXT Color Cyan, Magenta, Yellow, Black, A components
181 CMYK_EXT cyan magenta yellow black
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 95 CMYK_EXT Color Cyan, Magenta, Yellow, Black components
96 CMYKA_EXT Color Cyan, Magenta, Yellow, Black, A components
181 CMYK_EXT cyan magenta yellow black

Completed in 912 milliseconds

1 2 3