HomeSort by relevance Sort by last modified time
    Searched full:candidates (Results 126 - 150 of 702) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/utils/
StringBufferPool.java 25 * String buffers are good candidates for pooling, because of
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DSAKeyPairGenerator.java 53 // B.1.2 Key Pair Generation by Testing Candidates
  /external/chromium/third_party/libjingle/source/
CHANGELOG 15 - Candidates in session-accept or session-initiate
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.cc 126 void TransportProxy::AddSentCandidates(const Candidates& candidates) {
127 for (Candidates::const_iterator cand = candidates.begin();
128 cand != candidates.end(); ++cand) {
412 TransportInfo(content->name, transport_type_, Candidates()));
427 // Must complete negotiation before sending remote candidates, or
430 for (Candidates::const_iterator cand = tinfo->candidates.begin();
431 cand != tinfo->candidates.end(); ++cand)
    [all...]
transport.cc 283 void Transport::OnRemoteCandidates(const std::vector<Candidate>& candidates) {
284 for (std::vector<Candidate>::const_iterator iter = candidates.begin();
285 iter != candidates.end();
383 std::vector<Candidate> candidates; local
386 candidates.swap(ready_candidates_);
391 if (!candidates.empty()) {
392 SignalCandidatesReady(this, candidates);
  /external/chromium_org/chrome/browser/ui/
metro_pin_tab_helper_win.h 33 const std::vector<content::FaviconURL>& candidates) OVERRIDE;
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 436 // Only accumulate the candidates whose protocol has been enabled
437 std::vector<Candidate> candidates; local
438 const std::vector<Candidate>& potentials = port->candidates();
444 candidates.push_back(potentials[i]);
447 if (!candidates.empty()) {
448 SignalCandidatesReady(this, candidates);
454 std::vector<Candidate> candidates; local
460 const std::vector<Candidate>& potentials = it->port->candidates();
466 candidates.push_back(potentials[i]);
470 if (!candidates.empty())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.h 102 std::vector<Candidate> candidates; member in struct:chromeos::InputMethodEngine::Candidate
187 // Set the number of candidates displayed in the candidate window.
201 const std::vector<Candidate>& candidates,
candidate_window_view.cc 74 if (index >= table.candidates().size())
76 std::string shortcut_text = table.candidates()[index].label;
239 for (size_t i = 0; i + start_from < lookup_table.candidates().size(); ++i) {
243 UTF8ToUTF16(lookup_table.candidates()[index].value));
271 for (size_t i = 0; i + start_from < lookup_table.candidates().size(); ++i) {
275 UTF8ToUTF16(lookup_table.candidates()[index].annotation));
706 // Update the candidates in the current page.
713 for (size_t i = 0; i < new_lookup_table.candidates().size(); ++i) {
714 if (!new_lookup_table.candidates()[i].label.empty()) {
731 // candidates is 5). Second, we want to add a period after eac
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc 187 const std::vector<content::FaviconURL>& candidates) {
188 favicon_handler_->OnUpdateFaviconURL(page_id, candidates);
190 touch_icon_handler_->OnUpdateFaviconURL(page_id, candidates);
  /external/chromium_org/remoting/protocol/
jingle_session.h 89 // Adds to a new channel the remote candidates received before it was created.
107 // Sends transport-info message with candidates from |pending_candidates_|.
172 // Pending remote candidates, received before the local channels were created.
jingle_messages.cc 243 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/
transportchannelimpl.h 82 // Handles sending and receiving of candidates. The Transport
83 // receives the candidates and may forward them to the relevant
86 // Note: Since candidates are delivered asynchronously to the
transport.cc 289 // Session must generate local TD before remote candidates pushed when
296 ICEMODE_FULL, NULL, Candidates());
427 void Transport::OnRemoteCandidates(const std::vector<Candidate>& candidates) {
428 for (std::vector<Candidate>::const_iterator iter = candidates.begin();
429 iter != candidates.end();
517 LOG(LS_INFO) << "Transport: " << content_name_ << ", allocating candidates";
545 std::vector<Candidate> candidates; local
548 candidates.swap(ready_candidates_);
553 if (!candidates.empty()) {
554 SignalCandidatesReady(this, candidates);
    [all...]
  /external/clang/test/SemaCXX/
overloaded-builtin-operators.cpp 175 // FIXME: lots of candidates here!
178 // expected-note {{remaining 117 candidates omitted; pass -fshow-overloads=all to show them}}
220 // expected-note{{candidates omitted}}
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
RobolectricPackageManager.java 82 List<ResolveInfo> candidates = queryIntentActivities(intent, flags); local
83 return candidates.isEmpty() ? null : candidates.get(0);
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 390 * The min_match is used to narrow down the candidates for the final
1106 ArrayList<Contact> candidates = mContactsHash.get(key); local
1157 ArrayList<Contact> candidates = mContactsHash.get(key); local
    [all...]
  /external/llvm/docs/
ReleaseProcess.rst 12 This document contains information about testing the release candidates that will
24 * Test and benchmark each release candidate, comparing to the previous release and candidates
79 * For release candidates, you need ``-test-asserts``, or it won't create a "Release+Asserts" directory,
137 for the testing, by applying the same testing you'll do on the release candidates,
206 release candidates.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
OpenWnnEngineEN.java 39 /** Limitation of predicted candidates */
52 /** Number of output candidates */
135 /* get the default candidates */
157 * Add a word to the candidates list if there is no duplication.
202 * capitalization information to adjust the candidates
  /external/chromium_org/ui/base/l10n/
l10n_util.cc 420 std::vector<std::string> candidates;
431 candidates.push_back(GetCanonicalLocale(pref_locale));
436 candidates.reserve(candidates.size() + languages.size());
438 std::back_inserter(candidates), &GetCanonicalLocale);
441 candidates.push_back(base::i18n::GetConfiguredLocale());
448 candidates.push_back(pref_locale);
453 candidates.push_back(GetDefaultLocale());
468 candidates.push_back(base::i18n::GetCanonicalLocale(*languages));
475 std::vector<std::string>::const_iterator i = candidates.begin()
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
localvideosource.cc 241 std::vector<cricket::VideoFormat> candidates = supported_formats; local
245 FilterFormatsByConstraint(*constraints_it, true, &candidates);
247 if (candidates.size() == 0)
248 return candidates;
254 std::vector<cricket::VideoFormat> current_candidates = candidates;
257 candidates = current_candidates;
262 return candidates;
peerconnectioninterface.h 38 // points either to stun or turn server to generate ICE candidates and provide
44 // observer function OnIceCandidate. The candidates must also be serialized and
64 // 6. Provide the remote ice candidates by calling AddIceCandidate.
66 // function OnIceCandidate. Send these candidates to the remote peer.
220 // Restarts or updates the ICE Agent process of gathering local candidates
221 // and pinging remote candidates.
294 // All Ice candidates have been found.
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 57 // too narrow when all candidates are short.
61 // too wide when one of candidates are long.
263 for (size_t i = 0; i + start_from < lookup_table.candidates.size(); ++i) {
267 UTF8ToWide(lookup_table.candidates[index]));
363 // instance, if we are going to show the same candidates as before, we
370 // Updates candidates of the candidate window from |lookup_table|.
371 // Candidates are arranged per |orientation|.
441 // The lookup table (candidates).
456 // The candidate area is where candidates are rendered.
474 // The candidate views are used for rendering candidates
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 124 /** Delay time(msec.) to start prediction after key input when the candidates view is not shown. */
127 /** Delay time(msec.) to start prediction after key input when the candidates view is shown. */
130 /** {@code Handler} for drawing candidates/displaying tutorial */
761 * and the candidates view is not shown, dismiss the SW-keyboard.
779 * Thread for updating the candidates view
782 int candidates = 0; local
785 candidates = mConverter.predict(mComposingText, 0, -1);
787 /* update the candidates view */
788 if (candidates > 0) {
801 /* update the candidates view *
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
portallocator_unittest.cc 78 // Helper for dumping candidates
212 const std::vector<cricket::Candidate>& candidates) {
213 for (size_t i = 0; i < candidates.size(); ++i) {
214 LOG(LS_INFO) << "OnCandidatesReady: " << candidates[i].ToString();
215 candidates_.push_back(candidates[i]);
292 // Verify candidates with default step delay of 1sec.
397 // We check the candidates for udp/stun/tcp ports, and the from address
565 // Already allocated candidates and ports will be sent to the newly
572 // will result in different set of candidates when BUNDLE is enabled.
574 // set of candidates
    [all...]

Completed in 557 milliseconds

1 2 3 4 56 7 8 91011>>