Searched defs:candidate (Results 126 - 150 of 188) sorted by relevance

12345678

/external/chromium_org/v8/src/heap/
H A Dmark-compact.h432 static JSFunction** GetNextCandidateSlot(JSFunction* candidate) { argument
434 HeapObject::RawField(candidate, JSFunction::kNextFunctionLinkOffset));
437 static JSFunction* GetNextCandidate(JSFunction* candidate) { argument
438 Object* next_candidate = candidate->next_function_link();
442 static void SetNextCandidate(JSFunction* candidate, argument
444 candidate->set_next_function_link(next_candidate);
447 static void ClearNextCandidate(JSFunction* candidate, Object* undefined) { argument
449 candidate->set_next_function_link(undefined, SKIP_WRITE_BARRIER);
452 static SharedFunctionInfo* GetNextCandidate(SharedFunctionInfo* candidate) { argument
453 Object* next_candidate = candidate
457 SetNextCandidate(SharedFunctionInfo* candidate, SharedFunctionInfo* next_candidate) argument
462 ClearNextCandidate(SharedFunctionInfo* candidate) argument
[all...]
H A Dmark-compact.cc823 "evacuation candidate limit: %d\n",
1030 JSFunction* candidate = jsfunction_candidates_head_; local
1032 while (candidate != NULL) {
1033 next_candidate = GetNextCandidate(candidate);
1034 ClearNextCandidate(candidate, undefined);
1036 SharedFunctionInfo* shared = candidate->shared();
1047 candidate->set_code(lazy_compile);
1049 candidate->set_code(code);
1054 Address slot = candidate->address() + JSFunction::kCodeEntryOffset;
1064 candidate
1074 SharedFunctionInfo* candidate = shared_function_info_candidates_head_; local
1161 SharedFunctionInfo* candidate = shared_function_info_candidates_head_; local
1198 JSFunction* candidate = jsfunction_candidates_head_; local
1259 JSFunction* candidate = jsfunction_candidates_head_; local
1271 SharedFunctionInfo* candidate = shared_function_info_candidates_head_; local
1298 JSFunction* candidate = jsfunction_candidates_head_; local
[all...]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java447 boolean verify(PhoneNumber number, String candidate, PhoneNumberUtil util) {
459 boolean verify(PhoneNumber number, String candidate, PhoneNumberUtil util) {
461 !PhoneNumberMatcher.containsOnlyValidXChars(number, candidate, util)) {
481 boolean verify(PhoneNumber number, String candidate, PhoneNumberUtil util) {
483 !PhoneNumberMatcher.containsOnlyValidXChars(number, candidate, util) ||
484 PhoneNumberMatcher.containsMoreThanOneSlashInNationalNumber(number, candidate) ||
489 number, candidate, util, new PhoneNumberMatcher.NumberGroupingChecker() {
512 boolean verify(PhoneNumber number, String candidate, PhoneNumberUtil util) {
514 !PhoneNumberMatcher.containsOnlyValidXChars(number, candidate, util) ||
515 PhoneNumberMatcher.containsMoreThanOneSlashInNationalNumber(number, candidate) ||
532 verify(PhoneNumber number, String candidate, PhoneNumberUtil util) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp_unittest.cc137 "a=candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1234 typ host "
139 "a=candidate:a0+B/1 2 udp 2130706432 192.168.1.5 1235 typ host "
141 "a=candidate:a0+B/2 1 udp 2130706432 ::1 1238 typ host "
143 "a=candidate:a0+B/2 2 udp 2130706432 ::1 1239 typ host "
145 "a=candidate:a0+B/3 1 udp 2130706432 74.125.127.126 2345 typ srflx "
148 "a=candidate:a0+B/3 2 udp 2130706432 74.125.127.126 2347 typ srflx "
172 "a=candidate:a0+B/1 2 udp 2130706432 192.168.1.5 1236 typ host "
174 "a=candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1237 typ host "
176 "a=candidate:a0+B/2 2 udp 2130706432 ::1 1240 typ host "
178 "a=candidate
444 SdpDeserializeCandidate(const std::string& message, JsepIceCandidate* candidate) argument
[all...]
H A Dwebrtcsession_unittest.cc171 // Found a new candidate.
172 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) { argument
173 switch (candidate->sdp_mline_index()) {
175 mline_0_candidates_.push_back(candidate->candidate());
178 mline_1_candidates_.push_back(candidate->candidate());
184 // The ICE gathering state should always be Gathering when a candidate is
185 // received (or possibly Completed in the case of the final candidate).
1728 cricket::Candidate candidate; local
2887 cricket::Candidate candidate; local
[all...]
H A Dwebrtcsdp.cc42 #include "talk/p2p/base/candidate.h"
137 static const char kAttributeCandidate[] = "candidate";
172 // TODO: How to map the prflx with circket candidate type
309 static bool ParseCandidate(const std::string& message, Candidate* candidate,
681 // See if this candidate is more preferable then the current one.
711 // Found default RTP candidate.
715 // placing the IP address and port of the RTP candidate into the c and m
735 // Gets "a=rtcp" line if found default RTCP candidate from |candidates|.
740 // Found default RTCP candidate.
742 // If the agent is utilizing RTCP, it MUST encode the RTCP candidate
769 const IceCandidateInterface* candidate = cc->at(i); local
856 SdpSerializeCandidate( const IceCandidateInterface& candidate) argument
918 Candidate candidate; local
926 ParseCandidate(const std::string& message, Candidate* candidate, SdpParseError* error, bool is_raw) argument
2528 Candidate candidate; local
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.c2059 * Ok this could be a likely candidate, look at all of its
2541 /* candidate */
3555 uint16_t first, last, candidate; local
3609 candidate = first + sctp_select_initial_TSN(&inp->sctp_ep) % (count);
3615 if (sctp_isport_inuse(inp, htons(candidate), inp->m_vrf_ids[i]) != NULL) {
3623 if (sctp_isport_inuse(inp, htons(candidate), inp->def_vrf_id) == NULL) {
3635 if (candidate == last)
3636 candidate = first;
3638 candidate = candidate
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc2166 void LChunkBuilder::FindDehoistedKeyDefinitions(HValue* candidate) { argument
2173 if (dehoisted_key_ids->Contains(candidate->id())) return;
2174 dehoisted_key_ids->Add(candidate->id());
2175 if (!candidate->IsPhi()) return;
2176 for (int i = 0; i < candidate->OperandCount(); ++i) {
2177 FindDehoistedKeyDefinitions(candidate->OperandAt(i));
/external/doclava/src/com/google/doclava/
H A DClassInfo.java2208 public static MethodInfo overriddenMethod(MethodInfo candidate, ClassInfo newClassObj) { argument
2213 if (mi.matches(candidate)) {
2220 return ClassInfo.overriddenMethod(candidate, newClassObj.mSuperclass);
2224 public static MethodInfo interfaceMethod(MethodInfo candidate, ClassInfo newClassObj) { argument
2230 if (mi.matches(candidate)) {
2235 return ClassInfo.interfaceMethod(candidate, newClassObj.mSuperclass);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jar ... java.lang.Object { private Thread[] threads private Thread candidate private org.eclipse.core.runtime.jobs ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp2971 Position candidate = position.downstream(CanCrossEditingBoundary); local
2972 if (candidate.deprecatedNode()->hasEditableStyle())
2973 return PositionWithAffinity(candidate, affinity);
2974 candidate = position.upstream(CanCrossEditingBoundary);
2975 if (candidate.deprecatedNode()->hasEditableStyle())
2976 return PositionWithAffinity(candidate, affinity);
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.cc210 Register candidate = Register::FromAllocationIndex(i); local
211 if (regs.IncludesAliasOf(candidate)) continue;
212 return candidate;
2681 uint64_t candidate = (b - a) * multiplier; local
2683 if (value != candidate) {
2684 // The candidate pattern doesn't match our input value, so fail.
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc2475 HValue* candidate = NULL; local
2478 while (position < count && candidate == NULL) {
2480 if (current != this) candidate = current;
2484 if (current != this && current != candidate) return NULL;
2486 DCHECK(candidate != this);
2487 return candidate;
H A Dliveedit.cc1124 // Returns true if an instance of candidate were inlined into function's code.
1125 static bool IsInlined(JSFunction* function, SharedFunctionInfo* candidate) { argument
1142 if (inlined->shared() == candidate) return true;
H A Dobjects-inl.h1408 // evacuation candidate.
1423 // evacuation candidate.
1548 Object* candidate = *current++; local
1549 if (!candidate->IsSmi() && candidate != the_hole) return false;
5646 // enqueued as a code flushing candidate and we remove it now.
H A Dhydrogen.cc10731 Handle<JSFunction> candidate = Handle<JSFunction>::cast(value); local
10734 if (!isolate()->heap()->InNewSpace(*candidate)) {
10735 target = candidate;
H A Dobjects.cc7837 // candidate. This would result in missing updates upon evacuation.
10190 // If this position is closer than the current candidate or if it has the
10191 // same distance as the current candidate and the position is higher then
10192 // this position is the new candidate.
15525 Object* candidate = KeyAt(entry); local
15526 if (candidate->SameValueZero(*key))
/external/chromium_org/v8/src/mips64/
H A Dmacro-assembler-mips64.cc5947 Register candidate = Register::FromAllocationIndex(i); local
5948 if (regs & candidate.bit()) continue;
5949 return candidate;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp120 WebGLRenderingContextBase* candidate = activeContexts()[candidateID];
126 RefPtrWillBeRawPtr<WebGLRenderingContextBase> protect(candidate);
128 candidate->printWarningToConsole(reason);
129 InspectorInstrumentation::didFireWebGLWarning(candidate->canvas());
132 candidate->forceLostContext(WebGLRenderingContextBase::SyntheticLostContext, WebGLRenderingContextBase::WhenAvailable);
140 WebGLRenderingContextBase* candidate = activeContexts().first();
141 ASSERT(!candidate->isContextLost());
146 if (context->webContext()->lastFlushID() < candidate->webContext()->lastFlushID()) {
147 candidate = context;
161 WebGLRenderingContextBase* candidate local
[all...]
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc5962 Register candidate = Register::FromAllocationIndex(i); local
5963 if (regs & candidate.bit()) continue;
5964 return candidate;
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c6895 IRTemp candidate = newTemp(Ity_V128); local
6897 assign(candidate, binop(op, getQReg128(nn), mkU8(shift)));
6911 mkexpr(candidate)));
6913 res = candidate;

Completed in 1550 milliseconds

12345678