/third_party/node/deps/npm/node_modules/npmlog/ |
D | log.js | 293 log.headingStyle = { fg: 'white', bg: 'black' } property 299 log.addLevel('verbose', 1000, { fg: 'blue', bg: 'black' }, 'verb') property 301 log.addLevel('timing', 2500, { fg: 'green', bg: 'black' }) property 302 log.addLevel('http', 3000, { fg: 'green', bg: 'black' }) property 303 log.addLevel('notice', 3500, { fg: 'blue', bg: 'black' }) property 304 log.addLevel('warn', 4000, { fg: 'black', bg: 'yellow' }, 'WARN') property 305 log.addLevel('error', 5000, { fg: 'red', bg: 'black' }, 'ERR!') property
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | ResourceUsageTrackingTests.cpp | 107 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer}, {1, buffer}}); in TEST_F() local 129 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer}}); in TEST_F() local 150 wgpu::BindGroup bg = in TEST_F() local 191 wgpu::BindGroup bg = in TEST_F() local 320 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer}}); in TEST_F() local 493 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer0}}); in TEST_F() local 655 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer}, {1, buffer}}); in TEST_F() local 673 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer}, {1, buffer}}); in TEST_F() local 700 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer}}); in TEST_F() local 721 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer}, {1, buffer}}); in TEST_F() local [all …]
|
/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_channel.c | 85 bg_watched_channel* bg; member 127 static void grpc_rb_channel_safe_destroy(bg_watched_channel* bg) { in grpc_rb_channel_safe_destroy() 269 bg_watched_channel* bg; member 358 bg_watched_channel* bg = (bg_watched_channel*)arg; in wait_for_watch_state_op_complete_unblocking_func() local 529 bg_watched_channel* bg = NULL; in bg_watched_channel_list_free_and_remove() local 567 bg_watched_channel* bg) { in grpc_rb_channel_try_register_connection_polling() 608 bg_watched_channel* bg = NULL; in run_poll_channels_loop_no_gil() local 650 bg_watched_channel* bg = NULL; in run_poll_channels_loop_unblocking_func() local
|
/third_party/alsa-utils/alsamixer/ |
D | colors.c | 28 int get_color_pair(short fg, short bg) in get_color_pair()
|
/third_party/ffmpeg/libavcodec/ |
D | cga_data.c | 46 …w_pc_font(uint8_t *dst, int linesize, const uint8_t *font, int font_height, int ch, int fg, int bg) in ff_draw_pc_font()
|
D | tmv.c | 46 unsigned x, y, fg, bg, c; in tmv_decode_frame() local
|
D | ansi.c | 64 int bg; /**< background color */ member 166 int bg = s->bg; in draw_char() local
|
/third_party/ffmpeg/libavfilter/ |
D | f_drawgraph.c | 39 uint8_t bg[4]; member 146 int bg = AV_RN32(s->bg); in clear_image() local 215 uint32_t fg, bg; in filter_frame() local 355 uint32_t fg, bg; in request_frame() local
|
D | f_graphmonitor.c | 51 uint8_t bg[4]; member 114 int bg = AV_RN32(s->bg); in clear_image() local
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | RBManager.java | 490 BundleGroup bg = bundle.getBundleGroup(groupName); in editItem() local 515 BundleGroup bg = mainBundle.getBundleGroup(i); in createItem() local 534 BundleGroup bg = bundle.getBundleGroup(j); in createItem() local 571 BundleGroup bg = new BundleGroup(bundle, groupName); in createGroup() local 673 BundleGroup bg = new BundleGroup(bundle,mainGroup.getName()); in createResource() local
|
D | Bundle.java | 224 BundleGroup bg = new BundleGroup(this, groupName); in addBundleGroup() local 385 public void addBundleGroup(BundleGroup bg) { in addBundleGroup()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPUComputePassEncoder.cpp | 88 wgpu::BindGroup bg{}; in setBindGroup() local 106 wgpu::BindGroup bg{}; in setBindGroup() local
|
D | GPURenderBundleEncoder.cpp | 48 wgpu::BindGroup bg{}; in setBindGroup() local 66 wgpu::BindGroup bg{}; in setBindGroup() local
|
/third_party/flutter/skia/samplecode/ |
D | SampleTextBox.cpp | 43 void drawTest(SkCanvas* canvas, SkScalar w, SkScalar h, SkColor fg, SkColor bg) { in drawTest()
|
/third_party/pixman/demos/ |
D | srgb-trap-test.c | 84 pixman_color_t bg = { 0x0000, 0x0000, 0x0000, 0xffff }; in main() local
|
/third_party/skia/gm/ |
D | color4f.cpp | 75 SkPaint bg; variable
|
D | xfermodes2.cpp | 107 SkBitmap bg; in onOnceBeforeDraw() local
|
/third_party/flutter/skia/gm/ |
D | color4f.cpp | 75 SkPaint bg; variable
|
D | xfermodes2.cpp | 107 SkBitmap bg; in onOnceBeforeDraw() local
|
/third_party/boost/boost/test/utils/ |
D | setcolor.hpp | 88 term_color::_ bg = term_color::ORIGINAL, in setcolor() 257 term_color::_ bg = term_color::ORIGINAL, in setcolor()
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | CommandBufferValidationTests.cpp | 224 dawn::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer, 0, 4}}); in TEST_F() local 254 dawn::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, view}}); in TEST_F() local
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | BindGroupTests.cpp | 1338 wgpu::BindGroup bg; in TEST_P() local 1349 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {}); in TEST_P() local 1558 wgpu::BindGroup bg = device.CreateBindGroup(&bgDesc); in TEST_P() local 1585 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, buffer, 0, sizeof(float)}}); in TEST_P() local 1609 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, textureView}}); in TEST_P() local 1617 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, textureView}}); in TEST_P() local 1638 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, textureView}}); in TEST_P() local 1646 wgpu::BindGroup bg = utils::MakeBindGroup(device, bgl, {{0, textureView}}); in TEST_P() local
|
/third_party/libpng/contrib/gregbook/ |
D | rpng2-win.c | 156 #define alpha_composite(composite, fg, alpha, bg) { \ argument 241 } bg[] = { variable
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | rpng2-win.c | 156 #define alpha_composite(composite, fg, alpha, bg) { \ argument 241 } bg[] = { variable
|
/third_party/giflib/ |
D | gif_font.c | 212 const int bg, const int fg) in GifDrawBoxedText8x8()
|