Home
last modified time | relevance | path

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

1234

/external/pdfium/testing/tools/
Dsafetynet_conclusions.py239 def PrintConclusionsDictHumanReadable(conclusions_dict, colored, key=None): argument
263 if colored:
280 if colored:
284 if colored:
288 if colored:
Dsafetynet_job.py152 colored=(not self.args.output_to_log and not self.args.no_color),
/external/igt-gpu-tools/tests/
Dkms_cursor_edge_walk.c52 bool colored, jump, disable; member
75 if (data->colored) in create_cursor_fb()
147 if (!data->colored) { in test_edge_pos()
277 data->colored = true; in opt_handler()
/external/rust/crates/termcolor/
DMETADATA2 description: "A simple cross platform library for writing colored text to a terminal."
DREADME.md3 A simple cross platform library for writing colored text to a terminal. This
4 library writes colored text either using standard ANSI escape sequences or
36 `Buffer` is an in memory buffer that supports colored text. In a parallel
DCargo.toml.orig6 A simple cross platform library for writing colored text to a terminal.
DCargo.toml19 description = "A simple cross platform library for writing colored text to a terminal.\n"
/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/page/
Dcpdf_tilingpattern.h33 bool colored() const { return m_bColored; } in colored() function
Dcpdf_colorstate.cpp133 if (!ret && pTilingPattern->colored()) { in SetPattern()
/external/pdfium/core/fpdfapi/font/
Dcpdf_type3char.h37 bool colored() const { return m_bColored; } in colored() function
/external/llvm/test/CodeGen/X86/
Ddynamic-alloca-lifetime.ll4 ; This was due to it being colored, which was in turn due to incorrect
/external/llvm-project/llvm/test/CodeGen/X86/
Ddynamic-alloca-lifetime.ll4 ; This was due to it being colored, which was in turn due to incorrect
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Ddynamic-alloca-lifetime.ll9 ; 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.py37 return termcolor.colored(string, color, attrs=attrs)
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp90 pPattern->colored() ? FXDIB_Argb : FXDIB_8bppMask)) { in DrawPatternBitmap()
105 if (!pPattern->colored()) in DrawPatternBitmap()
141 return pChar && (!pChar->colored() || MissingFillColor(pColorState)); in Type3CharMissingFillColor()
146 return pChar && (!pChar->colored() || MissingStrokeColor(pColorState)); in Type3CharMissingStrokeColor()
1270 if (!pPattern->colored()) in DrawTilingPattern()
1383 if (pPattern->colored()) { in DrawTilingPattern()
1390 if (pPattern->colored()) { in DrawTilingPattern()
/external/linux-kselftest/tools/testing/selftests/ftrace/
DREADME81 * Fancy colored output :)
/external/freetype/docs/markdown/stylesheets/
Dextra.css16 pre.colored {
/external/python/cpython2/Demo/turtle/
Ddemohelp.txt18 The (syntax colored) source code appears in the left
/external/skia/site/docs/dev/tools/
Ddebugger.md140 Each of the filtered commands from above has a colored number to its right
147 Turning this on will show a colored rectangle to represent the bounds of the GPU
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/
Dsegmentations.proto102 // The list of colored labels for all the supported categories. Depending on
/external/perfetto/docs/data-sources/
Dcpu-freq.md59 state (colored: not-idle, gray: idle). Hovering or clicking a point in the
/external/deqp/doc/testspecs/GLES3/
Dfunctional.primitive_bounding_box.txt71 that the viewport does not contain any background-colored pixels within

1234