Home
last modified time | relevance | path

Searched refs:remote_args (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Dwebbrowser.py199 remote_args = ['%action', '%s'] variable in UnixBrowser
254 for arg in self.remote_args]
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
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
322 remote_args = ['%action', '%s'] variable in Opera
332 remote_args = ['-remote', 'openURL(%s%action)'] variable in Elinks
/external/v8/tools/release/
Dgit_recipes.py110 remote_args = ["--upstream", remote] if remote else []
111 self.Git(MakeArgs(["new-branch", name] + remote_args), **kwargs)
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc1001 std::vector<Tensor>* remote_args = new std::vector<Tensor>; in RunRemote() local
1004 device_context, args_alloc_attrs, rendezvous, remote_args, in RunRemote()
1005 [frame, remote_args, item, source_device, target_device, in RunRemote()
1010 s = frame->SetArgs(*remote_args); in RunRemote()
1014 delete remote_args; in RunRemote()
1022 target_incarnation, rendezvous, device_context, remote_args, in RunRemote()
1030 delete remote_args; in RunRemote()
1037 delete remote_args; in RunRemote()