Searched refs:getName (Results 1 - 25 of 1519) sorted by relevance

1234567891011>>

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DNameMap.java79 putNameMap(MinExpires.NAME, MinExpires.class.getName()); // 1
81 putNameMap(ErrorInfo.NAME, ErrorInfo.class.getName()); // 2
83 putNameMap(MimeVersion.NAME, MimeVersion.class.getName()); // 3
85 putNameMap(InReplyTo.NAME, InReplyTo.class.getName()); // 4
87 putNameMap(Allow.NAME, Allow.class.getName()); // 5
89 putNameMap(ContentLanguage.NAME, ContentLanguage.class.getName()); // 6
91 putNameMap(CALL_INFO, CallInfo.class.getName()); //7
93 putNameMap(CSEQ, CSeq.class.getName()); //8
95 putNameMap(ALERT_INFO, AlertInfo.class.getName()); //9
97 putNameMap(ACCEPT_ENCODING, AcceptEncoding.class.getName()); //1
[all...]
/external/apache-http/src/org/apache/http/
H A DNameValuePair.java104 String getName(); method in interface:NameValuePair
H A DHeader.java58 String getName(); method in interface:Header
H A DHeaderElement.java47 String getName(); method in interface:HeaderElement
/external/proguard/src/proguard/evaluation/value/
H A DValue.java48 throw new IllegalArgumentException("Value is not a Category 1 value [" + this.getClass().getName() + "]");
56 throw new IllegalArgumentException("Value is not a Category 2 value [" + this.getClass().getName() + "]");
65 throw new IllegalArgumentException("Value is not an integer value [" + this.getClass().getName() + "]");
73 throw new IllegalArgumentException("Value is not a long value [" + this.getClass().getName() + "]");
81 throw new IllegalArgumentException("Value is not a float value [" + this.getClass().getName() + "]");
89 throw new IllegalArgumentException("Value is not a double value [" + this.getClass().getName() + "]");
97 throw new IllegalArgumentException("Value is not a reference value [" + this.getClass().getName() + "]");
105 throw new IllegalArgumentException("Value is not an instruction offset value [" + this.getClass().getName() + "]");
/external/proguard/src/proguard/
H A DDuplicateClassPrinter.java51 notePrinter.print(programClass.getName(),
53 ClassUtil.externalClassName(programClass.getName()) + "]");
59 notePrinter.print(libraryClass.getName(),
61 ClassUtil.externalClassName(libraryClass.getName()) + "]");
/external/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp28 std::string BaseName = macroName(Base->getName());
41 std::string NodeName = macroName(R->getName());
49 OS << "ABSTRACT_" << macroName(Root.getName()) << "(" << NodeName << "("
50 << R->getName() << ", " << baseName(*Base) << "))\n";
52 OS << NodeName << "(" << R->getName() << ", "
77 OS << "LAST_" << macroName(Root.getName()) << "_RANGE(";
79 OS << macroName(Root.getName()) << "_RANGE(";
80 OS << Base->getName() << ", " << First->getName() << ", "
81 << Last->getName() << ")\
[all...]
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyPermission.java32 String name = ((MyPermission) obj).getName();
34 return getName() == null;
36 return name.equals(getName());
/external/proguard/src/proguard/classfile/visitor/
H A DSimpleClassPrinter.java83 programClass.getName()));
93 libraryClass.getName()));
105 programClass.getName()) +
111 programField.getName(programClass),
122 programClass.getName()) +
125 programClass.getName(),
129 programMethod.getName(programClass),
140 libraryClass.getName()) +
146 libraryField.getName(libraryClass),
157 libraryClass.getName())
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DUtils.java39 new Messages(SerializerMessages.class.getName());
/external/replicaisland/src/com/replica/replicaisland/
H A DAllocationGuard.java30 DebugLog.e("AllocGuard", "An allocation of type " + this.getClass().getName()
/external/easymock/src/org/easymock/internal/
H A DMethodSerializationWrapper.java31 primitiveTypes.put(Boolean.TYPE.getName(), Boolean.TYPE);
32 primitiveTypes.put(Byte.TYPE.getName(), Byte.TYPE);
33 primitiveTypes.put(Short.TYPE.getName(), Short.TYPE);
34 primitiveTypes.put(Character.TYPE.getName(), Character.TYPE);
35 primitiveTypes.put(Integer.TYPE.getName(), Integer.TYPE);
36 primitiveTypes.put(Long.TYPE.getName(), Long.TYPE);
37 primitiveTypes.put(Float.TYPE.getName(), Float.TYPE);
38 primitiveTypes.put(Double.TYPE.getName(), Double.TYPE);
48 className = m.getDeclaringClass().getName();
49 methodName = m.getName();
[all...]
/external/icu4c/test/intltest/
H A Daliastst.cpp62 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!");
65 logln("\nold locale:%s new locale:%s",oldLoc.getName(),newLoc.getName());
72 if (strcmp(newLoc.getName(), l1)!=0) {
73 errln("CalendarTest: newLoc!=l1: newLoc= "+UnicodeString(newLoc.getName()) +" l1= "+UnicodeString(l1));
79 errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
94 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!");
97 logln("\nold locale:%s new locale:%s",oldLoc.getName(),newLoc.getName());
[all...]
/external/llvm/utils/TableGen/
H A DDisassemblerEmitter.cpp104 << " * " << Target.getName() << " Disassembler\n"
112 if (Target.getName() == "X86") {
132 if (Target.getName() == "ARM" ||
133 Target.getName() == "Thumb") {
142 FixedLenDecoderEmitter(Records, Target.getName()).run(OS);
/external/proguard/src/proguard/classfile/editor/
H A DMemberAdder.java80 String name = programField.getName(programClass);
96 System.out.println("MemberAdder: renaming field ["+targetClass+"."+targetField.getName(targetClass)+" "+targetField.getDescriptor(targetClass)+"]");
101 constantPoolEditor.addUtf8Constant(newUniqueMemberName(name, targetClass.getName()));
109 // System.out.println("MemberAdder: updating field ["+programClass+"."+programField.getName(programClass)+" "+programField.getDescriptor(programClass)+"] into ["+targetClass.getName()+"]");
128 System.out.println("MemberAdder: copying field ["+programClass+"."+programField.getName(programClass)+" "+programField.getDescriptor(programClass)+"] into ["+targetClass.getName()+"]");
158 String name = programMethod.getName(programClass);
172 System.out.println("MemberAdder: skipping abstract method ["+programClass.getName()+"."+programMethod.getName(programClas
[all...]
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/
H A DMyPrincipal.java34 public String getName() { method in class:MyPrincipal
H A DOtherPrincipal.java34 public String getName() { method in class:OtherPrincipal
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DTypeNotPresentExceptionTest.java32 e = new TypeNotPresentException(getClass().getName(), null);
38 e = new TypeNotPresentException(getClass().getName(), npe);
50 e = new TypeNotPresentException(getClass().getName(), null);
51 assertEquals(getClass().getName(), e.typeName());
H A DIllegalStateExceptionTest.java51 assertEquals(emptyThrowable.getClass().getName(), emptyException.getMessage());
52 assertEquals(emptyThrowable.getClass().getName(), emptyException.getLocalizedMessage());
53 assertEquals(emptyThrowable.getClass().getName(), emptyException.getCause().toString());
57 assertEquals(throwable.getClass().getName() + ": " + "msg", exception.getMessage());
58 assertEquals(throwable.getClass().getName(), emptyException.getLocalizedMessage());
59 assertEquals(throwable.getClass().getName(), emptyException.getCause().toString());
70 assertEquals(emptyThrowable.getClass().getName(), emptyException.getCause().toString());
76 assertEquals(throwable.getClass().getName() + ": " + throwable.getMessage(), exception
H A DUnsupportedOperationExceptionTest.java52 assertEquals(emptyThrowable.getClass().getName(), emptyException.getMessage());
53 assertEquals(emptyThrowable.getClass().getName(), emptyException.getLocalizedMessage());
54 assertEquals(emptyThrowable.getClass().getName(), emptyException.getCause().toString());
58 assertEquals(throwable.getClass().getName() + ": " + "msg", exception.getMessage());
59 assertEquals(throwable.getClass().getName(), emptyException.getLocalizedMessage());
60 assertEquals(throwable.getClass().getName(), emptyException.getCause().toString());
72 assertEquals(emptyThrowable.getClass().getName(), emptyException.getCause().toString());
79 assertEquals(throwable.getClass().getName() + ": " + throwable.getMessage(), exception
/external/icu4c/i18n/
H A Dcsrutf8.h30 const char *getName() const;
/external/nist-sip/java/javax/sip/header/
H A DHeader.java6 String getName(); method in interface:Header
/external/proguard/src/proguard/io/
H A DDataEntry.java36 public String getName(); method in interface:DataEntry
/external/webkit/Source/WebCore/html/canvas/
H A DOESStandardDerivatives.cpp42 WebGLExtension::ExtensionName OESStandardDerivatives::getName() const function in class:WebCore::OESStandardDerivatives
H A DOESTextureFloat.cpp42 WebGLExtension::ExtensionName OESTextureFloat::getName() const function in class:WebCore::OESTextureFloat

Completed in 6055 milliseconds

1234567891011>>