Searched refs:bot2 (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/tools/rtcbot/test/ |
D | oneWayVideoStreamingWithDownloadingFile.js | 18 function testOneWayVideoWithDownloading(test, bot1, bot2) { argument 23 createPeerConnection.bind(bot2) ], 54 bot2.showStream(event.stream.id, true, false); 92 downloadFile(bot2, "bot2");
|
D | simple_offer_answer.js | 13 function testOfferAnswer(test, bot1, bot2) { argument 15 bot2.createPeerConnection.bind(bot2, null) ],
|
D | webrtc_video_streaming.js | 14 function testOneWayVideo(test, bot1, bot2) { argument 19 createPeerConnection.bind(bot2) ], 50 bot2.showStream(event.stream.id, true, false);
|
D | two_way_video_streaming.js | 14 function testTwoWayVideoStreaming(test, bot1, bot2) { argument 20 createPeerConnectionWithLocalStream.bind(bot2)], 48 pc2.addEventListener('addstream', onAddStream.bind(bot2));
|
D | three_bots_video_conference.js | 15 function testTwoWayVideoStreaming(test, bot1, bot2, bot3) { argument 21 createBotPeerConnectionsWithLocalStream.bind(bot2),
|
/external/skqp/site/dev/contrib/ |
D | cqkeywords.md | 33 CQ_INCLUDE_TRYBOTS=bucket1:bot1,bot2;bucket2:bot3,bot4
|
/external/skia/site/dev/contrib/ |
D | cqkeywords.md | 33 CQ_INCLUDE_TRYBOTS=bucket1:bot1,bot2;bucket2:bot3,bot4
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 757 constexpr Bottom &bot2 = (Base2&)derived; variable 758 static_assert(&bot1 != &bot2, ""); 764 static_assert(pb2 == &bot2, ""); 768 constexpr Base2 &ok2 = (Base2&)bot2; 772 constexpr Base *pfail2 = (Base*)&bot2; // expected-error {{constant expression}} expected-note {{ca…
|