/third_party/node/deps/npm/node_modules/qrcode-terminal/lib/ |
H A D | main.js | 39 var BLACK = true, WHITE = false; 65 } else if (moduleData[row][col] === WHITE && moduleData[row + 1][col] === BLACK) { 67 } else if (moduleData[row][col] === BLACK && moduleData[row + 1][col] === WHITE) {
|
/third_party/skia/experimental/skottiekit/ |
H A D | externs.js | 80 BLACK: {},
|
/third_party/skia/docs/examples/ |
H A D | Color_Constants_a.cpp | 16 {"black", SkColorSetRGB( 0, 0, 0), SKIA_COLOR_PAIR(BLACK) }, in REG_FIDDLE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | raw_ostream.h | 77 BLACK = 0, member in llvm::raw_ostream::Colors 89 static const Colors BLACK = Colors::BLACK; member in llvm::raw_ostream
|
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_mandelbrot.c | 49 BLACK, enumerator 112 {"black", "set black mode", 0, AV_OPT_TYPE_CONST, {.i64=BLACK}, INT_MIN, INT_MAX, FLAGS, "inner"}, 283 use_zyklus= (x==0 || s->inner!=BLACK ||color[x-1 + y*linesize] == 0xFF000000); in draw_mandelbrot()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | WithColor.cpp | 51 OS.changeColor(raw_ostream::BLACK, true); in WithColor()
|
H A D | raw_ostream.cpp | 68 const raw_ostream::Colors raw_ostream::BLACK; member in raw_ostream
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/ |
H A D | Launcher.java | 115 statusLabel.setForeground(Color.BLACK); in showStatus()
|
/third_party/skia/modules/canvaskit/ |
H A D | color.js | 47 Object.defineProperty(CanvasKit, 'BLACK', { 140 return CanvasKit.BLACK;
|
H A D | externs.js | 756 BLACK: {},
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
H A D | ViewableTaggedData.java | 66 positionColor = Color.BLACK; in Style() 67 dataColor = Color.BLACK; in Style() 418 Color.BLACK,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | raw_ostream.h | 75 BLACK = 0, enumerator
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | canvas2dcontext.js | 14 this._strokeStyle = CanvasKit.BLACK; 15 this._fillStyle = CanvasKit.BLACK;
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/ |
H A D | TransliteratorInputMethod.java | 264 choices.setForeground(Color.BLACK); in activate()
|
/third_party/python/Lib/test/ |
H A D | test_enum.py | 2895 BLACK = 0 variable in OldTestFlag.Color 3150 self.assertFalse(Color.BLACK in Open) 3154 'BLACK' in Color 3172 self.assertFalse(Color.BLACK in Open) 3174 self.assertFalse('BLACK' in Color) 3201 self.assertEqual(list(Color.BLACK), []) 3209 self.assertEqual(self.Color.__len__(self.Color.BLACK), 0) 3402 BLACK = 0 variable in OldTestIntFlag.Color 3779 self.assertEqual(list(Color.BLACK), []) 3786 self.assertEqual(self.Color.__len__(self.Color.BLACK), [all...] |
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
H A D | canvas_perf.js | 613 ctx.canvas.clear(CanvasKit.BLACK);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |