Home
last modified time | relevance | path

Searched defs:remote_args (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dwebbrowser.py218 remote_args = ['%action', '%s'] variable in UnixBrowser
288 remote_args = ['%action', '%s'] variable in Mozilla
299 remote_args = ['-remote', 'openURL(%s%action)'] variable in Netscape
310 remote_args = ['%action', '%s'] variable in Galeon
319 remote_args = ['%action', '%s'] variable in Chrome
331 remote_args = ['%action', '%s'] variable in Opera
341 remote_args = ['-remote', 'openURL(%s%action)'] variable in Elinks
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dwebbrowser.py218 remote_args = ['%action', '%s'] variable in UnixBrowser
288 remote_args = ['%action', '%s'] variable in Mozilla
299 remote_args = ['-remote', 'openURL(%s%action)'] variable in Netscape
310 remote_args = ['%action', '%s'] variable in Galeon
319 remote_args = ['%action', '%s'] variable in Chrome
331 remote_args = ['%action', '%s'] variable in Opera
341 remote_args = ['-remote', 'openURL(%s%action)'] variable in Elinks
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dwebbrowser.py218 remote_args = ['%action', '%s'] variable in UnixBrowser
288 remote_args = ['%action', '%s'] variable in Mozilla
299 remote_args = ['-remote', 'openURL(%s%action)'] variable in Netscape
310 remote_args = ['%action', '%s'] variable in Galeon
319 remote_args = ['%action', '%s'] variable in Chrome
331 remote_args = ['%action', '%s'] variable in Opera
341 remote_args = ['-remote', 'openURL(%s%action)'] variable in Elinks
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dwebbrowser.py218 remote_args = ['%action', '%s'] variable in UnixBrowser
288 remote_args = ['%action', '%s'] variable in Mozilla
299 remote_args = ['-remote', 'openURL(%s%action)'] variable in Netscape
310 remote_args = ['%action', '%s'] variable in Galeon
319 remote_args = ['%action', '%s'] variable in Chrome
331 remote_args = ['%action', '%s'] variable in Opera
341 remote_args = ['-remote', 'openURL(%s%action)'] variable in Elinks
/aosp_15_r20/external/python/cpython3/Lib/
Dwebbrowser.py218 remote_args = ['%action', '%s'] variable in UnixBrowser
288 remote_args = ['%action', '%s'] variable in Mozilla
299 remote_args = ['-remote', 'openURL(%s%action)'] variable in Netscape
310 remote_args = ['%action', '%s'] variable in Galeon
319 remote_args = ['%action', '%s'] variable in Chrome
331 remote_args = ['%action', '%s'] variable in Opera
341 remote_args = ['-remote', 'openURL(%s%action)'] variable in Elinks
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dwebbrowser.py218 remote_args = ['%action', '%s'] variable in UnixBrowser
288 remote_args = ['%action', '%s'] variable in Mozilla
299 remote_args = ['-remote', 'openURL(%s%action)'] variable in Netscape
310 remote_args = ['%action', '%s'] variable in Galeon
319 remote_args = ['%action', '%s'] variable in Chrome
331 remote_args = ['%action', '%s'] variable in Opera
341 remote_args = ['-remote', 'openURL(%s%action)'] variable in Elinks
/aosp_15_r20/external/python/cpython2/Lib/
Dwebbrowser.py208 remote_args = ['%action', '%s'] variable in UnixBrowser
288 remote_args = ['-remote', 'openURL(%s%action)'] variable in Mozilla
301 remote_args = ['%action', '%s'] variable in Galeon
310 remote_args = ['%action', '%s'] variable in Chrome
322 remote_args = ['%action', '%s'] variable in Opera
332 remote_args = ['-remote', 'openURL(%s%action)'] variable in Elinks
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dprocess_function_library_runtime.h242 std::vector<std::unique_ptr<eager::RemoteTensorHandle>> remote_args; member
H A Dfunction.cc1084 std::vector<Tensor>* remote_args = new std::vector<Tensor>; in RunRemote() local
/aosp_15_r20/frameworks/native/libs/binder/rust/tests/
H A Dintegration.rs830 let remote_args = test_client.get_dump_args().expect("Could not fetched dumped args"); in test_misc_ibinder() localVariable