HomeSort by relevance Sort by last modified time
    Searched full:black (Results 26 - 50 of 2836) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/DevCamera/res/values/
colors.xml 4 <color name="black">#000000</color>
  /prebuilts/go/darwin-x86/src/image/
names.go 12 // Black is an opaque black uniform image.
13 Black = NewUniform(color.Black)
  /prebuilts/go/linux-x86/src/image/
names.go 12 // Black is an opaque black uniform image.
13 Black = NewUniform(color.Black)
  /system/connectivity/shill/
shill.rc 5 service shill /system/bin/shill --device-black-list=sit0,dummy0,p2p0
  /development/samples/WiktionarySimple/res/values/
styles.xml 25 <item name="android:textColor">@android:color/black</item>
32 <item name="android:textColor">@android:color/black</item>
38 <item name="android:textColor">@android:color/black</item>
44 <item name="android:textColor">@android:color/black</item>
49 <item name="android:textColor">@android:color/black</item>
  /cts/apps/CameraITS/tests/inprog/
test_param_black_level_lock.py 25 """Test that when the black level is locked, it doesn't change.
27 Shoot with the camera covered (i.e.) dark/black. The test varies the
28 sensitivity parameter and checks if the black level changes.
44 # The most frequent pixel value in each image; assume this is the black
70 # Check that the black levels are all the same.
71 print "Black levels:", modes
  /external/kernel-headers/original/uapi/linux/
am437x-vpfe.h 37 /* enum for No of pixel per line to be avg. in Black Clamping*/
46 /* enum for No of lines in Black Clamping */
74 /* structure for Black Clamping */
89 /* structure for Black Level Compensation */
109 /* Structure for Optical Black Clamp */
111 /* Structure for Black Compensation */
  /packages/inputmethods/LatinIME/java/res/values/
emoji-categories.xml 58 <item>2734</item> <!-- EIGHT POINTED BLACK STAR -->
63 <item>27a1</item> <!-- BLACK RIGHTWARDS ARROW -->
68 <item>25c0</item> <!-- BLACK LEFT-POINTING TRIANGLE -->
69 <item>25b6</item> <!-- BLACK ROGHT-POINTING TRIANGLE -->
71 <item>25aa</item> <!-- BLACK SMALL SQUARE -->
73 <item>2660</item> <!-- BLACK SPADE SUIT -->
74 <item>2665</item> <!-- BLACK HEART SUIT -->
75 <item>2663</item> <!-- BLACK CLUB SUIT -->
76 <item>2666</item> <!-- BLACK DIAMOND SUIT -->
85 <item>2764</item> <!-- HEAVY BLACK HEART --
    [all...]
  /development/samples/training/threadsample/res/values/
styles.xml 18 Defines a style resource for a black background
22 <item name="android:windowBackground">@android:color/black</item>
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/testharness/
testharness.css 7 color: black;
18 border: 1px solid black;
50 border-bottom:medium solid black;
56 border-bottom:thin solid black;
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
pie_chart.css 15 stroke: 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);
  /packages/experimental/DreamTheater/res/values/
styles.xml 4 parent="@android:style/Theme.Black.NoTitleBar.Fullscreen">
  /packages/screensavers/WebView/assets/
default.html 5 background-color: black;
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
config-highlight.def 19 break-foreground= black
26 cursor-foreground= black
50 break-foreground= black
57 cursor-foreground= black
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
config-highlight.def 19 break-foreground= black
26 cursor-foreground= black
50 break-foreground= black
57 cursor-foreground= black
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
config-highlight.def 19 break-foreground= black
26 cursor-foreground= black
50 break-foreground= black
57 cursor-foreground= black
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
config-highlight.def 19 break-foreground= black
26 cursor-foreground= black
50 break-foreground= black
57 cursor-foreground= black
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/
text-shadow-interpolation.html 22 from: '15px 10px 5px black',
25 {at: -0.3, is: '24px 16px 0px black'},
26 {at: 0, is: '15px 10px 5px 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
  /development/samples/Wiktionary/res/values/
styles.xml 25 <item name="android:textColor">@android:color/black</item>
32 <item name="android:textColor">@android:color/black</item>
38 <item name="android:textColor">@android:color/black</item>
44 <item name="android:textColor">@android:color/black</item>
49 <item name="android:textColor">@android:color/black</item>
  /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 )
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintFlagsDrawFilterTest.java 65 c.drawColor(Color.BLACK);
72 combinedBitmap.eraseColor(Color.BLACK);
81 assertEquals(Color.BLACK, pixelWithFilter);
113 // Create a bitmap with alternating black and white pixels.
116 int colors[] = new int [] { Color.WHITE, Color.BLACK };
128 // will be either black or white.
134 // Drawn without FILTER_BITMAP_FLAG, all pixels will be black or white.
148 // either black or white.
162 // Assert that at least one pixel is neither black nor white. This is used to verify that
163 // filtering was done, since the original bitmap only contained black and white pixels
    [all...]
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
XYPlotWithBgImgActivity.java 35 plot.getGraphWidget().getDomainGridLinePaint().setColor(Color.BLACK);
37 plot.getGraphWidget().getRangeGridLinePaint().setColor(Color.BLACK);
39 plot.getGraphWidget().getDomainOriginLinePaint().setColor(Color.BLACK);
40 plot.getGraphWidget().getRangeOriginLinePaint().setColor(Color.BLACK);
56 Color.BLACK,
57 Color.BLACK,

Completed in 1293 milliseconds

12 3 4 5 6 7 8 91011>>