Searched refs:term (Results 126 - 150 of 223) sorted by relevance

123456789

/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.js881 $('term').focus();
908 $('term').onsearch = function(e) {
909 setSearch($('term').value);
918 searchText = searchText.map(function(term) {
920 return (term.match(/\s/) &&
921 term[0].match(/["']/) &&
922 term[term.length - 1] == term[0]) ?
923 term
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.js631 query = query.map(function(term) {
633 return (term.match(/\s/) &&
634 term[0].match(/["']/) &&
635 term[term.length - 1] == term[0]) ?
636 term.substr(1, term.length - 2) : term;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.h192 term(head) { }
196 virtual bool end() const { return pos == term; }
208 Item *term; member in class:nv50_ir::DLList::Iterator
H A Dnv50_ir_graph.cpp169 Graph::Node::reachableBy(const Node *node, const Node *term) const
183 if (pos == term)
/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker.cc552 float term = 1;
554 term *= x[h];
555 err -= term * out_b[i];
/external/iputils/doc/
H A Ddocbook2man-spec.pl975 my $term = pop_output();
976 $term =~ tr/\n/ /;
977 output $term;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.h192 term(head) { }
196 virtual bool end() const { return pos == term; }
208 Item *term; member in class:nv50_ir::DLList::Iterator
H A Dnv50_ir_graph.cpp169 Graph::Node::reachableBy(const Node *node, const Node *term) const
183 if (pos == term)
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dexpr.c52 static void expr_delete_term(yasm_expr__item *term, int recurse);
215 * symrec term pairs (where both symrecs are in the same segment).
228 /* First look for an (-1*symrec) term */
261 /* Now look for a symrec term in the same segment */
270 /* Delete the matching (-1*symrec) term */
273 break; /* stop looking for matching symrec term */
302 /* Change the term to an integer */
332 /* Change the term to an subst */
533 * Assumes int_term is *only* integer term in e.
569 *int_term = -1; /* no longer an int term */
1013 expr_delete_term(yasm_expr__item *term, int recurse) argument
[all...]
/external/ceres-solver/scripts/
H A Dceres-solver.spec37 - A friendly API: build your objective function one term at a time
/external/chromium_org/chrome/browser/history/
H A Durl_index_private_data.h162 // Support caching of term results so that we can optimize searches which
164 // search term from the most recent search. For example, if the user had
172 // Items stored in the search term cache. If a search term exactly matches one
175 // term in the cache (which is very likely to occur as the user types each
176 // term into the omnibox) then we can short-circuit the index search for those
182 // Creates a cache item for a term which has no results.
189 bool used_; // True if this item has been used for the current term search.
241 // ids for the given term given in |term|
[all...]
H A Din_memory_url_index_unittest.cc100 // Validates that the given |term| is contained in |cache| and that it is
103 base::string16 term) const;
303 base::string16 term) const {
305 cache.find(term));
307 << "Cache does not contain '" << term << "' but should.";
310 << "Cache item '" << term << "' should be marked as being in use.";
469 // See if a very specific term gives a single result.
538 // Verify that a single term can appear multiple times in the URL and as long
551 // See if a very specific term with no cursor gives an empty result.
641 // "ww.cnn.com" - found because we allow mid-term matche
[all...]
H A Dhistory_backend.h296 const base::string16& term);
303 const base::string16& term);
H A Dhistory_service.h412 // id of the url, keyword_id the id of the keyword and term the search term.
415 const base::string16& term);
420 // Deletes any search term corresponding to |url|.
423 // Deletes all URL and search term entries matching the given |term| and
426 const base::string16& term);
/external/chromium_org/components/history/core/android/
H A Dandroid_history_types.h297 base::string16 term; member in struct:history::SearchTermRow
/external/chromium_org/components/omnibox/
H A Dbase_search_provider_unittest.cc43 void(history::KeywordID keyword_id, const base::string16& term));
/external/chromium_org/pdf/
H A Dpdf_engine.h89 // Updates the number of find results for the current search term. If
144 // Searches the given string for "term" and returns the results. Unicode-
151 const base::char16* term,
/external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
H A DSkiaSampleView.java87 mSampleRenderer.term();
/external/skia/platform_tools/android/app/src/com/skia/
H A DSkiaSampleView.java87 mSampleRenderer.term();
/external/strace/
H A DAndroid.mk75 term.c \
/external/chromium_org/third_party/sqlite/src/src/
H A Dparse.y274 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(
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSGrammar.y354 %type <value> term
1584 term {
1588 | expr operator term {
1593 | expr term {
1614 term: label
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.h238 void SearchUsingPDFium(const base::string16& term,
245 void SearchUsingICU(const base::string16& term,
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Ddoc_writer.py398 '''Adds a term-definition pair to a HTML DOM <dl> node. This method is
405 term_id: A key to self._STRINGS[] which specifies the term of the pair.
416 term = self._GetLocalizedMessage(term_id)
417 self._AddStyledElement(dl, 'dt', ['dt'], {}, term)
/external/clang/lib/Analysis/
H A DLiveVariables.cpp453 if (const Stmt *term = block->getTerminator())
454 TF.Visit(const_cast<Stmt*>(term));

Completed in 1999 milliseconds

123456789