/external/chromium_org/third_party/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/chromium_org/base/win/ |
D | scoped_handle.cc | 19 const void* pc2; member 34 const void* pc1, const void* pc2) { in StartTracking() argument 40 Info handle_info = { owner, pc1, pc2, thread_id }; in StartTracking() 52 const void* pc1, const void* pc2) { in StopTracking() argument
|
D | scoped_handle.h | 147 const void* pc1, const void* pc2) {} in StartTracking() argument 149 const void* pc1, const void* pc2) {} in StopTracking() argument 161 const void* pc1, const void* pc2); 163 const void* pc1, const void* pc2);
|
/external/chromium_org/net/cookies/ |
D | parsed_cookie_unittest.cc | 193 ParsedCookie pc2(blankpairs + ";secure"); in TEST() local 194 EXPECT_TRUE(pc2.IsValid()); in TEST() 195 EXPECT_FALSE(pc2.IsSecure()); in TEST() 211 ParsedCookie pc2(maxstr + "A"); in TEST() local 212 EXPECT_FALSE(pc2.IsValid()); in TEST() 222 ParsedCookie pc2("AAA=BB\rZYX"); in TEST() local 227 EXPECT_TRUE(pc2.IsValid()); in TEST() 228 EXPECT_EQ("AAA", pc2.Name()); in TEST() 229 EXPECT_EQ("BB", pc2.Value()); in TEST() 427 ParsedCookie pc2("name=foo" "\x1c" "bar"); in TEST() local [all …]
|
/external/oprofile/libpp/ |
D | diff_container.h | 25 profile_container const & pc2); 41 profile_container const & pc2; variable
|
D | diff_container.cpp | 109 : pc1(c1), pc2(c2), in diff_container() 110 total1(pc1.samples_count()), total2(pc2.samples_count()) in diff_container() 129 symbol_container::symbols_t::iterator it2 = pc2.begin_symbol(); in get_symbols() 130 symbol_container::symbols_t::iterator end2 = pc2.end_symbol(); in get_symbols()
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
D | PKIXCertPathCheckerTest.java | 53 PKIXCertPathChecker pc2 = (PKIXCertPathChecker) pc1.clone(); in testClone() local 54 assertNotSame("notSame", pc1, pc2); in testClone()
|
/external/qemu/ui/ |
D | d3des.c | 60 static const unsigned char pc2[48] = { variable 94 if( pcr[pc2[j]] ) kn[m] |= bigbyte[j]; in deskey() 95 if( pcr[pc2[j+24]] ) kn[n] |= bigbyte[j]; in deskey()
|
/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/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/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/oprofile/pp/ |
D | opreport.cpp | 416 profile_container const & pc2, bool multiple_apps) in output_diff_symbols() argument 418 diff_container dc(pc1, pc2); in output_diff_symbols() 549 profile_container pc2(options::debug_info, options::details, in opreport() local 556 populate_for_image(pc2, *it2, in opreport() 559 output_diff_symbols(pc1, pc2, multiple_apps); in opreport()
|
/external/linux-tools-perf/perf-3.12.0/include/linux/ |
D | rbtree_augmented.h | 212 unsigned long pc2 = successor->__rb_parent_color; in __rb_erase_augmented() local 214 rebalance = __rb_is_black(pc2) ? parent : NULL; in __rb_erase_augmented()
|
/external/clang/test/SemaCXX/ |
D | namespace-alias.cpp | 109 N::C2 *pc2 = 0; variable
|
/external/clang/test/CodeGenCXX/ |
D | member-function-pointers.cpp | 31 void (C::*pc2)() = &C::f; variable
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 1983 float pc0, pc1, pc2, pc3; in sample_compare() local 1998 pc2 = CLAMP(c0[2], 0.0F, 1.0F); in sample_compare() 2003 pc2 = CLAMP(p[2], 0.0F, 1.0F); in sample_compare() 2011 k2 = pc2 < rgba[0][2]; in sample_compare() 2017 k2 = pc2 <= rgba[0][2]; in sample_compare() 2023 k2 = pc2 > rgba[0][2]; in sample_compare() 2029 k2 = pc2 >= rgba[0][2]; in sample_compare() 2035 k2 = pc2 == rgba[0][2]; in sample_compare() 2041 k2 = pc2 != rgba[0][2]; in sample_compare()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 1983 float pc0, pc1, pc2, pc3; in sample_compare() local 1998 pc2 = CLAMP(c0[2], 0.0F, 1.0F); in sample_compare() 2003 pc2 = CLAMP(p[2], 0.0F, 1.0F); in sample_compare() 2011 k2 = pc2 < rgba[0][2]; in sample_compare() 2017 k2 = pc2 <= rgba[0][2]; in sample_compare() 2023 k2 = pc2 > rgba[0][2]; in sample_compare() 2029 k2 = pc2 >= rgba[0][2]; in sample_compare() 2035 k2 = pc2 == rgba[0][2]; in sample_compare() 2041 k2 = pc2 != rgba[0][2]; in sample_compare()
|