HomeSort by relevance Sort by last modified time
    Searched refs:yellow (Results 1 - 25 of 69) 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
  /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
  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorPreference.java 39 public void setRatios(float red, float yellow, float green) {
41 mYellowRatio = yellow;
46 public void setColors(int red, int yellow, int green) {
48 mYellowColor = yellow;
LinearColorBar.java 88 public void setRatios(float red, float yellow, float green) {
90 mYellowRatio = yellow;
95 public void setColors(int red, int yellow, int green) {
97 mMiddleColor = yellow;
  /external/eigen/test/
runtest.sh 6 yellow='\E[33m'
  /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
  /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/pdfium/fpdfsdk/include/javascript/
color.h 27 FX_BOOL yellow(OBJ_PROP_PARAMS);
70 JS_STATIC_PROP(yellow, color);
  /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);
  /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
  /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/pdfium/fpdfsdk/src/javascript/
color.cpp 44 JS_STATIC_PROP_ENTRY(yellow)
186 JS_IMPLEMENT_COLORPROP(yellow, m_crYellow)
  /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...]

Completed in 2590 milliseconds

1 2 3