/libcore/luni/src/main/java/libcore/reflect/ |
TypeVariableImpl.java | 40 return getName().equals(that.getName()) && 47 return 31 * getName().hashCode() + getGenericDeclaration().hashCode(); 75 if (name.equals(var.getName())) { 128 public String getName() {
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
IdentityScopeTest.java | 71 assertEquals("Aleksei Semenov", is.getName()); 81 assertEquals("Aleksei Semenov", is.getName()); 82 assertEquals(scope.getName(), is.getScope().getName()); 93 assertEquals(name, scope.getClass().getName());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/ |
AttrsXmlParserTest.java | 67 assertEquals("scrollbarSize", info.getAttributes()[0].getName()); 103 assertEquals("deprecated-inline", attrs[0].getName()); 107 assertEquals("deprecated-multiline", attrs[1].getName()); 112 assertEquals("deprecated-not", attrs[2].getName()); 116 assertEquals("deprecated-no-javadoc", attrs[3].getName());
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
PKIXCertPathValidatorResultTest.java | 83 fail(getName() + ": not performed (could not create test TrustAnchor)"); 118 fail(getName() + ": not performed (could not create test TrustAnchor)"); 139 fail(getName() + ": not performed (could not create test TrustAnchor)"); 158 fail(getName() + ": not performed (could not create test TrustAnchor)"); 182 fail(getName() + ": not performed (could not create test TrustAnchor)"); 209 fail(getName() + ": not performed (could not create test TrustAnchor)"); 237 fail(getName() + ": not performed (could not create test TrustAnchor)"); 262 fail(getName() + ": not performed (could not create test TrustAnchor)"); 314 fail(getName() + ": not performed (could not create test TrustAnchor)"); 336 fail(getName() + ": not performed (could not create test TrustAnchor)") [all...] |
PKIXParametersTest.java | 82 fail(getName() + ": not performed (could not create test TrustAnchor set)"); 101 fail(getName() + ": not performed (could not create test TrustAnchor set)"); 153 fail(getName() + ": not performed (could not create test TrustAnchor set)"); 195 fail(getName() + ": not performed (could not create test TrustAnchor set)"); 213 fail(getName() + ": not performed (could not create test TrustAnchor set)"); 236 fail(getName() + ": not performed (could not create test TrustAnchor set)"); 254 fail(getName() + ": not performed (could not create test TrustAnchor set)"); 276 fail(getName() + ": not performed (could not create test TrustAnchor set)"); 293 fail(getName() + ": not performed (could not create test TrustAnchor set)"); 314 fail(getName() + ": not performed (could not create test TrustAnchor set)") [all...] |
PKIXCertPathBuilderResultTest.java | 92 fail(getName() + ": not performed (could not create test TrustAnchor)"); 116 fail(getName() + ": not performed (could not create test TrustAnchor)"); 136 fail(getName() + ": not performed (could not create test TrustAnchor)"); 179 fail(getName() + ": not performed (could not create test TrustAnchor)"); 198 assertNotNull(getName() 224 fail(getName() + ": not performed (could not create test TrustAnchor)"); 252 fail(getName() + ": not performed (could not create test TrustAnchor)");
|
/external/proguard/src/proguard/classfile/editor/ |
ComparableConstant.java | 175 compare(invokeDynamicConstant.getName(clazz), 177 otherInvokeDynamicConstant.getName(clazz), 191 methodHandleConstant.getName(clazz), 194 otherMethodHandleConstant.getName(clazz), 202 refConstant.getName(clazz), 205 otherRefConstant.getName(clazz), 211 result = classConstant.getName(clazz).compareTo(((ClassConstant)otherConstant).getName(clazz)); 225 result = compare(nameAndTypeConstant.getName(clazz), 227 otherNameAndTypeConstant.getName(clazz) [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
PKIXCertPathValidatorResultTest.java | 75 fail(getName() + ": not performed (could not create test TrustAnchor)"); 110 fail(getName() + ": not performed (could not create test TrustAnchor)"); 131 fail(getName() + ": not performed (could not create test TrustAnchor)"); 149 fail(getName() + ": not performed (could not create test TrustAnchor)"); 172 fail(getName() + ": not performed (could not create test TrustAnchor)"); 198 fail(getName() + ": not performed (could not create test TrustAnchor)"); 225 fail(getName() + ": not performed (could not create test TrustAnchor)"); 249 fail(getName() + ": not performed (could not create test TrustAnchor)"); 300 fail(getName() + ": not performed (could not create test TrustAnchor)"); 321 fail(getName() + ": not performed (could not create test TrustAnchor)") [all...] |
/external/llvm/unittests/Analysis/ |
LazyCallGraphTest.cpp | 132 EXPECT_EQ("a1", A1.getFunction().getName()); 134 EXPECT_EQ("a2", A2.getFunction().getName()); 136 EXPECT_EQ("a3", A3.getFunction().getName()); 138 EXPECT_EQ("b1", B1.getFunction().getName()); 140 EXPECT_EQ("b2", B2.getFunction().getName()); 142 EXPECT_EQ("b3", B3.getFunction().getName()); 144 EXPECT_EQ("c1", C1.getFunction().getName()); 146 EXPECT_EQ("c2", C2.getFunction().getName()); 148 EXPECT_EQ("c3", C3.getFunction().getName()); 150 EXPECT_EQ("d1", D1.getFunction().getName()); [all...] |
/external/llvm/utils/TableGen/ |
PseudoLoweringEmitter.cpp | 82 DI->getDef()->getName() == "zero_reg") { 95 "Pseudo operand type '" + DI->getDef()->getName() + 97 Insn.Operands[BaseIdx + i].Rec->getName() + "'"); 123 DEBUG(dbgs() << "Pseudo definition: " << Rec->getName() << "\n"); 133 PrintFatalError(Rec->getLoc(), Rec->getName() + 137 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() + 143 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() + 147 PrintFatalError(Rec->getLoc(), "Pseudo result '" + Operator->getName() + 201 o << "bool " << Target.getName() + "AsmPrinter" << "::\n" 212 << Source.TheDef->getName() << ": {\n [all...] |
/external/vogar/src/vogar/target/junit/ |
Junit4.java | 73 out.add(new ConfigurationError(testClass.getName() + "#" + m.getName(), 83 out.add(new ConfigurationError(testClass.getName() + "#" + arg, e)); 91 out.add(new ConfigurationError(testClass.getName(), 306 return new ConfigurationError(testClass.getName() + "#" + method.getName(), 317 testClass.getConstructor(String.class), new Object[] { method.getName() }); 321 return new ConfigurationError(testClass.getName() + "#" + method.getName(), 330 return testClass.getName() + "#" + method.getName() [all...] |
/frameworks/compile/libbcc/lib/Renderscript/ |
RSScriptGroupFusion.cpp | 45 source.getName().c_str(), slot); 65 source->getName().c_str(), slot); 71 source->getName().c_str(), functionName); 111 source->getName().c_str(), slot); 118 source->getName().c_str(), slot, signature); 248 source->getName().c_str(), inputFunction->getName().str().c_str()); 257 source->getName().c_str(), inputFunction->getName().str().c_str()); 271 ALOGE("Kernel fusion (module %s function %s): %s", source->getName().c_str() [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
CharacterTest.java | 78 // Character.getName requires the corresponding ICU data. 80 assertEquals("<control-0000>", Character.getName(0x0000)); 81 assertEquals("<control-0007>", Character.getName(0x0007)); 82 assertEquals("LATIN SMALL LETTER L", Character.getName('l')); 84 assertEquals("LEFT CURLY BRACKET", Character.getName('{')); 85 assertEquals("ARABIC-INDIC DIGIT SIX", Character.getName(0x0666)); 86 assertEquals("LINEAR B SYLLABLE B008 A", Character.getName(0x010000)); 89 assertEquals("PRIVATE USE AREA E000", Character.getName(0xe000)); 90 assertEquals("SUPPLEMENTARY PRIVATE USE AREA A F0000", Character.getName(0xf0000)); 93 assertNull(Character.getName(0x10ffff)) [all...] |
/frameworks/compile/slang/ |
slang_rs_export_foreach.cpp | 111 << FD->getName() << SLANG_MINIMUM_TARGET_API 144 << FD->getName(); 164 << FD->getName() << listSpecialParameters(Context->getTargetAPI()) 165 << PVD->getName() << PVD->getType().getAsString(); 179 << FD->getName() << mOut->getName() << PVD->getName(); 191 << PVD->getName() << FD->getName(); 201 << FD->getName(); [all...] |
/external/lldb/source/Expression/ |
Materializer.cpp | 93 err.SetErrorStringWithFormat("couldn't allocate a memory area to store %s: %s", m_persistent_variable_sp->GetName().GetCString(), allocate_error.AsCString()); 98 log->Printf("Allocated %s (0x%" PRIx64 ") sucessfully", m_persistent_variable_sp->GetName().GetCString(), mem); 104 m_persistent_variable_sp->GetName(), 129 err.SetErrorStringWithFormat ("couldn't write %s to the target: %s", m_persistent_variable_sp->GetName().AsCString(), 145 err.SetErrorStringWithFormat ("couldn't deallocate memory for %s: %s", m_persistent_variable_sp->GetName().GetCString(), deallocate_error.AsCString()); 159 m_persistent_variable_sp->GetName().AsCString(), 184 err.SetErrorStringWithFormat("couldn't write the location of %s to memory: %s", m_persistent_variable_sp->GetName().AsCString(), write_error.AsCString()); 189 err.SetErrorStringWithFormat("no materialization happened for persistent variable %s", m_persistent_variable_sp->GetName().AsCString()); 209 m_persistent_variable_sp->GetName().AsCString(), 229 err.SetErrorStringWithFormat("couldn't read the address of program-allocated variable %s: %s", m_persistent_variable_sp->GetName().GetCString(), read_error.AsCString()) [all...] |
/external/proguard/src/proguard/optimize/peephole/ |
MethodInliner.java | 150 System.err.println(" Target class = ["+targetClass.getName()+"]"); 151 System.err.println(" Target method = ["+targetMethod.getName(targetClass)+targetMethod.getDescriptor(targetClass)+"]"); 154 System.err.println(" Inlined class = ["+clazz.getName()+"]"); 155 System.err.println(" Inlined method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]"); 157 System.err.println(" Exception = ["+ex.getClass().getName()+"] ("+ex.getMessage()+")"); 181 // clazz.getName().equals("abc/Def") && 182 // method.getName(clazz).equals("abc"); 190 uninitializedObjectCount = method.getName(clazz).equals(ClassConstants.METHOD_NAME_INIT) ? 1 : 0; 227 clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"] in [" [all...] |
/cts/tools/signature-tools/test/signature/converter/ |
ConvertEnumTest.java | 68 constantNames.add(constant.getName()); 82 // assertEquals("ONE", enumConstants[0].getName()); 83 // assertEquals("TWO", enumConstants[1].getName()); 84 // assertEquals("THREE", enumConstants[2].getName()); 107 assertEquals("FOUR", field.getName()); 135 map.put(m.getName(), m); 178 map.put(m.getName(), m);
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/ |
AbstractReflectedTypeTestCase.java | 68 + JDWPConstants.TypeTag.getName(refInitTypeTag) + ")"); 70 + JDWPConstants.ClassStatus.getName(status) + ")"); 97 JDWPConstants.TypeTag.getName(array[i].typeTag), 98 JDWPConstants.TypeTag.getName(refInitTypeTag)); 128 + "(" + JDWPConstants.TypeTag.getName(refTypeTag) + ")"); 132 JDWPConstants.TypeTag.getName(array[i].typeTag), 133 JDWPConstants.TypeTag.getName(refTypeTag));
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
ClassPrepareTest.java | 41 return ClassPrepareDebuggee.class.getName(); 68 , JDWPConstants.EventKind.getName(JDWPConstants.EventKind.CLASS_PREPARE) 69 , JDWPConstants.EventKind.getName(parsedEvents[0].getEventKind())); 107 , JDWPConstants.EventKind.getName(JDWPConstants.EventKind.CLASS_PREPARE) 108 , JDWPConstants.EventKind.getName(parsedEvents[0].getEventKind())); 176 , JDWPConstants.EventKind.getName(JDWPConstants.EventKind.CLASS_PREPARE) 177 , JDWPConstants.EventKind.getName(parsedEvents[0].getEventKind()));
|
/external/icu/icu4c/source/i18n/ |
csrmbcs.h | 72 const char *getName() const = 0; 105 const char *getName() const; 122 const char *getName() const = 0; 144 const char *getName() const; 159 const char *getName() const; 177 const char *getName() const; 196 const char *getName() const;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CharsetRecog_Unicode.java | 18 * @see com.ibm.icu.text.CharsetRecognizer#getName() 20 abstract String getName(); 52 String getName() 86 String getName() 122 abstract String getName(); 178 String getName() 193 String getName()
|
/external/javassist/src/main/javassist/bytecode/ |
ClassFilePrinter.java | 51 + cf.getName() + " extends " + cf.getSuperclass()); 70 + " " + finfo.getName() + "\t" 82 + " " + minfo.getName() + "\t" 101 out.println("attribute: " + ai.getName() + ": " 102 + ai.getClass().getName()); 147 out.println("attribute: " + ai.getName() 149 + ai.getClass().getName());
|
/external/llvm/lib/Transforms/Utils/ |
DemoteRegToStack.cpp | 35 I.getName()+".reg2mem", AllocaPoint); 38 Slot = new AllocaInst(I.getType(), nullptr, I.getName()+".reg2mem", 74 V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads, 82 Value *V = new LoadInst(Slot, I.getName()+".reload", VolatileLoads, U); 118 P->getName()+".reg2mem", AllocaPoint); 121 Slot = new AllocaInst(P->getType(), nullptr, P->getName()+".reg2mem", 141 Value *V = new LoadInst(Slot, P->getName()+".reload", InsertPt);
|
/external/parameter-framework/parameter/ |
ConfigurableDomain.cpp | 97 strValue += _pLastAppliedConfiguration ? _pLastAppliedConfiguration->getName() : "<none>"; 107 log_info("Making domain \"%s\" sequence %s", getName().c_str(), bSequenceAware ? "aware" : "unaware"); 206 xmlConfigurationSettingsElement.setNameAttribute(pDomainConfiguration->getName()); 283 if (!pathNavigator.navigateThrough(systemClass.getName(), strError)) { 285 serializingContext.setError("Could not find configurable element of path " + strConfigurableElementPath + " from ConfigurableDomain description " + getName() + " (" + strError + ")"); 295 serializingContext.setError("Could not find configurable element of path " + strConfigurableElementPath + " from ConfigurableDomain description " + getName()); 342 " configurable domain \"" + getName() + "\"."); 362 strError = "Configurable element " + pConfigurableElement->getPath() + " already associated to configuration domain " + getName(); 370 strError = "Configurable element " + pConfigurableElement->getPath() + " already owned by configuration domain " + getName(); 386 strError = "Configurable element " + pConfigurableElement->getPath() + " not associated to configuration domain " + getName(); [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/ |
TestHttpResponse.java | 70 if (s.equalsIgnoreCase(h.getName())) { 79 if (headers[i].getName().equalsIgnoreCase(s)) { 89 if (h.getName().equalsIgnoreCase(s)) found.add(h); 106 if (header.getName().equals(newHeader.getName())) { 147 if (headers[i].getName().equalsIgnoreCase(s)) { 197 if (header.getName().equals("Content-Type")) {
|