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

1 2 3 4 5 6 7 8 91011>>

  /external/selinux/policycoreutils/mcstrans/share/examples/urcsts/
secolor.conf 2 color black = #000000
11 user * = black black
12 role * = black black
13 type * = black black
14 range s0-s0:c0.c1023 = black green
15 range s1-s1:c0.c1023 = black green
16 range s3-s3:c0.c1023 = black ta
    [all...]
  /external/selinux/policycoreutils/mcstrans/share/examples/urcsts-via-include/
secolor.conf 2 color black = #000000
11 user * = black black
12 role * = black black
13 type * = black black
14 range s0-s0:c0.c1023 = black green
15 range s1-s1:c0.c1023 = black green
16 range s3-s3:c0.c1023 = black ta
    [all...]
  /external/selinux/policycoreutils/mcstrans/share/examples/non-mls-color/
secolor.conf 2 color black = #000000
11 user * = black green
12 role * = white black
  /external/eigen/test/
runtest.sh 3 black='\E[30m'
13 echo -e $red Test $1 failed: $black
16 echo -e $black
19 echo -e $green Test $1 passed$black
  /external/eigen/blas/testing/
runblastest.sh 3 black='\E[30m'
21 echo -e $red Test $1 failed: $black
24 echo -e $black
29 echo -e $red "Test $1 failed (FATAL ERROR, read the file $1.summ for details)" $black
32 echo -e $black
37 echo -e $red "Test $1 failed (FAILED THE TESTS OF ERROR-EXITS, read the file $1.summ for details)" $black
40 echo -e $black
44 echo -e $green Test $1 passed$black
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ProxyHandler.java 37 public ProxyHandler(Handler handler, String[] white, String[] black)
39 super(handler,white,black);
47 public ProxyHandler(String[] white, String[] black)
49 super(white,black);
  /external/eigen/test/eigen2/
runtest.sh 3 black='\E[30m'
14 echo -e $red Test $1 failed: $black
17 echo -e $black
20 echo -e $green Test $1 passed$black
23 echo -e $red Build of target $1 failed: $black
26 echo -e $black
  /external/ImageMagick/MagickCore/
colorspace-private.h 33 pixel->black)+pixel->black)));
35 pixel->black)+pixel->black)));
37 pixel->black)+pixel->black)));
43 black, local
67 pixel->black=(MagickRealType) QuantumRange;
73 black=cyan;
74 if (magenta < black)
    [all...]
composite-private.h 104 composite[i]=ClampToQuantum(gamma*MagickOver_((double) p->black,alpha,
142 composite->black=gamma*MagickOver_(p->black,alpha,q->black,beta);
165 composite->black=gamma*(Sa*p->black+Da*q->black);
  /external/mesa3d/docs/
mesa.css 5 color: black;
12 color: black;
18 color: black;
24 color: black;
31 /*color: black;*/
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417BarcodeRow.cpp 36 void CBC_BarcodeRow::set(int32_t x, FX_BOOL black) {
37 m_row.SetAt(x, (uint8_t)(black ? 1 : 0));
39 void CBC_BarcodeRow::addBar(FX_BOOL black, int32_t width) {
41 set(m_currentLocation++, black);
BC_PDF417BarcodeRow.h 14 void set(int32_t x, FX_BOOL black);
15 void addBar(FX_BOOL black, int32_t width);
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
pie_chart.css 15 stroke: black;
  /external/opencv3/samples/cpp/
contours2.cpp 50 const Scalar black = Scalar(0); local
65 ellipse( img, Point(dx+115, dy+70), Size(30,20), 0, 0, 360, black, -1, 8, 0 );
66 ellipse( img, Point(dx+185, dy+70), Size(30,20), 0, 0, 360, black, -1, 8, 0 );
69 ellipse( img, Point(dx+115, dy+70), Size(5,5), 0, 0, 360, black, -1, 8, 0 );
70 ellipse( img, Point(dx+185, dy+70), Size(5,5), 0, 0, 360, black, -1, 8, 0 );
71 ellipse( img, Point(dx+150, dy+100), Size(10,5), 0, 0, 360, black, -1, 8, 0 );
72 ellipse( img, Point(dx+150, dy+150), Size(40,10), 0, 0, 360, black, -1, 8, 0 );
  /external/opencv3/samples/python2/
contours.py 17 black, white = 0, 255
31 cv2.ellipse( img, (dx+115, dy+70), (30,20), 0, 0, 360, black, -1 )
32 cv2.ellipse( img, (dx+185, dy+70), (30,20), 0, 0, 360, black, -1 )
35 cv2.ellipse( img, (dx+115, dy+70), (5,5), 0, 0, 360, black, -1 )
36 cv2.ellipse( img, (dx+185, dy+70), (5,5), 0, 0, 360, black, -1 )
37 cv2.ellipse( img, (dx+150, dy+100), (10,5), 0, 0, 360, black, -1 )
38 cv2.ellipse( img, (dx+150, dy+150), (40,10), 0, 0, 360, black, -1 )
  /external/autotest/tko/
vertical_text.py 30 black = im.colorAllocate((0, 0, 0))
35 im.string_ttf(FONT, 10.0, 1.56, (15, 190), sys.argv[1], black)
  /external/libdaemon/doc/
style.css 26 body { color: black; background-color: white; }
  /external/skia/tests/
PDFOpaqueSrcModeToSrcOverTest.cpp 15 SkPaint black; local
21 c->drawRect(SkRect::MakeXYWH(36.0f, 36.0f, 9.0f, 9.0f), black);
23 c->drawRect(SkRect::MakeXYWH(108.0f, 108.0f, 9.0f, 9.0f), black);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wcsplugin.h 32 JabColorF black; member in struct:_PrimaryJabColors
65 JabColorF black; member in struct:_PrimaryJabColors
82 XYZColorF black; member in struct:_PrimaryXYZColors
  /external/avahi/man/
xmltoman.css 19 body { color: black; background-color: white; }
  /external/opencv3/modules/calib3d/src/
checkchessboard.cpp 133 IplImage* black = cvCloneImage(src); local
136 cvDilate(black, black, NULL, erosion_count);
154 cvThreshold(black, thresh, thresh_level, 255, CV_THRESH_BINARY_INV);
184 // check the number of black and white squares
203 cvReleaseImage(&black);
  /frameworks/base/services/core/java/com/android/server/location/
LocationBlacklist.java 87 for (String black : mBlacklist) {
88 if (packageName.startsWith(black)) {
93 + packageName + " matches " + black);
  /docs/source.android.com/src/compatibility/5.1/
android-cdd-cover.css 32 background-color: black;
39 background-color: black;
  /docs/source.android.com/src/compatibility/source/
android-cdd-cover.css 32 background-color: black;
39 background-color: black;
  /external/ImageMagick/coders/
debug.c 238 black[MagickPathExtent];
240 (void) FormatLocaleString(black,MagickPathExtent,",%.20g ",
241 (double) pixel.black);
242 (void) ConcatenateMagickString(tuple,black,MagickPathExtent);
233 black[MagickPathExtent]; local

Completed in 775 milliseconds

1 2 3 4 5 6 7 8 91011>>