/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_index.h | 90 // Populates |matches| for the specified term. If |first_term| is true, this 91 // is the first term in the query. Returns true if there is at least one node 92 // matching the term. 93 bool GetBookmarksWithTitleMatchingTerm(const string16& term, 122 void RegisterNode(const string16& term, const BookmarkNode* node); 125 void UnregisterNode(const string16& term, const BookmarkNode* node);
|
/external/chromium_org/chrome/browser/history/ |
history_notifications.h | 71 string16 term; member in struct:history::KeywordSearchTermDetails
|
in_memory_url_index_types.cc | 46 TermMatches MatchTermInString(const string16& term, 53 for (size_t location = short_string.find(term); location != string16::npos; 54 location = short_string.find(term, location + 1)) 55 matches.push_back(TermMatch(term_num, location, term.length())); 151 Char16Set Char16SetFromString16(const string16& term) { 153 for (string16::const_iterator iter = term.begin(); iter != term.end(); ++iter)
|
url_database.h | 204 const string16& term); 206 // Looks up a keyword search term given a url id. Returns all the search terms 210 // Looks up all keyword search terms given a term, Fills the rows with data. 212 bool GetKeywordSearchTermRows(const string16& term, 227 // Deletes all searches matching |term|. 228 bool DeleteKeywordSearchTerm(const string16& term);
|
url_database.cc | 393 "lower_term LONGVARCHAR NOT NULL," // The search term, in lower case. 394 "term LONGVARCHAR NOT NULL)")) // The actual search term. 415 // For query or deletion by term. 418 "keyword_search_terms (term)")) { 431 const string16& term) { 432 DCHECK(url_id && keyword_id && !term.empty()); 435 "SELECT term FROM keyword_search_terms " 441 return true; // Term already exists, no need to add it. 447 "INSERT INTO keyword_search_terms (keyword_id, url_id, lower_term, term) " [all...] |
url_database_unittest.cc | 144 ASSERT_EQ(keyword, matches[0].term); 150 EXPECT_EQ(keyword, keyword_search_term_row.term); 314 EXPECT_EQ(keyword, rows[0].term); 315 EXPECT_EQ(keyword, rows[1].term); 318 EXPECT_EQ(keyword, rows[0].term); 320 EXPECT_EQ(keyword, rows[1].term); 328 EXPECT_EQ(keyword2, rows[0].term); 337 EXPECT_EQ(keyword2, rows[0].term);
|
/external/dropbear/ |
chansession.h | 49 unsigned char * term; member in struct:ChanSess
|
cli-chansession.c | 286 unsigned char* term = NULL; local 296 term = getenv("TERM"); 297 if (term == NULL) { 298 term = "vt100"; /* Seems a safe default */ 300 buf_putstring(ses.writepayload, term, strlen(term));
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/ |
popup.js | 68 var term = terms[termI]; 69 if (term.length != 0) { 70 var expected = (term[0] != '-'); 72 term = term.substr(1); 73 if (term.length == 0) { 77 var found = (-1 !== link.indexOf(term));
|
/external/chromium_org/remoting/host/setup/ |
start_host.cc | 33 termios term; local 34 tcgetattr(STDIN_FILENO, &term); 36 term.c_lflag |= ECHO; 38 term.c_lflag &= ~ECHO; 40 tcsetattr(STDIN_FILENO, TCSANOW, &term);
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
Session.java | 59 * <code>requestPTY(term, 0, 0, 0, 0, null)</code>. 63 public void requestPTY(String term) throws IOException 65 requestPTY(term, 0, 0, 0, 0, null); 77 * <li>The TERM environment variable value (e.g., vt100)</li> 87 * @param term The TERM environment variable value (e.g., vt100) 95 public void requestPTY(String term, int term_width_characters, int term_height_characters, int term_width_pixels, 98 if (term == null) 99 throw new IllegalArgumentException("TERM cannot be null."); 125 cm.requestPTY(cn, term, term_width_characters, term_height_characters, term_width_pixels, term_height_pixels [all...] |
/external/chromium/chrome/browser/autocomplete/ |
search_provider_unittest.cc | 28 // . The URL created by using the search term term1_ with default_t_url_ is 30 // . The URL created by using the search term keyword_term_ with keyword_t_url_ 118 // Add url1, with search term term1_. 138 // Add a page and search term for keyword_t_url_. 224 string16 term = term1_.substr(0, term1_.size() - 1); local 225 QueryForInput(term, false, false); 234 ReplaceSearchTerms(*default_t_url_, term, 0, string16())); 247 // term term1. 254 *default_t_url_, term, 0, string16())); 265 string16 term = term1_.substr(0, term1_.size() - 1) local 276 string16 term = keyword_term_.substr(0, keyword_term_.size() - 1); local [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
fts3speed.tcl | 46 set term "" 48 append term [lindex $chars [expr {int(rand()*[llength $chars])}]] 50 lappend ret $term
|
/external/chromium/chrome/browser/history/ |
history_notifications.h | 94 string16 term; member in struct:history::KeywordSearchTermDetails
|
/external/eigen/bench/btl/data/ |
mk_gnuplot_script.sh | 29 #echo set term postscript color >> $WHAT.gnuplot 31 echo set term pbm small color >> $WHAT.gnuplot 46 echo set term jpeg large >> $WHAT.gnuplot
|
/external/openssh/ |
session.h | 40 char *term; member in struct:Session
|
/external/srec/srec/include/ |
hmm_desc.h | 125 struct terminal_tree_node_info term; member in union:__anon28318
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
__init__.py | 32 setupterm(term=_os.environ.get("TERM", "unknown"),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
__init__.py | 32 setupterm(term=_os.environ.get("TERM", "unknown"),
|
/system/core/sh/ |
histedit.c | 108 char *term, *shname; local 122 term = lookupvar("TERM"); 123 if (term) 124 setenv("TERM", term, 1); 126 unsetenv("TERM"); 184 setterm(const char *term) 186 if (el != NULL && term != NULL) 187 if (el_set(el, EL_TERMINAL, term) != 0) [all...] |
/external/chromium_org/chrome/browser/history/android/ |
android_cache_database.cc | 111 const string16& term, 117 statement.BindString16(0, term); 135 statement.BindString16(0, row.term); 142 SearchTermID AndroidCacheDatabase::GetSearchTerm(const string16& term, 153 statement.BindString16(0, term); 159 row->term = statement.ColumnString16(1); 168 "WHERE search NOT IN (SELECT DISTINCT term FROM keyword_search_terms)" 239 "search LONGVARCHAR NOT NULL)"); // The actual search term.
|
/external/chromium_org/chrome/browser/download/ |
download_query.cc | 88 string16 term = base::i18n::ToLower(*it); local 90 term, url_raw, NULL, NULL) && 92 term, url_formatted, NULL, NULL) && 94 term, path, NULL, NULL)) { 377 for (DownloadQuery::SorterVector::const_iterator term = terms_.begin(); 378 term != terms_.end(); ++term) { 379 switch (term->sorter.Run(*left, *right)) { 380 case LT: return term->direction == DownloadQuery::ASCENDING; 381 case GT: return term->direction == DownloadQuery::DESCENDING [all...] |
/external/ceres-solver/internal/ceres/ |
gradient_checking_cost_function_test.cc | 163 TestTerm<-1, -1> term(arity, dim); 165 CreateGradientCheckingCostFunction(&term, 169 term.Evaluate(¶meters[0], 216 // Should have one term that's bad, causing everything to get dumped. 219 TestTerm<1, 2> term(arity, dim); 221 CreateGradientCheckingCostFunction(&term, 240 TestTerm<-1, -1> term(arity, dim); 242 CreateGradientCheckingCostFunction(&term,
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts3_common.tcl | 95 foreach {pos term dummy} [db one $sql] { 100 if {$C($iDoc,$iCol,$pos) != "$term"} { 102 append es "has \"$C($iDoc,$iCol,$pos)\", document has \"$term\"" 137 # USAGE: fts3_doclist TBL TERM WHERE 139 # Argument TBL must be the name of an FTS3 table. TERM is a term that may 145 # with TERM in the selected segments. Each doclist is an element of the 154 proc fts3_doclist {tbl term where} { 158 foreach doclist $a($term) {
|
/external/markdown/markdown/extensions/ |
def_list.py | 64 for term in terms: 66 dt.text = term
|