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

  /external/protobuf/python/
mox.py 1371 def new_method(self, *args, **kwargs): function in function:MoxMetaTestBase.CleanUpTest
    [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);
  /art/compiler/optimizing/
inliner.cc 1194 ArtMethod* new_method = nullptr; local
    [all...]
  /external/python/cpython3/Lib/test/
test_dataclasses.py 1831 def new_method(self): member in class:TestCase.test_generic_extending.NonDataDerived
    [all...]
  /art/runtime/
class_linker.cc 7691 ArtMethod& new_method = *out; local
7714 ArtMethod& new_method = *out; local
7737 ArtMethod& new_method = *out; local
    [all...]

Completed in 408 milliseconds