Home
last modified time | relevance | path

Searched refs:pc2 (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/webrtc/tools/loopback_test/
Dloopback_test.js110 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/
Dscoped_handle.cc19 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
Dscoped_handle.h147 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/
Dparsed_cookie_unittest.cc193 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/
Ddiff_container.h25 profile_container const & pc2);
41 profile_container const & pc2; variable
Ddiff_container.cpp109 : 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/
DPKIXCertPathCheckerTest.java53 PKIXCertPathChecker pc2 = (PKIXCertPathChecker) pc1.clone(); in testClone() local
54 assertNotSame("notSame", pc1, pc2); in testClone()
/external/qemu/ui/
Dd3des.c60 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/
DDESEngine.java140 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/
DCodeGen.java385 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/
Ddes-internal.c80 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/
Dopreport.cpp416 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/
Drbtree_augmented.h212 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/
Dnamespace-alias.cpp109 N::C2 *pc2 = 0; variable
/external/clang/test/CodeGenCXX/
Dmember-function-pointers.cpp31 void (C::*pc2)() = &C::f; variable
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1983 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/
Dsp_tex_sample.c1983 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()