Searched refs:term (Results 176 - 200 of 223) sorted by relevance

123456789

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsession.h686 const SessionTerminate& term,
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-bison.c174 struct parse_events_term *term; member in union:YYSTYPE
1799 struct parse_events_term *term = (yyvsp[(3) - (3)].term); local
1802 list_add_tail(&term->list, head);
1813 struct parse_events_term *term = (yyvsp[(1) - (1)].term); local
1817 list_add_tail(&term->list, head);
1827 struct parse_events_term *term; local
1829 ABORT_ON(parse_events_term__str(&term, PARSE_EVENTS__TERM_TYPE_USER,
1831 (yyval.term)
1840 struct parse_events_term *term; local
1853 struct parse_events_term *term; local
1866 struct parse_events_term *term; local
1879 struct parse_events_term *term; local
1892 struct parse_events_term *term; local
1904 struct parse_events_term *term; local
1916 struct parse_events_term *term; local
[all...]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dt1.c1632 pass->term = 1;
1644 pass->term = 1;
1646 pass->term = 0;
1655 if (pass->term && bpno > 0) {
H A Dt2.c660 if (pass->term || passno == (cblk->numpasses + layer->numpasses) - 1) {
680 if (pass->term || passno == (cblk->numpasses + layer->numpasses) - 1) {
/external/chromium_org/pdf/
H A Dout_of_process_instance.cc1039 const base::char16* term,
1047 reinterpret_cast<const unsigned short*>(term),
1038 SearchString(const base::char16* string, const base::char16* term, bool case_sensitive, std::vector<SearchStringResult>* results) argument
H A Dinstance.cc1465 const base::char16* term,
1478 reinterpret_cast<const unsigned short*>(term),
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4079 const char* const term = posix::GetEnv("TERM");
4081 String::CStringEquals(term, "xterm") ||
4082 String::CStringEquals(term, "xterm-color") ||
4083 String::CStringEquals(term, "xterm-256color") ||
4084 String::CStringEquals(term, "screen") ||
4085 String::CStringEquals(term, "screen-256color") ||
4086 String::CStringEquals(term, "linux") ||
4087 String::CStringEquals(term, "cygwin");
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4079 const char* const term = posix::GetEnv("TERM");
4081 String::CStringEquals(term, "xterm") ||
4082 String::CStringEquals(term, "xterm-color") ||
4083 String::CStringEquals(term, "xterm-256color") ||
4084 String::CStringEquals(term, "screen") ||
4085 String::CStringEquals(term, "screen-256color") ||
4086 String::CStringEquals(term, "linux") ||
4087 String::CStringEquals(term, "cygwin");
/external/protobuf/gtest/src/
H A Dgtest.cc2566 const char* const term = posix::GetEnv("TERM");
2568 String::CStringEquals(term, "xterm") ||
2569 String::CStringEquals(term, "xterm-color") ||
2570 String::CStringEquals(term, "xterm-256color") ||
2571 String::CStringEquals(term, "linux") ||
2572 String::CStringEquals(term, "cygwin");
/external/qemu/
H A Dqemu-char.c382 const char *term = "QEMU: Terminated\n\r"; local
383 chr->chr_write(chr,(uint8_t *)term,strlen(term));
/external/chromium_org/components/search_engines/
H A Dtemplate_url_service_unittest.cc872 const base::string16 term; member in struct:TestData
897 EXPECT_EQ(data[i].term, test_util()->GetAndClearSearchTerm());
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc1694 void PDFiumEngine::SearchUsingPDFium(const base::string16& term, argument
1703 reinterpret_cast<const unsigned short*>(term.c_str()),
1727 void PDFiumEngine::SearchUsingICU(const base::string16& term, argument
1751 page_text.c_str(), term.c_str(), case_sensitive, &results);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h867 inline bool reachableBy(const BasicBlock *by, const BasicBlock *term);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h867 inline bool reachableBy(const BasicBlock *by, const BasicBlock *term);
/external/chromium_org/v8/src/
H A Dparser.cc81 void RegExpBuilder::AddAtom(RegExpTree* term) { argument
82 if (term->IsEmpty()) {
86 if (term->IsTextElement()) {
88 text_.Add(term, zone());
91 terms_.Add(term, zone());
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c665 xmlSchemaTreeItemPtr children; /* the "term" (e.g. a model group,
4268 xmlSchemaTreeItemPtr term; local
4279 fprintf(output, "MISSING particle term\n");
4282 term = particle->children;
4283 if (term == NULL) {
4286 switch (term->type) {
4289 ((xmlSchemaElementPtr)term)->targetNamespace,
4290 ((xmlSchemaElementPtr)term)->name));
4317 if (term &&
4318 ((term
18859 xmlSchemaTreeItemPtr term; local
[all...]
/external/libxml2/
H A Dxmlschemas.c665 xmlSchemaTreeItemPtr children; /* the "term" (e.g. a model group,
4287 xmlSchemaTreeItemPtr term; local
4298 fprintf(output, "MISSING particle term\n");
4301 term = particle->children;
4302 if (term == NULL) {
4305 switch (term->type) {
4308 ((xmlSchemaElementPtr)term)->targetNamespace,
4309 ((xmlSchemaElementPtr)term)->name));
4336 if (term &&
4337 ((term
18888 xmlSchemaTreeItemPtr term; local
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCode.py1901 def put_pymethoddef(self, entry, term, allow_skip=True):
1926 term))
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex24 prefer this term) and 20 bits of flow label. Currently there exist
/external/libpng/contrib/libtests/
H A Dpngstest.c3626 const int term = (arg[1] == '0' ? 0 : '\n'); local
3641 if (ch == EOF || ch == term || ch == 0)
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBrowserProvider.java1060 throw new IllegalArgumentException("Must have a search term");
1331 String term, Long date);
1330 nativeAddSearchTermFromAPI(long nativeChromeBrowserProvider, String term, Long date) argument
/external/chromium_org/components/omnibox/
H A Dsearch_provider.cc1045 base::CollapseWhitespace(i->term, false);
1088 // "goog", don't autocomplete to the search term "google.com". Otherwise,
1097 // this term, so we don't need to worry about confusion as much. This
1102 // likely the user has no expectation that term should be interpreted as
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc92 # include <term.h>
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof789 my $term = new Term::ReadLine 'pprof';
790 while ( defined ($_ = $term->readline('(pprof) '))) {
791 $term->addhistory($_) if /\S/;
/external/jemalloc/bin/
H A Dpprof789 my $term = new Term::ReadLine 'pprof';
790 while ( defined ($_ = $term->readline('(pprof) '))) {
791 $term->addhistory($_) if /\S/;

Completed in 844 milliseconds

123456789