/external/webrtc/webrtc/tools/rtcbot/test/ |
D | webrtc_video_streaming.js | 30 function onPeerConnectionCreated(pc1, pc2) { argument 32 pc1.addEventListener('addstream', test.fail); 34 pc1.addEventListener('icecandidate', onIceCandidate.bind(pc2)); 35 pc2.addEventListener('icecandidate', onIceCandidate.bind(pc1)); 41 pc1.addStream(stream); 44 createOfferAndAnswer(pc1, pc2); 65 function createOfferAndAnswer(pc1, pc2) { argument 67 pc1.createOffer(gotOffer, test.fail); 71 pc1.setLocalDescription(offer, onSetSessionDescriptionSuccess, test.fail); 82 pc1.setRemoteDescription(answer, onSetSessionDescriptionSuccess, [all …]
|
D | oneWayVideoStreamingWithDownloadingFile.js | 34 function onPeerConnectionCreated(pc1, pc2) { argument 36 pc1.addEventListener('addstream', test.fail); 38 pc1.addEventListener('icecandidate', onIceCandidate.bind(pc2)); 39 pc2.addEventListener('icecandidate', onIceCandidate.bind(pc1)); 45 pc1.addStream(stream); 48 createOfferAndAnswer(pc1, pc2); 69 function createOfferAndAnswer(pc1, pc2) { argument 71 pc1.createOffer(gotOffer, test.fail); 75 pc1.setLocalDescription(offer, onSetSessionDescriptionSuccess, test.fail); 86 pc1.setRemoteDescription(answer, onSetSessionDescriptionSuccess, [all …]
|
D | two_way_video_streaming.js | 45 function onPeerConnectionCreated(pc1, pc2) { argument 47 pc1.addEventListener('addstream', onAddStream.bind(bot1)); 49 pc1.addEventListener('icecandidate', onIceCandidate.bind(pc2)); 50 pc2.addEventListener('icecandidate', onIceCandidate.bind(pc1)); 52 createOfferAndAnswer(pc1, pc2); 72 function createOfferAndAnswer(pc1, pc2) { argument 74 pc1.createOffer(gotOffer, test.fail); 78 pc1.setLocalDescription(offer, onSetSessionDescriptionSuccess, test.fail); 89 pc1.setRemoteDescription(answer, onSetSessionDescriptionSuccess, 99 report.collectStatsFromPeerConnection("bot1", pc1);
|
D | three_bots_video_conference.js | 68 function establichCall(pc1, pc2) { argument 69 pc1.addEventListener('icecandidate', onIceCandidate.bind(pc2)); 70 pc2.addEventListener('icecandidate', onIceCandidate.bind(pc1)); 72 createOfferAndAnswer(pc1, pc2); 91 function createOfferAndAnswer(pc1, pc2) { argument 93 pc1.createOffer(gotOffer, test.fail); 97 pc1.setLocalDescription(offer, onSetSessionDescriptionSuccess, test.fail); 108 pc1.setRemoteDescription(answer, onSetSessionDescriptionSuccess,
|
D | simple_offer_answer.js | 18 function run(pc1, pc2) { argument 20 pc1.createOffer(gotOffer); 25 pc1.setLocalDescription(offer, expectedCall, test.fail); 34 pc1.setRemoteDescription(answer, expectedCall, test.fail);
|
/external/webrtc/webrtc/tools/loopback_test/ |
D | loopback_test.js | 97 var pc1 = new RTCPeerConnection(pcConfig, pcConstraints); 98 constrainTurnCandidates(pc1); 99 constrainOfferToRemoveFec(pc1); 100 pc1StatTracker = new StatTracker(pc1, 50); 117 pc1.addStream(stream); 118 var call = new Call(pc1, pc2); 153 function Call(pc1, pc2) { argument 154 pc1.onicecandidate = applyIceCandidate.bind(pc2); 155 pc2.onicecandidate = applyIceCandidate.bind(pc1); 171 pc1.createOffer(gotDescription1, onCreateSessionDescriptionError); [all …]
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
D | PKIXCertPathCheckerTest.java | 52 PKIXCertPathChecker pc1 = TestUtils.getTestCertPathChecker(); in testClone() local 53 PKIXCertPathChecker pc2 = (PKIXCertPathChecker) pc1.clone(); in testClone() 54 assertNotSame("notSame", pc1, pc2); in testClone()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace.cc | 94 uhwptr pc1 = caller_frame[2]; in FastUnwindStack() local 96 uhwptr pc1 = frame[1]; in FastUnwindStack() 98 if (pc1 != pc) { in FastUnwindStack() 99 trace_buffer[size++] = (uptr) pc1; in FastUnwindStack()
|
/external/libvncserver/common/ |
D | d3des.c | 59 static unsigned char pc1[56] = { variable 82 l = pc1[j]; in rfbDesKey()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | DESEngine.java | 126 private static final byte[] pc1 = field in DESEngine 317 int l = pc1[j]; in generateWorkingKey()
|
/external/clang/test/SemaCXX/ |
D | namespace-alias.cpp | 97 C1 *pc1 = 0; variable
|
/external/wpa_supplicant_8/src/crypto/ |
D | des-internal.c | 66 static const u8 pc1[56] = { variable 279 l = (u32) pc1[j]; in deskey()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 1983 float pc0, pc1, pc2, pc3; in sample_compare() local 1997 pc1 = CLAMP(c0[1], 0.0F, 1.0F); in sample_compare() 2002 pc1 = CLAMP(p[1], 0.0F, 1.0F); in sample_compare() 2010 k1 = pc1 < rgba[0][1]; in sample_compare() 2016 k1 = pc1 <= rgba[0][1]; in sample_compare() 2022 k1 = pc1 > rgba[0][1]; in sample_compare() 2028 k1 = pc1 >= rgba[0][1]; in sample_compare() 2034 k1 = pc1 == rgba[0][1]; in sample_compare() 2040 k1 = pc1 != rgba[0][1]; in sample_compare()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_report.cc | 114 uptr pc1 = pc; in SymbolizeStack() local 118 pc1 = StackTrace::GetPreviousInstructionPc(pc); in SymbolizeStack() 119 SymbolizedStack *ent = SymbolizeCode(pc1); in SymbolizeStack()
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | ddms_calculator_start.trace | 52171 ���pc1�W� 68937 �@�pc1�f� 139249 �@�pc1���
|