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<ui::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
43 Hits hits_;
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 57 const TokenizedStringMatch::Hits& hits = match.hits(); local
60 tags.reserve(hits.size());
61 for (size_t i = 0; i < hits.size(); ++i)
62 tags.push_back(Tag(Tag::MATCH, hits[i].start(), hits[i].end()));
  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 112 /// \brief The number of identifier lookup hits, where we recognize the
173 /// \param Hits Will be populated with the set of module files that have
177 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/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 112 struct Hits {
126 base::hash_map<std::string, Hits>::const_iterator
147 base::hash_map<std::string, Hits> badurls_;
315 // Make sure the full hits is empty unless we need to test the
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 280 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) {
281 Hits.clear();
299 Hits.insert(MF);
ASTReader.cpp     [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 166 struct Hits {
180 base::hash_map<std::string, Hits>::const_iterator
201 base::hash_map<std::string, Hits> badurls_;
386 // Make sure the full hits is empty unless we need to test the
    [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 403 milliseconds