/external/python/cpython3/Lib/idlelib/ |
D | config-highlight.def | 5 normal-foreground= #000000 7 keyword-foreground= #ff7700 9 builtin-foreground= #900090 11 comment-foreground= #dd0000 13 string-foreground= #00aa00 15 definition-foreground= #0000ff 17 hilite-foreground= #000000 19 break-foreground= black 21 hit-foreground= #ffffff 23 error-foreground= #000000 [all …]
|
/external/python/cpython2/Lib/idlelib/ |
D | config-highlight.def | 5 normal-foreground= #000000 7 keyword-foreground= #ff7700 9 builtin-foreground= #900090 11 comment-foreground= #dd0000 13 string-foreground= #00aa00 15 definition-foreground= #0000ff 17 hilite-foreground= #000000 19 break-foreground= black 21 hit-foreground= #ffffff 23 error-foreground= #000000 [all …]
|
/external/lisa/ipynb/residency/ |
D | task_residencies-prepare-cgroups.ipynb | 66 … " 'cgroups': ['foreground', 'background', 'system-background', 'top-app', 'rt'],\n", 126 "317.512955 54833 9883.0 schedtune foreground\n", 128 "321.554727 136229 1481.0 cpuset foreground\n", 143 "325.518904 211673 9891.0 cpuset foreground\n", 144 "325.518904 211673 9891.0 schedtune foreground\n", 325 " <td>foreground</td>\n", 328 " <td>foreground</td>\n", 332 " <td>foreground</td>\n", 344 " <td>foreground</td>\n", 347 " <td>foreground</td>\n", [all …]
|
/external/skia/src/effects/ |
D | SkXfermodeImageFilter.cpp | 51 sk_sp<SkSpecialImage> foreground, 79 sk_sp<SkImageFilter> foreground, in Make() argument 81 sk_sp<SkImageFilter> inputs[2] = { std::move(background), std::move(foreground) }; in Make() 120 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset)); in onFilterImage() local 123 if (foreground) { in onFilterImage() 125 foreground->width(), foreground->height()); in onFilterImage() 151 foreground, foregroundOffset, in onFilterImage() 175 this->drawForeground(canvas, foreground.get(), foregroundBounds); in onFilterImage() 227 auto foreground = xformer->apply(this->getInput(1)); in onMakeColorSpace() local 228 if (background.get() != this->getInput(0) || foreground.get() != this->getInput(1)) { in onMakeColorSpace() [all …]
|
D | SkArithmeticImageFilter.cpp | 53 sk_sp<SkSpecialImage> foreground, 155 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset)); in onFilterImage() local 158 if (foreground) { in onFilterImage() 160 foreground->width(), foreground->height()); in onFilterImage() 184 return this->filterImageGPU(source, background, backgroundOffset, foreground, in onFilterImage() 207 this->drawForeground(canvas, foreground.get(), foregroundBounds); in onFilterImage() 286 sk_sp<SkSpecialImage> foreground, in filterImageGPU() argument 300 if (foreground) { in filterImageGPU() 301 foregroundProxy = foreground->asTextureProxyRef(context); in filterImageGPU() 328 GrTextureDomain::MakeTexelDomain(foreground->subset()), in filterImageGPU() [all …]
|
/external/skqp/src/effects/ |
D | SkXfermodeImageFilter.cpp | 51 sk_sp<SkSpecialImage> foreground, 79 sk_sp<SkImageFilter> foreground, in Make() argument 81 sk_sp<SkImageFilter> inputs[2] = { std::move(background), std::move(foreground) }; in Make() 120 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset)); in onFilterImage() local 123 if (foreground) { in onFilterImage() 125 foreground->width(), foreground->height()); in onFilterImage() 151 foreground, foregroundOffset, in onFilterImage() 175 this->drawForeground(canvas, foreground.get(), foregroundBounds); in onFilterImage() 227 auto foreground = xformer->apply(this->getInput(1)); in onMakeColorSpace() local 228 if (background.get() != this->getInput(0) || foreground.get() != this->getInput(1)) { in onMakeColorSpace() [all …]
|
D | SkArithmeticImageFilter.cpp | 53 sk_sp<SkSpecialImage> foreground, 155 sk_sp<SkSpecialImage> foreground(this->filterInput(1, source, ctx, &foregroundOffset)); in onFilterImage() local 158 if (foreground) { in onFilterImage() 160 foreground->width(), foreground->height()); in onFilterImage() 184 return this->filterImageGPU(source, background, backgroundOffset, foreground, in onFilterImage() 207 this->drawForeground(canvas, foreground.get(), foregroundBounds); in onFilterImage() 286 sk_sp<SkSpecialImage> foreground, in filterImageGPU() argument 300 if (foreground) { in filterImageGPU() 301 foregroundProxy = foreground->asTextureProxyRef(context); in filterImageGPU() 328 GrTextureDomain::MakeTexelDomain(foreground->subset()), in filterImageGPU() [all …]
|
/external/vulkan-validation-layers/tests/ |
D | _vkvalidatelayerdoc.ps1 | 8 write-host -background black -foreground green "[ SKIPPED ] " -nonewline 21 write-host -background black -foreground green "[ RUN ] " -nonewline 32 write-host -background black -foreground green "[ PASSED ] " -nonewline; 36 write-host -background black -foreground red "[ FAILED ] " -nonewline;
|
/external/skqp/tests/ |
D | ImageFilterTest.cpp | 1902 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in DEF_TEST() local 1926 background, foreground, nullptr)); in DEF_TEST() 1958 sk_sp<SkImageFilter> foreground, in test_arithmetic_bounds() argument 1961 SkArithmeticImageFilter::Make(k1, k2, k3, k4, false, background, foreground, crop)); in test_arithmetic_bounds() 1972 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in test_arithmetic_combinations() local 1979 test_arithmetic_bounds(reporter, 0, 0, 0, 0, background, foreground, nullptr, in test_arithmetic_combinations() 1981 test_arithmetic_bounds(reporter, 0, 0, 0, v, background, foreground, nullptr, union_rect); in test_arithmetic_combinations() 1982 test_arithmetic_bounds(reporter, 0, 0, v, 0, background, foreground, nullptr, background_rect); in test_arithmetic_combinations() 1983 test_arithmetic_bounds(reporter, 0, 0, v, v, background, foreground, nullptr, union_rect); in test_arithmetic_combinations() 1984 test_arithmetic_bounds(reporter, 0, v, 0, 0, background, foreground, nullptr, foreground_rect); in test_arithmetic_combinations() [all …]
|
/external/skia/tests/ |
D | ImageFilterTest.cpp | 1902 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in DEF_TEST() local 1926 background, foreground, nullptr)); in DEF_TEST() 1958 sk_sp<SkImageFilter> foreground, in test_arithmetic_bounds() argument 1961 SkArithmeticImageFilter::Make(k1, k2, k3, k4, false, background, foreground, crop)); in test_arithmetic_bounds() 1972 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(foreground_rect)); in test_arithmetic_combinations() local 1979 test_arithmetic_bounds(reporter, 0, 0, 0, 0, background, foreground, nullptr, in test_arithmetic_combinations() 1981 test_arithmetic_bounds(reporter, 0, 0, 0, v, background, foreground, nullptr, union_rect); in test_arithmetic_combinations() 1982 test_arithmetic_bounds(reporter, 0, 0, v, 0, background, foreground, nullptr, background_rect); in test_arithmetic_combinations() 1983 test_arithmetic_bounds(reporter, 0, 0, v, v, background, foreground, nullptr, union_rect); in test_arithmetic_combinations() 1984 test_arithmetic_bounds(reporter, 0, v, 0, 0, background, foreground, nullptr, foreground_rect); in test_arithmetic_combinations() [all …]
|
/external/syslinux/doc/ |
D | menu.txt | 384 MENU COLOR element ansi foreground background shadow 423 30 set black foreground 424 31 set red foreground 425 32 set green foreground 426 33 set brown foreground 427 34 set blue foreground 428 35 set magenta foreground 429 36 set cyan foreground 430 37 set white foreground 431 38 set underscore on, set default foreground color [all …]
|
/external/python/cpython2/Demo/tkinter/matt/ |
D | canvas-mult-item-sel.py | 46 self.QUIT = Button(self, text='QUIT', foreground='red', 57 self.button = Button(self, text="make a new dot", foreground="blue",
|
D | 00-HELLO-WORLD.py | 11 self.QUIT = Button(self, text='QUIT', foreground='red',
|
D | canvas-demo-simple.py | 10 self.QUIT = Button(self, text='QUIT', foreground='red',
|
/external/python/cpython3/Tools/pynche/ |
D | TextViewer.py | 42 foreground=optiondb.get('TEXTFG', 'white'), 140 l.configure(foreground=fg) 168 text.configure(foreground=colorname)
|
/external/python/cpython2/Tools/pynche/ |
D | TextViewer.py | 42 foreground=optiondb.get('TEXTFG', 'white'), 140 l.configure(foreground=fg) 168 text.configure(foreground=colorname)
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | rhino-python.input | 39 styles.add('error', parent=basic, foreground=colors.red) 40 styles.add('output', parent=basic, foreground=colors.blue) 41 styles.add('input', parent=basic, foreground=colors.black) 42 styles.add('prompt', parent=basic, foreground=colors.purple)
|
/external/skia/gm/ |
D | xfermodeimagefilter.cpp | 116 sk_sp<SkImageFilter> foreground(SkImageSource::Make(std::move(bitmapImage))); in onDraw() local 119 foreground)); in onDraw() 172 sk_sp<SkImageFilter> cropped(SkOffsetImageFilter::Make(0, 0, foreground, &cropRect)); in onDraw()
|
/external/skqp/gm/ |
D | xfermodeimagefilter.cpp | 116 sk_sp<SkImageFilter> foreground(SkImageSource::Make(std::move(bitmapImage))); in onDraw() local 119 foreground)); in onDraw() 172 sk_sp<SkImageFilter> cropped(SkOffsetImageFilter::Make(0, 0, foreground, &cropRect)); in onDraw()
|
/external/ImageMagick/MagickCore/ |
D | decorate.c | 664 foreground, in RaiseImage() local 679 foreground=QuantumRange; in RaiseImage() 683 foreground=(Quantum) 0; in RaiseImage() 729 foreground*(QuantumRange-HighlightFactor))); in RaiseImage() 747 (double) foreground*(QuantumRange-AccentuateFactor))); in RaiseImage() 819 foreground*(QuantumRange-HighlightFactor))); in RaiseImage() 893 foreground*(QuantumRange-HighlightFactor))); in RaiseImage()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | AnimationPlayerActivity.java | 113 View foreground = findViewById(R.id.animation_foreground); in onCreate() local 120 foreground.startAnimation(foregroundAnim); in onCreate()
|
/external/skqp/include/effects/ |
D | SkArithmeticImageFilter.h | 17 sk_sp<SkImageFilter> foreground,
|
D | SkXfermodeImageFilter.h | 22 sk_sp<SkImageFilter> foreground,
|
/external/skia/include/effects/ |
D | SkArithmeticImageFilter.h | 17 sk_sp<SkImageFilter> foreground,
|
D | SkXfermodeImageFilter.h | 22 sk_sp<SkImageFilter> foreground,
|