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

1 2 3 4

  /external/selinux/mcstrans/share/examples/non-mls-color/
secolor.conf 4 color yellow = #ffff00
  /external/libcxx/test/std/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
  /prebuilts/ndk/r11/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
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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
  /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/selinux/mcstrans/share/examples/urcsts/
secolor.conf 4 color yellow = #ffff00
20 range s15:c0.c1023 = black yellow
  /external/selinux/mcstrans/share/examples/urcsts-via-include/
secolor.conf 4 color yellow = #ffff00
20 range s15:c0.c1023 = black yellow
  /external/vboot_reference/tests/futility/
common.sh 19 yellow() { function
run_test_scripts.sh 22 yellow "Assuming BUILD=$BUILD"
27 yellow "Assuming SRCDIR=$SRCDIR"
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
print.h 69 // Sets console color to yellow.
70 struct yellow { struct in namespace:libspirv::clr
print.cpp 40 clr::yellow::operator const char*() { return "\x1b[33m"; }
90 clr::yellow::operator const char*() {
122 clr::yellow::operator const char*() { return ""; }
  /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/ImageMagick/PerlMagick/demo/
piddle.pl 36 $image->Draw(primitive=>'circle',stroke=>'none',fill=>'yellow',,
51 $image->Draw(primitive=>'line',points=>'200,260 200,200',stroke=>yellow,
53 $image->Draw(primitive=>'line',points=>'200,200 260,200',stroke=>yellow,
  /external/eigen/blas/testing/
runblastest.sh 6 yellow='\E[33m'
  /external/skia/gm/
shapes_as_paths.cpp 70 SkPMColor yellow = SkPackARGB32(0xFF, 0xFF, 0xFF, 0x00); local
71 *highlight.getAddr32(maxDiffX, maxDiffY) = yellow;
72 *highlight.getAddr32(SkTMax(maxDiffX - 1, 0), maxDiffY) = yellow;
73 *highlight.getAddr32(maxDiffX, SkTMax(maxDiffY - 1, 0)) = yellow;
74 *highlight.getAddr32(SkTMin(maxDiffX + 1, w - 1), maxDiffY) = yellow;
75 *highlight.getAddr32(maxDiffX, SkTMin(maxDiffY + 1, h - 1)) = yellow;
  /external/libopus/doc/
opus_in_isobmff.css 4 color : yellow;
  /external/pdfium/fpdfsdk/javascript/
color.h 35 bool yellow(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
90 JS_STATIC_PROP(yellow, color);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DemoApplet.java 35 demoButton.setBackground(Color.yellow);
  /packages/apps/Settings/src/com/android/settings/applications/
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/deqp/modules/gles2/functional/
es2fClippingTests.cpp 381 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f);
386 if (p == yellow) return "(yellow)";
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 384 const tcu::Vec4 yellow (1.0f, 1.0f, 0.0f, 1.0f);
389 if (p == yellow) return "(yellow)";
    [all...]
  /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/python/cpython2/Demo/newmetaclasses/
Enum.py 109 yellow = 5 variable in class:_test.ExtendedColor
151 yellow = 5 variable in class:_test2.ExtendedColor
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 319 sendNotification(id, R.drawable.yellow);
344 sendNotification(3, R.drawable.yellow);
497 sendNotification(3, R.drawable.yellow);
498 sendNotification(4, R.drawable.yellow);
507 sendNotification(3, R.drawable.yellow);
508 sendNotification(4, R.drawable.yellow);
528 sendNotification(3, R.drawable.yellow);
529 sendNotification(4, R.drawable.yellow);
558 sendNotification(30, R.drawable.yellow);
559 sendNotification(40, R.drawable.yellow);
    [all...]

Completed in 1155 milliseconds

1 2 3 4