HomeSort by relevance Sort by last modified time
    Searched defs:Bot (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/tools/rtcbot/
botmanager.js 24 // TODO(andresp): There should be a way to control which bot was spawned
25 // and what bot instance it gets connected to.
47 console.log('Error: Type ' + botType + ' not supported by rtc-Bot!');
54 var bot = this.createBot_(name, botType, callback);
55 this.bots_.push(bot);
56 this.pendingConnections_.push(bot.onBotConnected.bind(bot));
64 this.app_.use('/bot/api.js',
66 __dirname + '/bot/api.js'));
68 this.app_.use('/bot/', Express.static(__dirname + '/bot'))
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/models/
graph_data.py 9 about tests are structured in a hierarchy of Master, Bot, and Test entities.
10 Master and Bot entities represent Buildbot masters and builders respectively,
16 Bot: win7
83 All Bot entities that are Buildbot slaves of one master are children of one
89 class Bot(internal_only_model.InternalOnlyModel):
92 Bots are keyed by name, e.g. 'xp-release-dual-core'. A Bot entity contains
94 each bot has a parent that is a Master entity. A Bot is be the ancestor of
109 parented by a Bot.
176 def bot(self): # pylint: disable=invalid-nam member in class:Test
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 196 VLIWSchedBoundary Bot;
199 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
208 Bot(BotQID, "BotQ") {}
222 Bot.ResourceModel->getTotalPackets();
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 565 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
859 SchedBoundary Bot;
865 Bot(SchedBoundary::BotQID, "BotQ") {}
888 Bot.releaseBottomNode(SU);

Completed in 59 milliseconds