/external/webrtc/webrtc/tools/rtcbot/test/ |
D | webrtc_video_streaming.js | 30 function onPeerConnectionCreated(pc1, pc2) { argument 33 pc2.addEventListener('addstream', onAddStream); 34 pc1.addEventListener('icecandidate', onIceCandidate.bind(pc2)); 35 pc2.addEventListener('icecandidate', onIceCandidate.bind(pc1)); 44 createOfferAndAnswer(pc1, pc2); 65 function createOfferAndAnswer(pc1, pc2) { argument 72 pc2.setRemoteDescription(offer, onSetSessionDescriptionSuccess, 75 pc2.createAnswer(gotAnswer, test.fail); 80 pc2.setLocalDescription(answer, onSetSessionDescriptionSuccess, 93 report.collectStatsFromPeerConnection("bot2", pc2);
|
D | two_way_video_streaming.js | 45 function onPeerConnectionCreated(pc1, pc2) { argument 48 pc2.addEventListener('addstream', onAddStream.bind(bot2)); 49 pc1.addEventListener('icecandidate', onIceCandidate.bind(pc2)); 50 pc2.addEventListener('icecandidate', onIceCandidate.bind(pc1)); 52 createOfferAndAnswer(pc1, pc2); 72 function createOfferAndAnswer(pc1, pc2) { argument 79 pc2.setRemoteDescription(offer, onSetSessionDescriptionSuccess, 82 pc2.createAnswer(gotAnswer, test.fail); 87 pc2.setLocalDescription(answer, onSetSessionDescriptionSuccess, 100 report.collectStatsFromPeerConnection("bot2", pc2);
|
D | oneWayVideoStreamingWithDownloadingFile.js | 34 function onPeerConnectionCreated(pc1, pc2) { argument 37 pc2.addEventListener('addstream', onAddStream); 38 pc1.addEventListener('icecandidate', onIceCandidate.bind(pc2)); 39 pc2.addEventListener('icecandidate', onIceCandidate.bind(pc1)); 48 createOfferAndAnswer(pc1, pc2); 69 function createOfferAndAnswer(pc1, pc2) { argument 76 pc2.setRemoteDescription(offer, onSetSessionDescriptionSuccess, 79 pc2.createAnswer(gotAnswer, test.fail); 84 pc2.setLocalDescription(answer, onSetSessionDescriptionSuccess, 102 report.collectStatsFromPeerConnection("bot2", pc2);
|
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 98 pc2.setRemoteDescription(offer, onSetSessionDescriptionSuccess, 101 pc2.createAnswer(gotAnswer, test.fail); 106 pc2.setLocalDescription(answer, onSetSessionDescriptionSuccess,
|
D | simple_offer_answer.js | 18 function run(pc1, pc2) { argument 26 pc2.setRemoteDescription(offer, expectedCall, test.fail); 27 pc2.createAnswer(gotAnswer, test.fail); 33 pc2.setLocalDescription(answer, expectedCall, test.fail);
|
/external/webrtc/webrtc/tools/loopback_test/ |
D | loopback_test.js | 110 var pc2 = new RTCPeerConnection(pcConfig, pcConstraints); 111 constrainTurnCandidates(pc2); 112 constrainBitrateAnswer(pc2); 113 pc2StatTracker = new StatTracker(pc2, 50); 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); 180 pc2.setRemoteDescription(desc); 184 pc2.createAnswer(gotDescription2, onCreateSessionDescriptionError); [all …]
|
/external/curl/src/ |
D | tool_operhlp.c | 132 const char *pc, *pc2; in get_url_file_name() local 143 pc2 = strrchr(pc, '\\'); in get_url_file_name() 145 if(pc2 && (!pc || pc < pc2)) in get_url_file_name() 146 pc = pc2; in get_url_file_name()
|
/external/libcups/cups/ |
D | testpwg.c | 414 _ppd_cache_t *pc2; /* Loaded data */ in test_ppd_cache() local 435 if ((pc2 = _ppdCacheCreateWithFile("test.pwg", NULL)) == NULL) in test_ppd_cache() 443 if (pc2->num_sizes != pc->num_sizes) in test_ppd_cache() 448 printf(" SAVED num_sizes=%d, ORIG num_sizes=%d\n", pc2->num_sizes, in test_ppd_cache() 455 for (i = pc->num_sizes, size = pc->sizes, size2 = pc2->sizes; in test_ppd_cache() 508 for (i = pc->num_sources, map = pc->sources, map2 = pc2->sources; in test_ppd_cache() 531 for (i = pc->num_types, map = pc->types, map2 = pc2->types; in test_ppd_cache() 558 _ppdCacheDestroy(pc2); in test_ppd_cache()
|
/external/libvncserver/common/ |
D | d3des.c | 68 static unsigned char pc2[48] = { variable 102 if( pcr[pc2[j]] ) kn[m] |= bigbyte[j]; in rfbDesKey() 103 if( pcr[pc2[j+24]] ) kn[n] |= bigbyte[j]; in rfbDesKey()
|
/external/javassist/src/main/javassist/compiler/ |
D | CodeGen.java | 385 int pc2 = 0; in atIfStmnt() local 397 pc2 = bytecode.currentPc(); in atIfStmnt() 406 bytecode.write16bit(pc2, bytecode.currentPc() - pc2 + 1); in atIfStmnt() 428 int pc2 = bytecode.currentPc(); in atWhileStmnt() local 437 bytecode.addIndex(pc2 - bytecode.currentPc() + 1); in atWhileStmnt() 471 int pc2 = 0; in atForStmnt() local 474 pc2 = bytecode.currentPc(); in atForStmnt() 490 bytecode.write16bit(pc2, pc4 - pc2 + 1); in atForStmnt() 669 int pc2 = bc.currentPc(); in atSyncStmnt() local 678 if (pc < pc2) { // if the body is not empty in atSyncStmnt() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | DESEngine.java | 140 private static final byte[] pc2 = field in DESEngine 366 if (pcr[pc2[j]]) in generateWorkingKey() 371 if (pcr[pc2[j + 24]]) in generateWorkingKey()
|
/external/valgrind/none/tests/mips64/ |
D | cvm_atomic_thread.c | 312 pid_t child, pc2; in main() local 406 pc2 = waitpid(child, &status, 0); in main() 407 assert(pc2 == child); in main()
|
/external/wpa_supplicant_8/src/crypto/ |
D | des-internal.c | 80 static const u8 pc2[48] = { variable 307 if ((int) pcr[(int) pc2[j]] != 0) in deskey() 309 if ((int) pcr[(int) pc2[j + 24]] != 0) in deskey()
|
/external/clang/test/SemaCXX/ |
D | namespace-alias.cpp | 109 N::C2 *pc2 = 0; variable
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
D | LevenbergMarquardtEstimator.java | 398 double pc2 = previousCost * previousCost; in estimate() local 399 coeff1 = coeff1 / pc2; in estimate() 400 double coeff2 = lmPar * lmNorm * lmNorm / pc2; in estimate()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
D | LevenbergMarquardtOptimizer.java | 399 double pc2 = previousCost * previousCost; in doOptimize() local 400 coeff1 = coeff1 / pc2; in doOptimize() 401 double coeff2 = lmPar * lmNorm * lmNorm / pc2; in doOptimize()
|
/external/clang/test/CodeGenCXX/ |
D | member-function-pointers.cpp | 35 void (C::*pc2)() = &C::f; variable
|
/external/clang/test/CXX/drs/ |
D | dr15xx.cpp | 246 char *pc2 = f({1, 2}); // #2 also variable
|