Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DDelegatingExtendedSSLSession.java139 public void removeValue(String name) { in removeValue() method in DelegatingExtendedSSLSession
140 delegate.removeValue(name); in removeValue()
DSSLNullSession.java173 public void removeValue(String name) { in removeValue() method in SSLNullSession
DActiveSession.java192 public void removeValue(String name) { in removeValue() method in ActiveSession
DSslSessionWrapper.java409 public void removeValue(String s) { in toSSLSession() method in SslSessionWrapper.Impl
/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/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/conscrypt/testing/src/main/java/libcore/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/platform/src/test/java/org/conscrypt/
DTrustManagerImplTest.java248 public void removeValue(String name) { in removeValue() method in TrustManagerImplTest.MySSLSession
/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()
/external/llvm/include/llvm/TableGen/
DRecord.h1354 void removeValue(Init *Name) { in removeValue() function
1363 void removeValue(StringRef Name) { in removeValue() function
1364 removeValue(StringInit::get(Name)); in removeValue()
/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
DSSLSessionTest.java341 s.invalid.removeValue(key); in test_SSLSession_removeValue()
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h1444 void removeValue(StringRef Name) { in removeValue() function
/external/apache-http/api/
Dapache-http-legacy-current.txt103 method public void removeValue(java.lang.String);