Searched refs:candidates (Results 76 - 100 of 209) sorted by relevance

123456789

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession_unittest.cc116 // Media index of candidates belonging to the first media content.
120 // Media index of candidates belonging to the second media content.
887 // If rtcp_mux is enabled we should expect 4 candidates - host and srflex
989 // new portallocator session which will allocate new set of candidates.
1142 // Below test cases (TestSessionCandidatesWith*) verify the candidates gathered
1173 // Since kClientAddrHost1 is blocked, not expecting stun candidates for it.
1179 // Test session delivers no candidates gathered when constraint set to "none".
1191 // Test session delivers only relay candidates gathered when constaint set to
1213 // Test session delivers all candidates gathered when constaint set to "all".
1221 // Host + STUN. By default allocator is disabled to gather relay candidates
1752 const IceCandidateCollection* candidates = local
1787 const IceCandidateCollection* candidates = local
1832 const IceCandidateCollection* candidates = local
1878 const IceCandidateCollection* candidates = local
[all...]
H A Dwebrtcsdp.cc244 const std::vector<Candidate>& candidates,
254 static void BuildCandidate(const std::vector<Candidate>& candidates,
276 std::vector<JsepIceCandidate*>* candidates,
287 std::vector<JsepIceCandidate*>* candidates,
642 // It is RECOMMENDED that default candidates be chosen based on the
643 // likelihood of those candidates to work with the peer that is being
664 // Get ip and port of the default destination from the |candidates| with
670 static bool GetDefaultDestination(const std::vector<Candidate>& candidates, argument
675 for (std::vector<Candidate>::const_iterator it = candidates.begin();
676 it != candidates
693 UpdateMediaDefaultDestination( const std::vector<Candidate>& candidates, const std::string mline, std::string* message) argument
736 GetRtcpLine(const std::vector<Candidate>& candidates) argument
761 GetCandidatesByMindex(const SessionDescriptionInterface& desci, int mline_index, std::vector<Candidate>* candidates) argument
843 std::vector<Candidate> candidates; local
859 std::vector<cricket::Candidate> candidates; local
880 std::vector<JsepIceCandidate*> candidates; local
1155 BuildMediaDescription(const ContentInfo* content_info, const TransportInfo* transport_info, const MediaType media_type, const std::vector<Candidate>& candidates, std::string* message) argument
1723 BuildCandidate(const std::vector<Candidate>& candidates, std::string* message) argument
2101 ParseContentDescription(const std::string& message, const MediaType media_type, int mline_index, const std::string& protocol, const std::vector<int>& codec_preference, size_t* pos, std::string* content_name, TransportDescription* transport, std::vector<JsepIceCandidate*>* candidates, webrtc::SdpParseError* error) argument
2137 ParseMediaDescription(const std::string& message, const TransportDescription& session_td, const RtpHeaderExtensions& session_extmaps, bool supports_msid, size_t* pos, cricket::SessionDescription* desc, std::vector<JsepIceCandidate*>* candidates, SdpParseError* error) argument
2446 ParseContent(const std::string& message, const MediaType media_type, int mline_index, const std::string& protocol, const std::vector<int>& codec_preference, size_t* pos, std::string* content_name, MediaContentDescription* media_desc, TransportDescription* transport, std::vector<JsepIceCandidate*>* candidates, SdpParseError* error) argument
[all...]
H A Djsep.h85 // This class represents a collection of candidates for a specific m-line.
87 // candidates for a certain m-line.
122 // Returns a collection of all candidates that belong to a certain m-line
123 virtual const IceCandidateCollection* candidates(
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_engine_browsertests.cc746 " candidates: [{"
788 ASSERT_EQ(4U, table.candidates().size());
791 table.candidates().at(0).value);
794 table.candidates().at(1).value);
795 EXPECT_EQ(base::UTF8ToUTF16("LABEL_2"), table.candidates().at(1).label);
798 table.candidates().at(2).value);
799 EXPECT_EQ(base::UTF8ToUTF16("LABEL_3"), table.candidates().at(2).label);
801 table.candidates().at(2).annotation);
804 table.candidates().at(3).value);
805 EXPECT_EQ(base::UTF8ToUTF16("LABEL_4"), table.candidates()
[all...]
H A Dinput_method_engine_interface.h107 std::vector<Candidate> candidates; member in struct:chromeos::InputMethodEngineInterface::Candidate
212 const std::vector<Candidate>& candidates,
H A Dmock_input_method_engine.cc63 const std::vector<Candidate>& candidates,
61 SetCandidates( int context_id, const std::vector<Candidate>& candidates, std::string* error) argument
H A Dmock_input_method_engine.h59 const std::vector<Candidate>& candidates,
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_favicon_loader_browsertest.cc48 const std::vector<content::FaviconURL>& candidates) OVERRIDE {
49 if (!candidates.empty())
/external/chromium_org/athena/content/
H A Dapp_activity.h70 const std::vector<content::FaviconURL>& candidates) OVERRIDE;
H A Dweb_activity.h79 const std::vector<content::FaviconURL>& candidates) OVERRIDE;
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.h68 const std::vector<content::FaviconURL>& candidates) OVERRIDE;
/external/chromium_org/remoting/protocol/
H A Djingle_messages.h77 std::list<NamedCandidate> candidates; member in struct:remoting::protocol::JingleMessage
H A Djingle_messages.cc243 candidates.clear();
254 *error = "Failed to parse candidates";
257 candidates.push_back(candidate);
319 for (std::list<NamedCandidate>::const_iterator it = candidates.begin();
320 it != candidates.end(); ++it) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportallocatorsessionproxy.h110 const std::vector<Candidate>& candidates);
H A Dp2ptransport.cc103 desc->candidates.push_back(candidate);
125 for (std::vector<Candidate>::const_iterator iter = desc.candidates.begin();
126 iter != desc.candidates.end(); ++iter) {
H A Dportallocatorsessionproxy.cc151 // If port already has candidates, send this to the clients of proxy
218 const std::vector<Candidate>& candidates) {
225 for (size_t i = 0; i < candidates.size(); ++i) {
226 Candidate new_local_candidate = candidates[i];
216 OnCandidatesReady( PortAllocatorSession* session, const std::vector<Candidate>& candidates) argument
H A Dsession.cc146 void TransportProxy::AddSentCandidates(const Candidates& candidates) { argument
147 for (Candidates::const_iterator cand = candidates.begin();
148 cand != candidates.end(); ++cand) {
153 void TransportProxy::AddUnsentCandidates(const Candidates& candidates) { argument
154 for (Candidates::const_iterator cand = candidates.begin();
155 cand != candidates.end(); ++cand) {
317 bool TransportProxy::OnRemoteCandidates(const Candidates& candidates, argument
319 // Ensure the transport is negotiated before handling candidates.
324 for (Candidates::const_iterator cand = candidates.begin();
325 cand != candidates
697 OnRemoteCandidates(const std::string& content_name, const Candidates& candidates, std::string* error) argument
1193 OnTransportProxyCandidatesReady(TransportProxy* transproxy, const Candidates& candidates) argument
1653 SendTransportInfoMessage(const TransportProxy* transproxy, const Candidates& candidates, SessionError* error) argument
[all...]
H A Dsessionmessages.cc284 // Fortunately, for the cases where translation is needed, candidates are
312 Candidates* candidates,
327 candidates->push_back(candidate);
335 Candidates* candidates,
342 content_name, candidates, error)) {
359 // If we don't have media, no need to separate the candidates.
364 CN_OTHER, &tinfo.description.candidates,
373 // If we have media, separate the candidates.
391 &audio_tinfo.description.candidates, error)) {
400 &video_tinfo.description.candidates, erro
308 ParseGingleCandidate(const buzz::XmlElement* candidate_elem, const TransportParserMap& trans_parsers, const CandidateTranslatorMap& translators, const std::string& content_name, Candidates* candidates, ParseError* error) argument
331 ParseGingleCandidates(const buzz::XmlElement* parent, const TransportParserMap& trans_parsers, const CandidateTranslatorMap& translators, const std::string& content_name, Candidates* candidates, ParseError* error) argument
479 WriteGingleCandidates(const Candidates& candidates, const TransportParserMap& trans_parsers, const std::string& transport_type, const CandidateTranslatorMap& translators, const std::string& content_name, XmlElements* elems, WriteError* error) argument
[all...]
/external/chromium_org/ui/base/ime/
H A Dcandidate_window.h17 // CandidateWindow represents the structure of candidates generated from IME.
72 // Returns the number of candidates in one page.
112 const std::vector<Entry>& candidates() const { return candidates_; } function in class:ui::CandidateWindow
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DRobolectricPackageManager.java92 List<ResolveInfo> candidates = queryIntentActivities(intent, flags);
93 return candidates.isEmpty() ? null : candidates.get(0);
/external/chromium_org/third_party/readability/js/
H A Dreadability.js555 /* Remove unlikely candidates */
616 var candidates = []; variable
633 candidates.push(parentNode);
639 candidates.push(grandParentNode);
666 for(var c=0, cl=candidates.length; c < cl; c+=1)
669 * Scale the final candidates score based on link density. Good content should have a
672 candidates[c].readability.contentScore = candidates[c].readability.contentScore * (1-readability.getLinkDensity(candidates[c]));
674 dbg('Candidate: ' + candidates[
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DSourcesView.js744 var candidates = [];
753 candidates.push(uiSourceCode.name());
755 candidates.sort(String.naturalOrderComparator);
756 var index = mod(candidates.indexOf(name) + 1, candidates.length);
757 var fullPath = (path ? path + "/" : "") + candidates[index];
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_token_matcher.py66 candidates = [pos for pos in pending if all(alternative.isalpha() for alternative in [c.identifier[pos] for c in cases])]
67 if not candidates:
69 return sorted(candidates, key=lambda pos: self.score([c.identifier[pos] for c in cases]))[0]
/external/chromium_org/tools/telemetry/telemetry/core/forwarders/
H A Dandroid_forwarder.py197 candidates = [iface for iface in interfaces if re.match('rndis|usb', iface)]
198 if candidates:
199 assert len(candidates) == 1, 'Found more than one rndis device!'
200 return candidates[0]
/external/deqp/framework/randomshaders/
H A DrsgStatement.cpp257 vector<Variable*> candidates; local
262 candidates.push_back(*i);
265 variable = state.getRandom().choose<Variable*>(candidates.begin(), candidates.end());

Completed in 546 milliseconds

123456789