/external/webrtc/rtc_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 | 139 const char *pc, *pc2; in get_url_file_name() local 150 pc2 = strrchr(pc, '\\'); in get_url_file_name() 152 if(pc2 && (!pc || pc < pc2)) in get_url_file_name() 153 pc = pc2; in get_url_file_name()
|
/external/webrtc/sdk/objc/unittests/ |
D | RTCPeerConnectionFactory_xctest.m | 167 RTC_OBJC_TYPE(RTCPeerConnection) * pc2; 177 pc2 = [factory peerConnectionWithConfiguration:config constraints:constraints delegate:nil]; 178 [pc2 senderWithKind:kRTCMediaStreamTrackKindAudio streamId:@"stream"]; 182 withPeerConnection:pc2 186 XCTAssertEqual(pc2.signalingState, RTCSignalingStateStable); 189 receivers2 = pc2.receivers; 193 [pc2 close]; 195 pc2 = nil; 274 withPeerConnection:(RTC_OBJC_TYPE(RTCPeerConnection) *)pc2 277 __weak RTC_OBJC_TYPE(RTCPeerConnection) *weakPC2 = pc2;
|
/external/libcups/cups/ |
D | testpwg.c | 408 _ppd_cache_t *pc2; /* Loaded data */ in test_ppd_cache() local 429 if ((pc2 = _ppdCacheCreateWithFile("test.pwg", NULL)) == NULL) in test_ppd_cache() 437 if (pc2->num_sizes != pc->num_sizes) in test_ppd_cache() 442 printf(" SAVED num_sizes=%d, ORIG num_sizes=%d\n", pc2->num_sizes, in test_ppd_cache() 449 for (i = pc->num_sizes, size = pc->sizes, size2 = pc2->sizes; in test_ppd_cache() 502 for (i = pc->num_sources, map = pc->sources, map2 = pc2->sources; in test_ppd_cache() 525 for (i = pc->num_types, map = pc->types, map2 = pc2->types; in test_ppd_cache() 552 _ppdCacheDestroy(pc2); in test_ppd_cache()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | DESEngine.java | 141 private static final byte[] pc2 = field in DESEngine 367 if (pcr[pc2[j]]) in generateWorkingKey() 372 if (pcr[pc2[j + 24]]) in generateWorkingKey()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/engines/ |
D | DESEngine.java | 143 private static final byte[] pc2 = field in DESEngine 369 if (pcr[pc2[j]]) in generateWorkingKey() 374 if (pcr[pc2[j + 24]]) in generateWorkingKey()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/ |
D | DESEngine.java | 143 private static final byte[] pc2 = field in DESEngine 369 if (pcr[pc2[j]]) in generateWorkingKey() 374 if (pcr[pc2[j + 24]]) in generateWorkingKey()
|
/external/javassist/src/main/javassist/compiler/ |
D | CodeGen.java | 423 int pc2 = 0; in atIfStmnt() local 435 pc2 = bytecode.currentPc(); in atIfStmnt() 443 bytecode.write16bit(pc2, bytecode.currentPc() - pc2 + 1); in atIfStmnt() 465 int pc2 = bytecode.currentPc(); in atWhileStmnt() local 479 bytecode.addIndex(pc2 - bytecode.currentPc() + 1); in atWhileStmnt() 509 int pc2 = 0; in atForStmnt() local 519 pc2 = bytecode.currentPc(); in atForStmnt() 535 bytecode.write16bit(pc2, pc4 - pc2 + 1); in atForStmnt() 714 int pc2 = bc.currentPc(); in atSyncStmnt() local 723 if (pc < pc2) { // if the body is not empty in atSyncStmnt() [all …]
|
/external/libchrome/base/trace_event/ |
D | heap_profiler_allocation_context_tracker_unittest.cc | 232 const void* pc2 = reinterpret_cast<void*>(0x2000); in TEST_F() local 234 StackFrame n2 = StackFrame::FromProgramCounter(pc2); in TEST_F() 259 TRACE_HEAP_PROFILER_API_SCOPED_WITH_PROGRAM_COUNTER e1(pc2); in TEST_F()
|
/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-undefined-memory-manipulation.cpp | 154 PCopy2 pc2; in notTriviallyCopyable() local 158 memset(pc2, 0, sizeof(int)); in notTriviallyCopyable()
|
D | google-readability-casting.cpp | 51 char *pc2 = (char*)(cpc + 33); in f() local
|
D | google-readability-casting.mm | 32 char *pc2 = (char*)(cpc + 33);
|
/external/clang/test/SemaCXX/ |
D | namespace-alias.cpp | 109 N::C2 *pc2 = 0; variable
|
/external/llvm-project/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/llvm-project/clang/test/CodeGenCXX/ |
D | member-function-pointers.cpp | 35 void (C::*pc2)() = &C::f; variable
|
/external/clang/test/CodeGenCXX/ |
D | member-function-pointers.cpp | 35 void (C::*pc2)() = &C::f; variable
|
/external/deqp-deps/amber/src/ |
D | pipeline_test.cc | 849 Pipeline::ShaderInfo::PushConstant pc2; in TEST_F() local 850 pc2.type = in TEST_F() 852 pc2.offset = 16; in TEST_F() 853 pc2.size = 12; in TEST_F() 854 p.GetShaders()[0].AddPushConstant(std::move(pc2)); in TEST_F()
|
/external/clang/test/CXX/drs/ |
D | dr15xx.cpp | 246 char *pc2 = f({1, 2}); // #2 also variable
|
/external/llvm-project/clang/test/CXX/drs/ |
D | dr15xx.cpp | 492 char *pc2 = f({1, 2}); // #2 also variable
|
/external/python/cryptography/tests/x509/ |
D | test_x509_ext.py | 2756 pc2 = x509.PolicyConstraints(2, 1) 2757 assert pc == pc2 2761 pc2 = x509.PolicyConstraints(2, 2) 2763 assert pc != pc2 2769 pc2 = x509.PolicyConstraints(2, 1) 2771 assert hash(pc) == hash(pc2)
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_pw_templ.c | 1020 struct FN(PW,piece) const *pc2 = p2; in FN() 1022 return FN(EL,plain_cmp)(pc1->FIELD, pc2->FIELD); in FN()
|