OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_auth_server
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/test/pyautolib/
policy_base.py
105
_auth_server
= None
variable in class:PolicyTestBase
265
self.
_auth_server
= auth_server.GoogleAuthServer()
266
self.
_auth_server
.run()
330
if self.
_auth_server
:
331
self.
_auth_server
.stop()
373
if self.
_auth_server
:
374
self.
_auth_server
.stop()
Completed in 560 milliseconds