Home
last modified time | relevance | path

Searched defs:method (Results 26 – 50 of 992) sorted by relevance

12345678910>>...40

/aosp12/art/runtime/mirror/
H A Dmethod.cc29 ObjPtr<Method> Method::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod()
44 ObjPtr<Constructor> Constructor::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod()
/aosp12/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
H A DTestNotificationApplication.java66 public void beforeTest(Method method) { in beforeTest()
75 public void afterTest(Method method) { in afterTest()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/
H A Dsa_ts_client_proxy_code_emitter.cpp84 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceProxyMethodImpls() local
94 void SaTsClientProxyCodeEmitter::EmitInterfaceProxyMethodBody(AutoPtr<ASTMethod> &method, StringBui… in EmitInterfaceProxyMethodBody()
133 void SaTsClientProxyCodeEmitter::EmitInterfaceMethodCallback(AutoPtr<ASTMethod> &method, StringBuil… in EmitInterfaceMethodCallback()
144 void SaTsClientProxyCodeEmitter::EmitInterfaceMethodErrorCallback(AutoPtr<ASTMethod> &method, Strin… in EmitInterfaceMethodErrorCallback()
178 void SaTsClientProxyCodeEmitter::EmitInterfaceMethodCallbackInner(AutoPtr<ASTMethod> &method, Strin… in EmitInterfaceMethodCallbackInner()
H A Dsa_ts_code_emitter.cpp27 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in CheckInterfaceType() local
92 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceMethodCommands() local
102 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceImports() local
139 void SATsCodeEmitter::EmitInterfaceMethodHead(AutoPtr<ASTMethod> &method, StringBuilder &sb, in EmitInterfaceMethodHead()
/aosp12/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/a/
H A DA.java30 public void method() { in method() method in A
35 int method() { in method() method in A.Inner
/aosp12/art/runtime/native/
H A Djava_lang_reflect_Executable.cc44 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getDeclaredAnnotationsNative() local
61 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getAnnotationNative() local
72 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getSignatureAnnotation() local
82 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getParameterAnnotationsNative() local
259 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_isAnnotationPresentNative() local
323 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getMethodNameInternal() local
330 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getMethodReturnTypeInternal() local
343 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getParameterTypesInternal() local
378 ArtMethod* method = ArtMethod::FromReflectedMethod(soa, javaMethod); in Executable_getParameterCountInternal() local
/aosp12/art/runtime/
H A Dcha.cc35 void ClassHierarchyAnalysis::AddDependency(ArtMethod* method, in AddDependency()
46 ArtMethod* method) { in GetDependents()
54 void ClassHierarchyAnalysis::RemoveAllDependenciesFor(ArtMethod* method) { in RemoveAllDependenciesFor()
123 ArtMethod* method = in ResetSingleImplementationInHierarchy() local
170 ArtMethod* method = interface->GetVirtualMethod(j, pointer_size); in ResetSingleImplementationInHierarchy() local
195 ArtMethod* method = GetMethod(); in VisitFrame() local
522 ArtMethod* method, in InitSingleImplementationFlag()
580 ArtMethod* method = klass->GetVTableEntry(i, image_pointer_size); in UpdateAfterLoadingOf() local
604 ArtMethod* method = klass->GetVTableEntry(i, image_pointer_size); in UpdateAfterLoadingOf() local
670 ArtMethod* method = dependent.first;; in InvalidateSingleImplementationMethods() local
H A Dreflection_test.cc139 ArtMethod* method; in InvokeNopMethod() local
148 ArtMethod* method; in InvokeIdentityByteMethod() local
174 ArtMethod* method; in InvokeIdentityIntMethod() local
199 ArtMethod* method; in InvokeIdentityDoubleMethod() local
224 ArtMethod* method; in InvokeSumIntIntMethod() local
253 ArtMethod* method; in InvokeSumIntIntIntMethod() local
292 ArtMethod* method; in InvokeSumIntIntIntIntMethod() local
336 ArtMethod* method; in InvokeSumIntIntIntIntIntMethod() local
385 ArtMethod* method; in InvokeSumDoubleDoubleMethod() local
419 ArtMethod* method; in InvokeSumDoubleDoubleDoubleMethod() local
[all …]
/aosp12/art/test/986-native-method-bind/src/art/
H A DTest986.java37 private static void setNativeTransform(Method method, String dest) { in setNativeTransform()
41 private static void removeNativeTransform(Method method) { in removeNativeTransform()
48 public static String doNativeMethodBind(Method method, String nativeSym) { in doNativeMethodBind()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_interface_type.cpp29 void ASTInterfaceType::AddMethod(const AutoPtr<ASTMethod> &method) in AddMethod()
69 for (const auto &method : methods_) { in GetMethodsBySystem() local
104 for (auto method : methods_) { in Dump() local
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dcpp_client_proxy_code_emitter.cpp202 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitProxyMethodDecls() local
219 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitProxyMethodDecl() argument
243 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitProxyStaticMethodDecl() argument
423 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in GetSourceOtherLibInclusions() local
442 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in GetSourceOtherFileInclusions() local
630 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitProxyMethodImpls() local
724 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyMethodImpl()
750 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyStaticMethodImpl()
773 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyMethodBody()
794 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) in EmitProxyStaticMethodBody()
[all …]
/aosp12/system/tools/hidl/
H A DgenerateCpp.cpp301 const Method* method = tuple.method(); in generateInterfaceHeader() local
604 const Method *method = tuple.method(); in generateMethods() local
703 [&](const Method* method, const Interface*) { in generateStubHeader()
726 generateMethods(out, [&](const Method* method, const Interface* iface) { in generateStubHeader()
794 [&](const Method* method, const Interface*) { in generateProxyHeader()
813 generateMethods(out, [&](const Method* method, const Interface*) { in generateProxyHeader()
1333 generateMethods(out, [&](const Method* method, const Interface*) { in generateStubSource()
1362 const Method *method = tuple.method(); in generateStubSource() local
1423 void AST::generateStubSourceForMethod(Formatter& out, const Method* method, in generateStubSourceForMethod()
1720 generateMethods(out, [&](const Method* method, const Interface*) { in generateInterfaceSource()
[all …]
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyTestUtils.java65 public static Object invokeStaticMethod(Class<?> clazz, String method, Object... params) { in invokeStaticMethod()
88 public static Object invokeStaticMethodThrowsException(Class<?> clazz, String method, in invokeStaticMethodThrowsException()
112 public static Object invokeNonStaticMethod(Class<?> clazz, Object caller, String method, in invokeNonStaticMethod()
137 String method, Object... params) in invokeNonStaticMethodThrowsException()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/caller/
H A Dcaller.js64 call(method, data) { argument
119 callWithResult(method, data) { argument
257 callCheck(method, data) { argument
281 buildMsgData(method, data) { argument
/aosp12/system/tools/aidl/
H A Dgenerate_aidl_mappings.cpp26 std::string dump_location(const AidlNode& method) { in dump_location()
37 for (const auto& method : interface->GetMethods()) { in generate_mappings() local
/aosp12/art/runtime/jit/
H A Dprofiling_info.cc28 ProfilingInfo::ProfilingInfo(ArtMethod* method, const std::vector<uint32_t>& entries) in ProfilingInfo()
39 ProfilingInfo* ProfilingInfo::Create(Thread* self, ArtMethod* method) { in Create()
109 ScopedProfilingInfoUse::ScopedProfilingInfoUse(jit::Jit* jit, ArtMethod* method, Thread* self) in ScopedProfilingInfoUse()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
H A DBaseTestingActivity.java73 protected void addButton(String title, String method) { in addButton()
104 Method method = null; in handleCommand() local
124 public static Intent getCommandIntent(Class<?> clazz, String method) { in getCommandIntent()
/aosp12/art/runtime/arch/arm/
H A Dquick_entrypoints_cc_arm.cc28 static void quick_invoke_reg_setup(ArtMethod* method, uint32_t* args, uint32_t args_size, in quick_invoke_reg_setup()
99 extern "C" void art_quick_invoke_stub(ArtMethod* method, uint32_t* args, uint32_t args_size, in art_quick_invoke_stub()
106 extern "C" void art_quick_invoke_static_stub(ArtMethod* method, uint32_t* args, in art_quick_invoke_static_stub()
/aosp12/art/test/044-proxy/src/
H A DFloatSelect.java25 public float method(float a, float b); in method() method
29 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke()
/aosp12/art/openjdkjvmti/
H A Dti_method.cc132 jmethodID method, in GetBytecodes()
166 jmethodID method, in GetArgumentsSize()
288 jmethodID method, in GetMaxLocals()
318 jmethodID method, in GetMethodName()
401 jmethodID method, in GetMethodLocation()
434 jmethodID method, in GetMethodModifiers()
511 jmethodID method, in IsMethodT()
528 auto test = [](art::ArtMethod* method) { in IsMethodNative()
535 auto test = [](art::ArtMethod* method) { in IsMethodObsolete()
542 auto test = [](art::ArtMethod* method) { in IsMethodSynthetic()
[all …]
/aosp12/libnativehelper/
H A DJniConstants.c54 #define METHOD_NAME(cls, method) g_ ## cls ## _ ## method argument
66 #define JMETHODID_DECLARE_STORAGE(cls, method, ...) \ argument
91 jmethodID method; in FindMethod() local
124 #define JMETHODID_INITIALIZE(cls, method, name, signature, isStatic) \ in InitializeConstants() argument
157 #define JMETHODID_INVALIDATE(cls, method, ...) METHOD_NAME(cls, method) = NULL; in jniUninitializeConstants() argument
183 #define JMETHODID_ACCESSOR_IMPL(cls, method, ...) \ argument
/aosp12/art/test/124-missing-classes/src/
H A DMain.java42 MissingClass method() { in method() method in Main.ClassWithMissingMethodReturnType
57 void method(MissingClass arg) {} in method() method in Main.ClassWithMissingMethodParameterType
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_async_callback.h55 napi_ref& method; member
60 napi_ref& method; member
66 napi_ref& method; member
/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_interface_type.cpp30 void ASTInterfaceType::AddMethod(ASTMethod* method) in AddMethod()
77 for (auto method : methods_) { in Dump() local
/aosp12/art/test/566-polymorphic-inlining/
H A Dpolymorphic_inline.cc30 static bool do_checks(ArtMethod* method, ScopedObjectAccess& soa) in do_checks()
72 ArtMethod* method = soa.Decode<mirror::Class>(cls)->FindDeclaredDirectMethodByName( in Java_Main_ensureJittedAndPolymorphicInline566() local

12345678910>>...40