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

  /external/chromium_org/tools/git/
mass-rename.py 36 attrs, fro, to = parts
43 fro, to])
45 print 'Skipping: %s -- not a rename?' % fro
  /external/chromium_org/tools/
gyp-explain.py 23 def GetPath(graph, fro, to):
25 yields all paths from |fro| to |to|, starting with the shortest."""
27 q = deque([(fro, [])])
62 def GenerateDot(fro, to, paths):
103 fro = MatchNode(g, argv[1])
106 paths = list(GetPath(g, fro, to))
109 GenerateDot(fro, to, paths)
111 print 'These paths lead from %s to %s:' % (fro, to)
115 print 'No paths found from %s to %s.' % (fro, to)
  /external/chromium_org/remoting/webapp/
clipboard.js 97 // sent to and fro indefinitely.
  /external/chromium_org/tools/gyp/pylib/gyp/
input.py     [all...]

Completed in 5975 milliseconds