HomeSort by relevance Sort by last modified time
    Searched refs:term (Results 176 - 200 of 299) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/history/android/
android_history_types.h 297 string16 term; member in struct:history::SearchTermRow
android_provider_backend.cc 57 "SELECT keyword_search_terms.term, max(urls.last_visit_time) "
60 "GROUP BY keyword_search_terms.term";
544 // We can not update search term if multiple row selected.
560 search_term_row.term = search_row.search_term();
566 // Delete the original search term.
830 string16 term = statement.ColumnString16(0); local
833 if (history_db_->GetSearchTerm(term, &search_term_row)) {
840 if (!history_db_->AddSearchTerm(term, last_visit_time))
    [all...]
  /external/chromium_org/chrome/browser/history/
url_index_private_data.h 163 // Support caching of term results so that we can optimize searches which
165 // search term from the most recent search. For example, if the user had
173 // Items stored in the search term cache. If a search term exactly matches one
176 // term in the cache (which is very likely to occur as the user types each
177 // term into the omnibox) then we can short-circuit the index search for those
183 // Creates a cache item for a term which has no results.
190 bool used_; // True if this item has been used for the current term search.
241 // ids for the given term given in |term|
    [all...]
in_memory_url_index_unittest.cc 90 // Validates that the given |term| is contained in |cache| and that it is
93 string16 term) const;
286 string16 term) const {
288 cache.find(term));
290 << "Cache does not contain '" << term << "' but should.";
293 << "Cache item '" << term << "' should be marked as being in use.";
445 // See if a very specific term gives a single result.
514 // Verify that a single term can appear multiple times in the URL and as long
527 // See if a very specific term with no cursor gives an empty result.
615 // "ww.cnn.com" - found because we allow mid-term matches in hostname
    [all...]
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSymbol.hxx 107 using namespace term::color;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 561 for term in args:
563 processed.append(int(term))
568 frac = float(term)
576 processed.append(term)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 561 for term in args:
563 processed.append(int(term))
568 frac = float(term)
576 processed.append(term)
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 274 ccons ::= DEFAULT term(X). {sqlite3AddDefaultValue(pParse,&X);}
276 ccons ::= DEFAULT PLUS term(X). {sqlite3AddDefaultValue(pParse,&X);}
277 ccons ::= DEFAULT MINUS(A) term(X). {
719 %type term {ExprSpan}
720 %destructor term {sqlite3ExprDelete(pParse->db, $$.pExpr);}
743 expr(A) ::= term(X). {A = X;}
745 term(A) ::= NULL(X). {spanExpr(&A, pParse, @X, &X);}
762 term(A) ::= INTEGER|FLOAT|BLOB(X). {spanExpr(&A, pParse, @X, &X);}
763 term(A) ::= STRING(X). {spanExpr(&A, pParse, @X, &X);}
807 term(A) ::= CTIME_KW(OP).
    [all...]
  /external/chromium/chrome/browser/history/
history.cc 245 const string16& term) {
248 url, keyword_id, term);
history_backend.h 261 const string16& term);
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
doc_writer.py 386 '''Adds a term-definition pair to a HTML DOM <dl> node. This method is
393 term_id: A key to self._STRINGS[] which specifies the term of the pair.
404 term = self._GetLocalizedMessage(term_id)
405 self._AddStyledElement(dl, 'dt', ['dt'], {}, term)
  /external/clang/lib/Analysis/
LiveVariables.cpp 469 if (const Stmt *term = block->getTerminator())
470 TF.Visit(const_cast<Stmt*>(term));
  /external/chromium/chrome/browser/search_engines/
template_url.h 72 // The TemplateURL is used to determine the input encoding for the term.
113 // If this TemplateURLRef is valid and contains one search term, this returns
118 // If this TemplateURLRef is valid and contains one search term, this returns
119 // the key of the search term, otherwise this returns an empty string.
122 // Converts the specified term in the encoding of the host TemplateURL to a
125 const std::string& term) const;
127 // Returns true if this TemplateURLRef has a replacement term of
249 // Host, path and key of the search term. These are only set if the url
250 // contains one search term.
  /external/chromium_org/chrome/browser/autocomplete/
search_provider.cc     [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url.h 131 // Returns true if this URL supports search term replacement.
180 // If this TemplateURLRef is valid and contains one search term, this returns
185 // If this TemplateURLRef is valid and contains one search term, this returns
186 // the key of the search term, otherwise this returns an empty string.
189 // Converts the specified term in our owner's encoding to a string16.
190 string16 SearchTermToString16(const std::string& term) const;
192 // Returns true if this TemplateURLRef has a replacement term of
324 // Handles a replacement by using real term data. If the replacement
325 // belongs to a PostParam, the PostParam will be replaced by the term data.
326 // Otherwise, the term data will be inserted at the place that th
    [all...]
template_url_service.h 361 const string16& term);
505 // TemplateURLs that have a replacement term of {google:baseURL} or
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 154 const BasicBlock *term,
201 const BasicBlock *term,
207 if (!insn || !insn->bb->reachableBy(texi->bb, term))
220 findOverwritingDefs(texi, insn->getSrc(s)->getUniqueInsn(), term,
    [all...]
  /external/e2fsprogs/lib/blkid/
tag.c 264 * to keep list.h in the long term, anyway. It's fine for kernel
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 154 const BasicBlock *term,
201 const BasicBlock *term,
207 if (!insn || !insn->bb->reachableBy(texi->bb, term))
220 findOverwritingDefs(texi, insn->getSrc(s)->getUniqueInsn(), term,
    [all...]
  /external/ppp/pppd/
main.c 244 static void term __P((int));
719 SIGNAL(SIGINT, term); /* Interrupt */
720 SIGNAL(SIGTERM, term); /* Terminate */
1420 term(sig) function
    [all...]
  /external/srec/seti/sltsEngine/src/
SWIslts.c 87 (*ppLtsWrap)->term = SWIsltsTerm;
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g     [all...]
  /external/chromium/chrome/browser/autocomplete/
search_provider.cc 622 // goog, don't autocomplete to the search term google.com. Otherwise, the
626 // autocompleting this term, so we don't need to worry about confusion as
630 // * When the user has typed the whole term, the "what you typed" history
634 i->term != input_.text()) {
636 classifier->Classify(i->term, string16(), false, &match, NULL);
644 AddMatchToMap(i->term,
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 739 const char term = (char)(mode&PROC_TERM_MASK); local
760 while (buffer[i] != term && i < endIndex) {
770 while (buffer[i] == term && i < endIndex) {
  /frameworks/native/libs/input/
VelocityTracker.cpp 539 float term = 1;
541 term *= x[h];
542 err -= term * outB[i];
    [all...]

Completed in 2018 milliseconds

1 2 3 4 5 6 78 91011>>