HomeSort by relevance Sort by last modified time
    Searched refs:terms (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/bookmarks/
bookmark_index.cc 20 // represents a set of terms (as an interator into the Index) matching the
21 // query as well as the set of nodes that contain those terms in their titles.
23 // List of terms matching the query.
24 std::list<Index::const_iterator> terms; member in struct:BookmarkIndex::Match
26 // The set of nodes matching the terms. As an optimization this is empty
29 // the set of matching nodes is terms.front()->second.
32 // it handles the necessary switching between nodes and terms.front().
46 return nodes.empty() ? terms.front()->second.begin() : nodes.begin();
50 return nodes.empty() ? terms.front()->second.end() : nodes.end();
62 std::vector<string16> terms = ExtractQueryWords(node->GetTitle())
80 std::vector<string16> terms = ExtractQueryWords(query); local
241 std::vector<string16> terms; local
246 parser.ExtractQueryWords(l10n_util::ToLower(query), &terms); local
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.cpp     [all...]
  /external/chromium/chrome/browser/history/
in_memory_url_index_unittest.cc 121 InMemoryURLIndex::String16Vector terms; local
122 terms.push_back(UTF8ToUTF16(term));
123 return terms;
128 InMemoryURLIndex::String16Vector terms; local
129 terms.push_back(UTF8ToUTF16(term_1));
130 terms.push_back(UTF8ToUTF16(term_2));
131 return terms;
188 InMemoryURLIndex::String16Vector terms; local
192 terms.push_back(ASCIIToUTF16("DrudgeReport"));
193 ScoredHistoryMatches matches = url_index_->HistoryItemsForTerms(terms);
248 InMemoryURLIndex::String16Vector terms; local
267 InMemoryURLIndex::String16Vector terms; local
403 InMemoryURLIndex::String16Vector terms; local
481 InMemoryURLIndex::String16Vector terms; local
506 InMemoryURLIndex::String16Vector terms; local
    [all...]
in_memory_url_index.cc 343 const String16Vector& terms) {
345 if (!terms.empty()) {
350 // Lowercase the terms.
353 for (String16Vector::const_iterator term_iter = terms.begin();
354 term_iter != terms.end(); ++term_iter)
405 // Break the terms down into individual terms (words), get the candidate
704 const String16Vector& terms) {
721 for (String16Vector::const_iterator iter = terms.begin(); iter != terms.end()
    [all...]
  /external/markdown/markdown/extensions/
def_list.py 37 terms = [l.strip() for l in block[:m.start()].split('\n') if l.strip()]
45 if not terms and sibling.tag == 'p':
46 # The previous paragraph contains the terms
48 terms = sibling.text.split('\n')
63 # Add terms
64 for term in terms:
  /external/mksh/
Android.mk 3 # This file is provided under the same terms as mksh.
  /ndk/sources/host-tools/make-3.81/
subproc.bat 7 rem the terms of the GNU General Public License as published by the Free
configure.bat 7 rem the terms of the GNU General Public License as published by the Free
  /external/chromium/chrome/browser/first_run/
first_run_win.cc 155 base::StringPiece terms = local
157 if (terms.empty())
162 bool good = fwrite(terms.data(), terms.size(), 1, file) == 1;
  /external/openssl/crypto/bn/
bn_prime.pl 45 * included with this distribution is covered by the same copyright terms
85 * The licence and distribution terms for any publically available version or
  /external/chromium/chrome/browser/search_engines/
template_url.cc 24 // The TemplateURLRef has any number of terms that need to be replaced. Each of
25 // the terms is enclosed in braces. If the character preceeding the final
269 const string16& terms,
274 terms,
282 const string16& terms,
293 // Determine if the search terms are in the query or before. We're escaping
309 // If the search terms are in query - escape them respecting the encoding.
311 // Encode the search terms so that we know the encoding.
314 if (EscapeQueryParamValue(terms,
328 encoded_terms = EscapeQueryParamValueUTF8(terms, true)
    [all...]
template_url_unittest.cc 71 const string16 terms; member in struct:SearchTermsCase
90 GURL result = GURL(ref.ReplaceSearchTerms(t_url, value.terms,
181 const string16 terms; member in struct:SearchTermsCase
199 t_url, value.terms,
328 // Tests replacing search terms in various encodings and making sure the
425 // Multiple terms should result in empty values.
template_url.h 33 // it to replace search terms, make sure SupportsReplacement returns true.
66 // Returns a string that is the result of replacing the search terms in
75 const string16& terms,
80 // the data for some search terms. Most of the time ReplaceSearchTerms should
84 const string16& terms,
99 // one that contains unknown terms, or invalid characters.
222 // The raw URL. Where as this contains all the terms (such as {searchTerms}),
238 // The parsed URL. All terms have been stripped out of this with
239 // replacements_ giving the index of the terms to replace.
443 // The list of supported encodings for the search terms. This may be empty
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc 93 history::InMemoryURLIndex::String16Vector terms(
95 ScoredHistoryMatches matches = GetIndex()->HistoryItemsForTerms(terms);
  /external/openssl/crypto/conf/
keysets.pl 67 * included with this distribution is covered by the same copyright terms
107 * The licence and distribution terms for any publically available version or
  /external/webkit/Source/WebCore/bindings/scripts/
gobject-generate-headers.pl 8 # modify it under the terms of the GNU Library General Public
33 modify it under the terms of the GNU Library General Public
  /external/webkit/Source/WebCore/plugins/win/
PaintHooks.asm 5 ; modify it under the terms of the GNU Library General Public
  /external/iptables/iptables/
iptables-apply 6 # Released under the terms of the Artistic Licence 2.0
28 The program has been published under the terms of the Artistic Licence 2.0
  /external/quake/
NOTICE 5 modify it under the terms of the GNU General Public License
52 source code. And you must show them these terms so they know their
72 The precise terms and conditions for copying, distribution and
77 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
81 under the terms of this General Public License. The "Program", below,
109 distribute such modifications or work under the terms of Section 1
118 parties under the terms of this License.
135 themselves, then this License, and its terms, do not apply to those
138 on the Program, the distribution of the whole must be on the terms of
153 under Section 2) in object code or executable form under the terms o
    [all...]