/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | ExternalSession.java | 197 public void removeValue(String name) { in removeValue() method in ExternalSession 198 removeValue(this, name); in removeValue() 201 void removeValue(SSLSession session, String name) { in removeValue() method in ExternalSession
|
D | Java7ExtendedSSLSession.java | 116 public final void removeValue(String s) { in removeValue() method in Java7ExtendedSSLSession 117 delegate.removeValue(this, s); in removeValue()
|
D | SSLNullSession.java | 183 public void removeValue(String name) { in removeValue() method in SSLNullSession
|
D | SessionSnapshot.java | 122 public void removeValue(String s) { in removeValue() method in SessionSnapshot
|
D | ActiveSession.java | 168 public void removeValue(String name) { in removeValue() method in ActiveSession
|
D | NativeSslSession.java | 421 public void removeValue(String s) { in toSSLSession() method in NativeSslSession.Impl
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | ExternalSession.java | 199 public void removeValue(String name) { in removeValue() method in ExternalSession 200 removeValue(this, name); in removeValue() 203 void removeValue(SSLSession session, String name) { in removeValue() method in ExternalSession
|
D | Java7ExtendedSSLSession.java | 117 public final void removeValue(String s) { in removeValue() method in Java7ExtendedSSLSession 118 delegate.removeValue(this, s); in removeValue()
|
D | SSLNullSession.java | 184 public void removeValue(String name) { in removeValue() method in SSLNullSession
|
D | SessionSnapshot.java | 123 public void removeValue(String s) { in removeValue() method in SessionSnapshot
|
D | ActiveSession.java | 169 public void removeValue(String name) { in removeValue() method in ActiveSession
|
D | NativeSslSession.java | 422 public void removeValue(String s) { in toSSLSession() method in NativeSslSession.Impl
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ |
D | BreakStmt.java | 127 removeValue(); in remove() 135 public BreakStmt removeValue() { in removeValue() method in BreakStmt
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LegacyDivergenceAnalysis.h | 53 void removeValue(const Value *V) { DivergentValues.erase(V); } in removeValue() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | LegacyDivergenceAnalysis.h | 58 void removeValue(const Value *V) { DivergentValues.erase(V); } in removeValue() function
|
/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/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/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/ |
D | FakeSSLSession.java | 139 public void removeValue(String name) { in removeValue() method in FakeSSLSession
|
/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/ |
D | FakeSSLSession.java | 135 public void removeValue(String name) { in removeValue() method in FakeSSLSession
|
/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/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/ |
D | SSLSessionTest.java | 435 s.invalid.removeValue(key); in test_SSLSession_removeValue() 466 s.client.removeValue(key); in test_SSLSession_BindingListener()
|
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/ |
D | SSLSessionTest.java | 439 s.invalid.removeValue(key); in test_SSLSession_removeValue() 470 s.client.removeValue(key); in test_SSLSession_BindingListener()
|