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

  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string_match.h 26 typedef std::vector<gfx::Range> Hits;
31 // Calculates the relevance and hits. Returns true if the two strings are
39 const Hits& hits() const { return hits_; } function in class:app_list::TokenizedStringMatch
46 Hits hits_;
tokenized_string_match.cc 81 const TokenizedStringMatch::Hits& hits() const { return current_hits_; } function in class:app_list::__anon9525::PrefixMatcher
89 const TokenizedStringMatch::Hits& hits,
94 hits(hits.begin(), hits.end()),
105 TokenizedStringMatch::Hits hits; member in struct:app_list::__anon9525::PrefixMatcher::State
170 current_hits_.swap(last_match.hits);
    [all...]
tokenized_string_match_unittest.cc 15 // Returns a string of |text| marked the hits in |match| using block bracket.
16 // e.g. text= "Text", hits = [{0,1}], returns "[T]ext".
21 const TokenizedStringMatch::Hits& hits = match.hits(); local
22 for (TokenizedStringMatch::Hits::const_reverse_iterator it = hits.rbegin();
23 it != hits.rend(); ++it) {
app_result.cc 64 const TokenizedStringMatch::Hits& hits = match.hits(); local
67 tags.reserve(hits.size());
68 for (size_t i = 0; i < hits.size(); ++i)
69 tags.push_back(Tag(Tag::MATCH, hits[i].start(), hits[i].end()));
  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 113 /// \brief The number of identifier lookup hits, where we recognize the
174 /// \param Hits Will be populated with the set of module files that have
178 bool lookupIdentifier(StringRef Name, HitSet &Hits);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
feedback.c 263 ctx->Select.Hits++;
449 result = ctx->Select.Hits;
452 ctx->Select.Hits = 0;
540 ctx->Select.Hits = 0;
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
feedback.c 263 ctx->Select.Hits++;
449 result = ctx->Select.Hits;
452 ctx->Select.Hits = 0;
540 ctx->Select.Hits = 0;
mtypes.h     [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 210 struct Hits {
222 base::hash_map<std::string, Hits>::const_iterator
239 base::hash_map<std::string, Hits> badurls_;
425 // Make sure the full hits is empty unless we need to test the
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 294 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) {
295 Hits.clear();
313 Hits.insert(MF);
ASTReader.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/chromium-trace/
script.js     [all...]

Completed in 1774 milliseconds