HomeSort by relevance Sort by last modified time
    Searched refs:new_method (Results 1 - 15 of 15) sorted by null

  /external/grpc-grpc/src/python/grpcio/grpc/
_interceptor.py 210 new_method, new_timeout, new_metadata, new_credentials = (
213 response, call = self._thunk(new_method).with_call(
240 new_method, new_timeout, new_metadata, new_credentials = (
242 return self._thunk(new_method).future(
267 new_method, new_timeout, new_metadata, new_credentials = (
269 return self._thunk(new_method)(
310 new_method, new_timeout, new_metadata, new_credentials = (
313 response, call = self._thunk(new_method).with_call(
348 new_method, new_timeout, new_metadata, new_credentials = (
350 return self._thunk(new_method).future
    [all...]
  /art/runtime/
runtime_callbacks.cc 311 /*out*/void** new_method) {
313 *new_method = cur_method;
315 cb->RegisterNativeMethod(method, cur_method, new_method);
316 if (*new_method != nullptr) {
317 cur_method = *new_method;
class_linker.cc 7691 ArtMethod& new_method = *out; local
7714 ArtMethod& new_method = *out; local
7737 ArtMethod& new_method = *out; local
    [all...]
class_linker.h     [all...]
  /external/tensorflow/tensorflow/tools/api/lib/
python_object_to_proto_visitor.py 190 new_method = proto.member_method.add()
191 new_method.name = member_name
196 new_method.argspec = _SanitizedArgSpec(member_obj)
  /art/openjdkjvmti/
events-inl.h 494 void** new_method) const {
502 new_method);
503 *new_method = cur_method;
505 *new_method = cur_method;
511 new_method);
512 if (*new_method != nullptr) {
513 cur_method = *new_method;
516 *new_method = cur_method;
ti_method.cc 72 /*out*/void** new_method)
87 new_method);
    [all...]
  /external/protobuf/python/
mox.py 1371 def new_method(self, *args, **kwargs): function in function:MoxMetaTestBase.CleanUpTest
    [all...]
  /art/runtime/jit/
jit_code_cache.cc 183 void MoveObsoleteMethod(ArtMethod* old_method, ArtMethod* new_method) {
184 std::replace(methods_.begin(), methods_.end(), old_method, new_method);
    [all...]
jit_code_cache.h 249 // 'new_method' since it is being made obsolete.
250 void MoveObsoleteMethod(ArtMethod* old_method, ArtMethod* new_method)
  /art/compiler/optimizing/
inliner.cc 1194 ArtMethod* new_method = nullptr; local
    [all...]
  /art/runtime/mirror/
class.cc     [all...]
  /art/test/004-JniTest/
jni_test.cc 708 jmethodID new_method = env_->GetMethodID(concrete_class_, "<init>", "()V"); local
709 jobject obj = env_->NewObject(concrete_class_, new_method);
  /external/python/cpython3/Lib/test/
test_dataclasses.py 1831 def new_method(self): member in class:TestCase.test_generic_extending.NonDataDerived
    [all...]
  /external/tensorflow/tensorflow/python/ops/
image_ops_test.py     [all...]

Completed in 1177 milliseconds