Searched defs:remote_args (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/ |
D | webbrowser.py | 217 remote_args = ['%action', '%s'] variable in UnixBrowser 287 remote_args = ['%action', '%s'] variable in Mozilla 298 remote_args = ['-remote', 'openURL(%s%action)'] variable in Netscape 309 remote_args = ['%action', '%s'] variable in Galeon 318 remote_args = ['%action', '%s'] variable in Chrome 330 remote_args = ['%action', '%s'] variable in Opera 340 remote_args = ['-remote', 'openURL(%s%action)'] variable in Elinks
|
/external/python/cpython2/Lib/ |
D | webbrowser.py | 208 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
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_function_library_runtime.h | 234 std::vector<std::unique_ptr<eager::RemoteTensorHandle>> remote_args; member
|
D | function.cc | 1049 std::vector<Tensor>* remote_args = new std::vector<Tensor>; in RunRemote() local
|