Home
last modified time | relevance | path

Searched refs:bot1 (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/tools/rtcbot/test/
DoneWayVideoStreamingWithDownloadingFile.js18 function testOneWayVideoWithDownloading(test, bot1, bot2) { argument
22 createPeerConnection.bind(bot1),
41 bot1.getUserMedia({video:true, audio:true}, onUserMediaSuccess, test.fail);
46 bot1.showStream(stream.id, true, true);
91 downloadFile(bot1, "bot1");
Dwebrtc_video_streaming.js14 function testOneWayVideo(test, bot1, bot2) { argument
18 createPeerConnection.bind(bot1),
37 bot1.getUserMedia({video:true, audio:true}, onUserMediaSuccess, test.fail);
42 bot1.showStream(stream.id, true, true);
Dsimple_offer_answer.js13 function testOfferAnswer(test, bot1, bot2) { argument
14 test.wait( [ bot1.createPeerConnection.bind(bot1, null),
Dtwo_way_video_streaming.js14 function testTwoWayVideoStreaming(test, bot1, bot2) { argument
19 createPeerConnectionWithLocalStream.bind(bot1),
47 pc1.addEventListener('addstream', onAddStream.bind(bot1));
Dthree_bots_video_conference.js15 function testTwoWayVideoStreaming(test, bot1, bot2, bot3) { argument
20 createBotPeerConnectionsWithLocalStream.bind(bot1),
/external/skia/site/dev/contrib/
Dcqkeywords.md33 CQ_INCLUDE_TRYBOTS=master1:bot1,bot2;master2:bot3,bot4
49 CQ_EXCLUDE_TRYBOTS=master1:bot1,bot2;master2:bot3,bot4
64 CQ_TRYBOTS=master1:bot1,bot2;master2:bot3,bot4
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp756 constexpr Bottom &bot1 = (Base&)derived; variable
758 static_assert(&bot1 != &bot2, "");
763 static_assert(pb1 == &bot1, "");
766 constexpr Base2 &fail = (Base2&)bot1; // expected-error {{constant expression}} expected-note {{can…