/external/elfutils/config/ |
D | version.h.in | 2 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/ |
D | PODRedBlackTree.h | 194 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/ |
D | x86_64_reloc.def | 2 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.
|
D | alpha_reloc.def | 2 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.
|
D | sh_reloc.def | 2 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.
|
D | i386_reloc.def | 2 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.
|
D | arm_reloc.def | 2 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.
|
D | sparc_reloc.def | 2 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.
|
D | s390_reloc.def | 2 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.
|
D | ia64_reloc.def | 2 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.
|
D | ppc_reloc.def | 2 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.
|
D | ppc64_reloc.def | 2 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/ |
D | annotate-tokens.c | 11 enum Color { Red, Green, Blue }; enumerator 25 case Red: in g() 32 return Red; in g()
|
D | load-decls.c | 2 Red, enumerator 6 Rouge = Red
|
D | complete-enums.cpp | 5 Red = 17, enumerator 13 case Color::Red; in f()
|
D | complete-type-factors.m | 4 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/ |
D | EnumMapTest.java | 38 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/ |
D | enum-switch-case.c | 2 Red, enumerator 13 case Red:
|
D | enum-switch-case.cpp | 3 Red, enumerator 15 case N::Red:
|
/external/clang/test/FixIt/ |
D | typo.c | 15 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/ |
D | EnumTest.java | 45 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/ |
D | CubeField.java | 132 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/ |
D | SimpleTexturedTest.java | 83 material.setColor("Color", ColorRGBA.Red); in simpleInitApp() 85 materialMonkey.setColor("Color", ColorRGBA.Red); in simpleInitApp()
|
/external/clang/test/PCH/ |
D | enum.c | 8 int i = Red;
|
/external/jmonkeyengine/engine/src/core-data/Common/Materials/ |
D | RedColor.j3m | 1 Material Red Color : Common/MatDefs/Misc/Unshaded.j3md {
|