Home
last modified time | relevance | path

Searched refs:removeValue (Results 1 – 17 of 17) sorted by relevance

/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLSessionImplTest.java116 session.removeValue(null); in testGetValue()
120 session.removeValue("abc"); in testGetValue()
139 session.removeValue("abc"); in testGetValue()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLExtendedSessionImpl.java119 public void removeValue(String name) { in removeValue() method in OpenSSLExtendedSessionImpl
120 delegate.removeValue(name); in removeValue()
DSSLNullSession.java170 public void removeValue(String name) { in removeValue() method in SSLNullSession
DOpenSSLSessionImpl.java462 public void removeValue(String name) { in removeValue() method in OpenSSLSessionImpl
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/
DInclusiveCriterion.py84 def removeValue(self, currentValue): member in InclusiveCriterion
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
DFakeSSLSession.java101 public void removeValue(String s) { in removeValue() method in FakeSSLSession
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLSessionBindingEventTest.java192 public void removeValue(String name) { in removeValue() method in MySSLSession
/external/deqp/framework/randomshaders/
DrsgVariableManager.cpp213 void ValueScope::removeValue (const Variable* variable) in removeValue() function in rsg::ValueScope
314 scope->removeValue(variable); in declareVariable()
335 getCurValueScope().removeValue(variable); in removeValueFromCurrentScope()
DrsgVariableManager.hpp92 void removeValue (const Variable* variable);
/external/apache-http/android/src/android/net/http/
DDelegatingSSLSession.java153 public void removeValue(String name) { in removeValue() method in DelegatingSSLSession
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/
DUserInteractor.py132 criterion.removeValue(value)
/external/jetty/src/java/org/eclipse/jetty/util/
DMultiMap.java251 public boolean removeValue(K name,Object value) in removeValue() method in MultiMap
/external/jetty/src/java/org/eclipse/jetty/server/session/
DAbstractSession.java424 public void removeValue(java.lang.String name) throws IllegalStateException in removeValue() method in AbstractSession
/external/llvm/lib/TableGen/
DTGParser.cpp175 CurRec->removeValue(TArgs[i]); in AddSubClass()
254 CurRec->removeValue(SMCTArgs[i]); in AddSubMultiClass()
269 Def->removeValue(SMCTArgs[i]); in AddSubMultiClass()
343 IterRec->removeValue(IterVar->getName()); in ProcessForeachDefs()
2458 CurRec->removeValue(TArgs[i]); in ResolveMulticlassDefArgs()
/external/conscrypt/src/test/java/org/conscrypt/
DTrustManagerImplTest.java389 public void removeValue(String name) { in removeValue() method in TrustManagerImplTest.MySSLSession
/external/llvm/include/llvm/TableGen/
DRecord.h1276 void removeValue(Init *Name) { in removeValue() function
1285 void removeValue(StringRef Name) { in removeValue() function
1286 removeValue(StringInit::get(Name)); in removeValue()
/external/jetty/
DVERSION.txt5595 + added removeValue method to MultiMap