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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Bastion.py 171 print '='*20, "Using rexec:", '='*20
172 import rexec namespace
173 r = rexec.RExec()
rexec.py 3 The class RExec exports methods r_exec(), r_eval(), r_execfile(), and
16 - r_exec etc. with explicit globals/locals? (Use rexec("exec ... in ...")?)
20 warnpy3k("the rexec module has been removed in Python 3.0", stacklevel=2)
30 __all__ = ["RExec"]
71 # old interface was RHooks(rexec[, verbose])
74 rexec = None
79 rexec = args[0]
84 self.rexec = rexec
86 def set_rexec(self, rexec)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Bastion.py 171 print '='*20, "Using rexec:", '='*20
172 import rexec namespace
173 r = rexec.RExec()
rexec.py 3 The class RExec exports methods r_exec(), r_eval(), r_execfile(), and
16 - r_exec etc. with explicit globals/locals? (Use rexec("exec ... in ...")?)
20 warnpy3k("the rexec module has been removed in Python 3.0", stacklevel=2)
30 __all__ = ["RExec"]
71 # old interface was RHooks(rexec[, verbose])
74 rexec = None
79 rexec = args[0]
84 self.rexec = rexec
86 def set_rexec(self, rexec)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 71 import rexec namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 71 import rexec namespace
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
  /external/openssh/contrib/caldera/
openssh.spec 96 telnet, rlogin, rexec, and rsh, and provides secure encrypted
103 telnet, rlogin, rexec und rsh und stellt eine sichere, verschl?sselte
110 telnet, rlogin, rexec, y rsh, y proporciona comunicaciones seguras encriptadas
117 telnet, rlogin, rexec et rsh, tout en assurant des communications crypt?es
124 Sostituisce telnet, rlogin, rexec, e rsh, e fornisce comunicazioni sicure
131 telnet, rlogin, rexec, e o rsh e fornece comunica??es seguras e cifradas
138 telnet, rlogin, rexec, e o rsh e fornece comunica??es seguras e criptografadas
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
netdb.h 474 extern int rexec (char **__restrict __ahost, int __rport,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 474 extern int rexec (char **__restrict __ahost, int __rport,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 474 extern int rexec (char **__restrict __ahost, int __rport,

Completed in 2951 milliseconds