/frameworks/base/core/tests/coretests/res/layout/ |
visibility.xml | 35 android:background="@drawable/red"
|
visibility_callback.xml | 35 android:background="@drawable/red"
|
/frameworks/base/opengl/libs/ |
entries.in | 14 GL_ENTRY(void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 27 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 28 GL_ENTRY(void, glClearColorx, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) 29 GL_ENTRY(void, glClearColorxOES, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) 40 GL_ENTRY(void, glColor4f, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) 41 GL_ENTRY(void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) 42 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) 43 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) 44 GL_ENTRY(void, glColorMask, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
GLES11.spec | 6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
|
GLES11Ext.spec | 15 void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) 18 void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
|
/hardware/libhardware/modules/gralloc/ |
framebuffer.cpp | 178 info.red.offset = 11; 179 info.red.length = 5; 251 info.red.offset, info.red.length,
|
/packages/apps/Settings/res/layout/ |
credentials_password_dialog.xml | 38 android:textColor="@color/red"
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
CaptureRenderer.java | 67 g.setColor(Color.RED);
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
EnumMapTest.java | 45 Red, Green, Blue {}; 124 enumEmptyMap.put(Color.Red, 2); 136 enumSizeMap.put(Color.Red, 2); 148 enumSizeMap.put(Color.Red, 2); 183 assertNull("Constructor fails", enumMap.get(Color.Red)); //$NON-NLS-1$ 184 enumMap.put(Color.Red, 1); 185 assertEquals("Wrong value", 1, enumMap.get(Color.Red)); //$NON-NLS-1$ 238 assertNull("Constructor fails", enumMap.get(Color.Red)); //$NON-NLS-1$ 239 enumMap.put(Color.Red, 1); 240 assertEquals("Wrong value", 1, enumMap.get(Color.Red)); //$NON-NLS-1 [all...] |
/packages/apps/Settings/res/values-es-rUS/ |
strings.xml | 153 <string name="radio_info_current_network_label" msgid="3256402602440102610">"Red actual:"</string> 164 <string name="radio_info_network_type_label" msgid="3706382548257257987">"Tipo de red:"</string> 165 <string name="radio_info_set_perferred_label" msgid="9039200405863503267">"Establecer el tipo de red preferida:"</string> 210 <string name="wireless_networks_settings_title" msgid="149274247949769551">"Configuración inalámbrica y de red"</string> 215 <string name="roaming_reenable_message" msgid="9141007271031717369">"Has perdido la conectividad de los datos porque has dejado la red doméstica con roaming de datos desactivado."</string> 220 <string name="sum_carrier_select" msgid="6648929373316748020">"Seleccionar un operador de red"</string> 224 <string name="date_time_auto_summaryOn" msgid="9034585614665299846">"Utilizar valores proporcionados por la red"</string> 225 <string name="date_time_auto_summaryOff" msgid="3900356736797266448">"Utilizar valores proporcionados por la red"</string> [all...] |
/bionic/libc/kernel/common/linux/ |
fb.h | 216 struct fb_bitfield red; member in struct:fb_var_screeninfo 246 __u16 *red; member in struct:fb_cmap
|
/cts/tests/res/values/ |
styles.xml | 66 <item name="android:textColorHint">@drawable/red</item> 75 <item name="android:textColorHighlight">@drawable/red</item>
|
/cts/tests/tests/text/src/android/text/style/cts/ |
BulletSpanTest.java | 67 BulletSpan b = new BulletSpan(BulletSpan.STANDARD_GAP_WIDTH, Color.RED); 182 BulletSpan bulletSpan = new BulletSpan(BulletSpan.STANDARD_GAP_WIDTH, Color.RED);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CompressedTextureActivity.java | 141 byte red = (byte)(255-2*t); 147 image.put(red);
|
/external/blktrace/ |
rbtree.h | 2 Red Black Trees 29 order as a red leaf in the tree, then the support library function
|
/external/iproute2/examples/diffserv/ |
afcbq | 5 # 4 AF classes using GRED and one BE using RED 104 print "$TC qdisc add $DEV parent 2:5 red limit 60KB min 15KB max 45KB ".
|
/external/kernel-headers/original/linux/ |
rbtree.h | 2 Red Black Trees 29 order as a red leaf in the tree, then the support library function
|
/external/opencore/doc/oscl_html/ |
oscl__tree_8h.html | 9 <hr><h1>oscl_tree.h File Reference</h1>The file <a class="el" href="oscl__tree_8h.html">oscl_tree.h</a> defines the template class <a class="el" href="classOscl__Rb__Tree.html">Oscl_Rb_Tree</a> which has a very similar API as the STL Tree class. It is an implementation of a Red-Black Tree for use by the <a class="el" href="classOscl__Map.html">Oscl_Map</a> class. Memory allocation is abstracted through the use of an allocator template parameter. 30 The file <a class="el" href="oscl__tree_8h.html">oscl_tree.h</a> defines the template class <a class="el" href="classOscl__Rb__Tree.html">Oscl_Rb_Tree</a> which has a very similar API as the STL Tree class. It is an implementation of a Red-Black Tree for use by the <a class="el" href="classOscl__Map.html">Oscl_Map</a> class. Memory allocation is abstracted through the use of an allocator template parameter.
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemvideo.h | 64 Uint32 red, green, blue, alpha; /* Screen components */ member in struct:SDL_PrivateVideoData 110 #define VDI_redmask (this->hidden->red)
|
/external/qemu/ |
sys-tree.h | 43 * splay trees and red-black trees. 57 * A red-black tree is a binary search tree with the node color as an 61 * - each red node (except for the root) has a black parent, 64 * Every operation on a red-black tree is bounded as O(lg n). 65 * The maximum height of a red-black tree is 2lg (n+1). 301 /* Macros that define a red-black tree */ 337 #define RB_SET_BLACKRED(black, red, field) do { \ 339 RB_COLOR(red, field) = RB_RED; \ [all...] |
/external/quake/quake/src/WinQuake/ |
quake-rogue.spec.sh | 77 Three Team - Red, Blue, and the new Rogue (pun intended) Grey team. The good 78 news? You can take either flag and bring to it either Red or Blue base. The
|
/external/webkit/WebCore/manual-tests/ |
linkjump-2.html | 31 <p><a href="#anchor">2. Click here. Page should scroll just a little bit, to the top of the red box below.</a></p> 33 <div style="width:100%; border:1px red solid; height:1000px;"></div>
|
/external/webkit/WebCore/platform/graphics/gtk/ |
ImageGtk.cpp | 136 * the upper 8 bits, then red, then green, then blue. The 32-bit 138 * (That is, 50% transparent red is 0x80800000, not 0x80ff0000.)"
|
/frameworks/base/core/jni/android/graphics/ |
Shader.cpp | 17 static void Color_RGBToHSV(JNIEnv* env, jobject, int red, int green, int blue, jfloatArray hsvArray) 20 SkRGBToHSV(red, green, blue, hsv);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
fb.h | 216 struct fb_bitfield red; member in struct:fb_var_screeninfo 246 __u16 *red; member in struct:fb_cmap
|