OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Guest
(Results
1 - 7
of
7
) sorted by null
/external/autotest/server/hosts/
guest.py
5
This module defines the
Guest
class in the Host hierarchy.
10
Guest
: a virtual machine on which you can run programs
23
class
Guest
(ssh_host.SSHHost):
43
Construct a
Guest
object
48
this
guest
51
super(
Guest
, self)._initialize(hostname, *args, **dargs)
57
Destroy a
Guest
object
59
super(
Guest
, self).__del__()
65
Perform a "hardreset" of the
guest
.
68
even if the
guest
otherwise innaccessible through ssh
[
all
...]
kvm_guest.py
20
import
guest
23
class KVMGuest(
guest
.
Guest
):
39
this
guest
44
# bypass
Guest
's __init__
__init__.py
18
from
guest
import
Guest
/prebuilts/gdb/darwin-x86/lib/python2.7/
ftplib.py
10
'230
Guest
login ok, access restrictions apply.'
613
'230
Guest
login ok, access restrictions apply.'
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/
ftplib.py
10
'230
Guest
login ok, access restrictions apply.'
613
'230
Guest
login ok, access restrictions apply.'
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py
10
'230
Guest
login ok, access restrictions apply.'
613
'230
Guest
login ok, access restrictions apply.'
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py
10
'230
Guest
login ok, access restrictions apply.'
613
'230
Guest
login ok, access restrictions apply.'
[
all
...]
Completed in 128 milliseconds