HomeSort by relevance Sort by last modified time
    Searched refs:Candidate (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_interface.cc 25 InputMethodEngineInterface::Candidate::Candidate() {
28 InputMethodEngineInterface::Candidate::~Candidate() {
input_method_engine_interface.h 98 struct Candidate {
99 Candidate();
100 virtual ~Candidate();
107 std::vector<Candidate> candidates;
118 // Auxiliary text is typically displayed in the footer of the candidate
154 // Called when the user clicks on an item in the candidate list.
196 // This function returns the current property of the candidate window.
202 // Change the property of the candidate window and repaint the candidate
207 // Show or hide the candidate window
    [all...]
  /external/chromium_org/jingle/glue/
utils.h 19 class Candidate;
33 std::string SerializeP2PCandidate(const cricket::Candidate& candidate);
35 cricket::Candidate* candidate);
utils.cc 14 #include "third_party/libjingle/source/talk/p2p/base/candidate.h"
36 std::string SerializeP2PCandidate(const cricket::Candidate& candidate) {
39 value.SetString("ip", candidate.address().ipaddr().ToString());
40 value.SetInteger("port", candidate.address().port());
41 value.SetString("type", candidate.type());
42 value.SetString("protocol", candidate.protocol());
43 value.SetString("username", candidate.username());
44 value.SetString("password", candidate.password());
45 value.SetDouble("preference", candidate.preference())
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsepicecandidate.h 36 #include "talk/p2p/base/candidate.h"
45 const cricket::Candidate& candidate);
49 void SetCandidate(const cricket::Candidate& candidate) {
50 candidate_ = candidate;
55 virtual const cricket::Candidate& candidate() const { function in class:webrtc::JsepIceCandidate
64 cricket::Candidate candidate_;
77 virtual bool HasCandidate(const IceCandidateInterface* candidate) const
    [all...]
jsep.h 41 class Candidate;
54 // Class representation of an ICE candidate.
61 // identification" as defined in [RFC 3388] for m-line this candidate is
65 // candidate is assocated with.
67 virtual const cricket::Candidate& candidate() const = 0;
68 // Creates a SDP-ized form of this candidate.
92 // Returns true if an equivalent |candidate| exist in the collection.
93 virtual bool HasCandidate(const IceCandidateInterface* candidate) const = 0;
115 // Adds the specified candidate to the description
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransport.h 76 Candidate* candidate,
78 virtual bool WriteGingleCandidate(const Candidate& candidate,
87 Candidate* candidate,
90 const Candidate& candidate,
transportchannelimpl.h 39 class Candidate;
94 const Candidate&> SignalCandidateReady;
95 virtual void OnCandidate(const Candidate& candidate) = 0;
transport.h 52 #include "talk/p2p/base/candidate.h"
82 typedef std::vector<Candidate> Candidates;
109 // Parse a single candidate. This must be used when parsing Gingle
113 Candidate* candidates,
115 virtual bool WriteGingleCandidate(const Candidate& candidate,
166 Candidate local_candidate; // The local candidate for this connection.
167 Candidate remote_candidate; // The remote candidate for this connection
    [all...]
p2ptransportchannel.h 29 // two P2P clients. Clients have candidate ports for connecting, and
31 // Bob each have candidates, one candidate from Alice and one candidate from
43 #include "talk/p2p/base/candidate.h"
54 // Adds the port on which the candidate originated.
55 class RemoteCandidate : public Candidate {
57 RemoteCandidate(const Candidate& c, PortInterface* origin_port)
58 : Candidate(c), origin_port_(origin_port) {}
93 virtual void OnCandidate(const Candidate& candidate);
    [all...]
portproxy.h 65 virtual Connection* CreateConnection(const Candidate& remote_candidate,
78 virtual const std::vector<Candidate>& Candidates() const;
rawtransportchannel.cc 136 void RawTransportChannel::OnCandidate(const Candidate& candidate) {
137 remote_address_ = candidate.address();
178 PortAllocatorSession *session, const std::vector<Candidate>& candidates) {
182 // The most recent candidate is the one we haven't seen yet.
183 Candidate c = candidates[candidates.size() - 1];
251 Candidate remote_candidate;
portinterface.h 89 const Candidate& remote_candidate, CandidateOrigin origin) = 0;
96 virtual const std::vector<Candidate>& Candidates() const = 0;
transportchannel.h 34 #include "talk/p2p/base/candidate.h"
47 class Candidate;
130 // being routed, i.e. to a different remote location. The candidate
132 sigslot::signal2<TransportChannel*, const Candidate&> SignalRouteChange;
p2ptransport.cc 97 Candidate candidate; local
99 &candidate, error)) {
103 desc->candidates.push_back(candidate);
125 for (std::vector<Candidate>::const_iterator iter = desc.candidates.begin();
142 Candidate* candidate,
144 return ParseCandidate(ICEPROTO_GOOGLE, elem, translator, candidate, error);
148 const Candidate& candidate,
    [all...]
port.h 36 #include "talk/p2p/base/candidate.h"
64 // RFC 6544, TCP candidate encoding rules.
208 sigslot::signal2<Port*, const Candidate&> SignalCandidateReady;
211 virtual const std::vector<Candidate>& Candidates() const {
298 // Called when the Connection discovers a local peer reflexive candidate.
299 // Returns the index of the new local candidate.
300 size_t AddPrflxCandidate(const Candidate& local);
383 std::vector<Candidate> candidates_;
418 virtual const Candidate& local_candidate() const;
421 const Candidate& remote_candidate() const { return remote_candidate_;
    [all...]
portallocatorsessionproxy_unittest.cc 38 using cricket::Candidate;
66 const std::vector<Candidate>& candidates) {
  /external/chromium_org/remoting/protocol/
transport.h 34 class Candidate;
72 // Called when the transport generates a new candidate that needs
76 const cricket::Candidate& candidate) = 0;
100 // Adds |candidate| received from the peer.
101 virtual void AddRemoteCandidate(const cricket::Candidate& candidate) = 0;
jingle_messages.h 12 #include "third_party/libjingle/source/talk/p2p/base/candidate.h"
47 const cricket::Candidate& candidate);
50 cricket::Candidate candidate; member in struct:remoting::protocol::JingleMessage::NamedCandidate
libjingle_transport_factory.cc 52 virtual void AddRemoteCandidate(const cricket::Candidate& candidate) OVERRIDE;
63 const cricket::Candidate& candidate);
65 const cricket::Candidate& candidate);
86 std::list<cricket::Candidate> pending_candidates_;
201 const cricket::Candidate& candidate) {
208 if (!relay_allowed && candidate.type() == cricket::RELAY_PORT_TYPE
    [all...]
  /external/clang/unittests/Tooling/
TestVisitor.h 204 : Candidate(Name, LineNumber, ColumnNumber), Found(false) {}
207 if (Candidate.Matches(Name, Location)) {
210 } else if (!Found && Candidate.PartiallyMatches(Name, Location)) {
219 << "Expected \"" << Candidate.ExpectedName
220 << "\" at " << Candidate.LineNumber
221 << ":" << Candidate.ColumnNumber << PartialMatches;
224 MatchCandidate Candidate;
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.h 43 class Candidate;
116 const Candidate& candidate);
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 151 /// disqualify the delay slot candidate between V and values in Uses and
199 /// This function checks if it is valid to move Candidate to the delay slot
202 bool delayHasHazard(const MachineInstr &Candidate, RegDefsUses &RegDU,
240 bool terminateSearch(const MachineInstr &Candidate) const;
724 bool Filler::delayHasHazard(const MachineInstr &Candidate, RegDefsUses &RegDU,
726 bool HasHazard = (Candidate.isImplicitDef() || Candidate.isKill());
728 HasHazard |= IM.hasHazard(Candidate);
729 HasHazard |= RegDU.update(Candidate, 0, Candidate.getNumOperands())
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 588 // store are LOH candidate iff the end of the chain is used as
599 // candidate for simplificaton in non-ADRPMode.
696 /// Check whether the given instruction is a LOH candidate.
699 /// \pre UseToDefs contains only on def per use, i.e., obvious non candidate are
804 // If no definition is available, this is a non candidate.
830 // A potential candidate becomes a candidate, if its current immediate
    [all...]
  /external/clang/lib/Sema/
Scope.cpp 116 if (VarDecl *Candidate = NRVO.getPointer()) {
117 if (isDeclScope(Candidate))
118 Candidate->setNRVOVariable(true);
216 OS << "NRVO candidate : (clang::VarDecl*)" << NRVO.getPointer() << '\n';

Completed in 815 milliseconds

1 2 3 4 5