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

1 2 3 4 5 6 7 8

  /external/v8/src/compiler/
js-inlining-heuristic.h 33 struct Candidate {
41 bool operator()(const Candidate& left, const Candidate& right) const;
45 typedef ZoneSet<Candidate, CandidateCompare> Candidates;
js-inlining-heuristic.cc 54 // Quick check on source code length to avoid parsing large candidate.
59 // Quick check on the size of the AST to avoid parsing large candidate.
102 // In the general case we remember the candidate for later.
112 // We inline at most one candidate in every iteration of the fixpoint.
119 Candidate candidate = *i; local
121 // Make sure we don't try to inline dead candidate nodes.
122 if (!candidate.node->IsDead()) {
123 Reduction r = inliner_.ReduceJSCall(candidate.node, candidate.function)
    [all...]
  /external/webrtc/talk/app/webrtc/
jsepicecandidate.h 36 #include "webrtc/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.
87 // Returns true if an equivalent |candidate| exist in the collection.
88 virtual bool HasCandidate(const IceCandidateInterface* candidate) const = 0;
110 // Adds the specified candidate to the description
    [all...]
jsepicecandidate.cc 57 const cricket::Candidate& candidate)
60 candidate_(candidate) {
85 const IceCandidateInterface* candidate) const {
89 if ((*it)->sdp_mid() == candidate->sdp_mid() &&
90 (*it)->sdp_mline_index() == candidate->sdp_mline_index() &&
91 (*it)->candidate().IsEquivalent(candidate->candidate())) {
webrtcsdp_unittest.cc 50 using cricket::Candidate;
79 typedef std::vector<Candidate> Candidates;
143 "a=candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1234 typ host "
145 "a=candidate:a0+B/1 2 udp 2130706432 192.168.1.5 1235 typ host "
147 "a=candidate:a0+B/2 1 udp 2130706432 ::1 1238 typ host "
149 "a=candidate:a0+B/2 2 udp 2130706432 ::1 1239 typ host "
151 "a=candidate:a0+B/3 1 udp 2130706432 74.125.127.126 2345 typ srflx "
154 "a=candidate:a0+B/3 2 udp 2130706432 74.125.127.126 2347 typ srflx "
179 "a=candidate:a0+B/1 2 udp 2130706432 192.168.1.5 1236 typ host "
181 "a=candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1237 typ host
    [all...]
  /external/clang/lib/Analysis/
ThreadSafetyTIL.cpp 210 BasicBlock *Candidate = nullptr;
215 // If we don't yet have a candidate for dominator yet, take this one.
216 if (Candidate == nullptr) {
217 Candidate = Pred;
220 // Walk the alternate and current candidate back to find a common ancestor.
222 while (Alternate != Candidate) {
223 if (Candidate->BlockID > Alternate->BlockID)
224 Candidate = Candidate->DominatorNode.Parent;
229 DominatorNode.Parent = Candidate;
    [all...]
  /external/webrtc/webrtc/p2p/base/
transportchannelimpl.h 22 class Candidate;
81 sigslot::signal2<TransportChannelImpl*, const Candidate&>
83 virtual void AddRemoteCandidate(const Candidate& candidate) = 0;
p2ptransportchannel.h 12 // two P2P clients. Clients have candidate ports for connecting, and
14 // Bob each have candidates, one candidate from Alice and one candidate from
26 #include "webrtc/p2p/base/candidate.h"
51 // Adds the port on which the candidate originated.
52 class RemoteCandidate : public Candidate {
54 RemoteCandidate(const Candidate& c, PortInterface* origin_port)
55 : Candidate(c), origin_port_(origin_port) {}
90 void AddRemoteCandidate(const Candidate& candidate) override
    [all...]
transport.h 31 #include "webrtc/p2p/base/candidate.h"
46 typedef std::vector<Candidate> Candidates;
114 Candidate local_candidate; // The local candidate for this connection.
115 Candidate remote_candidate; // The remote candidate for this connection.
238 bool AddRemoteCandidates(const std::vector<Candidate>& candidates,
241 // If candidate is not acceptable, returns false and sets error.
243 virtual bool VerifyCandidate(const Candidate& candidate,
    [all...]
portinterface.h 72 const Candidate& remote_candidate, CandidateOrigin origin) = 0;
79 virtual const std::vector<Candidate>& Candidates() const = 0;
port.h 19 #include "webrtc/p2p/base/candidate.h"
47 // RFC 6544, TCP candidate encoding rules.
196 sigslot::signal2<Port*, const Candidate&> SignalCandidateReady;
199 virtual const std::vector<Candidate>& Candidates() const {
292 // Called when the Connection discovers a local peer reflexive candidate.
293 // Returns the index of the new local candidate.
294 size_t AddPrflxCandidate(const Candidate& local);
381 std::vector<Candidate> candidates_;
392 // Candidate filter is pushed down to Port such that each Port could
429 virtual const Candidate& local_candidate() const
    [all...]
transportchannel.h 17 #include "webrtc/p2p/base/candidate.h"
30 class Candidate;
150 // being routed, i.e. to a different remote location. The candidate
152 sigslot::signal2<TransportChannel*, const Candidate&> SignalRouteChange;
candidate.h 30 // Candidate for ICE based connection discovery.
32 class Candidate {
35 // candidate-attribute syntax. http://tools.ietf.org/html/rfc5245#section-15.1
36 Candidate()
43 Candidate(int component,
161 // Determines whether this candidate is equivalent to the given one.
162 bool IsEquivalent(const Candidate& c) const {
239 // and back. This is primarily for converting old G-ICE candidate
240 // signalling to new ICE candidate classes.
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 81 // SLSR candidate. Such a candidate must be in one of the forms described in
83 struct Candidate : public ilist_node<Candidate> {
91 Candidate()
94 Candidate(Kind CT, const SCEV *B, ConstantInt *Idx, Value *S,
100 // Note that Index and Stride of a GEP candidate do not necessarily have the
105 // The instruction this candidate corresponds to. It helps us to rewrite a
106 // candidate with respect to its immediate basis. Note that one instruction
120 // Points to the immediate basis of this candidate, or nullptr if we canno
    [all...]
NaryReassociate.cpp 244 // ensures that all bases of a candidate are in Candidates when we process it.
424 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP);
425 if (Candidate == nullptr)
429 // Candidate does not necessarily have the same pointer type as GEP. Use
432 Candidate = Builder.CreateBitOrPointerCast(Candidate, GEP->getType());
433 assert(Candidate->getType() == GEP->getType());
435 // NewGEP = (char *)Candidate + RHS * sizeof(IndexedType)
456 // NewGEP = &Candidate[RHS * (sizeof(IndexedType) / sizeof(Candidate[0])))
    [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/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 580 // store are LOH candidate iff the end of the chain is used as
591 // candidate for simplificaton in non-ADRPMode.
688 /// Check whether the given instruction is a LOH candidate.
691 /// \pre UseToDefs contains only on def per use, i.e., obvious non candidate are
796 // If no definition is available, this is a non candidate.
822 // A potential candidate becomes a candidate, if its current immediate
827 for (const MachineInstr *Candidate : PotentialCandidates)
    [all...]
  /external/clang/lib/Sema/
Scope.cpp 119 if (VarDecl *Candidate = NRVO.getPointer()) {
120 if (isDeclScope(Candidate))
121 Candidate->setNRVOVariable(true);
223 OS << "NRVO candidate : (clang::VarDecl*)" << NRVO.getPointer() << '\n';
SemaOverload.cpp 549 /// to the form used in overload-candidate information.
    [all...]
  /frameworks/minikin/include/minikin/
LineBreaker.h 188 // A single candidate break
189 struct Candidate {
205 void addCandidate(Candidate cand);
235 std::vector<Candidate> mCandidates;
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 396 /// If this queue only has one ready candidate, return it. As a side effect,
475 SchedCandidate &Candidate,
534 /// Pick the best candidate from the top queue.
541 SchedCandidate &Candidate) {
547 // BestSU remains NULL if no top candidates beat the best existing candidate.
555 int CurrentCost = SchedulingCost(Q, *I, Candidate, RPDelta, false);
557 // Initialize the candidate if needed.
558 if (!Candidate.SU) {
559 Candidate.SU = *I;
560 Candidate.RPDelta = RPDelta
    [all...]
HexagonMachineScheduler.h 114 // The best SUnit candidate.
117 // Register pressure values for the best candidate.
229 SUnit *SU, SchedCandidate &Candidate,
234 SchedCandidate &Candidate);
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 151 /// disqualify the delay slot candidate between V and values in Uses and
206 /// This function checks if it is valid to move Candidate to the delay slot
209 bool delayHasHazard(const MachineInstr &Candidate, RegDefsUses &RegDU,
247 bool terminateSearch(const MachineInstr &Candidate) const;
870 bool Filler::delayHasHazard(const MachineInstr &Candidate, RegDefsUses &RegDU,
872 assert(!Candidate.isKill() &&
875 bool HasHazard = Candidate.isImplicitDef();
877 HasHazard |= IM.hasHazard(Candidate);
878 HasHazard |= RegDU.update(Candidate, 0, Candidate.getNumOperands())
    [all...]
  /external/llvm/include/llvm/Target/
TargetMachine.h 147 bool isCompatibleDataLayout(const DataLayout &Candidate) const {
148 return DL == Candidate;

Completed in 394 milliseconds

1 2 3 4 5 6 7 8