/aosp_15_r20/art/test/2009-structural-local-ref/ |
H A D | local-ref.cc | 39 jmethodID new_method = in Java_art_Test2009_NativeLocalCallStatic() local 53 jmethodID new_method = env->GetMethodID(obj_klass, "getGreeting", "()Ljava/lang/String;"); in Java_art_Test2009_NativeLocalCallVirtual() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/ |
D | mock_item_struct.rs | 159 fn new_method(&self) -> impl ToTokens { in new_method() method 258 let new_method = self.new_method(); in to_tokens() localVariable
|
/aosp_15_r20/external/cronet/net/url_request/ |
H A D | redirect_info.h | 68 std::string new_method; member
|
H A D | redirect_util_unittest.cc | 32 const char* new_method; in TEST() member
|
/aosp_15_r20/external/executorch/exir/capture/ |
H A D | _capture.py | 139 def patch_forward(obj: torch.nn.Module, new_method): argument
|
/aosp_15_r20/external/executorch/runtime/executor/test/ |
H A D | method_test.cpp | 88 Method new_method(std::move(method.get())); in TEST_F() local
|
/aosp_15_r20/external/pytorch/torch/distributed/rpc/ |
H A D | api.py | 541 new_method = method_factory(method_name, docstring) variable
|
/aosp_15_r20/art/runtime/ |
H A D | runtime_callbacks.cc | 344 /*out*/void** new_method) { in RegisterNativeMethod()
|
H A D | runtime_image.cc | 846 ArtMethod* new_method = nullptr; in RelocateImTable() local
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/optests/ |
H A D | generate_tests.py | 223 def new_method(*args, **kwargs): function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/ |
H A D | expand.rs | 1441 let new_method = if can_construct_from_value { in expand_unique_ptr() localVariable 1536 let new_method = if can_construct_from_value { in expand_shared_ptr() localVariable
|
/aosp_15_r20/external/rust/cxx/macro/src/ |
D | expand.rs | 1441 let new_method = if can_construct_from_value { in expand_unique_ptr() localVariable 1536 let new_method = if can_construct_from_value { in expand_shared_ptr() localVariable
|
/aosp_15_r20/art/runtime/jit/ |
H A D | jit_code_cache.cc | 190 void MoveObsoleteMethod(ArtMethod* old_method, ArtMethod* new_method) { in MoveObsoleteMethod() 944 void JitCodeCache::MoveObsoleteMethod(ArtMethod* old_method, ArtMethod* new_method) { in MoveObsoleteMethod()
|
/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/ |
D | fnsig.rs | 42 pub(crate) fn new_method( in new_method() method
|
/aosp_15_r20/art/runtime/jni/ |
H A D | jni_id_manager.cc | 503 ArtMethod* new_method = in VisitReflectiveTargets() local
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | rtcp_sender.cc | 197 void RTCPSender::SetRTCPStatus(RtcpMode new_method) { in SetRTCPStatus()
|
/aosp_15_r20/external/protobuf/python/ |
H A D | mox.py | 1371 def new_method(self, *args, **kwargs): function
|
/aosp_15_r20/external/pytorch/torch/export/ |
H A D | _trace.py | 1138 def patch_forward(obj: torch.nn.Module, new_method): argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/ |
H A D | mox.py | 1371 def new_method(self, *args, **kwargs): function
|
/aosp_15_r20/art/openjdkjvmti/ |
H A D | ti_redefine.cc | 963 for (const art::ClassAccessor::Method& new_method : accessor.GetMethods()) { in CheckMethods() local 2803 art::ArtMethod* new_method = in UpdateClassStructurally() local
|
/aosp_15_r20/art/test/004-JniTest/ |
H A D | jni_test.cc | 737 jmethodID new_method = env_->GetMethodID(concrete_class_, "<init>", "()V"); in TestCalls() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | inliner.cc | 1233 ArtMethod* new_method = nullptr; in TryInlinePolymorphicCallToSameTarget() local
|
/aosp_15_r20/external/executorch/exir/emit/test/ |
H A D | test_emit.py | 76 def patch_forward(obj: torch.nn.Module, new_method): argument
|
/aosp_15_r20/art/runtime/mirror/ |
H A D | class.cc | 1963 ArtMethod* new_method, in IsMethodPreferredOver()
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_dataclasses.py | 2027 def new_method(self): member in TestCase.test_generic_extending.NonDataDerived
|