Searched defs:getAttribute (Results 76 - 100 of 154) sorted by relevance

1234567

/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/session/
H A DDefaultSession.java432 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
434 public Object getAttribute(String name) { method in class:DefaultSession
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/session/
H A DDefaultSession.java439 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
441 public Object getAttribute(String name) { method in class:DefaultSession
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/session/
H A DDefaultSession.java440 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
442 public Object getAttribute(String name) { method in class:DefaultSession
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/session/
H A DDefaultSession.java440 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
442 public Object getAttribute(String name) { method in class:DefaultSession
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/core/session/
H A DDefaultSession.java433 * @see org.mockftpserver.core.session.Session#getAttribute(java.lang.String)
435 public Object getAttribute(String name) { method in class:DefaultSession
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
H A DLogFactory.java145 public abstract Object getAttribute(String name); method in class:LogFactory
/external/apache-http/src/org/apache/commons/logging/impl/
H A DLogFactoryImpl.java273 public Object getAttribute(String name) { method in class:LogFactoryImpl
696 Object valueObj = getAttribute(property);
893 String specifiedClass = (String) getAttribute(LOG_PROPERTY);
900 specifiedClass = (String) getAttribute(LOG_PROPERTY_OLD);
/external/deqp/executor/
H A DxeXMLParser.hpp157 const char* getAttribute (const char* name) const { return m_attributes.find(name)->second.c_str(); } function in class:xe::xml::Parser
H A DxeTestResultParser.cpp382 const char* TestResultParser::getAttribute (const char* name) function in class:xe::TestResultParser
387 return m_xmlParser.getAttribute(name);
449 const char* version = getAttribute("Version");
453 m_result->casePath = getAttribute("CasePath");
457 m_result->caseType = getTestCaseType(m_xmlParser.getAttribute("CaseType"));
481 result->statusCode = getTestStatusCode(getAttribute("StatusCode"));
493 section->name = getAttribute("Name");
494 section->description = getAttribute("Description");
502 number->name = getAttribute("Name");
503 number->description = getAttribute("Descriptio
[all...]
/external/deqp/modules/egl/
H A DteglChooseConfigReference.cpp159 return a.getAttribute(Attribute) < b.getAttribute(Attribute);
173 EGLint getAttribute (const EGLenum attribute) const function in class:deqp::egl::SurfaceConfig
175 return m_info.getAttribute(attribute);
184 if (a.getAttribute(attribute) != b.getAttribute(attribute)) return false;
322 AttribRule getAttribute (EGLenum name) function in class:deqp::egl::ConfigFilter
342 const EGLint cfgValue = config.getAttribute(rule.name);
385 const EGLint value = getAttribute(attrib).value;
409 const EGLint value = getAttribute(attri
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp733 UXMLElement::getAttribute(int32_t i, UnicodeString &name, UnicodeString &value) const { function in class:UXMLElement
744 UXMLElement::getAttribute(const UnicodeString &name) const { function in class:UXMLElement
/external/javassist/src/main/javassist/
H A DCtBehavior.java159 mi.getAttribute(AnnotationsAttribute.invisibleTag);
161 mi.getAttribute(AnnotationsAttribute.visibleTag);
181 mi.getAttribute(AnnotationsAttribute.invisibleTag);
183 mi.getAttribute(AnnotationsAttribute.visibleTag);
223 mi.getAttribute(AnnotationsAttribute.invisibleTag);
225 mi.getAttribute(AnnotationsAttribute.visibleTag);
273 mi.getAttribute(ParameterAnnotationsAttribute.invisibleTag);
275 mi.getAttribute(ParameterAnnotationsAttribute.visibleTag);
312 * <ul><pre>getMethodInfo().getAttribute(SignatureAttribute.tag)
455 public byte[] getAttribute(Strin method in class:CtBehavior
[all...]
H A DCtField.java253 fi.getAttribute(AnnotationsAttribute.invisibleTag);
255 fi.getAttribute(AnnotationsAttribute.visibleTag);
274 fi.getAttribute(AnnotationsAttribute.invisibleTag);
276 fi.getAttribute(AnnotationsAttribute.visibleTag);
313 fi.getAttribute(AnnotationsAttribute.invisibleTag);
315 fi.getAttribute(AnnotationsAttribute.visibleTag);
332 * <ul><pre>getFieldInfo().getAttribute(SignatureAttribute.tag)
414 public byte[] getAttribute(String name) { method in class:CtField
415 AttributeInfo ai = fieldInfo.getAttribute(name);
/external/javassist/src/main/javassist/bytecode/
H A DCodeAttribute.java304 public AttributeInfo getAttribute(String name) { method in class:CodeAttribute
H A DClassFile.java213 = getAttribute(AnnotationsAttribute.invisibleTag);
220 = getAttribute(AnnotationsAttribute.visibleTag);
227 = getAttribute(SignatureAttribute.tag);
310 = (InnerClassesAttribute)getAttribute(InnerClassesAttribute.tag);
719 public AttributeInfo getAttribute(String name) { method in class:ClassFile
749 = (SourceFileAttribute)getAttribute(SourceFileAttribute.tag);
/external/jetty/src/java/org/eclipse/jetty/server/session/
H A DAbstractSession.java128 public Object getAttribute(String name) method in class:AbstractSession
238 * {@link #getAttribute}
243 return getAttribute(name);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DDefaultServer.java549 public <T> T getAttribute( String name ) method in class:DefaultServer.Connection
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNestedMapData.java223 public String getAttribute(String key) { method in class:NestedMapData
/external/jetty/src/java/org/eclipse/jetty/server/
H A DAsyncContinuation.java1030 * @see org.eclipse.jetty.continuation.Continuation#getAttribute(java.lang.String)
1032 public Object getAttribute(String name) method in class:AsyncContinuation
1034 return _connection.getRequest().getAttribute(name);
1105 if (r.getAttribute(AsyncContext.ASYNC_REQUEST_URI)==null)
1111 String uri=(String)r.getAttribute(RequestDispatcher.FORWARD_REQUEST_URI);
1115 r.setAttribute(AsyncContext.ASYNC_CONTEXT_PATH,r.getAttribute(RequestDispatcher.FORWARD_CONTEXT_PATH));
1116 r.setAttribute(AsyncContext.ASYNC_SERVLET_PATH,r.getAttribute(RequestDispatcher.FORWARD_SERVLET_PATH));
1117 r.setAttribute(AsyncContext.ASYNC_PATH_INFO,r.getAttribute(RequestDispatcher.FORWARD_PATH_INFO));
1118 r.setAttribute(AsyncContext.ASYNC_QUERY_STRING,r.getAttribute(RequestDispatcher.FORWARD_QUERY_STRING));
H A DServer.java560 * @see org.eclipse.util.AttributesMap#getAttribute(java.lang.String)
562 public Object getAttribute(String name) method in class:Server
564 return _attributes.getAttribute(name);
/external/jetty/src/java/org/eclipse/jetty/xml/
H A DXmlParser.java559 public String getAttribute(String name) method in class:XmlParser.Node
561 return getAttribute(name, null);
570 public String getAttribute(String name, String dft) method in class:XmlParser.Node
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DHtmlParserImpl.java238 String attribute = getAttribute();
253 if ("meta".equals(getTag()) && "content".equals(getAttribute())) {
283 public String getAttribute() { method in class:HtmlParserImpl
533 if (HtmlUtils.isAttributeJavascript(getAttribute())) {
/external/llvm/include/llvm/CodeGen/
H A DDIE.h45 dwarf::Attribute getAttribute() const { return Attribute; } function in class:llvm::DIEAbbrevData
/external/llvm/lib/IR/
H A DAttributes.cpp500 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { function in class:AttributeSetNode
507 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { function in class:AttributeSetNode
933 Attribute AttributeSet::getAttribute(unsigned Index, function in class:AttributeSet
936 return ASN ? ASN->getAttribute(Kind) : Attribute();
939 Attribute AttributeSet::getAttribute(unsigned Index, function in class:AttributeSet
942 return ASN ? ASN->getAttribute(Kind) : Attribute();
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java275 public String getAttribute(String rawName) method in class:ElemLiteralResult

Completed in 1321 milliseconds

1234567