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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcvs 6 import rcvs
8 rcvs.main()
mac.py 3 import rcvs
14 if words[0] != 'rcvs':
15 words.insert(0, 'rcvs')
17 rcvs.main()
rcvs.py 8 # - if the remote file is deleted, "rcvs update" will fail
231 ...Message from rcvs...
241 class RCVS(CVS):
349 class rcvs(CommandFrameWork): class in inherits:CommandFrameWork
353 "usage: rcvs [-d directory] [-h host] [-p port] [-q] [-v] [subcommand arg ...]"
361 self.cvs = RCVS()
441 print "'rcvs add' requires at least one file"
449 print "'rcvs remove' requires at least one file"
469 r = rcvs()
  /external/python/cpython2/Demo/pdist/
rcvs 6 import rcvs
8 rcvs.main()
mac.py 3 import rcvs
14 if words[0] != 'rcvs':
15 words.insert(0, 'rcvs')
17 rcvs.main()
rcvs.py 8 # - if the remote file is deleted, "rcvs update" will fail
231 ...Message from rcvs...
241 class RCVS(CVS):
349 class rcvs(CommandFrameWork): class in inherits:CommandFrameWork
353 "usage: rcvs [-d directory] [-h host] [-p port] [-q] [-v] [subcommand arg ...]"
361 self.cvs = RCVS()
441 print "'rcvs add' requires at least one file"
449 print "'rcvs remove' requires at least one file"
469 r = rcvs()

Completed in 65 milliseconds