HomeSort by relevance Sort by last modified time
    Searched refs:SortData (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/search/
mixer.h 56 struct SortData {
57 SortData();
58 SortData(ChromeSearchResult* result, double score);
60 bool operator<(const SortData& other) const;
65 typedef std::vector<Mixer::SortData> SortedResults;
mixer.cc 39 Mixer::SortData::SortData() : result(NULL), score(0.0) {
42 Mixer::SortData::SortData(ChromeSearchResult* result, double score)
46 bool Mixer::SortData::operator<(const SortData& other) const {
102 SortData(static_cast<ChromeSearchResult*>(*result_it),
mixer_unittest.cc 210 new_results.push_back(Mixer::SortData(result1.get(), 1.0f));
211 new_results.push_back(Mixer::SortData(result2.get(), 1.0f));
212 new_results.push_back(Mixer::SortData(result3.get(), 1.0f));
233 new_results[0] = Mixer::SortData(result4.get(), 1.0f);
242 new_results[2] = Mixer::SortData(result3_copy.get(), 1.0f);
269 new_results[0] = Mixer::SortData(result2.get(), 1.0f);
270 new_results[1] = Mixer::SortData(result5.get(), 1.0f);
271 new_results[2] = Mixer::SortData(result3.get(), 1.0f);
272 new_results.push_back(Mixer::SortData(result4.get(), 1.0f));
  /packages/apps/FMRadio/jni/fmr/
fmr_core.cpp 586 static struct fm_cqi SortData[CQI_CH_NUM_MAX];
597 memset(SortData, 0, CQI_CH_NUM_MAX*sizeof(struct fm_cqi));
623 if (cur_freq.rssi>SortData[Num-1].rssi)/*save current freq and cover last channel*/ {
628 SortData[Num-1].ch=cur_freq.freq;
629 SortData[Num-1].rssi=cur_freq.rssi;
630 SortData[Num-1].reserve = 1;
641 SortData[Num].ch = cur_freq.freq;
642 SortData[Num].rssi = cur_freq.rssi;
643 SortData[Num].reserve = 1;
679 if (SortData[j].rssi < (NF+FM_NOISE_FLOOR_OFFSET))
    [all...]
  /external/chromium_org/net/base/
directory_lister.cc 72 void SortData(std::vector<DirectoryLister::DirectoryListerData>* data,
181 SortData(&file_data, sort_);
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file.cc 429 void SortData() {
845 new_state.SortData();
    [all...]

Completed in 186 milliseconds