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

1 2 3 4 5 6 7 891011>>

  /external/libogg/doc/libogg/
oggpack_writetrunc.html 8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
24 <table border=0 color=black cellspacing=0 cellpadding=7>
  /external/libvorbis/doc/vorbisfile/
chainingexample.html 8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
27 <table border=0 width=100% color=black cellspacing=0 cellpadding=7>
41 <table border=0 width=100% color=black cellspacing=0 cellpadding=7>
55 <table border=0 width=100% color=black cellspacing=0 cellpadding=7>
75 <table border=0 width=100% color=black cellspacing=0 cellpadding=7>
97 <table border=0 width=100% color=black cellspacing=0 cellpadding=7>
124 <table border=0 width=100% color=black cellspacing=0 cellpadding=7>
145 <table border=0 width=100% color=black cellspacing=0 cellpadding=7>
ov_pcm_tell.html 8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
23 <table border=0 color=black cellspacing=0 cellpadding=7>
ov_seekable.html 8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
24 <table border=0 color=black cellspacing=0 cellpadding=7>
ov_streams.html 8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
23 <table border=0 color=black cellspacing=0 cellpadding=7>
ov_time_tell.html 8 <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
23 <table border=0 color=black cellspacing=0 cellpadding=7>
  /external/libxml2/test/SVG/
bike.xml 18 <symbol id="hub"><desc>black anodised low torsion hub</desc>
34 <use href="id(lacing)" style="rotation: 20deg; fillcolor: black"/>
  /frameworks/base/core/res/res/drawable/
ic_audio_media_mute.xml 24 android:fillColor="@color/black"
27 android:fillColor="@color/black"
  /frameworks/base/core/res/res/values/
colors_legacy.xml 36 <color name="legacy_primary_dark">@color/black</color>
43 <color name="legacy_light_primary_dark">@color/black</color>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardPreviewContainer.java 29 * A view group which contains the preview of phone/camera and draws a black bar at the bottom as
39 canvas.drawColor(Color.BLACK);
  /frameworks/rs/java/tests/ImageProcessing2/res/values/
strings.xml 27 <string name="in_black">In Black</string>
28 <string name="out_black">Out Black</string>
  /frameworks/rs/java/tests/ImageProcessing_jb/res/values/
strings.xml 27 <string name="in_black">In Black</string>
28 <string name="out_black">Out Black</string>
  /frameworks/support/design/res/values/
colors.xml 24 <!-- Color for the bottom outer pixels in the stroke: 6% black (these are multiplied) -->
26 <!-- Color for the bottom inner pixels in the stroke: 4% black (these are multiplied) -->
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
rpr220.cxx 56 cout << "Black detected" << endl;
58 cout << "Black NOT detected" << endl;
  /hardware/bsp/intel/peripheral/libupm/examples/java/
RPR220Sample.java 45 System.out.println("Black detected");
47 System.out.println("Black NOT detected");
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
rpr220.js 38 console.log("Black detected");
40 console.log("Black NOT detected");
  /hardware/bsp/intel/peripheral/libupm/examples/python/
rpr220.py 52 print "Black detected"
54 print "Black NOT detected"
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherRootView.java 25 mOpaquePaint.setColor(Color.BLACK);
65 // If the right inset is opaque, draw a black rectangle to ensure that is stays opaque.
  /packages/apps/TV/res/layout/
tunable_tv_view.xml 35 android:background="@android:color/black" />
45 android:background="@android:color/black" />
  /prebuilts/sdk/current/support/design/res/values/
colors.xml 24 <!-- Color for the bottom outer pixels in the stroke: 6% black (these are multiplied) -->
26 <!-- Color for the bottom inner pixels in the stroke: 4% black (these are multiplied) -->
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ColorDrawableTest.java 125 d.setColorFilter(Color.BLACK, Mode.SRC_OVER);
126 assertEquals(Color.BLACK, DrawableTestUtils.getPixel(d, 0, 0));
128 d.setColorFilter(new PorterDuffColorFilter(Color.BLACK, Mode.SRC_OVER));
129 assertEquals(Color.BLACK, DrawableTestUtils.getPixel(d, 0, 0));
136 d.setTint(Color.BLACK);
138 assertEquals(Color.BLACK, DrawableTestUtils.getPixel(d, 0, 0));
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
ExactCanvasTests.java 57 p.setColor(Color.BLACK);
73 p.setColor(Color.BLACK);
86 p.setColor(Color.BLACK);
111 p.setColor(Color.BLACK);
133 canvas.drawColor(Color.BLACK);
178 p.setColor(Color.BLACK);
  /external/mesa3d/src/gallium/tests/graw/
fs-fragcoord.c 106 "PROPERTY FS_COORD_ORIGIN UPPER_LEFT\n" /* upper-left = black corner */
119 "PROPERTY FS_COORD_ORIGIN LOWER_LEFT\n" /* lower-left = black corner */
133 "PROPERTY FS_COORD_PIXEL_CENTER INTEGER \n" /* pixels are black */
241 printf("frag coord origin upper-left (lower-left = black)\n");
244 printf("frag coord origin lower-left (upper-left = black)\n");
247 printf("frag coord center integer (all pixels black)\n");
  /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);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
ShapeImmutableTest.java 27 Color loaded = (Color) yaml.load("!!org.yaml.snakeyaml.immutable.Color BLACK");
28 assertEquals("BLACK", loaded.getName());
40 .load("!!org.yaml.snakeyaml.immutable.SuperColor [!!org.yaml.snakeyaml.immutable.Color BLACK]");
41 assertEquals("BLACK", superColor.getColor().getName());
47 yaml.load("!!org.yaml.snakeyaml.immutable.SuperColor BLACK");
144 assertEquals("BLACK", loaded.getColor().getName());

Completed in 6961 milliseconds

1 2 3 4 5 6 7 891011>>