| /external/python/cpython2/Demo/newmetaclasses/ |
| D | Enum.py | 107 white = 0 variable in _test.ExtendedColor 119 white = 4 variable in _test.OtherColor 149 white = 0 variable in _test2.ExtendedColor 161 white = 4 variable in _test2.OtherColor
|
| /external/python/cpython2/Demo/metaclasses/ |
| D | Enum.py | 142 white = 0 variable in _test.ExtendedColor 154 white = 4 variable in _test.OtherColor
|
| /external/dng_sdk/source/ |
| D | dng_color_spec.cpp | 218 dng_matrix dng_color_spec::FindXYZtoCamera (const dng_xy_coord &white, in FindXYZtoCamera() 379 void dng_color_spec::SetWhiteXY (const dng_xy_coord &white) in SetWhiteXY()
|
| D | dng_render.cpp | 33 dng_function_exposure_ramp::dng_function_exposure_ramp (real64 white, in dng_function_exposure_ramp() 919 real64 white = 1.0 / pow (2.0, Max_real64 (0.0, exposure)); in Start() local
|
| D | dng_render.h | 174 void SetWhiteXY (const dng_xy_coord &white) in SetWhiteXY()
|
| /external/skia/gm/ |
| D | drawlines_with_local_matrix.cpp | 25 SkPaint white; variable
|
| D | thinrects.cpp | 40 SkPaint white; in onDraw() local
|
| D | imagefiltersscaled.cpp | 93 SkColor white(0xFFFFFFFF); in onDraw() local
|
| /external/angle/src/image_util/ |
| D | AstcDecompressorTestUtils.h | 27 const Rgba white = {0xFF, 0xFF, 0xFF, 0xFF}; in makeCheckerboard() local
|
| /external/libcups/filter/ |
| D | rastertopwg.c | 46 unsigned char white; /* White pixel */ in main() local
|
| /external/python/bumble/bumble/ |
| D | colors.py | 91 white = partial(color, fg='white') variable
|
| /external/libabigail/include/ |
| D | abg-viz-common.h | 62 white, enumerator
|
| /external/deqp/external/openglcts/modules/common/ |
| D | glcTextureRepeatModeTests.cpp | 604 const GLubyte* white = testedFormat->internalwhite; in fillTextureWithColor() local 753 const GLubyte* white = testedFormat->RGBAwhite; in verifyClampToEdge() local 847 const GLubyte* white = testedFormat->RGBAwhite; in verifyRepeat() local 930 const GLubyte* white = testedFormat->RGBAwhite; in verifyMirroredRepeat() local
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowTextViewTest.java | 145 TextView white = (TextView) activity.findViewById(R.id.white_text_view); in shouldSetTextAndTextColorWhileInflatingXmlLayout() local 163 TextView white = (TextView) activity.findViewById(R.id.white_text_view_hint); in shouldSetHintAndHintColorWhileInflatingXmlLayout() local
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowTextViewTest.java | 145 TextView white = activity.findViewById(R.id.white_text_view); in shouldSetTextAndTextColorWhileInflatingXmlLayout() local 163 TextView white = activity.findViewById(R.id.white_text_view_hint); in shouldSetHintAndHintColorWhileInflatingXmlLayout() local
|
| /external/libkmsxx/py/pykms/ |
| D | __init__.py | 15 white = RGB(255, 255, 255) variable
|
| /external/deqp/modules/gles2/functional/ |
| D | es2fClippingTests.cpp | 379 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in genColorString() local 1502 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in init() local 1940 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); in init() local 1964 const tcu::Vec4 white = tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f); in init() local 1990 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); in init() local 2023 const tcu::Vec4 white = tcu::Vec4(1, 1, 1, 1); in init() local
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fClippingTests.cpp | 382 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in genColorString() local 1506 const tcu::Vec4 white (1.0f, 1.0f, 1.0f, 1.0f); in init() local 1943 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); in init() local 1967 const tcu::Vec4 white = tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f); in init() local 1993 const tcu::Vec4 white = tcu::Vec4( 1, 1, 1, 1); in init() local 2026 const tcu::Vec4 white = tcu::Vec4(1, 1, 1, 1); in init() local
|
| /external/ImageMagick/MagickCore/ |
| D | token.c | 840 char *token,const size_t max_token_length,const char *line,const char *white, in Tokenizer()
|
| /external/libnl/python/netlink/ |
| D | util.py | 45 def white(t): function
|
| /external/skia/bench/ |
| D | LightingBench.cpp | 90 static SkColor white(0xFFFFFFFF); in GetWhite() local
|
| /external/lua/src/ |
| D | lgc.c | 815 int white = luaC_white(g); /* current white */ in sweeplist() local 1093 int white = luaC_white(g); in sweepgen() local 1124 int white = luaC_white(g); in whitelist() local
|
| /external/deqp/framework/common/ |
| D | tcuRGBA.hpp | 100 static inline const RGBA white (void) { return RGBA(0xFF, 0xFF, 0xFF, 0xFF); } in white() function in tcu::RGBA
|
| /external/libcups/tools/ |
| D | ippeveps.c | 1027 unsigned char white; /* White color */ in raster_to_ps() local
|
| /external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
| D | esextcGeometryShaderLayeredRenderingBoundaryCondition.cpp | 65 unsigned char white[] = { 255, 255, 255, 255 }; in GeometryShaderLayeredRenderingBoundaryCondition() local
|