HomeSort by relevance Sort by last modified time
    Searched full:red (Results 901 - 925 of 1814) sorted by null

<<31323334353637383940>>

  /cts/tools/spec-progress/src/
SpecProgressDoclet.java 91 * Red: the element violates at least one of the above rules.
104 * Red: At least on the children is red.
106 * Yellow: None of the children are red and at least one of the children is
201 * Holds the total number of elements per status value (red, yellow,
660 printer.println(" <td>#Red</td>");
    [all...]
  /external/kernel-headers/original/linux/
fb.h 227 struct fb_bitfield red; /* bitfield in fb mem if true color, */ member in struct:fb_var_screeninfo
258 __u16 *red; /* Red values */ member in struct:fb_cmap
461 __u16 __user *red; /* Red values */ member in struct:fb_cmap_user
584 int (*fb_setcolreg)(unsigned regno, unsigned red, unsigned green,
    [all...]
  /cts/tools/vm-tests/etc/
starttests 229 # because of exception. If ok -> green report line else red report with info
278 echo "<br>error: green & red != total , $jallcalccnt -ne $jallcnt" >> $report
  /development/pdk/docs/porting/
debugging_gdb.jd 106 If you see the red LED flashing it means a process is in that new
119 manner. When one of them crashes, the tombstone is processed as usual, an explicit message is printed into the log, and the red LED starts
  /external/dbus/bus/
main.c 4 * Copyright (C) 2003 Red Hat, Inc.
78 "Copyright (C) 2002, 2003 Red Hat, Inc., CodeFactory AB, and others\n"
  /external/elfutils/config/
Makefile 106 PACKAGE_NAME = Red Hat elfutils
107 PACKAGE_STRING = Red Hat elfutils 0.97
  /external/elfutils/doc/
Makefile 104 PACKAGE_NAME = Red Hat elfutils
105 PACKAGE_STRING = Red Hat elfutils 0.97
  /external/elfutils/libebl/
eblgstrtab.c 2 Copyright (C) 2000, 2001, 2002 Red Hat, Inc.
182 tree algorith (AVL, red-black trees). For now a simple, correct
eblstrtab.c 2 Copyright (C) 2000, 2001, 2002 Red Hat, Inc.
177 tree algorith (AVL, red-black trees). For now a simple, correct
eblwstrtab.c 2 Copyright (C) 2000, 2001, 2002 Red Hat, Inc.
177 tree algorith (AVL, red-black trees). For now a simple, correct
  /external/elfutils/m4/
Makefile 104 PACKAGE_NAME = Red Hat elfutils
105 PACKAGE_STRING = Red Hat elfutils 0.97
  /external/libpng/contrib/visupng/
PngFile.c 194 pBkgColor->red = (byte) pBackground->red;
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 408 // Make the font color red if this is an input file that can't be read.
412 jarNameLabel.setForeground(Color.red);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 156 int (*SetGamma)(_THIS, float red, float green, float blue);
159 int (*GetGamma)(_THIS, float *red, float *green, float *blue);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86vmstr.h 462 CARD32 red B32;
477 CARD32 red B32;
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.h 183 int QZ_SetGamma (_THIS, float red, float green, float blue);
184 int QZ_GetGamma (_THIS, float *red, float *green, float *blue);
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosmouse.c 359 block[2] = 255; /* red component*/
367 block[2] = 0; /* red component*/
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 162 int32_t needsScale = (array[0] - one) | // red axis
166 int32_t needs3x3 = array[1] | array[2] | // red off-axis
  /external/stlport/stlport/stl/
_set.h 82 _Rep_type _M_t; // red-black tree representing set
253 _Rep_type _M_t; // red-black tree representing multiset
  /external/webkit/WebCore/manual-tests/inspector/
display-form-data.html 80 with the parenthesized part in red.
82 with the parenthesized part in red.
  /external/webkit/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 132 pixelColor = Color(lookUpTable[pixelColor.red()],
190 destRows[basex] = pixelColor.red();
  /frameworks/base/core/res/res/values-es/
strings.xml 158 <string name="permgrouplab_network" msgid="5808983377727109831">"Comunicación de red"</string>
159 <string name="permgroupdesc_network" msgid="5035763698958415998">"Permite que las aplicaciones accedan a distintas funciones de red."</string>
    [all...]
  /ndk/samples/bitmap-plasma/jni/
plasma.c 140 static uint16_t make565(int red, int green, int blue)
142 return (uint16_t)( ((red << 8) & 0xf800) |
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 590 for ( i=0; i<vinfo.red.length; ++i ) {
592 vformat->Rmask |= (0x00000001<<vinfo.red.offset);
775 fprintf(stderr, "\tred: %d/%d\n", vinfo->red.length, vinfo->red.offset);
965 vinfo.red.length = vinfo.red.offset = 0;
1002 for ( i=0; i<vinfo.red.length; ++i ) {
1004 Rmask |= (0x00000001<<vinfo.red.offset);
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 369 return CreatePen(penStyle, width, RGB(col.red(), col.green(), col.blue()));
374 return CreateSolidBrush(RGB(col.red(), col.green(), col.blue()));
969 OwnPtr<HBRUSH> hbrush(CreateSolidBrush(RGB(color.red(), color.green(), color.blue())));
    [all...]

Completed in 163 milliseconds

<<31323334353637383940>>