HomeSort by relevance Sort by last modified time
    Searched refs:removeValue (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLSession.java 200 public void removeValue(String name);
  /external/conscrypt/common/src/main/java/org/conscrypt/
Java7ExtendedSSLSession.java 121 public final void removeValue(String s) {
122 getDelegate().removeValue(s);
SSLNullSession.java 181 public void removeValue(String name) {
SessionSnapshot.java 120 public void removeValue(String s) {
ExternalSession.java 193 public void removeValue(String name) {
  /packages/services/Telecomm/src/com/android/server/telecom/
CallIdMapper.java 59 public boolean removeValue(V value) {
112 mCalls.removeValue(call);
  /external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
FakeSSLSession.java 134 public void removeValue(String name) {
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
FakeSSLSession.java 101 public void removeValue(String s) {
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/criterion/
InclusiveCriterion.py 84 def removeValue(self, currentValue):
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSessionBindingListenerTest.java 82 ss.removeValue("test");
SSLSessionBindingEventTest.java 230 * @see javax.net.ssl.SSLSession#removeValue(java.lang.String)
232 public void removeValue(String name) {
  /libcore/support/src/test/java/libcore/javax/net/ssl/
FakeSSLSession.java 111 public void removeValue(String name) {
  /external/apache-http/android/src/android/net/http/
DelegatingSSLSession.java 153 public void removeValue(String name) {
  /frameworks/av/drm/libdrmframework/plugins/common/util/include/
SessionMap.h 104 void removeValue(int key) {
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehiclePropertyStore.h 72 void removeValue(const VehiclePropValue& propValue);
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/
UserInteractor.py 132 criterion.removeValue(value)
  /libcore/benchmarks/src/benchmarks/regression/
HostnameVerifierBenchmark.java 162 public void removeValue(String name) {
  /external/deqp/framework/randomshaders/
rsgVariableManager.cpp 213 void ValueScope::removeValue (const Variable* variable)
314 scope->removeValue(variable);
335 getCurValueScope().removeValue(variable);
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
mySSLSession.java 139 public void removeValue(String s) {
  /frameworks/support/collection/ktx/src/test/java/androidx/collection/
LongSparseArrayTest.kt 116 @Test fun removeValue() {
SparseArrayTest.kt 106 @Test fun removeValue() {
  /frameworks/support/core/ktx/src/androidTest/java/androidx/core/util/
SparseArrayTest.kt 114 @Test fun removeValue() {
SparseBooleanArrayTest.kt 121 @Test fun removeValue() {
SparseIntArrayTest.kt 121 @Test fun removeValue() {
SparseLongArrayTest.kt 123 @Test fun removeValue() {

Completed in 488 milliseconds

1 2 3 4 5 6 7 8