Searched refs:bot1 (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/tools/rtcbot/test/ |
D | oneWayVideoStreamingWithDownloadingFile.js | 18 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");
|
D | webrtc_video_streaming.js | 14 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);
|
D | simple_offer_answer.js | 13 function testOfferAnswer(test, bot1, bot2) { argument 14 test.wait( [ bot1.createPeerConnection.bind(bot1, null),
|
D | two_way_video_streaming.js | 14 function testTwoWayVideoStreaming(test, bot1, bot2) { argument 19 createPeerConnectionWithLocalStream.bind(bot1), 47 pc1.addEventListener('addstream', onAddStream.bind(bot1));
|
D | three_bots_video_conference.js | 15 function testTwoWayVideoStreaming(test, bot1, bot2, bot3) { argument 20 createBotPeerConnectionsWithLocalStream.bind(bot1),
|
/external/skia/site/dev/contrib/ |
D | cqkeywords.md | 33 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/ |
D | constant-expression-cxx11.cpp | 756 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…
|