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

1 2 3 4 5 6 7 8 9

  /external/selinux/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/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/mcstrans/share/examples/non-mls-color/
secolor.conf 2 color black = #000000
11 user * = black green
12 role * = white 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/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);
feature.c 705 grays[i].black=(~0U);
738 grays[ScaleQuantumToMap(GetPixelBlack(image,p))].black=
764 if (grays[i].black != ~0U)
765 grays[gray.black++].black=grays[i].black;
779 if (gray.black > number_grays)
780 number_grays=gray.black;
975 while (grays[u].black != ScaleQuantumToMap(GetPixelBlack(image,p)))
977 while (grays[v].black != ScaleQuantumToMap(GetPixelBlack(image,p+offset*GetPixelChannels(image)))
    [all...]
  /external/pdfium/fxbarcode/pdf417/
BC_PDF417BarcodeRow.cpp 34 void CBC_BarcodeRow::set(int32_t x, bool black) {
35 m_row[x] = black ? 1 : 0;
38 void CBC_BarcodeRow::addBar(bool black, int32_t width) {
40 set(m_currentLocation++, black);
BC_PDF417BarcodeRow.h 20 void set(int32_t x, bool black);
21 void addBar(bool black, int32_t width);
BC_PDF417BarcodeMatrix.h 25 void setMatrix(int32_t x, int32_t y, bool black);
BC_PDF417BarcodeMatrix.cpp 44 void CBC_BarcodeMatrix::setMatrix(int32_t x, int32_t y, bool black) {
45 set(x, y, (uint8_t)(black ? 1 : 0));
  /external/mesa3d/docs/
mesa.css 5 color: black;
12 color: black;
18 color: black;
24 color: black;
31 /*color: black;*/
49 background: black url('gears.png') 15px no-repeat;
  /external/libdaemon/doc/
style.css 26 body { color: black; background-color: white; }
  /external/skia/tests/
PDFOpaqueSrcModeToSrcOverTest.cpp 16 SkPaint black; local
22 c->drawRect(SkRect::MakeXYWH(36.0f, 36.0f, 9.0f, 9.0f), black);
24 c->drawRect(SkRect::MakeXYWH(108.0f, 108.0f, 9.0f, 9.0f), black);
  /external/skqp/tests/
PDFOpaqueSrcModeToSrcOverTest.cpp 16 SkPaint black; local
22 c->drawRect(SkRect::MakeXYWH(36.0f, 36.0f, 9.0f, 9.0f), black);
24 c->drawRect(SkRect::MakeXYWH(108.0f, 108.0f, 9.0f, 9.0f), black);
  /external/ltp/utils/ffsb-6.0-rc2/
rbt.c 28 * Module: Operations executed on red-black struct
33 /* Construct a red-black tree node */
48 /* Destructor of a red-black tree node */
199 /* Traverse a red-black subtree */
239 /* Remove all objects from a black-red tree */
249 /* Destruct a red-black tree */
290 * black)
292 new_node = rbnode_construct(object, black);
367 * black)
369 new_node = rbnode_construct(object, black);
    [all...]
  /art/tools/hiddenapi/
find_api_violations.pl 47 =item --[no]black
49 (Don't) show black list accesses (default true)
67 my $black = 1;
74 "black!" => \$black,
124 || ($list =~ m/black/ && $black)) {
  /external/cldr/tools/scripts/
interimVettingTool.sh 27 border: 1px solid black }
28 td, th { border-spacing: 0; border-collapse: collapse; color: black;
29 vertical-align: top; border: 1px solid black }
  /external/walt/docs/
ScreenLatency.md 3 WALT can detect when screen changes color between white and black using a photodiode.
11 The physical transition between colors is not instantaneous and may look very different depending on the direction - from black to white or white to black. Moreover some sections of the screen may update several milliseconds later than others. These details vary considerably between screen technologies and device models.
13 Example of screen brightness as a function of time during transition from black to white (blue line) and from white to black (green line) on Nexus 5X. The horizontal lines show the thresholds used by WALT for timing the transition (see #80).
22 Black to white: 47.3 ms (N=50)
23 White to black: 50.2 ms (N=50)
  /external/libopus/doc/
opus_in_isobmff.css 29 border : 1px solid black;
43 border : 1px solid black;
  /external/adhd/scripts/mic_testing/frontend/
audio.css 37 color: black;
39 border: 1px solid black;
49 color: black;
51 border: 1px solid black;
  /external/ImageMagick/coders/
debug.c 242 black[MagickPathExtent];
244 (void) FormatLocaleString(black,MagickPathExtent,",%.20g ",
245 (double) pixel.black);
246 (void) ConcatenateMagickString(tuple,black,MagickPathExtent);
237 black[MagickPathExtent]; local
  /external/fonttools/Snippets/
interpolate.py 6 # Roboto-Black.ttf from /tmp/Roboto, and writes a Multiple Master GX
10 # "Bold", and "Black".
49 ("Black", 900)):
67 def AddGlyphVariations(font, thin, regular, black):
76 blackCoord = GetCoordinates(black, glyphName)
135 black = TTFont("/tmp/Roboto/Roboto-Black.ttf")
138 AddGlyphVariations(out, thin, regular, black)
  /cts/tests/app/app/src/android/app/stubs/
BubblesTestActivity.java 67 .setIcon(Icon.createWithResource(context, R.drawable.black))
71 .setSmallIcon(R.drawable.black)
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
scan.css 13 background-color:black;

Completed in 537 milliseconds

1 2 3 4 5 6 7 8 9