/external/opencore/oscl/oscl/osclbase/src/ |
oscl_tree.h | 32 \brief The file oscl_tree.h defines the template class Oscl_Rb_Tree which has a very similar API as the STL Tree class. It is an implementation of a Red-Black Tree for use by the Oscl_Map class. Memory allocation is abstracted through the use of an allocator template parameter. 62 typedef enum RedBl {red, black} color_type; enumerator in enum:Oscl_Rb_Tree_Node_Base::RedBl
|
/external/skia/src/xml/ |
SkParseColor.cpp | 51 { "black", 0x000000 }, 240 0x89811ac0, 0x00000000, // black
|
/external/webkit/WebCore/inspector/front-end/ |
Color.js | 372 "000000": [[0, 0, 0], [0, 0, 0], "black"], 521 "black": "000000",
|
inspector.css | 396 color: black; 703 color: black; 1036 color: black; 1050 color: black; 1109 color: black; 1223 color: black; 1493 color: black !important; [all...] |
/external/webkit/WebCore/rendering/ |
RenderTheme.cpp | 551 // Use a black color by default. 552 return Color::black; [all...] |
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
TextRunBreaker.java | 613 * Creates the black box bounds shape 616 * @return black box bounds shape
|
TextRunSegmentImpl.java | 334 * Creates black box bounds shape for the specified range 337 * @return black box bounds shape [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
DeskClock.java | 108 // Delay before engaging the burn-in protection mode (green-on-black). 118 // Opacity of black layer between clock display and wallpaper. [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
UserDictionaryToolsList.java | 483 ((TextView)v).setTextColor(Color.BLACK); 485 ((TextView)sFocusingPairView).setTextColor(Color.BLACK);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_video.c | 498 Uint32 black; local 500 black = SDL_MapRGB(surface->format, 0, 0, 0); 501 SDL_FillRect(surface, NULL, black); 504 SDL_FillRect(surface, NULL, black); 707 /* Clear the surface to black */ [all...] |
/external/quake/quake/src/QW/docs/ |
qwcl-readme.txt | 310 The color black doesn't change with palette flashes sometimes
313 flash happens, we can change all the colors, including black.
314 However, on NT DirectDraw currently doesn't allow changing black;
315 likewise, on both NT and Win95, black can't be changed in a window,
318 status bar and the spray where a shotgun blast hits) stay black when
[all...] |
/frameworks/base/docs/html/guide/developing/ |
other-ide.jd | 663 <pre class="no-pretty-print" style="color:black"> 675 <pre class="no-pretty-print" style="color:black">android.library=true</pre> [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
alldiffs_index_all.html | 78 <p><div style="line-height:1.5em;color:black"> 411 <p><div style="line-height:1.5em;color:black"> [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
alldiffs_index_all.html | 79 <p><div style="line-height:1.5em;color:black"> 114 <p><div style="line-height:1.5em;color:black"> 381 <p><div style="line-height:1.5em;color:black"> 436 <p><div style="line-height:1.5em;color:black"> [all...] |
/external/icu4c/test/cintltst/ |
capitst.c | 343 /* u_uastrcpy(source, "black-bird"); 345 u_uastrcpy(target, "black-bird"); 349 "black-bird > blackbird comparison failed"); 350 u_uastrcpy(source, "black bird"); 351 u_uastrcpy(target, "black-bird"); 353 "black bird < black-bird comparison failed"); [all...] |
cmsccoll.c | 147 "black bird", 148 "black-bird", 150 "black Bird", 151 "black-Bird", 153 "black birds", 154 "black-birds", 171 "black bird", 172 "black Bird", 173 "black birds", 174 "black-bird" [all...] |
/external/webkit/WebCore/editing/ |
SelectionController.cpp | [all...] |
/dalvik/libcore/json/src/test/java/org/json/ |
JSONArrayTest.java | 26 * This black box test was written without inspecting the non-free org.json sourcecode.
|
JSONTokenerTest.java | 23 * This black box test was written without inspecting the non-free org.json sourcecode.
|
/external/icu4c/test/perf/perldriver/ |
Output.pm | 227 A:link { color: black; font-weight: normal; text-decoration: none} /* unvisited links */
|
/external/icu4c/test/testdata/ |
ssearch.xml | 200 <pre>black-bird </pre><m>blackbird</m><post>...</post>
|
/external/jpeg/ |
jccolor.c | 222 * conversion as above, while passing K (black) unchanged.
|
/external/junit/src/junit/awtui/ |
TestRunner.java | 544 fStatusLine.setForeground(Color.black);
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzWM.m | 55 /* copy data and mask, extending the mask to all black pixels because the inversion effect doesn't work with Cocoa's alpha-blended cursors */
|
/external/skia/include/core/ |
SkFontHost.h | 229 /** Return NULL or a pointer to 256 bytes for the black (table[0]) and
|