Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dwebbrowser.py199 remote_args = ['%action', '%s'] variable in UnixBrowser
268 remote_args = ['%action', '%s'] variable in Mozilla
279 remote_args = ['-remote', 'openURL(%s%action)'] variable in Netscape
290 remote_args = ['%action', '%s'] variable in Galeon
299 remote_args = ['%action', '%s'] variable in Chrome
311 remote_args = ['%action', '%s'] variable in Opera
321 remote_args = ['-remote', 'openURL(%s%action)'] variable in Elinks
/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
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc1001 std::vector<Tensor>* remote_args = new std::vector<Tensor>; in RunRemote() local