Home
last modified time | relevance | path

Searched refs:colored (Results 1 – 25 of 52) sorted by relevance

123

/external/pdfium/testing/tools/
Dsafetynet_conclusions.py242 def PrintConclusionsDictHumanReadable(conclusions_dict, colored, key=None): argument
268 if colored:
287 if colored:
292 if colored:
297 if colored:
Dsafetynet_job.py158 colored=(not self.args.output_to_log
Dsafetynet_compare.py545 conclusions_dict, colored=True, key=self.args.case_order)
/external/u-boot/tools/patman/
Dterminal.py101 def __init__(self, colored=COLOR_IF_TERMINAL): argument
109 self._enabled = (colored == COLOR_ALWAYS or
110 (colored == COLOR_IF_TERMINAL and
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorstate.cpp96 if (!ret && pTilingPattern->colored()) { in SetFillPattern()
114 if (!ret && pTilingPattern->colored()) { in SetStrokePattern()
Dcpdf_tilingpattern.h32 bool colored() const { return m_bColored; } in colored() function
/external/deqp/doc/testspecs/GLES31/
Dfunctional.draw_indirect.txt63 is verified by simply searching for background colored (black) pixels in
65 colored pixels.
Dfunctional.tessellation.txt91 counting background-colored and non-background-colored pixels.
/external/pdfium/core/fpdfapi/font/
Dcpdf_type3char.h40 bool colored() const { return m_bColored; } in colored() function
/external/u-boot/test/py/
Dmultiplexed_log.css9 * - colored bars beside/above log sections for easily parsed delineation.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddynamic-alloca-lifetime.ll4 ; This was due to it being colored, which was in turn due to incorrect
/external/llvm/test/CodeGen/X86/
Ddynamic-alloca-lifetime.ll4 ; This was due to it being colored, which was in turn due to incorrect
/external/deqp/doc/testspecs/GLES2/
Dfunctional.scissors.txt54 scissoring and render a colored fullscreen quad with depth & stencil
/external/tensorflow/tensorflow/python/autograph/pyct/
Dpretty_printer.py38 return termcolor.colored(string, color, attrs=attrs)
/external/linux-kselftest/tools/testing/selftests/ftrace/
DREADME81 * Fancy colored output :)
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp924 pPattern->colored() ? FXDIB_Argb : FXDIB_8bppMask)) { in DrawPatternBitmap()
940 if (!pPattern->colored()) in DrawPatternBitmap()
976 return pChar && (!pChar->colored() || in Type3CharMissingFillColor()
977 (pChar->colored() && MissingFillColor(pColorState))); in Type3CharMissingFillColor()
982 return pChar && (!pChar->colored() || in Type3CharMissingStrokeColor()
983 (pChar->colored() && MissingStrokeColor(pColorState))); in Type3CharMissingStrokeColor()
2280 if (!pPattern->colored()) in DrawTilingPattern()
2382 if (pPattern->colored()) in DrawTilingPattern()
2387 if (pPattern->colored()) { in DrawTilingPattern()
/external/python/cpython2/Demo/turtle/
Ddemohelp.txt18 The (syntax colored) source code appears in the left
/external/deqp/doc/testspecs/GLES3/
Dfunctional.primitive_bounding_box.txt71 that the viewport does not contain any background-colored pixels within
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp3468 unsigned char colored; /*not greyscale*/ member
3494 profile->colored = 0; in color_profile_init()
3585 profile->colored = 1; in get_color_profile()
3666 profile->colored = 1; in get_color_profile()
3798 mode_out->colortype = profile.colored ? LCT_RGBA : LCT_GREY_ALPHA; in lodepng_auto_choose_color()
3802 mode_out->colortype = profile.colored ? LCT_RGB : LCT_GREY; in lodepng_auto_choose_color()
3812 …int grey_ok = !profile.colored && !profile.alpha; /*grey without alpha, with potentially low bits*/ in lodepng_auto_choose_color()
3844 mode_out->colortype = profile.colored ? LCT_RGBA : LCT_GREY_ALPHA; in lodepng_auto_choose_color()
3848 …mode_out->colortype = profile.colored ? LCT_RGB : LCT_GREY /*LCT_GREY normally won't occur, alread… in lodepng_auto_choose_color()
/external/skia/site/dev/testing/
Dautomated_testing.md66 on the X-axis and commits on the Y-axis. The cells are colored according to
/external/skqp/site/dev/testing/
Dautomated_testing.md66 on the X-axis and commits on the Y-axis. The cells are colored according to
/external/swiftshader/third_party/subzero/docs/
DREADME.rst195 * Simple register allocation limited to pre-colored or infinite-weight
DDESIGN.rst477 guaranteeing some physical register. Variables can also be pre-colored to a
556 - Register allocation (infinite-weight and pre-colored only)
660 - Minimal mode. Only infinite-weight or pre-colored Variables are considered.
692 treatment of the "unhandled pre-colored" Variable set, which is normally very
793 considered pre-colored.
1289 classes. If a register is pre-colored in the function (i.e., referenced
1303 identify pre-colored registers.
/external/swiftshader/third_party/subzero/
DREADME.rst195 * Simple register allocation limited to pre-colored or infinite-weight
DDESIGN.rst477 guaranteeing some physical register. Variables can also be pre-colored to a
556 - Register allocation (infinite-weight and pre-colored only)
660 - Minimal mode. Only infinite-weight or pre-colored Variables are considered.
692 treatment of the "unhandled pre-colored" Variable set, which is normally very
793 considered pre-colored.
1289 classes. If a register is pre-colored in the function (i.e., referenced
1303 identify pre-colored registers.

123