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

1 2 3 4 56 7 8 91011>>

  /external/grub/stage2/
builtins.c 29 #include <term.h>
4340 struct terminfo term; local
    [all...]
serial.c 25 #include <term.h>
  /external/qemu/slirp/
tcp_subr.c 678 char term[100];
706 term[0] = 0;
719 sprintf(term, "%s", ptr);
721 sprintf(term, "TERM=%s", ptr);
734 /* We have it, set our term variable and fork_exec() */
736 setenv("TERM", term, 1);
738 putenv(term);
741 term[0] = 0
    [all...]
  /external/chromium_org/third_party/pexpect/
ANSI.py 183 class term (screen.screen): class in inherits:screen.screen
194 class ANSI (term):
202 term.__init__(self,r,c)
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
earley-boyer.js     [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/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js     [all...]
  /external/chromium_org/v8/benchmarks/
earley-boyer.js     [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/chromium/chrome/browser/history/
in_memory_history_backend.cc 189 db_->SetKeywordSearchTermsForURL(url_id, details.keyword_id, details.term);
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
  /external/chromium_org/chrome/browser/google_apis/
gdata_wapi_parser.h 212 // Category term.
213 const std::string& term() const { return term_; } function in class:google_apis::Category
217 void set_term(const std::string& term) { term_ = term; }
372 // This class represents a resource entry. A resource is a generic term which
566 // Converts categories.term into DriveEntryKind enum.
567 static DriveEntryKind GetEntryKindFromTerm(const std::string& term);
  /external/chromium_org/chrome/browser/history/
in_memory_history_backend.cc 167 db_->SetKeywordSearchTermsForURL(url_id, details.keyword_id, details.term);
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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 120 bool reachableBy(const Node *node, const Node *term) const;
  /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/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 120 bool reachableBy(const Node *node, const Node *term) const;
  /external/srec/tools/test_g2g/
test_g2g.c 354 if( node->term.pelid < tree_topo->low_pel_no)
355 tree_topo->low_pel_no = tree_topo->low_genone_no = node->term.pelid;
356 if( node->term.pelid > tree_topo->high_pel_no)
357 tree_topo->high_pel_no = tree_topo->high_genone_no = node->term.pelid;
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/utility/
TextUtilities.java 548 SearchTerm(String term) {
549 mTerm = term;
550 mTermLowerCase = term.toLowerCase();
551 mLength = term.length();
652 // Completed match; add highlight and reset term
695 // We're already covered by another search term, so don't append
698 // Append the piece of our term that's not already covered
703 // Reset this term
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term_entry.h 48 #include <term.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 48 #include <term.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 48 #include <term.h>

Completed in 1334 milliseconds

1 2 3 4 56 7 8 91011>>