/external/pdfium/testing/tools/ |
D | safetynet_conclusions.py | 242 def PrintConclusionsDictHumanReadable(conclusions_dict, colored, key=None): argument 268 if colored: 287 if colored: 292 if colored: 297 if colored:
|
D | safetynet_job.py | 158 colored=(not self.args.output_to_log
|
D | safetynet_compare.py | 545 conclusions_dict, colored=True, key=self.args.case_order)
|
/external/u-boot/tools/patman/ |
D | terminal.py | 101 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/ |
D | cpdf_colorstate.cpp | 96 if (!ret && pTilingPattern->colored()) { in SetFillPattern() 114 if (!ret && pTilingPattern->colored()) { in SetStrokePattern()
|
D | cpdf_tilingpattern.h | 32 bool colored() const { return m_bColored; } in colored() function
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.draw_indirect.txt | 63 is verified by simply searching for background colored (black) pixels in 65 colored pixels.
|
D | functional.tessellation.txt | 91 counting background-colored and non-background-colored pixels.
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_type3char.h | 40 bool colored() const { return m_bColored; } in colored() function
|
/external/u-boot/test/py/ |
D | multiplexed_log.css | 9 * - colored bars beside/above log sections for easily parsed delineation.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | dynamic-alloca-lifetime.ll | 4 ; This was due to it being colored, which was in turn due to incorrect
|
/external/llvm/test/CodeGen/X86/ |
D | dynamic-alloca-lifetime.ll | 4 ; This was due to it being colored, which was in turn due to incorrect
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.scissors.txt | 54 scissoring and render a colored fullscreen quad with depth & stencil
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | pretty_printer.py | 38 return termcolor.colored(string, color, attrs=attrs)
|
/external/linux-kselftest/tools/testing/selftests/ftrace/ |
D | README | 81 * Fancy colored output :)
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 924 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/ |
D | demohelp.txt | 18 The (syntax colored) source code appears in the left
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.primitive_bounding_box.txt | 71 that the viewport does not contain any background-colored pixels within
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 3468 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/ |
D | automated_testing.md | 66 on the X-axis and commits on the Y-axis. The cells are colored according to
|
/external/skqp/site/dev/testing/ |
D | automated_testing.md | 66 on the X-axis and commits on the Y-axis. The cells are colored according to
|
/external/swiftshader/third_party/subzero/docs/ |
D | README.rst | 195 * Simple register allocation limited to pre-colored or infinite-weight
|
D | DESIGN.rst | 477 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/ |
D | README.rst | 195 * Simple register allocation limited to pre-colored or infinite-weight
|
D | DESIGN.rst | 477 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.
|