HomeSort by relevance Sort by last modified time
    Searched refs:white (Results 1 - 25 of 332) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/mcstrans/share/examples/non-mls-color/
secolor.conf 6 color white = #ffffff
12 role * = white black
  /external/libopus/doc/
opus_in_isobmff.css 14 white-space: pre; /* CSS 2.0 */
15 white-space: pre-wrap; /* CSS 2.1 */
16 white-space: -pre-wrap; /* Opera 4-6 */
17 white-space: -o-pre-wrap; /* Opera 7 */
18 white-space: -moz-pre-wrap; /* Mozilla */
19 white-space: -hp-pre-wrap; /* HP Printers */
31 white-space : pre;
  /external/libogg/doc/
Makefile.am 8 stream.png vorbisword2.png white-ogg.png white-xifish.png \
  /external/autotest/frontend/client/src/autotest/public/
tkoclient.css 28 white-space: pre;
51 white-space: pre;
57 white-space: pre;
  /external/skia/gm/
thinrects.cpp 30 SkPaint white; variable
31 white.setColor(SK_ColorWHITE);
32 white.setAntiAlias(true);
41 DrawVertRects(canvas, white);
49 DrawHorizRects(canvas, white);
58 DrawSquares(canvas, white);
lighting.cpp 85 SkColor white(0xFFFFFFFF);
97 white,
105 white,
116 white,
126 white,
135 white,
147 white,
  /docs/source.android.com/src/compatibility/5.1/
android-cdd-cover.css 37 color: white;
43 color: white;
50 color: white;
66 color: white;
  /docs/source.android.com/src/compatibility/source/
android-cdd-cover.css 37 color: white;
43 color: white;
50 color: white;
66 color: white;
  /external/dng_sdk/source/
dng_color_spec.h 30 /// \brief Compute a 3x3 matrix which maps colors from white point white1 to
31 /// white point white2
34 /// colors measured with one white point (white1) to another (white2).
41 /// Color transform taking into account white point and camera calibration and
95 /// Setter for white point. Value is as XY colorspace coordinate.
96 /// \param white White point to set as an XY value.
98 void SetWhiteXY (const dng_xy_coord &white);
100 /// Getter for white point. Value is as XY colorspace coordinate.
101 /// \retval XY value of white point
    [all...]
dng_render.h 51 dng_function_exposure_ramp (real64 white,
171 /// Set the white point to be used for conversion.
172 /// \param white White point to use.
174 void SetWhiteXY (const dng_xy_coord &white)
176 fWhiteXY = white;
179 /// Get the white point to be used for conversion.
180 /// \retval White point to use.
  /external/libdaemon/doc/
style.css 26 body { color: black; background-color: white; }
  /test/vts/web/dashboard/src/main/webapp/css/
show_coverage.css 26 white-space: PRE;
51 white-space: nowrap;
59 white-space: nowrap;
79 color: white;
dashboard_main.css 24 color: white;
49 color: white;
  /external/selinux/mcstrans/share/examples/urcsts/
secolor.conf 6 color white = #ffffff
17 range s5-s5:c0.c1023 = white blue
  /external/selinux/mcstrans/share/examples/urcsts-via-include/
secolor.conf 6 color white = #ffffff
17 range s5-s5:c0.c1023 = white blue
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wcsplugin.h 33 JabColorF white; member in struct:_PrimaryJabColors
66 JabColorF white; member in struct:_PrimaryJabColors
83 XYZColorF white; member in struct:_PrimaryXYZColors
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
Enum.py 107 white = 0 variable in class:_test.ExtendedColor
119 white = 4 variable in class:_test.OtherColor
126 print MergedColor.white
149 white = 0 variable in class:_test2.ExtendedColor
161 white = 4 variable in class:_test2.OtherColor
168 print MergedColor.white
  /prebuilts/tools/linux-x86_64/kythe/web/ui/css/
style.css 35 white-space: pre;
71 background: white;
84 white-space: pre;
  /external/autotest/client/deps/glbench/src/
glinterfacetest.cc 47 const GLfloat white[4] = {1.0f, 1.0f, 1.0f, 1.0f}; local
48 glUniform4fv(color_uniform, 1, white);
  /external/autotest/contrib/
modelviz.py 76 ><FONT FACE="Helvetica Bold" COLOR="white"
89 ><FONT FACE="Helvetica Bold" COLOR="white"
  /cts/apps/CtsVerifier/assets/report/
compatibility_result.css 107 background-color: white;
158 white-space: pre-wrap; /* css-3 */
159 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
160 white-space: -pre-wrap; /* Opera 4-6 */
161 white-space: -o-pre-wrap; /* Opera 7 */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Enum.py 142 white = 0 variable in class:_test.ExtendedColor
154 white = 4 variable in class:_test.OtherColor
161 print MergedColor.white
  /external/autotest/tko/
vertical_text.py 29 white = im.colorAllocate((255, 255, 255))
32 #im.colorTransparent(white)
  /external/eigen/bench/btl/data/
mk_new_gnuplot.sh 52 convert -background white -density 120 -rotate 90 -resize 800 +dither -colors 256 -quality 0 ../${DIR}/$WHAT.ps -background white -flatten ../${DIR}/$WHAT.png
  /prebuilts/go/darwin-x86/src/cmd/go/
build_test.go 33 {[]byte(`-r:foo -L/usr/white\ space/lib -lfoo\ bar -lbar\ baz`), []string{"-r:foo", "-L/usr/white space/lib", "-lfoo bar", "-lbar baz"}},

Completed in 459 milliseconds

1 2 3 4 5 6 7 8 91011>>