Searched defs:putMethod (Results 1 – 5 of 5) sorted by relevance
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
D | Platform.java | 183 Method putMethod = negoClass.getMethod("put", SSLSocket.class, providerClass); in findPlatform() local 351 private final Method putMethod; field in Platform.JdkWithJettyBootPlatform 357 public JdkWithJettyBootPlatform(Class<?> sslContextClass, Method putMethod, Method getMethod, in JdkWithJettyBootPlatform()
|
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/ |
D | Platform.java | 267 Method putMethod = negoClass.getMethod("put", SSLSocket.class, providerClass); in findPlatform() local 479 private final Method putMethod; field in Platform.JdkWithJettyBootPlatform 485 public JdkWithJettyBootPlatform(Method putMethod, Method getMethod, Method removeMethod, in JdkWithJettyBootPlatform()
|
/external/pytorch/android/pytorch_android/src/main/cpp/ |
D | pytorch_jni_lite.cpp | 91 static auto putMethod = in PytorchJni() local
|
D | pytorch_jni_jit.cpp | 124 static auto putMethod = in PytorchJni() local
|
D | pytorch_jni_common.cpp | 80 static auto putMethod = in put() local
|