Searched refs:candidate (Results 201 - 225 of 294) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnection_unittest.cc433 const webrtc::IceCandidateInterface* /*candidate*/) {}
612 talk_base::scoped_ptr<webrtc::IceCandidateInterface> candidate(
614 EXPECT_TRUE(pc()->AddIceCandidate(candidate.get()));
617 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) { argument
621 EXPECT_TRUE(candidate->ToString(&ice_sdp));
626 signaling_message_receiver()->ReceiveIceMessage(candidate->sdp_mid(),
627 candidate->sdp_mline_index(), ice_sdp);
1328 // Create a SDP string of the first audio candidate for both clients.
1349 // Create a SDP string of the first audio candidate for both clients again.
H A Dwebrtcsdp.cc45 #include "talk/p2p/base/candidate.h"
136 static const char kAttributeCandidate[] = "candidate";
166 // TODO: How to map the prflx with circket candidate type
306 static bool ParseCandidate(const std::string& message, Candidate* candidate,
520 // Verifies the candiate to be of the format candidate:<blah>
522 // Checking candiadte-attribute is starting with "candidate" str.
685 // See if this candidate is more preferable then the current one.
716 // Found default RTP candidate.
720 // placing the IP address and port of the RTP candidate into the c and m
742 // Found default RTCP candidate
770 const IceCandidateInterface* candidate = cc->at(i); local
891 SdpSerializeCandidate( const IceCandidateInterface& candidate) argument
946 Candidate candidate; local
954 ParseCandidate(const std::string& message, Candidate* candidate, SdpParseError* error, bool is_raw) argument
2353 Candidate candidate; local
[all...]
H A Dpeerconnectionfactory_unittest.cc85 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) {} argument
H A Dpeerconnectioninterface_unittest.cc179 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) { argument
184 EXPECT_TRUE(candidate->ToString(&sdp));
186 last_candidate_.reset(webrtc::CreateIceCandidate(candidate->sdp_mid(),
187 candidate->sdp_mline_index(), sdp, NULL));
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcandidate_window_view_unittest.cc67 const std::string& candidate,
71 EXPECT_EQ(candidate, UTF16ToUTF8(row->candidate_label_->text()));
124 // Select the last candidate.
132 // Make sure the test doesn't crash if the candidate table reduced its size.
66 ExpectLabels(const std::string& shortcut, const std::string& candidate, const std::string& annotation, const CandidateView* row) argument
H A Dinput_method_manager_impl.cc260 const std::string& candidate = candidates[i]; local
263 if (!Contains(layouts, candidate))
264 layouts.push_back(candidate);
1004 DVLOG(1) << "Failed to initialize the candidate window controller";
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel.cc570 TransportChannel* channel, const Candidate& candidate) {
572 SignalRouteChange(this, candidate);
569 OnRouteChange( TransportChannel* channel, const Candidate& candidate) argument
H A Dport.h41 #include "talk/p2p/base/candidate.h"
297 // Called when the Connection discovers a local peer reflexive candidate.
298 // Returns the index of the new local candidate.
515 Connection(Port* port, size_t index, const Candidate& candidate);
577 ProxyConnection(Port* port, size_t index, const Candidate& candidate);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager.cc435 Profile* candidate = iter->second->profile.get(); local
436 if (candidate == profile ||
437 (candidate->HasOffTheRecordProfile() &&
438 candidate->GetOffTheRecordProfile() == profile)) {
/external/dnsmasq/src/
H A Ddhcp.c669 struct dhcp_config *config, *candidate; local
703 for (candidate = NULL, count = 0, config = configs; config; config = config->next)
712 candidate = config;
715 return candidate;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.cpp583 // that map to the VisiblePosition between 'b' and the space. This function will return the left candidate
585 // Also, upstream() will return [boundary, 0] for any of the positions from [boundary, 0] to the first candidate
705 // that map to the VisiblePosition between 'b' and the space. This function will return the right candidate
708 // in boundary after the last candidate, where endsOfNodeAreVisuallyDistinctPositions(boundary).
1185 InlineTextBox* candidate = 0; local
1204 candidate = box;
1206 if (candidate && candidate == textRenderer->lastTextBox() && affinity == DOWNSTREAM) {
1211 inlineBox = box ? box : candidate;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp1617 // Use the rightmost candidate for the start of the selection, and the leftmost candidate for the end of the selection.
1622 Position candidate = startPos.downstream(); local
1623 if (candidate.isCandidate())
1624 startPos = candidate;
1626 candidate = endPos.upstream();
1627 if (candidate.isCandidate())
1628 endPos = candidate;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc445 virtual void OnIceCandidate(const IceCandidateInterface* candidate) OVERRIDE {
447 CHECK(candidate->ToString(&sdp), "got so far: " << sdp);
452 jni(), JavaStringFromStdString(jni(), candidate->sdp_mid()));
455 candidate_class, ctor, *j_mid, candidate->sdp_mline_index(), *j_sdp));
1407 talk_base::scoped_ptr<IceCandidateInterface> candidate(
1409 return ExtractNativePC(jni, j_pc)->AddIceCandidate(candidate.get());
/external/doclava/src/com/google/doclava/
H A DClassInfo.java1790 public static MethodInfo overriddenMethod(MethodInfo candidate, ClassInfo newClassObj) { argument
1795 if (mi.matches(candidate)) {
1802 return ClassInfo.overriddenMethod(candidate, newClassObj.mSuperclass);
1806 public static MethodInfo interfaceMethod(MethodInfo candidate, ClassInfo newClassObj) { argument
1812 if (mi.matches(candidate)) {
1817 return ClassInfo.interfaceMethod(candidate, newClassObj.mSuperclass);
/external/chromium_org/chrome_frame/test/
H A Dpoor_mans_trybot.bat105 REM Search for a npchrome_frame.dll in the candidate build outputs.
/external/chromium_org/third_party/libwebp/enc/
H A Dhistogram.c443 // What is the bit cost of moving square_histogram from cur_symbol to candidate.
445 const VP8LHistogram* const candidate,
447 return HistogramAddThresh(candidate, square_histogram, cost_threshold);
444 HistogramDistance(const VP8LHistogram* const square_histogram, const VP8LHistogram* const candidate, double cost_threshold) argument
/external/chromium_org/tools/win/
H A Dcopy-installer.bat90 REM Search for a mini_installer.exe in the candidate build outputs.
/external/webp/src/enc/
H A Dhistogram.c443 // What is the bit cost of moving square_histogram from cur_symbol to candidate.
445 const VP8LHistogram* const candidate,
447 return HistogramAddThresh(candidate, square_histogram, cost_threshold);
444 HistogramDistance(const VP8LHistogram* const square_histogram, const VP8LHistogram* const candidate, double cost_threshold) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache.cc815 linked_ptr<SyncedFaviconInfo> candidate = *recent_favicons_.begin(); local
816 DVLOG(1) << "Expiring favicon " << candidate->favicon_url.spec();
817 DeleteSyncedFavicon(synced_favicons_.find(candidate->favicon_url),
/external/chromium_org/chrome/browser/thumbnails/
H A Dcontent_analysis_unittest.cc68 float AspectDifference(const gfx::Size& reference, const gfx::Size& candidate) { argument
69 return std::abs(static_cast<float>(candidate.width()) / candidate.height() -
/external/v8/src/
H A Dast.cc535 Handle<JSFunction> candidate(JSFunction::cast(cell_->value()));
538 if (!HEAP->InNewSpace(*candidate)) {
539 target_ = candidate;
/external/clang/lib/Sema/
H A DSemaLookup.cpp2333 // when T2 is an enumeration type, are candidate functions.
2814 // candidate set.
3409 // nothing more to be done to add Correction to the candidate set.
3899 // If a callback object considers an empty typo correction candidate to be
4074 assert(I->second.size() == 1 && "Expected a single unresolved candidate");
4290 bool CorrectionCandidateCallback::ValidateCandidate(const TypoCorrection &candidate) {
4291 if (!candidate.isResolved())
4294 if (candidate.isKeyword())
4298 for (TypoCorrection::const_decl_iterator CDecl = candidate.begin(),
4299 CDeclEnd = candidate
[all...]

Completed in 2586 milliseconds

1234567891011>>