Searched refs:remote_args (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/ |
D | webbrowser.py | 181 remote_args = ['%action', '%s'] variable in UnixBrowser 236 for arg in self.remote_args] 250 remote_args = ['%action', '%s'] variable in Mozilla 261 remote_args = ['-remote', 'openURL(%s%action)'] variable in Netscape 272 remote_args = ['%action', '%s'] variable in Galeon 281 remote_args = ['%action', '%s'] variable in Chrome 294 remote_args = ['-remote', 'openURL(%s%action)'] variable in Opera 304 remote_args = ['-remote', 'openURL(%s%action)'] variable in Elinks
|
/external/python/cpython2/Lib/ |
D | webbrowser.py | 208 remote_args = ['%action', '%s'] variable in UnixBrowser 274 for arg in self.remote_args] 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 323 remote_args = ['-remote', 'openURL(%s%action)'] variable in Opera 333 remote_args = ['-remote', 'openURL(%s%action)'] variable in Elinks
|
/external/v8/tools/release/ |
D | git_recipes.py | 110 remote_args = ["--upstream", remote] if remote else [] 111 self.Git(MakeArgs(["new-branch", name] + remote_args), **kwargs)
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function.cc | 707 std::vector<Tensor>* remote_args = new std::vector<Tensor>; in RunRemote() local 710 device_context, {}, rendezvous, remote_args, in RunRemote() 711 [frame, remote_args, item, source_device, target_device, in RunRemote() 716 s = frame->SetArgs(*remote_args); in RunRemote() 720 delete remote_args; in RunRemote() 728 remote_args, exec_args](const Status& status) { in RunRemote() 735 delete remote_args; in RunRemote() 743 delete remote_args; in RunRemote()
|