Home
last modified time | relevance | path

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

12

/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DExternalSession.java193 public void removeValue(String name) { in removeValue() method in ExternalSession
194 removeValue(this, name); in removeValue()
197 void removeValue(SSLSession session, String name) { in removeValue() method in ExternalSession
DJava7ExtendedSSLSession.java117 public final void removeValue(String s) { in removeValue() method in Java7ExtendedSSLSession
118 delegate.removeValue(this, s); in removeValue()
DSSLNullSession.java178 public void removeValue(String name) { in removeValue() method in SSLNullSession
DSessionSnapshot.java121 public void removeValue(String s) { in removeValue() method in SessionSnapshot
DActiveSession.java167 public void removeValue(String name) { in removeValue() method in ActiveSession
DNativeSslSession.java422 public void removeValue(String s) { in toSSLSession() method in NativeSslSession.Impl
/external/conscrypt/common/src/main/java/org/conscrypt/
DExternalSession.java191 public void removeValue(String name) { in removeValue() method in ExternalSession
192 removeValue(this, name); in removeValue()
195 void removeValue(SSLSession session, String name) { in removeValue() method in ExternalSession
DJava7ExtendedSSLSession.java116 public final void removeValue(String s) { in removeValue() method in Java7ExtendedSSLSession
117 delegate.removeValue(this, s); in removeValue()
DSSLNullSession.java177 public void removeValue(String name) { in removeValue() method in SSLNullSession
DSessionSnapshot.java120 public void removeValue(String s) { in removeValue() method in SessionSnapshot
DActiveSession.java166 public void removeValue(String name) { in removeValue() method in ActiveSession
DNativeSslSession.java421 public void removeValue(String s) { in toSSLSession() method in NativeSslSession.Impl
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DDivergenceAnalysis.h53 void removeValue(const Value *V) { DivergentValues.erase(V); } in removeValue() function
/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/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/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/
DFakeSSLSession.java138 public void removeValue(String name) { in removeValue() method in FakeSSLSession
/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
DFakeSSLSession.java134 public void removeValue(String name) { in removeValue() method in FakeSSLSession
/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/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLSessionTest.java435 s.invalid.removeValue(key); in test_SSLSession_removeValue()
466 s.client.removeValue(key); in test_SSLSession_BindingListener()
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DSSLSessionTest.java427 s.invalid.removeValue(key); in test_SSLSession_removeValue()
458 s.client.removeValue(key); in test_SSLSession_BindingListener()
/external/llvm/lib/TableGen/
DTGParser.cpp174 CurRec->removeValue(TArgs[i]); in AddSubClass()
251 CurRec->removeValue(SMCTArgs[i]); in AddSubMultiClass()
265 Def->removeValue(SMCTArgs[i]); in AddSubMultiClass()
338 IterRec->removeValue(IterVar->getName()); in ProcessForeachDefs()
2452 CurRec->removeValue(TArgs[i]); in ResolveMulticlassDefArgs()
/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGParser.cpp173 CurRec->removeValue(TArgs[i]); in AddSubClass()
256 CurRec->removeValue(SMCTArgs[i]); in AddSubMultiClass()
276 Def->removeValue(SMCTArgs[i]); in AddSubMultiClass()
1978 CurRec->removeValue(TArgs[i]); in ResolveMulticlassDefArgs()

12