Searched refs:candidates (Results 126 - 150 of 209) sorted by relevance

123456789

/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_handler.cc281 // candidates don't have sizes attribute either, stop downloading now,
346 const std::vector<FaviconURL>& candidates) {
349 for (std::vector<FaviconURL>::const_iterator i = candidates.begin();
350 i != candidates.end(); ++i) {
345 OnUpdateFaviconURL( const std::vector<FaviconURL>& candidates) argument
/external/chromium_org/remoting/protocol/
H A Djingle_session.cc36 // message. This is neccessary to be able to pack multiple candidates
286 // Delay sending the new candidates in case we get more candidates
367 message.candidates.swap(pending_candidates_);
501 message.candidates.begin();
502 it != message.candidates.end(); ++it) {
H A Djingle_messages_unittest.cc206 EXPECT_EQ(message.candidates.size(), 2U);
/external/chromium_org/chrome/browser/ui/
H A Dmetro_pin_tab_helper_win.cc393 // Request all the candidates.
421 const std::vector<content::FaviconURL>& candidates) {
422 favicon_url_candidates_ = candidates;
420 DidUpdateFaviconURL( const std::vector<content::FaviconURL>& candidates) argument
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsessiondescriptionfactory.cc96 source_desc->candidates(m);
97 const IceCandidateCollection* dest_candidates = dest_desc->candidates(m);
329 // Include all local ice candidates in the SessionDescription unless
373 // Include all local ice candidates in the SessionDescription unless
H A Dpeerconnection_unittest.cc798 EXPECT_EQ(0u, (*desc)->candidates(0)->count());
818 // EXPECT_TRUE_WAIT, local ice candidates might be sent to the remote peer
1009 // The initiating client can receive media, so it must produce candidates
1422 // new ice candidates are generated and audio and video still can flow.
1431 initializing_client()->pc()->local_description()->candidates(0);
1433 receiving_client()->pc()->local_description()->candidates(0);
1452 initializing_client()->pc()->local_description()->candidates(0);
1454 receiving_client()->pc()->local_description()->candidates(0);
1464 // Verify that the first candidates in the local session descriptions has
H A Dwebrtcsdp_unittest.cc208 // SDP reference string without the candidates.
881 EXPECT_TRUE(CompareCandidates(transport1.description.candidates,
882 transport2.description.candidates));
907 const IceCandidateCollection* cc1 = desc1.candidates(i);
908 const IceCandidateCollection* cc2 = desc2.candidates(i);
936 // Update the candidates in |jdesc| to use the given |ufrag| and |pwd|.
955 const IceCandidateCollection* cc = jdesc_.candidates(i);
1386 // SessionDescription with desc and candidates.
1436 // JsepSessionDescription with desc but without candidates.
1690 // SessionDescription with desc but without candidates
[all...]
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.cc133 std::vector<std::string> candidates; local
135 input_method_ids, &candidates);
136 for (size_t i = 0; i < candidates.size(); ++i) {
137 const std::string& candidate = candidates[i];
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.h30 // connections which are combinations of candidates from each end (Alice and
31 // Bob each have candidates, one candidate from Alice and one candidate from
35 // kick off a process of determining more candidates and more connections.
66 // P2PTransportChannel manages the candidates and connection process to keep
203 const std::vector<Candidate>& candidates);
H A Dp2ptransportchannel.cc190 // We now only want to apply new candidates that we receive to the ports
299 // Go into the state of processing candidates, and running in general
329 // Forget about all of the candidates we got before.
366 // Remember the ports and candidates, and signal that candidates are ready.
381 // candidates that we were given so far.
394 PortAllocatorSession *session, const std::vector<Candidate>& candidates) {
396 for (size_t i = 0; i < candidates.size(); ++i) {
397 SignalCandidateReady(this, candidates[i]);
419 // Determine if the remote candidates us
393 OnCandidatesReady( PortAllocatorSession *session, const std::vector<Candidate>& candidates) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_pickmode.c509 int_mv *const candidates = mbmi->ref_mvs[ref_frame]; local
516 candidates, mi_row, mi_col);
519 ref_frame, candidates,
522 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, candidates,
/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.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dconnectivitychecker.cc315 const std::vector<Candidate> candidates = port->Candidates(); local
316 Candidate c = candidates[0];
H A Dportallocator_unittest.cc90 // Helper for dumping candidates
255 const std::vector<cricket::Candidate>& candidates) {
256 for (size_t i = 0; i < candidates.size(); ++i) {
257 LOG(LS_INFO) << "OnCandidatesReady: " << candidates[i].ToString();
258 candidates_.push_back(candidates[i]);
350 // Verify candidates with default step delay of 1sec.
406 // We check the candidates for udp/stun/tcp ports, and the from address
581 // Using GTURN, we will have 4 candidates.
597 EXPECT_EQ(2U, candidates_.size()); // Host UDP/TCP candidates only.
633 // Host has a public address, both UDP and TCP candidates wil
254 OnCandidatesReady(cricket::PortAllocatorSession* ses, const std::vector<cricket::Candidate>& candidates) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c386 const EGLint candidates[] = { local
393 const EGLint *fmt = candidates;
/external/deqp/scripts/
H A Dmake_release.py34 def findFile (candidates):
35 for file in candidates:
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.c386 const EGLint candidates[] = { local
393 const EGLint *fmt = candidates;
/external/chromium_org/cc/output/
H A Doverlay_unittest.cc77 OverlayCandidateValidator* candidates = local
79 ASSERT_TRUE(candidates != NULL);
81 new OverlayStrategySingleOnTop(candidates, resource_provider_)));
298 // Check for potential candidates.
390 // Check for potential candidates.
/external/chromium_org/content/renderer/media/webrtc/
H A Dmock_peer_connection_dependency_factory.cc383 virtual const IceCandidateCollection* candidates(
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py3522 candidates = []
3569 candidates.append((specialization, specialization.type))
3571 candidates.append((func, func_type))
3574 if len(candidates) == 1:
3575 return candidates[0][0]
3576 elif len(candidates) == 0:
3589 for index, (func, func_type) in enumerate(candidates):
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_local_predictor.cc139 // We first insert local candidates, then service candidates.
141 // candidates, we need to double the maximum number of candidates once
142 // we start seeing service candidates.
786 "candidates": [
817 base::ListValue* candidates = new base::ListValue(); local
823 candidates->Append(candidate);
828 candidate_check_request->Set("candidates", candidates);
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dautopep8.py79 # For generating line shortening candidates.
986 Do this by generating multiple reformatted candidates and then
987 ranking the candidates to heuristically select the best option.
997 candidates = shorten_line(
1006 candidates = sorted(
1007 sorted(set(candidates).union([target, original])),
1014 print(('-' * 79 + '\n').join([''] + candidates + ['']),
1020 if candidates:
1021 return candidates[0]
1341 Multiple candidates wil
[all...]
/external/deqp/modules/glshared/
H A DglsRasterizationTestUtil.cpp1449 std::vector<SingleSampleLineCoverageCandidate> candidates;
1515 candidates.push_back(candidate);
1539 << "Found an invalid pixel at (" << x << "," << y << "), " << (int)candidates.size() << " candidate reference value(s) found:\n"
1544 for (int candidateNdx = 0; candidateNdx < (int)candidates.size(); ++candidateNdx)
1546 const SingleSampleLineCoverageCandidate& candidate = candidates[candidateNdx];

Completed in 7971 milliseconds

123456789