Home
last modified time | relevance | path

Searched refs:removeAttribute (Results 1 – 25 of 262) sorted by relevance

1234567891011

/external/apache-http/src/org/apache/http/protocol/
DSyncBasicHttpContext.java62 public synchronized Object removeAttribute(final String id) { in removeAttribute() method in SyncBasicHttpContext
63 return super.removeAttribute(id); in removeAttribute()
DDefaultedHttpContext.java72 public Object removeAttribute(final String id) { in removeAttribute() method in DefaultedHttpContext
73 return this.local.removeAttribute(id); in removeAttribute()
DHttpContext.java61 Object removeAttribute(String id); in removeAttribute() method
/external/chromium-trace/catapult/third_party/polymer/components/core-focusable/
Dcore-focusable.js83 this.removeAttribute('tabindex');
88 this.removeAttribute('aria-disabled');
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElement.java163 theAtts.removeAttribute(i); in anonymize()
180 theAtts.removeAttribute(i); in clean()
/external/jetty/src/java/org/eclipse/jetty/server/
DDispatcher.java414 _attr.removeAttribute(key); in setAttribute()
419 _attr.removeAttribute(key); in setAttribute()
438 public void removeAttribute(String name) in removeAttribute() method in Dispatcher.ForwardAttributes
521 _attr.removeAttribute(key); in setAttribute()
526 _attr.removeAttribute(key); in setAttribute()
545 public void removeAttribute(String name) in removeAttribute() method in Dispatcher.IncludeAttributes
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DSessionAuthentication.java100 _session.removeAttribute(__J_AUTHENTICATED); in logout()
111 _session.removeAttribute(AbstractSessionManager.SESSION_KNOWN_ONLY_TO_AUTHENTICATED); in doLogout()
/external/jetty/src/java/org/eclipse/jetty/continuation/
DJetty6Continuation.java101 public void removeAttribute(String name) in removeAttribute() method in Jetty6Continuation
103 _request.removeAttribute(name); in removeAttribute()
DServlet3Continuation.java228 public void removeAttribute(String name) in removeAttribute() method in Servlet3Continuation
230 _request.removeAttribute(name); in removeAttribute()
DFauxContinuation.java479 public void removeAttribute(String name) in removeAttribute() method in FauxContinuation
481 _request.removeAttribute(name); in removeAttribute()
/external/llvm/lib/CodeGen/
DAnalysis.cpp549 CallerAttrs = CallerAttrs.removeAttribute(Attribute::NoAlias); in returnTypeIsEligibleForTailCall()
550 CalleeAttrs = CalleeAttrs.removeAttribute(Attribute::NoAlias); in returnTypeIsEligibleForTailCall()
558 CallerAttrs.removeAttribute(Attribute::ZExt); in returnTypeIsEligibleForTailCall()
559 CalleeAttrs.removeAttribute(Attribute::ZExt); in returnTypeIsEligibleForTailCall()
565 CallerAttrs.removeAttribute(Attribute::SExt); in returnTypeIsEligibleForTailCall()
566 CalleeAttrs.removeAttribute(Attribute::SExt); in returnTypeIsEligibleForTailCall()
/external/jetty/src/java/org/eclipse/jetty/util/
DAttributes.java31 public void removeAttribute(String name); in removeAttribute() method
/external/testng/src/main/java/org/testng/
DIAttributes.java31 public Object removeAttribute(String name); in removeAttribute() method
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DReinCommandHandler.java36 session.removeAttribute(SessionKeys.USER_ACCOUNT); in handle()
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/
DReinCommandHandler.java36 session.removeAttribute(SessionKeys.USER_ACCOUNT); in handle()
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/
DReinCommandHandler.java36 session.removeAttribute(SessionKeys.USER_ACCOUNT); in handle()
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DReinCommandHandler.java36 session.removeAttribute(SessionKeys.USER_ACCOUNT); in handle()
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/command/
DReinCommandHandler.java36 session.removeAttribute(SessionKeys.USER_ACCOUNT); in handle()
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/
DReinCommandHandler.java36 session.removeAttribute(SessionKeys.USER_ACCOUNT); in handle()
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/
DReinCommandHandler.java36 session.removeAttribute(SessionKeys.USER_ACCOUNT); in handle()
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/
DReinCommandHandler.java36 session.removeAttribute(SessionKeys.USER_ACCOUNT); in handle()
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/
DReinCommandHandler.java36 session.removeAttribute(SessionKeys.USER_ACCOUNT); in handle()
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
DReinCommandHandler.java36 session.removeAttribute(SessionKeys.USER_ACCOUNT); in handle()
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/
DReinCommandHandler.java36 session.removeAttribute(SessionKeys.USER_ACCOUNT); in handle()
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/
DReinCommandHandler.java36 session.removeAttribute(SessionKeys.USER_ACCOUNT); in handle()

1234567891011