/ohos5.0/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_javascript_result_callback.cpp | 164 …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 D | common_compiler_test.cc | 149 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 D | profile-saving.cc | 37 jobject method) { in Java_Main_ensureProfilingInfo() 65 jobject method) { in Java_Main_presentInProfile()
|
/aosp12/art/test/595-profile-saving/src/ |
H A D | Main.java | 69 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 D | UiAutomatorTestCaseFilter.java | 31 public boolean accept(Method method) { in accept()
|
H A D | TestCaseCollector.java | 105 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 D | MediaPlayerListTest.java | 94 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 D | dex_file_ext_test.cc | 83 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 D | dex_file_supp_test.cc | 77 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 D | MmsNetworkManager.java | 299 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 D | generateJava.cpp | 244 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 D | Interface.cpp | 420 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 D | sa_cpp_service_stub_code_emitter.cpp | 121 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 D | java_client_proxy_code_emitter.cpp | 149 …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 D | clear_dex_cache.cc | 53 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 D | StreamingServiceTracker.java | 41 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 D | CellBroadcastConfigServiceTest.java | 76 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 D | PhoneNumberUtilsAccessor.java | 38 Method method = in isLocalEmergencyNumber() local
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/ |
H A D | mod.rs | 17 mod method; module
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
H A D | ExtraSettingsUtil.java | 148 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 D | js_screen_session.cpp | 357 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 D | TestDelegates.java | 192 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 D | QuickstepTestInformationHandler.java | 24 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 D | MessageConverter.java | 79 Method method; in toStackMessage() local
|
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
H A D | NetworkPolicyTestRunner.java | 40 public Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker()
|