Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dwebbrowser.py217 remote_args = ['%action', '%s'] variable in UnixBrowser
273 for arg in self.remote_args]
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/
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/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc1049 std::vector<Tensor>* remote_args = new std::vector<Tensor>; in RunRemote() local
1052 device_context, args_alloc_attrs, rendezvous, remote_args, in RunRemote()
1053 [frame, remote_args, item, source_device, target_device, in RunRemote()
1058 s = frame->SetArgs(*remote_args); in RunRemote()
1062 delete remote_args; in RunRemote()
1070 target_incarnation, rendezvous, device_context, remote_args, in RunRemote()
1078 delete remote_args; in RunRemote()
1085 delete remote_args; in RunRemote()
Dprocess_function_library_runtime.h234 std::vector<std::unique_ptr<eager::RemoteTensorHandle>> remote_args; member
Dprocess_function_library_runtime.cc1689 comp_args->remote_args.emplace_back( in Run()
1692 comp_args->args.push_back(comp_args->remote_args.back().get()); in Run()