HomeSort by relevance Sort by last modified time
    Searched refs:remote_args (Results 1 - 5 of 5) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
webbrowser.py 208 remote_args = ['%action', '%s'] variable in class:UnixBrowser
274 for arg in self.remote_args]
288 remote_args = ['-remote', 'openURL(%s%action)'] variable in class:Mozilla
301 remote_args = ['%action', '%s'] variable in class:Galeon
310 remote_args = ['%action', '%s'] variable in class:Chrome
323 remote_args = ['-remote', 'openURL(%s%action)'] variable in class:Opera
333 remote_args = ['-remote', 'openURL(%s%action)'] variable in class:Elinks
  /prebuilts/gdb/linux-x86/lib/python2.7/
webbrowser.py 208 remote_args = ['%action', '%s'] variable in class:UnixBrowser
274 for arg in self.remote_args]
288 remote_args = ['-remote', 'openURL(%s%action)'] variable in class:Mozilla
301 remote_args = ['%action', '%s'] variable in class:Galeon
310 remote_args = ['%action', '%s'] variable in class:Chrome
323 remote_args = ['-remote', 'openURL(%s%action)'] variable in class:Opera
333 remote_args = ['-remote', 'openURL(%s%action)'] variable in class:Elinks
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
webbrowser.py 208 remote_args = ['%action', '%s'] variable in class:UnixBrowser
274 for arg in self.remote_args]
288 remote_args = ['-remote', 'openURL(%s%action)'] variable in class:Mozilla
301 remote_args = ['%action', '%s'] variable in class:Galeon
310 remote_args = ['%action', '%s'] variable in class:Chrome
323 remote_args = ['-remote', 'openURL(%s%action)'] variable in class:Opera
333 remote_args = ['-remote', 'openURL(%s%action)'] variable in class:Elinks
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
webbrowser.py 208 remote_args = ['%action', '%s'] variable in class:UnixBrowser
274 for arg in self.remote_args]
288 remote_args = ['-remote', 'openURL(%s%action)'] variable in class:Mozilla
301 remote_args = ['%action', '%s'] variable in class:Galeon
310 remote_args = ['%action', '%s'] variable in class:Chrome
323 remote_args = ['-remote', 'openURL(%s%action)'] variable in class:Opera
333 remote_args = ['-remote', 'openURL(%s%action)'] variable in class:Elinks
  /external/v8/tools/release/
git_recipes.py 110 remote_args = ["--upstream", remote] if remote else []
111 self.Git(MakeArgs(["new-branch", name] + remote_args), **kwargs)

Completed in 45 milliseconds