Home
last modified time | relevance | path

Searched defs:method (Results 151 – 175 of 992) sorted by relevance

12345678910>>...40

/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_javascript_result_callback.cpp164 …std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objNam… in GetJavaScriptResultSelf()
194 …std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objNam… in GetJavaScriptResult()
286 const std::string& method, in GetJavaScriptResultSelfHelper()
315 …std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objNam… in GetJavaScriptResultSelfFlowbuf()
340 …std::vector<std::shared_ptr<NWebValue>> args, const std::string& method, const std::string& objNam… in GetJavaScriptResultFlowbuf()
361 for (auto& method : methods) { in GetJavaScriptObjectMethods() local
/aosp12/art/compiler/
H A Dcommon_compiler_test.cc149 void CommonCompilerTestImpl::MakeExecutable(ArtMethod* method, in MakeExecutable()
231 void CommonCompilerTestImpl::CompileMethod(ArtMethod* method) { in CompileMethod()
287 ArtMethod* method = klass->FindClassMethod(method_name, signature, pointer_size); in CompileDirectMethod() local
304 ArtMethod* method = klass->FindClassMethod(method_name, signature, pointer_size); in CompileVirtualMethod() local
/aosp12/art/test/595-profile-saving/
H A Dprofile-saving.cc37 jobject method) { in Java_Main_ensureProfilingInfo()
65 jobject method) { in Java_Main_presentInProfile()
/aosp12/art/test/595-profile-saving/src/
H A DMain.java69 public static native void ensureProfilingInfo(Method method); in ensureProfilingInfo()
73 public static native boolean presentInProfile(String profile, Method method); in presentInProfile()
/aosp12/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCaseFilter.java31 public boolean accept(Method method) { in accept()
H A DTestCaseCollector.java105 protected void addSingleTestMethod(Class<?> clazz, String method) { in addSingleTestMethod()
143 public boolean accept(Method method); in accept()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/audio_util/
H A DMediaPlayerListTest.java94 Method method = BrowsablePlayerConnector.class.getDeclaredMethod("setInstanceForTesting", in setUp() local
114 Method method = BrowsablePlayerConnector.class.getDeclaredMethod("setInstanceForTesting", in tearDown() local
/aosp12/art/libdexfile/external/
H A Ddex_file_ext_test.cc83 auto check_init = [](void* ctx, const ADexFile_Method* method) { in TEST_F()
98 auto check_main = [](void* ctx, const ADexFile_Method* method) { in TEST_F()
130 auto add = [](void* ctx, const ADexFile_Method* method) { in TEST_F()
H A Ddex_file_supp_test.cc77 auto check_init = [&](const DexFile::Method& method) { in TEST()
92 auto check_main = [&](const DexFile::Method& method) { in TEST()
123 auto add = [&](const DexFile::Method& method) { names.push_back(method.GetQualifiedName()); }; in TEST()
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/
H A DMmsNetworkManager.java299 final Method method = mConnectivityManager.getClass().getMethod( in startMmsConnectivity() local
314 final Method method = mConnectivityManager.getClass().getMethod( in endMmsConnectivity() local
373 final Method method = cmClass.getDeclaredMethod("getMobileDataEnabled"); in isMobileDataEnabled() local
/aosp12/system/tools/hidl/
H A DgenerateJava.cpp244 for (const auto &method : iface->methods()) { in generateJava() local
316 const Method *method = tuple.method(); in generateJava() local
501 const Method *method = tuple.method(); in generateJava() local
H A DInterface.cpp420 void Interface::addUserDefinedMethod(Method* method) { in addUserDefinedMethod()
432 for (const auto* method : methods()) { in getReferences() local
450 for (const auto* method : methods()) { in getStrongReferences() local
508 for (const Method* method : mUserMethods) { in validateUniqueNames() local
549 for (const Method* method : methods()) { in validateAnnotations() local
571 Method *method = pair.second->copySignature(); in addAllReservedMethods() local
834 [&](auto method) { method->emitHidlDefinition(out); }); in emitHidlDefinition()
901 for (const auto &method : methods()) { in emitVtsMethodDeclaration() local
972 for (const auto* method : methods()) { in deepIsJavaCompatible() local
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H A Dsa_cpp_service_stub_code_emitter.cpp121 AutoPtr<ASTMethod> method = interface_->GetMethod(i); in EmitInterfaceStubMethodImpls() local
132 void SaCppServiceStubCodeEmitter::EmitInterfaceStubMethodImpl(AutoPtr<ASTMethod> &method, StringBui… in EmitInterfaceStubMethodImpl()
172 void SaCppServiceStubCodeEmitter::EmitInterfaceStubMethodCall(AutoPtr<ASTMethod> &method, StringBui… in EmitInterfaceStubMethodCall()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Djava_client_proxy_code_emitter.cpp149 …for (const auto &method : interface_->GetMethodsBySystem(Options::GetInstance().GetSystemLevel()))… in EmitProxyMethodImpls() local
156 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitProxyMethodImpl() argument
187 const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const in EmitProxyMethodBody() argument
/aosp12/art/test/497-inlining-and-class-loader/
H A Dclear_dex_cache.cc53 ArtMethod* method = pair.object; in Java_Main_cloneResolvedMethods() local
79 ArtMethod* method; in Java_Main_restoreResolvedMethods() local
/aosp12/packages/services/Telephony/testapps/EmbmsTestStreamingApp/src/com/android/phone/testapps/embmsfrontend/
H A DStreamingServiceTracker.java41 public void onStreamMethodUpdated(int method) { in onStreamMethodUpdated()
100 private void onStreamMethodUpdated(int method) { in onStreamMethodUpdated()
/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
H A DCellBroadcastConfigServiceTest.java76 Method method = ContextWrapper.class.getDeclaredMethod("attachBaseContext", cArgs); in setUp() local
152 Method method = in setCellBroadcastRange() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/oem/
H A DPhoneNumberUtilsAccessor.java38 Method method = in isLocalEmergencyNumber() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dmod.rs17 mod method; module
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/
H A DExtraSettingsUtil.java148 private static Uri buildUri(String authority, String method, String key) { in buildUri()
157 private static Uri buildUri(String authority, String method) { in buildUri()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session.cpp357 auto method = jsCallbackRef->GetNapiValue(); in CallJsCallback() local
410 auto method = jsCallbackRef->GetNapiValue(); in OnSensorRotationChange() local
452 auto method = jsCallbackRef->GetNapiValue(); in OnScreenOrientationChange() local
490 auto method = jsCallbackRef->GetNapiValue(); in OnPropertyChange() local
532 auto method = jsCallbackRef->GetNapiValue(); in OnScreenDensityChange() local
569 auto method = jsCallbackRef->GetNapiValue(); in OnPowerStatusChange() local
614 auto method = jsCallbackRef->GetNapiValue(); in OnScreenRotationLockedChange() local
646 auto method = jsCallbackRef->GetNapiValue(); in OnHoverStatusChange() local
683 auto method = jsCallbackRef->GetNapiValue(); in OnScreenCaptureNotify() local
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/
H A DTestDelegates.java192 private String getMethodName(Method method) { in getMethodName()
196 private String getMethodName(Method method, Class<?>[] parameters) { in getMethodName()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DQuickstepTestInformationHandler.java24 public Bundle call(String method, String arg) { in call()
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/registration/
H A DMessageConverter.java79 Method method; in toStackMessage() local
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DNetworkPolicyTestRunner.java40 public Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker()

12345678910>>...40