/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | SSLSessionImplTest.java | 116 session.removeValue(null); in testGetValue() 120 session.removeValue("abc"); in testGetValue() 139 session.removeValue("abc"); in testGetValue()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLExtendedSessionImpl.java | 119 public void removeValue(String name) { in removeValue() method in OpenSSLExtendedSessionImpl 120 delegate.removeValue(name); in removeValue()
|
D | SSLNullSession.java | 170 public void removeValue(String name) { in removeValue() method in SSLNullSession
|
D | OpenSSLSessionImpl.java | 462 public void removeValue(String name) { in removeValue() method in OpenSSLSessionImpl
|
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/ |
D | InclusiveCriterion.py | 84 def removeValue(self, currentValue): member in InclusiveCriterion
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/ |
D | FakeSSLSession.java | 101 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/ |
D | SSLSessionBindingEventTest.java | 192 public void removeValue(String name) { in removeValue() method in MySSLSession
|
/external/deqp/framework/randomshaders/ |
D | rsgVariableManager.cpp | 213 void ValueScope::removeValue (const Variable* variable) in removeValue() function in rsg::ValueScope 314 scope->removeValue(variable); in declareVariable() 335 getCurValueScope().removeValue(variable); in removeValueFromCurrentScope()
|
D | rsgVariableManager.hpp | 92 void removeValue (const Variable* variable);
|
/external/apache-http/android/src/android/net/http/ |
D | DelegatingSSLSession.java | 153 public void removeValue(String name) { in removeValue() method in DelegatingSSLSession
|
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/ |
D | UserInteractor.py | 132 criterion.removeValue(value)
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | MultiMap.java | 251 public boolean removeValue(K name,Object value) in removeValue() method in MultiMap
|
/external/jetty/src/java/org/eclipse/jetty/server/session/ |
D | AbstractSession.java | 424 public void removeValue(java.lang.String name) throws IllegalStateException in removeValue() method in AbstractSession
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 175 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/ |
D | TrustManagerImplTest.java | 389 public void removeValue(String name) { in removeValue() method in TrustManagerImplTest.MySSLSession
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 1276 void removeValue(Init *Name) { in removeValue() function 1285 void removeValue(StringRef Name) { in removeValue() function 1286 removeValue(StringInit::get(Name)); in removeValue()
|
/external/jetty/ |
D | VERSION.txt | 5595 + added removeValue method to MultiMap
|