Home
last modified time | relevance | path

Searched defs:grey (Results 1 – 18 of 18) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DnestedDestructuringOfRequire.js5 grey: {} property
19 grey: {} property
23 var grey = require('./mod1').chalk.grey; variable
30 const grey: {}; constant
DrequireOfESWithPropertyAccess.js10 grey: {} property
20 grey: {} property
33 const grey: {}; constant
/third_party/spirv-tools/source/
Dprint.h47 struct grey { struct
49 bool isPrint;
/third_party/skia/third_party/externals/spirv-tools/source/
Dprint.h47 struct grey { struct
49 bool isPrint;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dprint.h47 struct grey { struct
49 bool isPrint;
/third_party/python/Lib/
Dcgitb.py63 def grey(text): function
Dpydoc.py639 def grey(self, text): return '<span class="grey">%s</span>' % text member in HTMLDoc
/third_party/node/deps/npm/node_modules/@colors/colors/lib/
Dstyles.js49 grey: [90, 39], property
/third_party/node/deps/npm/node_modules/ansi-styles/
Dindex.js35 grey: [90, 39], // Alias of `blackBright` property
/third_party/node/deps/npm/node_modules/chalk/source/vendor/ansi-styles/
Dindex.js35 grey: [90, 39], // Alias of `blackBright` property
/third_party/node/deps/npm/node_modules/console-control-strings/
Dindex.js94 grey: 90, property
/third_party/pulseaudio/src/pulsecore/
Dlog.c465 const char *prefix = "", *suffix = "", *grey = ""; in pa_log_levelv_meta() local
/third_party/node/deps/npm/node_modules/color-name/
Dindex.js60 "grey": [128, 128, 128], property
/third_party/skia/modules/canvaskit/htmlcanvas/
D_namedcolors.js69 'grey': CanvasKit.Color(128, 128, 128), property
Dcolor.js67 'grey': Float32Array.of(0.502, 0.502, 0.502, 1.000), property
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
Dunittests.cpp1256 unsigned char grey[4] = { 128, 128, 128, 128 }; in TEST_F() local
/third_party/weex-loader/deps/weex-styler/lib/
Dvalidator.js83 grey: '#808080', property
/third_party/toybox/generated/
Dglobals.h1189 char *purple, *cyan, *red, *green, *grey; member