HomeSort by relevance Sort by last modified time
    Searched defs:term (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /external/chromium/chrome/browser/search_engines/
template_url_model_unittest.cc 796 const string16 term; member in struct:TestData
816 EXPECT_EQ(data[i].term, GetAndClearSearchTerm());
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.cc 800 SessionTerminate term; local
801 if (!ParseSessionTerminate(msg.protocol, msg.action_elem, &term, error))
804 SignalReceivedTerminateReason(this, term.reason);
805 if (term.debug_reason != buzz::STR_EMPTY) {
806 LOG(LS_VERBOSE) << "Received error on call: " << term.debug_reason;
973 SessionTerminate term(reason);
974 return SendMessage(ACTION_SESSION_TERMINATE, term, error);
978 const SessionTerminate& term,
980 WriteSessionTerminate(protocol, term, elems);
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
search_provider_unittest.cc 47 // . The URL created by using the search term term1_ with default_t_url_ is
49 // . The URL created by using the search term keyword_term_ with keyword_t_url_
99 // Adds a search for |term|, using the engine |t_url| to the history, and
101 GURL AddSearchToHistory(TemplateURL* t_url, string16 term, int visit_count);
192 // Add url1, with search term term1_.
204 // Add a page and search term for keyword_t_url_.
302 string16 term,
308 TemplateURLRef::SearchTermsArgs(term)));
314 history->SetKeywordSearchTermsForURL(search, t_url->id(), term);
370 string16 term = term1_.substr(0, term1_.length() - 1) local
413 string16 term = term1_.substr(0, term1_.length() - 1); local
425 string16 term = keyword_term_.substr(0, keyword_term_.length() - 1); local
1858 string16 term = term1_.substr(0, term1_.length() - 1); local
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend_unittest.cc 1208 string16 term = UTF8ToUTF16("Search term 1"); local
1287 string16 term = UTF8ToUTF16("Search term 1"); local
1321 string16 term = UTF8ToUTF16("Search term 1"); local
1426 string16 term = UTF8ToUTF16("Search term 1"); local
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_unittest.cc 1039 const string16 term; member in struct:TestData
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
chnsecal.cpp 458 * Return the major solar term on or after December 15 of the given
532 * Return the major solar term on or before a given date. This
549 int32_t term = ( ((int32_t)(6 * solarLongitude / CalendarAstronomer::PI)) + 2 ) % 12; local
550 if (term < 1) {
551 term += 12;
553 return term;
557 * Return true if the given month lacks a major solar term.
  /external/icu4c/i18n/
chnsecal.cpp 521 * Return the major solar term on or after December 15 of the given
595 * Return the major solar term on or before a given date. This
612 int32_t term = ( ((int32_t)(6 * solarLongitude / CalendarAstronomer::PI)) + 2 ) % 12; local
613 if (term < 1) {
614 term += 12;
616 return term;
620 * Return true if the given month lacks a major solar term.
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 1659 char term[UT_LINESIZE]; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 62 #define term 315 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 72 term = 315 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 62 #define term 315 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 72 term = 315 variable
  /system/core/toolbox/grep/
grep.c 587 char *term; local
589 term = getenv("TERM");
590 if (isatty(STDOUT_FILENO) && term != NULL &&
591 strcasecmp(term, "dumb") != 0)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/chromium/chrome/browser/history/
history_types.h 507 // gives the time and search term of the keyword visit.
515 // The search term that was used.
516 string16 term; member in struct:history::KeywordSearchTermVisit
521 // Used for URLs that have a search term associated with them.
532 // The search term that was used.
533 string16 term; member in struct:history::KeywordSearchTermRow
in_memory_url_index.cc 92 bool used_; // true if this set has been used for the current term search.
406 // set for each term, and intersect each to get a final candidate list.
407 // Note that a single 'term' from the user's perspective might be
579 // If there were no unprocessed characters in the search term |uni_chars|
595 // Now process the remaining characters in the search term.
644 TermMatches InMemoryURLIndex::MatchTermInString(const string16& term,
648 for (size_t location = string.find(term); location != string16::npos;
649 location = string.find(term, location + 1))
650 matches.push_back(TermMatch(term_num, location, term.size()));
710 // Figure out where each search term appears in the URL and/or page titl
723 string16 term = *iter; local
    [all...]
  /external/chromium_org/chrome/browser/history/
history_types.h 484 // gives the time and search term of the keyword visit.
489 string16 term; // The search term that was used. member in struct:history::KeywordSearchTermVisit
496 // Used for URLs that have a search term associated with them.
503 string16 term; // The search term that was used. member in struct:history::KeywordSearchTermRow
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc 1344 SessionTerminate term; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 835 yasm_span *span; /* span this term is a member of */
848 /* span term for relative portion of value */
978 /* Create term for relative portion of dependent value */
1159 IT_insert(itree, (long)low, (long)high, term); local
1166 yasm_span_term *term = node->data; local
1241 yasm_span_term *term = node->data; local
    [all...]
  /external/openssh/
mux.c 106 char *term; member in struct:mux_session_confirm_ctx
316 cctx->term = NULL;
325 (cctx->term = buffer_get_string_ret(m, &len)) == NULL ||
332 if (cctx->term != NULL)
333 xfree(cctx->term);
364 "term \"%s\", cmd \"%s\", env %u", __func__, c->self,
366 cctx->want_subsys, cctx->term, cmd, env_len);
384 xfree(cctx->term);
411 xfree(cctx->term);
1636 char *e, *term; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 1921 char *term; local
    [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) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 694 def term(self, nodelist): member in class:Transformer
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 694 def term(self, nodelist): member in class:Transformer
    [all...]

Completed in 590 milliseconds

1 23 4 5