/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
rawtransport.cc | 81 cand = candidates.begin(); 82 cand != candidates.end(); 83 ++cand) { 84 ASSERT(cand->protocol() == "udp"); 85 talk_base::SocketAddress addr = cand->address();
|
sessionmessages.cc | 317 for (Candidates::iterator cand = tinfo.candidates.begin(); 318 cand != tinfo.candidates.end(); cand++) { 319 if (cand->name() == GINGLE_CANDIDATE_NAME_RTP || 320 cand->name() == GINGLE_CANDIDATE_NAME_RTCP) { 321 audio_tinfo.candidates.push_back(*cand); 322 } else if (cand->name() == GINGLE_CANDIDATE_NAME_VIDEO_RTP || 323 cand->name() == GINGLE_CANDIDATE_NAME_VIDEO_RTCP) { 324 video_tinfo.candidates.push_back(*cand); [all...] |
session.cc | 127 for (Candidates::const_iterator cand = candidates.begin(); 128 cand != candidates.end(); ++cand) { 129 sent_candidates_.push_back(*cand); 430 for (Candidates::const_iterator cand = tinfo->candidates.begin(); 431 cand != tinfo->candidates.end(); ++cand) { 432 if (!transproxy->impl()->VerifyCandidate(*cand, error)) 435 if (!transproxy->impl()->HasChannel(cand->name())) { 438 extra_info->AddAttr(buzz::QN_NAME, cand->name()) [all...] |
transport.cc | 259 bool Transport::VerifyCandidate(const Candidate& cand, ParseError* error) { 260 if (cand.address().IsLocalIP() && !allow_local_ips_) 264 if (cand.address().IsAny()) { 269 int port = cand.address().port(); 274 if (cand.address().IsPrivateIP()) {
|
candidate.h | 117 ost << "Cand[" << name_ << ":" << type_ << ":" << protocol_ << ":"
|
/external/wpa_supplicant/ |
preauth.c | 360 struct rsn_pmksa_candidate *cand, *prev, *pos; local 374 cand = sm->pmksa_candidates; 375 while (cand) { 376 if (os_memcmp(cand->bssid, bssid, ETH_ALEN) == 0) { 378 prev->next = cand->next; 380 sm->pmksa_candidates = cand->next; 383 prev = cand; 384 cand = cand->next; 387 if (cand) { [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
preauth.c | 362 struct rsn_pmksa_candidate *cand, *prev, *pos; local 377 cand = sm->pmksa_candidates; 378 while (cand) { 379 if (os_memcmp(cand->bssid, bssid, ETH_ALEN) == 0) { 381 prev->next = cand->next; 383 sm->pmksa_candidates = cand->next; 386 prev = cand; 387 cand = cand->next; 390 if (cand) { [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
preauth.c | 359 struct rsn_pmksa_candidate *cand, *pos; local 373 cand = NULL; 377 cand = pos; 382 if (cand) { 383 dl_list_del(&cand->list); 385 cand->priority = prio; 387 cand = os_zalloc(sizeof(*cand)); 388 if (cand == NULL) 390 os_memcpy(cand->bssid, bssid, ETH_ALEN) [all...] |
/external/llvm/lib/CodeGen/ |
RegAllocGreedy.cpp | 259 void growRegion(GlobalSplitCandidate &Cand); 778 void RAGreedy::growRegion(GlobalSplitCandidate &Cand) { 781 SmallVectorImpl<unsigned> &ActiveBlocks = Cand.ActiveBlocks; 814 if (Cand.PhysReg) 815 addThroughConstraints(Cand.Intf, NewBlocks); 835 bool RAGreedy::calcCompactRegion(GlobalSplitCandidate &Cand) { 841 Cand.reset(IntfCache, 0); 847 SpillPlacer->prepare(Cand.LiveBundles); 849 // The static split cost will be zero since Cand.Intf reports no interference. 851 if (!addSplitConstraints(Cand.Intf, Cost)) [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
me_utils.cpp | 110 void GetHalfPelMBRegion_C(UChar *cand, UChar *hmem, Int lx) 118 p1 = cand - lx - 1; 119 p2 = cand - lx; 120 p3 = cand - 1; 121 p4 = cand; 166 void GetHalfPelBlkRegion(UChar *cand, UChar *hmem, Int lx) 174 p1 = cand - lx - 1; 175 p2 = cand - lx; 176 p3 = cand - 1; 177 p4 = cand; [all...] |
motion_est.cpp | 774 UChar *ref, *cand, *ncand = NULL, *cur8; local 883 cand = ref + i + j * lx; 885 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info); 892 ncand = cand; 906 cand = ref + i + j * lx; 907 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info); 914 ncand = cand; 921 ncand = cand; 955 cand = ref + i + j * lx; 965 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info) 1183 UChar *cand; local 1269 UChar *cand, *ref; local [all...] |
mp4enc_lib.h | 126 void GetHalfPelMBRegion_C(UChar *cand, UChar *hmem, Int lx); 127 void GetHalfPelMBRegion_SSE(UChar *cand, UChar *hmem, Int lx); 128 void GetHalfPelBlkRegion(UChar *cand, UChar *hmem, Int lx);
|
findhalfpel.cpp | 191 UChar *cand, *cur8; local 235 cand = ncand8[comp+1]; 249 d = (*SAD_Blk_HalfPel)(cand, cur8, dmin, lx, swidth, xh, yh, extra_info);
|
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
motion_est.cpp | 963 uint8 *ref, *cand, *ncand; local 1266 uint8 *cand; local [all...] |
findhalfpel.cpp | 60 uint8* cand; local 82 cand = hpel_cand[0]; 85 dmin = SATD_MB(cand, cur, 65535); // get Hadamaard transform SAD 607 /* assuming cand always has a pitch of 24 */ 608 int SATD_MB(uint8 *cand, uint8 *cur, int dmin) 614 cost = AVCSAD_Macroblock_C(cand, cur, dmin, NULL);
|
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlSerializer.java | 205 String cand = nspStack[i]; local 209 if (nspStack[j].equals(cand)) { 210 cand = null; 214 if (cand != null) 215 return cand;
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readxcoff.c | 639 XCoffSym cand; local 642 init_XCoffSym(&cand); 643 cand.first = sym->n_value; 644 cand.last = cand.first + (UWord)CSECT_LEN(aux) - 1; 646 cand.first += text_bias; 647 cand.last += text_bias; 648 cand.name = name; 650 if (cand.last < di->text_avma 651 || cand.first >= di->text_avma + di->text_size 662 XCoffSym cand; local [all...] |
readmacho.c | 405 /* 'cand' is a bunch of candidate symbols obtained by reading 867 /* tidy up the cand syms -- trim overlapping ends. May resize 874 DiSym* cand = (DiSym*) VG_(indexXA)( candSyms, i ); local 877 cand->addr, cand->addr + cand->size - 1, cand->name ); 878 ML_(addSym)( di, cand ); [all...] |
/external/clang/lib/Sema/ |
SemaOverload.cpp | [all...] |
/external/llvm/test/CodeGen/Generic/ |
2006-08-30-CoalescerCrash.ll | 61 define i1 @determine_use_iv_cost(%struct.ivopts_data* %data, %struct.iv_use* %use, %struct.iv_cand* %cand) { 87 call void @set_use_iv_cost( %struct.ivopts_data* %data, %struct.iv_use* %use, %struct.iv_cand* %cand, i32 %tmp46, %struct.bitmap_head_def* null ) 104 %tmp193 = call i1 @determine_use_iv_cost_generic( %struct.ivopts_data* %data, %struct.iv_use* %use, %struct.iv_cand* %cand ) ; <i1> [#uses=0]
|
/packages/inputmethods/PinyinIME/jni/share/ |
ngram.cpp | 299 double cand = freqs[freq_pos]; local 301 if (freq_codes_df_[i] == cand) {
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
CandidateView.java | 513 String cand = mDecInfo.mCandidatesList.get(pStart + i); 514 float candidateWidth = mCandidatesPaint.measureText(cand); 545 cand = getLimitedCandidateForDrawing(cand, 553 canvas.drawText(cand, xPos + centerOffset, yPos,
|
/external/llvm/test/CodeGen/Blackfin/ |
mulhu.ll | 62 define i1 @determine_use_iv_cost(%struct.ivopts_data* %data, %struct.iv_use* %use, %struct.iv_cand* %cand) { 88 call void @set_use_iv_cost(%struct.ivopts_data* %data, %struct.iv_use* %use, %struct.iv_cand* %cand, i32 %tmp46, %struct.bitmap_head_def* null)
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
language_chewing_options.html | 118 <select id="chewing-cand-per-page" class="control"
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_BlockMatch_Half.c | 146 /* Prepare cand MV */
|