/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/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace.cc | 90 uhwptr pc1 = caller_frame[2]; in FastUnwindStack() local 92 uhwptr pc1 = frame[14]; in FastUnwindStack() 94 uhwptr pc1 = frame[1]; in FastUnwindStack() 99 if (pc1 < kPageSize) in FastUnwindStack() 101 if (pc1 != pc) { in FastUnwindStack() 102 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/wpa_supplicant_8/src/crypto/ |
D | des-internal.c | 66 static const u8 pc1[56] = { variable 279 l = (u32) pc1[j]; in deskey()
|
/external/clang/test/SemaCXX/ |
D | namespace-alias.cpp | 97 C1 *pc1 = 0; variable
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_report.cc | 119 uptr pc1 = pc; in SymbolizeStack() local 123 pc1 = StackTrace::GetPreviousInstructionPc(pc); in SymbolizeStack() 124 SymbolizedStack *ent = SymbolizeCode(pc1); in SymbolizeStack()
|
/external/lisa/ipynb/examples/trace_analysis/ |
D | TraceAnalysis_FunctionsProfiling.ipynb | 759 …\nxSkrJb+dEvJuWjvu4SnB2y9q7/t9Ke0KTk7yYJJ3pPQcvSAlPF+XHknpd3xqSnuFmUn+KuXn+pc1\n7HdskpuT/DDJF1O+fj…
|