Searched defs:getAttribute (Results 26 - 50 of 154) sorted by relevance

1234567

/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/session/
H A DSession.java103 public Object getAttribute(String name); method in interface:Session
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/session/
H A DSession.java103 public Object getAttribute(String name); method in interface:Session
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/session/
H A DSession.java103 public Object getAttribute(String name); method in interface:Session
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/session/
H A DSession.java103 public Object getAttribute(String name); method in interface:Session
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/session/
H A DSession.java103 public Object getAttribute(String name); method in interface:Session
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/session/
H A DSession.java103 public Object getAttribute(String name); method in interface:Session
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/session/
H A DSession.java110 public Object getAttribute(String name); method in interface:Session
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/session/
H A DSession.java110 public Object getAttribute(String name); method in interface:Session
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/session/
H A DSession.java110 public Object getAttribute(String name); method in interface:Session
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/core/session/
H A DSession.java103 public Object getAttribute(String name); method in interface:Session
/external/proguard/src/proguard/classfile/
H A DProgramMember.java75 private Attribute getAttribute(Clazz clazz, String name) method in class:ProgramMember
/external/proguard/src/proguard/classfile/attribute/
H A DCodeAttribute.java82 public Attribute getAttribute(Clazz clazz, String name) method in class:CodeAttribute
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DAttributeScope.java158 public Attribute getAttribute(String name) { method in class:AttributeScope
/external/emma/core/java12/com/vladium/emma/report/
H A DIItem.java38 IItemAttribute getAttribute (int attributeID, int unitsID); method in interface:IItem
H A DItem.java61 public final IItemAttribute getAttribute (final int attributeID, final int unitsID) method in class:Item
68 return IItemAttribute.Factory.getAttribute (attributeID, unitsID);
H A DIItemAttribute.java51 public static IItemAttribute getAttribute (final int attributeID, final int unitsID) method in class:IItemAttribute.Factory
/external/icu/icu4c/source/i18n/
H A Dsearch.cpp77 USearchAttributeValue SearchIterator::getAttribute( function in class:SearchIterator
/external/javassist/src/main/javassist/bytecode/
H A DFieldInfo.java90 = getAttribute(AnnotationsAttribute.invisibleTag);
97 = getAttribute(AnnotationsAttribute.visibleTag);
104 = getAttribute(SignatureAttribute.tag);
196 = (ConstantAttribute)getAttribute(ConstantAttribute.tag);
227 public AttributeInfo getAttribute(String name) { method in class:FieldInfo
/external/jetty/src/java/org/eclipse/jetty/continuation/
H A DServlet3Continuation.java217 * @see org.eclipse.jetty.continuation.Continuation#getAttribute(java.lang.String)
219 public Object getAttribute(String name) method in class:Servlet3Continuation
221 return _request.getAttribute(name);
/external/jetty/src/java/org/eclipse/jetty/servlet/
H A DInvoker.java119 String servlet_path=(String)request.getAttribute(Dispatcher.INCLUDE_SERVLET_PATH);
124 String path_info = (String)request.getAttribute(Dispatcher.INCLUDE_PATH_INFO);
283 public Object getAttribute(String name) method in class:Invoker.InvokedRequest
294 return super.getAttribute(name);
/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParser.java194 public String getAttribute(); method in interface:HtmlParser
/external/apache-http/src/org/apache/commons/logging/
H A DLogFactory.java206 public abstract Object getAttribute(String name); method in class:LogFactory
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicClientCookie.java312 public String getAttribute(final String name) { method in class:BasicClientCookie
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DTransformerFactoryImpl.java594 public Object getAttribute(String name) throws IllegalArgumentException method in class:TransformerFactoryImpl
/external/javassist/src/main/javassist/
H A DCtMember.java37 public byte[] getAttribute(String name) { return null; } method in class:CtMember.Cache
282 public abstract byte[] getAttribute(String name); method in class:CtMember

Completed in 5458 milliseconds

1234567