Home
last modified time | relevance | path

Searched refs:Red (Results 1 – 25 of 144) sorted by relevance

123456

/external/elfutils/config/
Dversion.h.in2 Copyright (C) 2008 Red Hat, Inc.
3 This file is part of Red Hat elfutils.
5 Red Hat elfutils is free software; you can redistribute it and/or modify
9 Red Hat elfutils is distributed in the hope that it will be useful, but
15 with Red Hat elfutils; if not, write to the Free Software Foundation,
18 In addition, as a special exception, Red Hat, Inc. gives You the
19 additional right to link the code of Red Hat elfutils with code licensed
24 this exception must only link to the code of Red Hat elfutils through
29 work to be covered by the GNU General Public License. Only Red Hat,
31 Red Hat's grant of this exception is conditioned upon your not adding
[all …]
/external/webkit/Source/WebCore/platform/graphics/gpu/
DPODRedBlackTree.h194 Red = 1, enumerator
209 , m_color(Red) in Node()
439 x->setColor(Red); in insertNode()
447 while (x != m_root && x->parent()->color() == Red) { in insertNode()
450 if (y && y->color() == Red) { in insertNode()
455 x->parent()->parent()->setColor(Red); in insertNode()
470 x->parent()->parent()->setColor(Red); in insertNode()
477 if (y && y->color() == Red) { in insertNode()
482 x->parent()->parent()->setColor(Red); in insertNode()
497 x->parent()->parent()->setColor(Red); in insertNode()
[all …]
/external/elfutils/backends/
Dx86_64_reloc.def2 Copyright (C) 2000, 2001, 2002, 2003, 2005 Red Hat, Inc.
3 This file is part of Red Hat elfutils.
5 Red Hat elfutils is free software; you can redistribute it and/or modify
9 Red Hat elfutils is distributed in the hope that it will be useful, but
15 with Red Hat elfutils; if not, write to the Free Software Foundation,
18 Red Hat elfutils is an included package of the Open Invention Network.
Dalpha_reloc.def2 Copyright (C) 2005 Red Hat, Inc.
3 This file is part of Red Hat elfutils.
5 Red Hat elfutils is free software; you can redistribute it and/or modify
9 Red Hat elfutils is distributed in the hope that it will be useful, but
15 with Red Hat elfutils; if not, write to the Free Software Foundation,
18 Red Hat elfutils is an included package of the Open Invention Network.
Dsh_reloc.def2 Copyright (C) 2005 Red Hat, Inc.
3 This file is part of Red Hat elfutils.
5 Red Hat elfutils is free software; you can redistribute it and/or modify
9 Red Hat elfutils is distributed in the hope that it will be useful, but
15 with Red Hat elfutils; if not, write to the Free Software Foundation,
18 Red Hat elfutils is an included package of the Open Invention Network.
Di386_reloc.def2 Copyright (C) 2000, 2001, 2002, 2003, 2005 Red Hat, Inc.
3 This file is part of Red Hat elfutils.
5 Red Hat elfutils is free software; you can redistribute it and/or modify
9 Red Hat elfutils is distributed in the hope that it will be useful, but
15 with Red Hat elfutils; if not, write to the Free Software Foundation,
18 Red Hat elfutils is an included package of the Open Invention Network.
Darm_reloc.def2 Copyright (C) 2005 Red Hat, Inc.
3 This file is part of Red Hat elfutils.
5 Red Hat elfutils is free software; you can redistribute it and/or modify
9 Red Hat elfutils is distributed in the hope that it will be useful, but
15 with Red Hat elfutils; if not, write to the Free Software Foundation,
18 Red Hat elfutils is an included package of the Open Invention Network.
Dsparc_reloc.def2 Copyright (C) 2005 Red Hat, Inc.
3 This file is part of Red Hat elfutils.
5 Red Hat elfutils is free software; you can redistribute it and/or modify
9 Red Hat elfutils is distributed in the hope that it will be useful, but
15 with Red Hat elfutils; if not, write to the Free Software Foundation,
18 Red Hat elfutils is an included package of the Open Invention Network.
Ds390_reloc.def2 Copyright (C) 2005, 2006 Red Hat, Inc.
3 This file is part of Red Hat elfutils.
5 Red Hat elfutils is free software; you can redistribute it and/or modify
9 Red Hat elfutils is distributed in the hope that it will be useful, but
15 with Red Hat elfutils; if not, write to the Free Software Foundation,
18 Red Hat elfutils is an included package of the Open Invention Network.
Dia64_reloc.def2 Copyright (C) 2005, 2006 Red Hat, Inc.
3 This file is part of Red Hat elfutils.
5 Red Hat elfutils is free software; you can redistribute it and/or modify
9 Red Hat elfutils is distributed in the hope that it will be useful, but
15 with Red Hat elfutils; if not, write to the Free Software Foundation,
18 Red Hat elfutils is an included package of the Open Invention Network.
Dppc_reloc.def2 Copyright (C) 2005 Red Hat, Inc.
3 This file is part of Red Hat elfutils.
5 Red Hat elfutils is free software; you can redistribute it and/or modify
9 Red Hat elfutils is distributed in the hope that it will be useful, but
15 with Red Hat elfutils; if not, write to the Free Software Foundation,
18 Red Hat elfutils is an included package of the Open Invention Network.
Dppc64_reloc.def2 Copyright (C) 2005 Red Hat, Inc.
3 This file is part of Red Hat elfutils.
5 Red Hat elfutils is free software; you can redistribute it and/or modify
9 Red Hat elfutils is distributed in the hope that it will be useful, but
15 with Red Hat elfutils; if not, write to the Free Software Foundation,
18 Red Hat elfutils is an included package of the Open Invention Network.
/external/clang/test/Index/
Dannotate-tokens.c11 enum Color { Red, Green, Blue }; enumerator
25 case Red: in g()
32 return Red; in g()
Dload-decls.c2 Red, enumerator
6 Rouge = Red
Dcomplete-enums.cpp5 Red = 17, enumerator
13 case Color::Red; in f()
Dcomplete-type-factors.m4 Red, Green, Blue
31 [a method:Red priority:High];
32 [A method:Red priority:Low];
46 // CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Red} (32)
61 // CHECK-CC2: EnumConstantDecl:{ResultType enum Color}{TypedText Red} (16)
77 // CHECK-CC3: EnumConstantDecl:{ResultType enum Color}{TypedText Red} (65)
93 // CHECK-CC4: EnumConstantDecl:{ResultType enum Color}{TypedText Red} (16)
111 // CHECK-CC6: EnumConstantDecl:{ResultType enum Color}{TypedText Red} (16)
124 // CHECK-CC7: EnumConstantDecl:{ResultType enum Color}{TypedText Red} (16)
136 // CHECK-CC8: EnumConstantDecl:{ResultType enum Color}{TypedText Red} (65)
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DEnumMapTest.java38 Red, Green, Blue {}; enumConstant
111 enumEmptyMap.put(Color.Red, 2); in test_ConstructorLjava_lang_Class()
123 enumSizeMap.put(Color.Red, 2); in test_ConstructorLjava_lang_Class()
135 enumSizeMap.put(Color.Red, 2); in test_ConstructorLjava_lang_Class()
164 assertNull("Constructor fails", enumMap.get(Color.Red)); //$NON-NLS-1$ in test_ConstructorLjava_util_EnumMap()
165 enumMap.put(Color.Red, 1); in test_ConstructorLjava_util_EnumMap()
166 assertEquals("Wrong value", 1, enumMap.get(Color.Red)); //$NON-NLS-1$ in test_ConstructorLjava_util_EnumMap()
213 assertNull("Constructor fails", enumMap.get(Color.Red)); //$NON-NLS-1$ in test_ConstructorLjava_util_Map()
214 enumMap.put(Color.Red, 1); in test_ConstructorLjava_util_Map()
215 assertEquals("Wrong value", 1, enumMap.get(Color.Red)); //$NON-NLS-1$ in test_ConstructorLjava_util_Map()
[all …]
/external/clang/test/CodeCompletion/
Denum-switch-case.c2 Red, enumerator
13 case Red:
Denum-switch-case.cpp3 Red, enumerator
15 case N::Red:
/external/clang/test/FixIt/
Dtypo.c15 enum Color { Red, Green, Blue }; enumerator
25 2.71818, 5.0, 6.0, Red
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DEnumTest.java45 Red, Green, Blue {}; enumConstant
224 enumColorMap.put(Color.Red, 1); in testSerializationSelf()
253 enumColorMap.put(Color.Red, 1); in testSerializationCompatibility()
/external/jmonkeyengine/engine/src/test/jme3test/games/
DCubeField.java132 obstacleColors.add(ColorRGBA.Red); in gameReset()
216 playerMaterial.setColor("Color", ColorRGBA.Red); in createPlayer()
381 obstacleColors.set(0, ColorRGBA.Red); in colorLogic()
386 obstacleColors.add(ColorRGBA.Red); in colorLogic()
389 playerMaterial.setColor("Color", ColorRGBA.Red); in colorLogic()
/external/jmonkeyengine/engine/src/android/jme3test/android/
DSimpleTexturedTest.java83 material.setColor("Color", ColorRGBA.Red); in simpleInitApp()
85 materialMonkey.setColor("Color", ColorRGBA.Red); in simpleInitApp()
/external/clang/test/PCH/
Denum.c8 int i = Red;
/external/jmonkeyengine/engine/src/core-data/Common/Materials/
DRedColor.j3m1 Material Red Color : Common/MatDefs/Misc/Unshaded.j3md {

123456