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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
webbrowser.py 85 if not _iscommand(cmd):
121 def _iscommand(cmd): function
457 if _iscommand("xdg-open"):
461 if "GNOME_DESKTOP_SESSION_ID" in os.environ and _iscommand("gvfs-open"):
465 if "GNOME_DESKTOP_SESSION_ID" in os.environ and _iscommand("gnome-open"):
469 if "KDE_FULL_SESSION" in os.environ and _iscommand("kfmclient"):
472 if _iscommand("x-www-browser"):
480 if _iscommand(browser):
484 if _iscommand("kfm"):
486 elif _iscommand("konqueror")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
webbrowser.py 85 if not _iscommand(cmd):
121 def _iscommand(cmd): function
457 if _iscommand("xdg-open"):
461 if "GNOME_DESKTOP_SESSION_ID" in os.environ and _iscommand("gvfs-open"):
465 if "GNOME_DESKTOP_SESSION_ID" in os.environ and _iscommand("gnome-open"):
469 if "KDE_FULL_SESSION" in os.environ and _iscommand("kfmclient"):
472 if _iscommand("x-www-browser"):
480 if _iscommand(browser):
484 if _iscommand("kfm"):
486 elif _iscommand("konqueror")
    [all...]
  /external/clang/tools/scan-view/
startfile.py 113 from webbrowser import _iscommand namespace
168 if _iscommand('kfmclient'):
172 if _iscommand(command):
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
startfile.py 113 from webbrowser import _iscommand namespace
168 if _iscommand('kfmclient'):
172 if _iscommand(command):
  /prebuilts/misc/linux-x86/analyzer/tools/scan-view/
startfile.py 113 from webbrowser import _iscommand namespace
168 if _iscommand('kfmclient'):
172 if _iscommand(command):

Completed in 389 milliseconds