Searched refs:candidates (Results 51 - 75 of 209) sorted by relevance

123456789

/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_favicon_loader.cc43 const std::vector<content::FaviconURL>& candidates) OVERRIDE;
72 const std::vector<content::FaviconURL>& candidates) {
81 for (iter = candidates.begin(); iter != candidates.end(); ++iter) {
71 DidUpdateFaviconURL( const std::vector<content::FaviconURL>& candidates) argument
/external/chromium_org/chrome/browser/ui/
H A Dmetro_pin_tab_helper_win.h36 const std::vector<content::FaviconURL>& candidates) OVERRIDE;
/external/chromium_org/ui/ozone/platform/dri/
H A Dgbm_surface_factory.cc32 OverlaySurfaceCandidateList* candidates) OVERRIDE {
33 if (candidates->size() == 2) {
35 &(*candidates)[0];
37 &(*candidates)[1];
/external/chromium_org/ui/base/ime/
H A Dcandidate_window.cc67 for (size_t i = 0; i < candidates().size(); ++i) {
68 const CandidateWindow::Entry& candidate_entry = candidates()[i];
H A Dcandidate_window_unittest.cc79 // Check equality for candidates member variable.
191 std::vector<CandidateWindow::Entry>* candidates = local
193 (*candidates)[2].description_title =
195 (*candidates)[2].description_body =
221 std::vector<CandidateWindow::Entry>* candidates = local
223 (*candidates)[2].description_title =
225 (*candidates)[2].description_body =
/external/chromium_org/third_party/android_platform/development/scripts/
H A Dsymbol.py208 candidates = PathListJoin([out_dir], buildtype_list) + [CHROME_SYMBOLS_DIR]
209 candidates = PathListJoin(candidates, dirs)
210 candidates = PathListJoin(candidates, [filepart])
211 candidates = list(
212 itertools.chain.from_iterable(map(candidate_fun, candidates)))
213 candidates = sorted(candidates, key=os.path.getmtime, reverse=True)
214 return candidates
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mvref_common.c309 // Make sure all the candidates are properly clamped etc
348 int_mv candidates[2 + MAX_MV_REF_CANDIDATES]; local
349 candidates[0] = bmi[1].as_mv[ref];
350 candidates[1] = bmi[0].as_mv[ref];
351 candidates[2] = mv_list[0];
352 candidates[3] = mv_list[1];
356 if (nearest->as_int != candidates[n].as_int) {
357 near->as_int = candidates[n].as_int;
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.cc246 const std::vector<content::FaviconURL>& candidates) {
247 DCHECK(!candidates.empty());
248 favicon_urls_ = candidates;
250 for (size_t i = 0; i < candidates.size(); i++) {
251 const content::FaviconURL& candidate = candidates[i];
245 DidUpdateFaviconURL( const std::vector<content::FaviconURL>& candidates) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mcomp.c485 #define PATTERN_CANDIDATES_REF 3 // number of refinement candidates
488 // Each scale can have a different number of candidates and shape of
489 // candidates as indicated in the num_candidates and candidates arrays
503 const MV candidates[MAX_PATTERN_SCALES]
538 const MV this_mv = {br + candidates[t][i].row,
539 bc + candidates[t][i].col};
547 const MV this_mv = {br + candidates[t][i].row,
548 bc + candidates[t][i].col};
565 br += candidates[best_init_
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dfavicon_downloader.cc30 // If the candidates aren't loaded, icons will be fetched when
115 const std::vector<content::FaviconURL>& candidates) {
116 // Only consider the first candidates we are given. This prevents pages that
122 FetchIcons(candidates);
114 DidUpdateFaviconURL( const std::vector<content::FaviconURL>& candidates) argument
H A Dexternal_pref_loader.cc196 // First list the potential .json candidates.
198 candidates = GetPrefsCandidateFilesFromFolder(base_path_); local
199 if (candidates.empty()) {
200 DVLOG(1) << "Extension candidates list empty";
206 for (std::set<base::FilePath>::const_iterator it = candidates.begin();
207 it != candidates.end();
H A Dfavicon_downloader.h72 const std::vector<content::FaviconURL>& candidates) OVERRIDE;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportallocatorsessionproxy_unittest.cc66 const std::vector<Candidate>& candidates) {
68 candidates_count_ += static_cast<int>(candidates.size());
65 OnCandidatesReady(PortAllocatorSession* session, const std::vector<Candidate>& candidates) argument
H A Dsession.h133 void AddSentCandidates(const Candidates& candidates);
134 void AddUnsentCandidates(const Candidates& candidates);
156 bool OnRemoteCandidates(const Candidates& candidates, std::string* error);
164 // Called when a transport signals that it has new candidates.
166 const Candidates& candidates) {
167 SignalCandidatesReady(this, candidates);
177 // Handles sending of ready candidates and receiving of remote candidates.
398 // Helper method to provide remote candidates to the transport.
400 const Candidates& candidates,
165 OnTransportCandidatesReady(cricket::Transport* transport, const Candidates& candidates) argument
434 OnTransportProxyCandidatesReady(TransportProxy* proxy, const Candidates& candidates) argument
[all...]
/external/chromium_org/ui/base/l10n/
H A Dl10n_util.cc424 std::vector<std::string> candidates;
435 candidates.push_back(GetCanonicalLocale(pref_locale));
440 candidates.reserve(candidates.size() + languages.size());
442 std::back_inserter(candidates), &GetCanonicalLocale);
445 candidates.push_back(base::i18n::GetConfiguredLocale());
451 candidates.push_back(GetDefaultLocale());
465 candidates.push_back(base::i18n::GetCanonicalLocale(*languages));
473 candidates.push_back(pref_locale);
477 std::vector<std::string>::const_iterator i = candidates
[all...]
/external/chromium_org/courgette/
H A Dadjustment_method_2.cc38 (symbol) U,V,... in A2 has a set of candidates from A1, each candidate with a
175 AssignmentCandidates* candidates();
352 AssignmentCandidates* LabelInfo::candidates() { function in class:courgette::adjustment_method_2::LabelInfo
755 AssignmentCandidates* candidates = p->second->candidates(); local
756 candidates->Print(std::numeric_limits<int>::max());
762 AssignmentCandidates* candidates = program_info->candidates(); local
763 if (!candidates->HasPendingUpdates()) {
764 pending_update_candidates_.push_back(candidates);
771 AssignmentCandidates* candidates = pending_update_candidates_[i]; local
[all...]
/external/chromium_org/android_webview/browser/
H A Dicon_helper.h46 const std::vector<content::FaviconURL>& candidates) OVERRIDE;
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dfolder_creator.h50 ScopedVector<google_apis::FileResource> candidates,
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Djsepsessiondescription.h78 virtual const IceCandidateCollection* candidates(
H A Dvideosource.cc221 std::vector<cricket::VideoFormat> candidates = supported_formats; local
225 FilterFormatsByConstraint(*constraints_it, true, &candidates);
227 if (candidates.size() == 0)
228 return candidates;
234 std::vector<cricket::VideoFormat> current_candidates = candidates;
237 candidates = current_candidates;
242 return candidates;
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_scan_manager.cc113 const MediaFolderFinder::MediaFolderFinderResults& candidates) {
116 candidates.begin(); it != candidates.end(); ++it) {
396 // |candidates| keeps track of directories which might have enough
399 ContainerCandidates candidates; local
430 candidates.find(parent_directory);
431 if (parent_it == candidates.end()) {
436 candidates.insert(std::make_pair(parent_directory, count)).first;
438 ++candidates[parent_directory].seen_count;
454 for (ContainerCandidates::const_iterator it = candidates
111 SumFilesUnderPath( const base::FilePath& path, const MediaFolderFinder::MediaFolderFinderResults& candidates) argument
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DFieldVerifier.java269 // Otherwise, if we know the script, we want to restrict the candidates to only names in
272 Set<String> candidates = new HashSet<String>();
275 candidates.add(name.toLowerCase());
280 candidates.add(name.toLowerCase());
284 if (candidates.size() == 0 || trimmedValue == null) {
288 return candidates.contains(value.toLowerCase());
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/gdi/
H A Dnative_gdi.c271 enum pipe_format candidates[] = { local
282 assert(Elements(candidates) <= 8);
284 for (i = 0; i < Elements(candidates); i++) {
285 if (screen->is_format_supported(screen, candidates[i],
287 formats[count++] = candidates[i];
/external/mesa3d/src/gallium/state_trackers/egl/gdi/
H A Dnative_gdi.c271 enum pipe_format candidates[] = { local
282 assert(Elements(candidates) <= 8);
284 for (i = 0; i < Elements(candidates); i++) {
285 if (screen->is_format_supported(screen, candidates[i],
287 formats[count++] = candidates[i];
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_video_source.cc273 media::VideoCaptureFormats candidates = supported_formats; local
275 FilterFormatsByConstraint(mandatory[i], true, &candidates);
276 if (candidates.empty()) {
278 return candidates;
282 if (candidates.empty())
283 return candidates;
285 // Ok - all mandatory checked and we still have candidates.
288 // But if a constraint produce zero candidates, the constraint is ignored and
292 media::VideoCaptureFormats current_candidates = candidates;
295 candidates
[all...]

Completed in 904 milliseconds

123456789