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

1 2 3 4 5

  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/term/
__init__.py 28 from _setup.term._term import terminfo, write, green, red, yellow, announce
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/term/
__init__.py 28 from _setup.term._term import terminfo, write, green, red, yellow, announce
  /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/r16/sources/cxx-stl/llvm-libc++/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
  /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/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
print.h 57 // Sets console color to yellow.
58 struct yellow { struct in namespace:libspirv::clr
print.cpp 28 clr::yellow::operator const char*() { return "\x1b[33m"; }
77 clr::yellow::operator const char*() {
102 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/scapy/scapy/
themes.py 20 "yellow": ("\033[33m", "#ansiyellow"),
131 style_opening = Color.yellow
141 style_id = Color.yellow+Color.bold
143 style_field_name = Color.yellow+Color.bold
145 style_emph_field_name = Color.yellow+Color.bold
148 style_packetlist_proto = Color.yellow+Color.bold
161 style_prompt = Color.yellow+Color.bold
166 style_field_name = Color.yellow+Color.bold
171 style_packetlist_proto = Color.yellow+Color.bold
175 style_even = Color.yellow
    [all...]
  /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/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
run_tests.py 116 term.yellow("---> %s" % (dirname[strip:],))
123 term.yellow("<--- %s" % (dirname[strip:],))
138 term.write = term.green = term.red = term.yellow = \
  /external/skia/gm/
shapes_as_paths.cpp 71 SkPMColor yellow = SkPackARGB32(0xFF, 0xFF, 0xFF, 0x00); local
72 *highlight.getAddr32(maxDiffX, maxDiffY) = yellow;
73 *highlight.getAddr32(SkTMax(maxDiffX - 1, 0), maxDiffY) = yellow;
74 *highlight.getAddr32(maxDiffX, SkTMax(maxDiffY - 1, 0)) = yellow;
75 *highlight.getAddr32(SkTMin(maxDiffX + 1, w - 1), maxDiffY) = yellow;
76 *highlight.getAddr32(maxDiffX, SkTMin(maxDiffY + 1, h - 1)) = yellow;
  /external/skqp/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/vulkan-validation-layers/scripts/
vk_validation_stats.py 291 self.YELLOW = '\033[1;33m'
296 self.YELLOW = ''
305 def yellow(self): member in class:bcolors
306 return self.YELLOW
405 print(txt_color.yellow() + " Note that some checks are used multiple times. These may be good candidates for new valid usage spec language." + txt_color.endc())
406 print(txt_color.yellow() + " Here is a list of each check used multiple times with its number of uses:" + txt_color.endc())
409 print(txt_color.yellow() + " %s: %d uses in file,line:" % (enum, val_source.enum_count_dict[enum]['count']) + txt_color.endc())
411 print(txt_color.yellow() + " \t%s" % (file_line) + txt_color.endc())
432 print(txt_color.yellow() + " \nThe following tests do not use their reported enums to check for the validation error. You may want to update these to pass the expected enum to SetDesiredFailureMsg:" + txt_color.endc())
434 print(txt_color.yellow() + " Testname %s does not explicitly check for these ids:" % (testname) + txt_color.endc()
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DemoApplet.java 35 demoButton.setBackground(Color.yellow);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ColoredShadowsActivity.java 54 case R.id.yellow: return 0xFFFBBC04;
  /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...]

Completed in 491 milliseconds

1 2 3 4 5