OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BotManager
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/tools/rtcbot/
botmanager.js
9
//
botmanager
.js module allows a test to spawn bots that expose an RPC API
20
//
BotManager
runs a HttpsServer that serves bots assets and and WebSocketServer
26
BotManager
= function () {
33
BotManager
.BotTypes = {
38
BotManager
.prototype = {
41
case
BotManager
.BotTypes.CHROME:
43
case
BotManager
.BotTypes.ANDROID_CHROME:
126
// That page once loaded, connects to the websocket server run by
BotManager
216
module.exports =
BotManager
;
test.js
13
var
BotManager
= require('./
botmanager
.js');
66
// Lazy initialization of
botmanager
.
68
this.botManager_ = new
BotManager
();
/external/autotest/site_utils/chromeos_proxy/
swarming_bot_manager.py
111
@param bot_manager: a swarming_bots.
BotManager
instance.
143
bot_manager = swarming_bots.
BotManager
(
swarming_bots.py
268
class
BotManager
(object):
296
logging.error('[
BotManager
] Failed to start Bot %s: %s',
334
logging.debug('[
BotManager
] Check bot counts: %s', str(cmd))
345
'[
BotManager
] Check bot counts: %d bots running, missing: %d',
348
logging.info('[
BotManager
] Checking all bots')
443
m =
BotManager
(parse_range(args.id_range),
Completed in 594 milliseconds