Home
last modified time | relevance | path

Searched refs:removeAttribute (Results 1 – 25 of 257) 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/llvm/include/llvm/IR/
DCallSite.h324 void removeAttribute(unsigned i, Attribute::AttrKind Kind) { in removeAttribute() function
325 CALLSITE_DELEGATE_SETTER(removeAttribute(i, Kind)); in removeAttribute()
328 void removeAttribute(unsigned i, StringRef Kind) { in removeAttribute() function
329 CALLSITE_DELEGATE_SETTER(removeAttribute(i, Kind)); in removeAttribute()
332 void removeAttribute(unsigned i, Attribute Attr) { in removeAttribute() function
333 CALLSITE_DELEGATE_SETTER(removeAttribute(i, Attr)); in removeAttribute()
DAttributes.h273 AttributeSet removeAttribute(LLVMContext &C, unsigned Index,
279 AttributeSet removeAttribute(LLVMContext &C, unsigned Index,
480 AttrBuilder &removeAttribute(Attribute::AttrKind Val);
486 AttrBuilder &removeAttribute(StringRef A);
/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h192 removeAttribute(~0U, N);
211 void removeAttribute(unsigned i, Attributes attr);
284 else removeAttribute(n, Attribute::NoAlias);
294 else removeAttribute(n, Attribute::NoCapture);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DElement.java163 theAtts.removeAttribute(i); in anonymize()
180 theAtts.removeAttribute(i); in clean()
/external/llvm/lib/CodeGen/
DAnalysis.cpp548 CallerAttrs = CallerAttrs.removeAttribute(Attribute::NoAlias); in returnTypeIsEligibleForTailCall()
549 CalleeAttrs = CalleeAttrs.removeAttribute(Attribute::NoAlias); in returnTypeIsEligibleForTailCall()
557 CallerAttrs.removeAttribute(Attribute::ZExt); in returnTypeIsEligibleForTailCall()
558 CalleeAttrs.removeAttribute(Attribute::ZExt); in returnTypeIsEligibleForTailCall()
564 CallerAttrs.removeAttribute(Attribute::SExt); in returnTypeIsEligibleForTailCall()
565 CalleeAttrs.removeAttribute(Attribute::SExt); in returnTypeIsEligibleForTailCall()
/external/testng/src/main/java/org/testng/
DIAttributes.java31 public Object removeAttribute(String name); in removeAttribute() method
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java393 session.removeAttribute("noSuchName"); // do nothing in testRemoveAttribute()
395 session.removeAttribute(NAME1); in testRemoveAttribute()
404 session.removeAttribute(null); in testRemoveAttribute_Null()

1234567891011