HomeSort by relevance Sort by last modified time
    Searched full:candidate (Results 351 - 375 of 1480) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/view/
FocusFinder.java 205 // initialize the best candidate to something impossible
270 * Is rect1 a better candidate than rect2 for a focus search in a particular
275 * @param rect1 The candidate rectangle
276 * @param rect2 The current best candidate.
277 * @return Whether the candidate is the new best.
281 // to be a better candidate, need to at least be a candidate in the first
287 // we know that rect1 is a candidate.. if rect2 is not a candidate,
313 * One rectangle may be another candidate than another by virtue of bein
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 763 bool WebRtcSession::ProcessIceMessage(const IceCandidateInterface* candidate) {
771 if (!candidate) {
772 LOG(LS_ERROR) << "ProcessIceMessage: Candidate is NULL";
778 << "save the candidate for later use.";
780 new JsepIceCandidate(candidate->sdp_mid(), candidate->sdp_mline_index(),
781 candidate->candidate()));
785 // Add this candidate to the remote session description.
786 if (!remote_desc_->AddCandidate(candidate)) {
    [all...]
jsepsessiondescription.h 76 virtual bool AddCandidate(const IceCandidateInterface* candidate);
98 bool GetMediasectionIndex(const IceCandidateInterface* candidate,
  /external/chromium/chrome/browser/password_manager/
password_form_manager.cc 425 int PasswordFormManager::ScoreResult(const PasswordForm& candidate) const {
427 // For scoring of candidate login data:
438 if (candidate.origin == observed_form_.origin) {
448 base::SplitString(candidate.origin.path(), '/', &candidate_path_tokens);
461 if (candidate.action == observed_form_.action)
463 if (candidate.password_element == observed_form_.password_element)
465 if (candidate.submit_element == observed_form_.submit_element)
467 if (candidate.username_element == observed_form_.username_element)
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayport.h 46 // remote candidate that we try to send data to a RelayEntry instance
74 virtual Connection* CreateConnection(const Candidate& address,
stunport.h 76 // This will contact the secondary server and signal another candidate
80 virtual Connection* CreateConnection(const Candidate& address,
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.h 77 // accessibility focus candidate for a touch which has not landed directly on
78 // an accessibility focus candidate.
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverStats.cpp 64 output.append(String::format(" %u elements were added to the sharing candidate list.\n", sharedStyleCandidates));
65 output.append(String::format(" %u calls were made to findSharedStyle, %u found a candidate to share with (%.2f%%).\n", sharedStyleLookups, sharedStyleFound, PERCENT(sharedStyleFound, sharedStyleLookups)));
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCPeerConnection.h 96 // Provides a remote candidate to the ICE Agent.
97 - (BOOL)addICECandidate:(RTCICECandidate *)candidate;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocatorsessionproxy.h 33 #include "talk/p2p/base/candidate.h"
110 const std::vector<Candidate>& candidates);
portproxy.h 65 virtual Connection* CreateConnection(const Candidate& remote_candidate,
78 virtual const std::vector<Candidate>& Candidates() const;
relayport.h 45 // remote candidate that we try to send data to a RelayEntry instance
72 virtual Connection* CreateConnection(const Candidate& address,
transportchannelproxy.h 95 void OnRouteChange(TransportChannel* channel, const Candidate& candidate);
  /external/chromium_org/v8/src/arm/
assembler-arm-inl.h 196 // evacuation candidate.
431 Address candidate = pc - 2 * Assembler::kInstrSize; local
432 Instr candidate_instr(Memory::int32_at(candidate));
434 return candidate;
436 candidate = pc - 3 * Assembler::kInstrSize;
437 ASSERT(IsMovW(Memory::int32_at(candidate)) &&
438 IsMovT(Memory::int32_at(candidate + kInstrSize)));
439 return candidate;
  /external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
p3.cpp 36 void foo(Opaque1); // expected-note {{candidate}}
37 void foo(Opaque2); // expected-note {{candidate}}
  /external/clang/test/Misc/
integer-literal-printing.cpp 5 template <short T> void Function1(Type1<T>& x) {} // expected-note{{candidate function [with T = -42] not viable: expects an l-value for 1st argument}}
8 template <unsigned short T> void Function2(Type2<T>& x) {} // expected-note{{candidate function [with T = 42] not viable: expects an l-value for 1st argument}}
  /external/clang/test/SemaCXX/
implicit-member-functions.cpp 69 struct B { // expected-note {{candidate constructor (the implicit move }}
70 B(); // expected-note {{candidate constructor not viable}}
  /external/openssh/
moduli.0 11 An initial candidate generation pass, using ssh-keygen -G, calculates
45 The ssh-keygen(1) moduli candidate generation uses the
moduli.5 33 .Em candidate generation
92 moduli candidate generation uses the Sieve of Eratosthenes (flag 0x02).
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRedEye.java 111 RedEyeCandidate candidate = (RedEyeCandidate) point; local
112 RectF rect = candidate.getRect();
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cif-code.def 51 /* Function is not an inlining candidate. */
52 DEFCIFCODE(FUNCTION_NOT_INLINE_CANDIDATE, N_("function not inline candidate"))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cif-code.def 51 /* Function is not an inlining candidate. */
52 DEFCIFCODE(FUNCTION_NOT_INLINE_CANDIDATE, N_("function not inline candidate"))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cif-code.def 51 /* Function is not an inlining candidate. */
52 DEFCIFCODE(FUNCTION_NOT_INLINE_CANDIDATE, N_("function not inline candidate"))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cif-code.def 51 /* Function is not an inlining candidate. */
52 DEFCIFCODE(FUNCTION_NOT_INLINE_CANDIDATE, N_("function not inline candidate"))
  /external/chromium_org/chrome/browser/ui/
metro_pin_tab_helper_win.h 60 // Candidate Favicon URLs for the current page.

Completed in 611 milliseconds

<<11121314151617181920>>